]> granicus.if.org Git - llvm/shortlog
llvm
2019-02-21 Jordan Rupprecht[llvm-objcopy][NFC] More error cleanup
2019-02-21 Sam Clegg[WebAssembly] Don't create MSSymbolWasm object for...
2019-02-21 Lang Hames[Kaleidoscope] Fix symbol resolver to search in reverse...
2019-02-21 Jordan Rupprecht[llvm-objcopy] Make removeSectionReferences batched
2019-02-21 Nirav Dave[PPC] Add store merging testcase.
2019-02-21 Sanjay Patel[DAGCombiner] prevent infinite looping by truncating...
2019-02-21 Matt ArsenaultAMDGPU/GlobalISel: Make phis legal
2019-02-21 Matt ArsenaultRegBankSelect: Allow targets to introduce control flow...
2019-02-21 Matt ArsenaultFix missing C++ mode comments
2019-02-21 Sanjay Patel[x86] regenerate checks; NFC
2019-02-21 Nirav Dave[X86] Fix copy-paste error in @ccz flag.
2019-02-21 Matt ArsenaultAMDGPU/GlobalISel: Fix bit count ops for non-power...
2019-02-21 Ilya Biryukov[llvm-readobj] Weaken a check in the test added by...
2019-02-21 Alex Bradbury[RISCV][NFC] IsEligibleForTailCallOptimization -> isEli...
2019-02-21 Alex Bradbury[RISCV] Add implied zero offset load/store alias patterns
2019-02-21 Joey Gouly[InferAddressSpaces] Fix fallthrough error
2019-02-21 Diana Picus[ARM GlobalISel] Support G_FRAME_INDEX for Thumb2
2019-02-21 Clement CourbetRe-land part of r354244 "[DAGCombiner] Eliminate dead...
2019-02-21 James Henderson[llvm-readobj]Add testing for ELF symbol and section...
2019-02-21 Joey Gouly[InferAddressSpaces] Fix crash on select of non-ptr...
2019-02-21 Simon Pilgrim[X86][SSE] combineX86ShufflesRecursively - moved to...
2019-02-21 George Rimar[yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu...
2019-02-21 Fangrui Song[llvm-readobj] Change "SHT_MIPS_DWARF" to "MIPS_DWARF"
2019-02-21 David GreenRevert 354564: [ARM] Add some missing thumb1 opcodes...
2019-02-21 James Henderson[llvm-readobj]Test basic command-line handling
2019-02-21 James Henderson[yaml2obj]Allow symbol Index field to take values lower...
2019-02-21 David Spickett[AArch64] Print instruction before atomic semantic...
2019-02-21 David Green[ARM] Add some missing thumb1 opcodes to enable peephol...
2019-02-21 Fangrui Song[ObjectYAML] Support SHT_MIPS_DWARF section type flag
2019-02-21 Max Kazantsev[NFC] Replace EOL in test file
2019-02-21 Max Kazantsev[TEST] Add failing test that shows problems with MSSA...
2019-02-21 Sam Parker[ARM] Negative constants mishandled in ARM CGP
2019-02-21 Markus Lavin[DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
2019-02-21 Fangrui SongFix file header issues in fuzzers. NFC
2019-02-21 Fangrui SongFix some include order and file headers issues. NFC
2019-02-21 Max Kazantsev[LoopSimplifyCFG] Add missing MSSA edge deletion
2019-02-21 Sam Clegg[WebAssembly] Default to something reasonable in WebAss...
2019-02-21 Stanislav Mekhanoshin[AMDGPU] fix commuted case of sub combine
2019-02-21 Wei Mi[Inliner] Pass nullptr for the ORE param of getInlineCo...
2019-02-21 Xin TongAdd skipFunction to PostRA machine sinking pass.
2019-02-21 Kostya Serebryany[libFuzzer] fix the docs
2019-02-21 Kostya Serebryany[libFuzzer] document -fork=N
2019-02-21 Amara EmersonRevert "[AArch64][GlobalISel] Implement partial support...
2019-02-20 Amara Emerson[GlobalISel] Add -O0 to some tests to see if it fixes...
2019-02-20 Petr Hosek[CMake][runtimes] Set clang-header dependency for builtins
2019-02-20 Sam Clegg[WebAssembly] Don't error on conflicting uses of protot...
2019-02-20 Amara Emerson[AArch64][GlobalISel] Implement partial support for...
2019-02-20 Craig Topper[X86] Add test cases to show missed opportunities to...
2019-02-20 Sanjay Patel[CGP] match a special-case of unsigned subtract overflow
2019-02-20 Nirav Dave[DAGCombine] Generalize Dead Store to overlapping stores.
2019-02-20 Tom StellardAMDGPU/GlobalISel: Move SMRD selection logic to TableGen
2019-02-20 Craig Topper[SelectionDAG] Teach GetDemandedBits to look at the...
2019-02-20 Nikita Popov[SDAG] Support vector UMULO/SMULO
2019-02-20 Craig Topper[X86] Add more load folding patterns for blend instruct...
2019-02-20 Tom StellardAdd support for pointer types in patterns
2019-02-20 Nirav DaveFix testcase.
2019-02-20 Ilya Biryukov[clangd] Store index in '.clangd/index' instead of...
2019-02-20 Nirav DaveAdd test case.
2019-02-20 Craig Topper[X86] Add test case to show missed opportunity to remov...
2019-02-20 Craig TopperRevert r354498 "[X86] Add test case to show missed...
2019-02-20 Craig Topper[X86] Add test case to show missed opportunity to remov...
2019-02-20 Tom StellardAArch64/test: Add check for function name to machine...
2019-02-20 Puyan LotfiFixing NDEBUG typo in include/llvm/Support/raw_ostream.h
2019-02-20 Andrea Di Biagio[MCA][Scheduler] Correctly initialize field NumDispatch...
2019-02-20 Daniel SandersAdd partial implementation of std::to_address() as...
2019-02-20 Andrea Di Biagio[MCA][Scheduler] Collect resource pressure and memory...
2019-02-20 Simon Pilgrim[X86][SSE] combineX86ShufflesRecursively - begin genera...
2019-02-20 James Henderson[llvm-readelf]Test a couple of corner-cases for --secti...
2019-02-20 Matt ArsenaultGlobalISel: Fix fewerElementsVector for ctlz with diffe...
2019-02-20 Matt ArsenaultGlobalISel: Implement moreElementsVector for g_insert...
2019-02-20 Clement CourbetRe-land the refactoring part of r354244 "[DAGCombiner...
2019-02-20 Sanjay Patel[CGP][x86] add tests for usubo special-case; NFC
2019-02-20 James Henderson[obj2yaml][yaml2obj]Locate all .yaml and .test tests
2019-02-20 Krzysztof Parzyszek[Hexagon] Split vector pairs for ISD::SIGN_EXTEND and...
2019-02-20 Hans WennborgSpeculative buildfix for Mac
2019-02-20 Andrea Di Biagio[MCA][ResourceManager] Add a table that maps processor...
2019-02-20 Hans WennborgFix the build with gcc/libstdc++ 4.8.2 after r354441
2019-02-20 Sanjay Patel[InstSimplify] use any-zero matcher for fcmp folds
2019-02-20 George Rimar[yaml2elf] - Rename a variable. NFC.
2019-02-20 George Rimar[yaml2obj] - Simplify implementation. NFCI.
2019-02-20 Petar Avramovic[MIPS MSA] Avoid some DAG combines for vector shifts
2019-02-20 Petar Avramovic[MIPS MSA] Add test for vector shift combines
2019-02-20 Simon Pilgrim[SLPVectorizer][X86] Add add/sub/mul overflow tests
2019-02-20 David Green[Codegen] Remove dead flags on Physical Defs in machine cse
2019-02-20 Roman Lebedev[llvm-exegesis] Opcode stabilization / reclusterization...
2019-02-20 Mikael Holmen[RegAllocGreedy] Take last chance recoloring into accou...
2019-02-20 Chen Zheng[NFC] add/modify wrapper function for findRegisterDefOp...
2019-02-20 Chijun Sima[DTU] Refine the document of mutation APIs [NFC] (PR40528)
2019-02-20 Craig Topper[X86] Remove FeatureSlowIncDec from Sandy Bridge and...
2019-02-20 Eric ChristopherTemporarily Revert "[X86][SLP] Enable SLP vectorization...
2019-02-20 Fangrui Song[Dominators] Simplify and optimize path compression...
2019-02-20 Kito Cheng[RISCV] Implement pseudo instructions for load/store...
2019-02-20 Fangrui Song[Dominators] Delete UpdateLevelsAfterInsertion in edge...
2019-02-20 Chen Zheng[PowerPC] exploit P9 instruction maddld.
2019-02-20 Thomas Lively[WebAssembly] Generalize section ordering constraints
2019-02-20 Heejin Ahn[WebAssembly] Refactor atomic operation definitions...
2019-02-20 Sanjay Patel[InstCombine] regenerate test checks; NFC
2019-02-20 Heejin Ahn[WebAssembly] Fix load/store name detection for atomic...
2019-02-20 Tom StellardCMake: Fix stand-alone clang builds since r353268
2019-02-20 Wouter van... [WebAssembly] Fixed disassembler not knowing about...
next