]> granicus.if.org Git - llvm/shortlog
llvm
2019-08-02 JF BastienRevert "Remove support for unsupported MSVC versions"
2019-08-02 JF BastienRemove support for unsupported MSVC versions
2019-08-02 Stefan Stipanovic[Attributor] Using liveness in other attributes.
2019-08-02 Yonghong Song[BPF] annotate DIType metadata for builtin preseve_arra...
2019-08-02 Amara Emerson[AArch64][GlobalISel] Eliminate redundant G_ZEXT when...
2019-08-02 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
2019-08-02 Daniel SandersUse MCRegister in MCRegisterInfo's interfaces
2019-08-02 Philip Reames[Statepoints] Fix overalignment of loads in no-realign...
2019-08-02 Peter Collingbournehwasan: Remove unused field CurModuleUniqueId. NFCI.
2019-08-02 Lang Hames[ORC] Remove a dead method.
2019-08-02 Craig Topper[ScalarizeMaskedMemIntrin] Add constant mask support...
2019-08-02 Philip Reames[Test] Demonstrate a realignment bug missed in r366765
2019-08-02 Jinsong Ji[PowerPC][NFC] Enable ADT BitVectorTest
2019-08-02 Lang Hames[ORC] Turn on symbol-flags overrides for LLJIT on Windo...
2019-08-02 Daniel SandersAdd MCRegister and use it in MCRegisterClass::contains()
2019-08-02 Sanjay Patel[DAGCombiner] try to convert opposing shifts to casts
2019-08-02 Eric ChristopherTemporarily Revert "Changing representation of cv_def_r...
2019-08-02 Nilanjana BasuChanging representation of cv_def_range directives...
2019-08-02 Alina Sbirlea[NewPassManager] Resolve assertion in CGSCCPassManager...
2019-08-02 George Rimar[llvm-objcopy] - Fix the strip-dwo-groups.test.
2019-08-02 Jessica Paquette[AArch64][GlobalISel] Support the neg_addsub_shifted_im...
2019-08-02 Alina Sbirlea[SimplifyCFG] Cleanup redundant conditions [NFC].
2019-08-02 Simon Pilgrim[AMDGPU] Regenerated saddo.ll test file for D47927
2019-08-02 Daniel SandersFix ARC after r367633
2019-08-02 Peter CollingbourneCodeGen: Don't follow aliases when extracting type...
2019-08-02 Sanjay Patel[InstCombine] fold cmp+select using select operand...
2019-08-02 James Y KnightFix git-llvm to not delete non-empty directories.
2019-08-02 Peter Collingbournegn build: Merge r367667.
2019-08-02 Paul Robinson[doc] Give a workaround for a FileCheck regex that...
2019-08-02 Teresa JohnsonUse llvm-nm instead of nm in new test to unbreak Window...
2019-08-02 Lang Hames[ORC] Change the locking scheme for ThreadSafeModule.
2019-08-02 David Candler[NFC] Test commit, corrected some spelling in comment
2019-08-02 Tim NorthoverGlobalISel: support swiftself attribute
2019-08-02 Teresa JohnsonFix new test try 2
2019-08-02 Teresa JohnsonFix new test
2019-08-02 Teresa Johnson[ThinLTO] Implement index-based WPD
2019-08-02 Sanjay Patel[x86] add/adjust tests for shift-add-shift; NFC
2019-08-02 Martin Storsjo[llvm-dlltool] Clarify an error message. NFC.
2019-08-02 Andrea Di Biagio[MCA] Add support for printing immedate values as hex...
2019-08-02 Oliver Stannard[IPRA][ARM] Disable no-CSR optimisation for ARM
2019-08-02 Oliver StannardFix and test inter-procedural register allocation for ARM
2019-08-02 Serguei Katkov[Loop Peeling] Introduce an option for profile based...
2019-08-02 Jay Foad[LV] Fix test failure in a Release build.
2019-08-02 Sam Parker[NFC][ARM[ParallelDSP] Rename/remove/change types
2019-08-02 Peter Smith[AliasAnalysis] Initialize a member variable that may...
2019-08-02 Sam Parker[NFC][ARM][ParallelDSP] Remove ValueList
2019-08-02 Hideki SaitoMoves the newly added test interleaved-accesses-waw...
2019-08-02 Rui UeyamaRevert r367649: Improve raw_ostream so that you can...
2019-08-02 Guillaume Chatelet[LLVM][Alignment] Update documentation
2019-08-02 Hideki Saito[LV] Avoid building interleaved group in presence of...
2019-08-02 Rui UeyamaImprove raw_ostream so that you can "write" colors...
2019-08-02 Serguei Katkov[Loop Peeling] Do not close further unroll/peel if...
2019-08-02 Stanislav MekhanoshinHandle casts changing pointer size in the vectorizer
2019-08-02 Kai Luo[PowerPC][Peephole] Check if `extsw`'s second operand...
2019-08-02 Kang Zhang[NFC][CodeGen] Modify the type element of TailCalls...
2019-08-02 Eric ChristopherTemporarily revert "Changes to improve CodeView debug...
2019-08-02 JF BastienUpdate Compiler.h check for MSVC
2019-08-02 Daniel SandersFix up an unused variable warning caused by TRI->isVirt...
2019-08-01 Daniel SandersPrevent vregs leaking into the MC layer via TargetRegis...
2019-08-01 Jonas Devlieghere[dsymutil] Fix heap-use-after-free related to the LinkO...
2019-08-01 Philip Reames[Tests] Autogen a bunch of Reassociate tests for ease...
2019-08-01 Daniel SandersFinish moving TargetRegisterInfo::isVirtualRegister...
2019-08-01 Rong Xu[PGO] Add PGO support at -O0 in the experimental new...
2019-08-01 Joel E. DennyRevert r366980: "[lit] Protect full test suite from...
2019-08-01 Joel E. DennyRevert r367123: "[llvm] [lit/tests] Replace 'env -u...
2019-08-01 JF Bastien[NFC] Remove extra __has_feature
2019-08-01 Stanislav MekhanoshinRelax load store vectorizer pointer strip checks
2019-08-01 Nilanjana BasuChanges to improve CodeView debug info type record...
2019-08-01 Wouter van... [WebAssembly] Fixed relocation errors having no location.
2019-08-01 Daniel SandersMove register namespacing definitions from TargetRegist...
2019-08-01 Sanjay Patel[AArch64][x86] adjust tests with shift-add-shift; NFC
2019-08-01 Sanjay Patel[AArch64][x86] add tests for shift-add-shift; NFC ...
2019-08-01 Matt ArsenaultGlobalISel: Lower scalarizing unmerge of a vector to...
2019-08-01 Sjoerd MeijerFollow up of rL367592, fix the build
2019-08-01 Craig Topper[X86] In decomposeMulByConstant, legalize the VT before...
2019-08-01 Craig Topper[X86] Add some test cases for 512-bit truncate to 128...
2019-08-01 Matt ArsenaultAMDGPU: Remove v0 workaround for DS_GWS_* instructions
2019-08-01 Matt ArsenaultCodeGen: Allow virtual registers in bundles
2019-08-01 Alina Sbirlea[SimplifyCFG] Mark missed Changed to true.
2019-08-01 Alina Sbirlea[MemorySSA] Set LoopSimplify to preserve MemorySSA...
2019-08-01 Matt ArsenaultAMDGPU: Use tablegen pattern for sendmsg intrinsics
2019-08-01 Sjoerd Meijer[LV] Tail-Loop Folding
2019-08-01 Matt ArsenaultGlobalISel: Fix widenScalar for G_MERGE_VALUES to pointer
2019-08-01 Wouter van... [WebAssembly] Assembler/InstPrinter: support call_indir...
2019-08-01 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
2019-08-01 Erich KeaneFix spacing of LLVM_USE_PERF in CMake.rst that caused...
2019-08-01 Erich KeaneDocument LLVM_ENABLE_LIBCXX in CMake.rst
2019-08-01 Kuba MracekMove macho-data-in-code.ll to X86/macho-data-in-code...
2019-08-01 Simon Pilgrim[X86][SSE] Add PEXTR*(PINSR*(v, s, c), c) -> s combine.
2019-08-01 Johannes Doerfert[Attributor][FIX] Indicate a missing update change
2019-08-01 Simon Atanasyan[mips] Fix lowering load/store instruction in PIC case
2019-08-01 Sanjay Patel[InstCombine] add tests with 'ne' predicates; NFC
2019-08-01 Kuba Mracek[llvm-objdump] Fix jumptable detection when disassembli...
2019-08-01 Sanjay Patel[InstCombine] add test with swapped select operands...
2019-08-01 Teresa Johnson[IR] Add getArg() method to Function class
2019-08-01 Simon Pilgrim[X86][SSE] SimplifyMultipleUseDemandedBits - Add PEXTR...
2019-08-01 Sam ElliottAdd support for openSUSE RISC-V triple
2019-08-01 Simon Pilgrim[X86] EltsFromConsecutiveLoads - don't attempt to merge...
2019-08-01 Sam Elliott[RISCV] Add Custom Parser for Atomic Memory Operands
2019-08-01 Roman Lebedev[IR] Value: add replaceUsesWithIf() utility
next