OSDN Git Service

android-x86/external-llvm.git
2017-02-16 Diana Picus[ARM] GlobalISel: Select floating point loads
2017-02-16 Artur PilipenkoRever -r295314 "[DAGCombiner] Support {a|s}ext, {a...
2017-02-16 Artur Pilipenko[DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes...
2017-02-16 Diana Picus[ARM] GlobalISel: Select G_SEQUENCE and G_EXTRACT
2017-02-16 Diana Picus[ARM] GlobalISel: Select double G_FADD and copies
2017-02-16 Diana Picus[ARM] GlobalISel: Assert that we don't use the FPR...
2017-02-16 Diana Picus[ARM] GlobalISel: Add reg bank mappings for G_SEQUENCE...
2017-02-16 Diana Picus[ARM] GlobalISel: Make the FPR bank 64-bit wide
2017-02-16 Diana Picus[ARM] GlobalISel: Legalize 64-bit G_FADD and G_LOAD
2017-02-16 NAKAMURA TakumiRWMutex.h: Use llvm-config.h instead of config.h in...
2017-02-16 Diana Picus[ARM] GlobalISel: Lower double precision FP args
2017-02-16 Craig Topper[AVX-512][InstCombine] Teach InstCombine to optimize...
2017-02-16 Craig Topper[AVX-512] Remove masked packss/packus intrinsics and...
2017-02-16 Rui UeyamaSplit WinCOFFObjectWriter::writeSection.
2017-02-16 Rui UeyamaSplit WinCOFFObjectWriter::writeObject function.
2017-02-16 Matt ArsenaultAMDGPU: Remove llvm.SI.sendmsg
2017-02-16 Matt ArsenaultAMDGPU: Remove SI_fs_constant and SI_fs_interp intrinsics
2017-02-16 Rui UeyamaRemove useless local variable.
2017-02-16 Rui UeyamaRename variables to match the LLVM style.
2017-02-16 Hans Wennborg[X86] Re-enable conditional tail calls and fix PR31257.
2017-02-15 Peter CollingbournePMB: Add an importing WPD pass to the start of the...
2017-02-15 Teresa JohnsonCollapse my two entries in CODE_OWNERS.txt
2017-02-15 Tim NorthoverGlobalISel: legalize va_arg on AArch64.
2017-02-15 Tim NorthoverGlobalISel: support translating va_arg
2017-02-15 Daniel BerlinImplement intrinsic mangling for literal struct types.
2017-02-15 Matt ArsenaultAMDGPU: Remove dead node definitions
2017-02-15 Matt ArsenaultFix typos
2017-02-15 Matt ArsenaultAMDGPU: Consolidate sendmsg/sendmsghalt handling and...
2017-02-15 Eugene Zelenko[Support] Fix some Clang-tidy modernize and Include...
2017-02-15 Matt ArsenaultDAG: Do not scalarize fsub if fneg is legal
2017-02-15 Peter CollingbourneRe-apply r295110 and r295144 with a fix for the ASan...
2017-02-15 Matt ArsenaultAMDGPU: Replace assert with report_fatal_error
2017-02-15 Keno Fischer[GlobalObject] Fix setSection("")
2017-02-15 Sanjay Patel[InstCombine] improve formatting; NFC
2017-02-15 Peter CollingbourneAssumptionCache: Disable the verifier by default, move...
2017-02-15 Simon Pilgrim[X86][SSE] Don't call EltsFromConsecutiveLoads if any...
2017-02-15 Arnold SchwaighoferAddressSanitizer: don't track swifterror memory addresses
2017-02-15 Ahmed Bougacha[AArch64] Make am_ldrlit an iPTR - not OtherVT - operan...
2017-02-15 Ahmed Bougacha[OptDiag] Pass const Values/Types to Argument. NFC.
2017-02-15 Ahmed Bougacha[IR] Accept 'const Type &' in the Type operator<<....
2017-02-15 Tobias Edler... [LTO] Add ability to emit assembly to new LTO API
2017-02-15 Kyle ButtCodegen: Make chains from trellis-shaped CFGs
2017-02-15 Xinliang David Liinclude function name in dot filename
2017-02-15 Arnold SchwaighoferThreadSanitizer: don't track swifterror memory addresses
2017-02-15 Michael Kuperstein[DAG] Don't try to create an INSERT_SUBVECTOR with...
2017-02-15 Dehao ChenExpose getBaseDiscriminatorFromDiscriminator, getDuplic...
2017-02-15 Sanjay Patel[Inline] add tests to show attribute information loss...
2017-02-15 Simon Pilgrim[X86][SSE] Propagate undef upper elements from scalar_t...
2017-02-15 Stanislav Mekhanoshin[AMDGPU] Revert failed scheduling
2017-02-15 Anna ThomasRevert "[JumpThreading] Thread through guards"
2017-02-15 Simon Pilgrim[X86] Regenerate scalar stack reload test
2017-02-15 David BozierFix unittest for buildbot with mips host (32bit big...
2017-02-15 Sanjay Patel[InlineFunction] use getFunction(); NFC
2017-02-15 Simon PilgrimFix spelling mistake - paramater -> parameter. NFCI.
2017-02-15 Sanjay Patel[InlineFunction] use getCaller(); NFCI
2017-02-15 Sanjay Patel[InlineFunction] use range-for loop; NFCI
2017-02-15 Simon Pilgrim[X86] Regenerate i64 ext-load on 32-bit target tests
2017-02-15 David BozierAttempt to fix buildbots after commit of r295173.
2017-02-15 David BozierFix incorrect formatting of DataRefImpl members in...
2017-02-15 Simon Pilgrim[X86][SSE] Allow matchVectorShuffleWithUNPCK to recogni...
2017-02-15 Sagar Thakur[LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64...
2017-02-15 Daniel JasperRevert r295110 and r295144.
2017-02-15 Ayman Musa[X86][AVX] Remove REX_W from AVX instructions.
2017-02-15 Craig Topper[X86] Don't create VBROADCAST nodes with 256-bit or...
2017-02-15 Craig Topper[AVX-512] Add PACKSS/PACKUS instructions to load foldin...
2017-02-15 Craig Topper[SelectionDAGBuilder] Simplify creation of shufflevecto...
2017-02-15 Lang Hames[Orc][RPC] Add a AsyncHandlerTraits specialization...
2017-02-15 Peter CollingbourneAssumptionCache: Update documentation comment.
2017-02-15 Peter CollingbourneSimplifyCFG: Register cloned assume intrinsics with...
2017-02-15 Peter CollingbourneWholeProgramDevirt: Separate the code that applies...
2017-02-15 Rui UeyamaRevert r295138: Instead of a series of string operation...
2017-02-15 Rui UeyamaInstead of a series of string operations, use snprintf().
2017-02-15 Rui UeyamaReturn early. NFC.
2017-02-15 Rui UeyamaUse LLVM-style naming scheme.
2017-02-15 Stanislav Mekhanoshin[AMDGPU] Fix MaxWorkGroupsPerCU for large workgroups
2017-02-15 Rui UeyamaUse LLVM-style naming scheme.
2017-02-15 Rui UeyamaRemove useless local variable.
2017-02-15 Rui UeyamaSplit WinCOFFObjectWriter::defineSection. NFC.
2017-02-14 Rui UeyamaSimplify WinCOFFObjectWriter by removing a template...
2017-02-14 Rui UeyamaDo not lookup a DenseMap twice using the same key.
2017-02-14 Rui UeyamaUse endian::write32le instead of endian::write.
2017-02-14 Rui UeyamaUse zero-initialization instead of memset.
2017-02-14 Kostya Serebryany[libFuzzer] increase the size of FixedWord from 27...
2017-02-14 Dimitry AndricDisable wrapping llvm-xray YAML output
2017-02-14 Easwaran RamanFix a bug in caller's BFI update code after inlining.
2017-02-14 Kostya SerebryanyUse "%zd" format specifier for printing number of testc...
2017-02-14 Michael Kuperstein[LV] Rename Induction to PrimaryInduction. NFC.
2017-02-14 Peter CollingbourneWholeProgramDevirt: Change internal vcall data structur...
2017-02-14 Simon Dardis[mips] Correct mips16 return instructions definitions
2017-02-14 Taewook Oh[BasicBlockUtils] Use getFirstNonPHIOrDbg to set debugl...
2017-02-14 Reid Kleckner[BranchFolding] Tail common all identical unreachable...
2017-02-14 Tim NorthoverGlobalISel: deal with new G_PTR_MASK instruction on...
2017-02-14 Tim NorthoverGlobalISel: introduce G_PTR_MASK to simplify alloca...
2017-02-14 Vedant KumarRe-apply "[profiling] Remove dead profile name vars...
2017-02-14 Eric ChristopherReformat slightly.
2017-02-14 Wolfgang PiebReapply r294532, reverted in r294787.
2017-02-14 Vedant KumarRevert "[profiling] Remove dead profile name vars after...
2017-02-14 Bob Wilsonallow migrating away from cmake option for LLVM_DISABLE...
2017-02-14 Zachary Turner[Support] Add StringRef::getAsDouble.
2017-02-14 Vedant Kumar[profiling] Remove dead profile name vars after emittin...
next