- 2f778b8 [Loopinfo] Remove one latch-case in getLoopID. NFC. by Michael Kruse · 7 years ago
- d532f4a [MachineOutliner][NFC] Don't map more illegal instrs than you have to by Jessica Paquette · 7 years ago
- 95c3497 [X86ISel] Implement byval lowering for Win64 calling convention by Keno Fischer · 7 years ago
- a5c8509 [AMDGPU] Initialize instruction itinerary from GCNSubtarget by Stanislav Mekhanoshin · 7 years ago
- d2dad54 Revert "[DWARF] reposting r342048, which was reverted in r342056 due to buildbot errors. Adjusted 2 test cases for ARM and darwin and fixed a bug with the original change in dsymutil." by Alexander Kornienko · 7 years ago
- bd60c64 [CVP] Handle instructions with no user. No need to create CVPLattice state. This handles terminator instructions and more. by Xin Tong · 7 years ago
- 49ff058 Revert "Revert r342183 "[DAGCombine] Fix crash when store merging created an extract_subvector with invalid index."" by Amara Emerson · 7 years ago
- 468784f [DebugInfo] Remove redundant argument. [NFC] by Jonas Devlieghere · 7 years ago
- a72fb54 [ARM] Cleanup ARM CGP isSupportedValue by Sam Parker · 7 years ago
- 222bbfa Fix "not all control paths return a value" MSVC warning. NFCI. by Simon Pilgrim · 7 years ago
- d377332 [ARM] Disallow icmp with negative imm and overflow by Sam Parker · 7 years ago
- 7fa1548 Fix vectorization of canonicalize by Matt Arsenault · 7 years ago
- edd72b2 [GVNHoist] Re-enable GVNHoist by default by Alexandros Lamprineas · 7 years ago
- bb05e42 Use createTemporaryFile in SampleProfTest by Alexander Kornienko · 7 years ago
- 5201dae [llvm-exegesis] Add predefined floating point values so we can test impact of special values on latency. by Guillaume Chatelet · 7 years ago
- bec58f4 [PowerPC] Fix label address calculation for ppc64 by Strahinja Petrovic · 7 years ago
- b981f4f Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit number by James Henderson · 7 years ago
- f61c769 [llvm-objcopy] Add missing alias for --strip-all-gnu by Alexander Shaposhnikov · 7 years ago
- c714b1a [NFC] Turn unsigned counters into boolean flags by Max Kazantsev · 7 years ago
- 9f47370 [DebugInfo] Fix build when std::vector::iterator is a pointer by Kristina Brooks · 7 years ago
- b898352 [X86][SSE] Always enable ISD::SRL -> ISD::MULHU for v8i16 by Simon Pilgrim · 7 years ago
- 3b44c2b [X86][AVX] Enable ISD::SRL -> ISD::MULHU for v16i16 by Simon Pilgrim · 7 years ago
- 9d4952d [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x) by Sanjay Patel · 7 years ago
- 34dfc52 [x86] fix uses check in broadcast transform (PR38949) by Sanjay Patel · 7 years ago
- f9864b8 [x86] add failure to splat test (PR38949); NFC by Sanjay Patel · 7 years ago
- ef63e2e [NFC][InstCombine] One more test pattern for comparisons with low-bit-mask. by Roman Lebedev · 7 years ago
- 2d59e21 Fix -Wdangling-else gcc warning. NFCI. by Simon Pilgrim · 7 years ago
- c700c57 [NFC][InstCombine] Some more tests for comparisons with low-bit-mask. by Roman Lebedev · 7 years ago
- 37b4d01 [llvm-readobj] Make some commonly used short options visibile in -help by Fangrui Song · 7 years ago
- d524739 Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193) by Nico Weber · 7 years ago
- becd18d [InstCombine] Support (sub (sext x), (sext y)) --> (sext (sub x, y)) and (sub (zext x), (zext y)) --> (zext (sub x, y)) by Craig Topper · 7 years ago
- 23d6890 Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID. by Nico Weber · 7 years ago
- 53bb7b2 Update microsoftDemangle() to work more like itaniumDemangle(). by Nico Weber · 7 years ago
- c10b814 [X86][SSE] Fix insertps load combine test name by Simon Pilgrim · 7 years ago
- af350d5 [X86] Remove an fp->int->fp domain crossing in LowerUINT_TO_FP_i64. by Craig Topper · 7 years ago
- b7d1fd0 [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk (X << C)) by Craig Topper · 7 years ago
- d2aa336 [NFC] minor cleanup in PassManagerInternal.h by Fedor Sergeev · 7 years ago
- 8ec990d [InstCombine][x86] try harder to convert blendv intrinsic to generic IR (PR38814) by Sanjay Patel · 7 years ago
- bb7b598 Fix line endings. NFCI. by Simon Pilgrim · 7 years ago
- 4c3db1c [InstCombine] Inefficient pattern for high-bits checking 3 (PR38708) by Roman Lebedev · 7 years ago
- bfa7594 [CodeGenPrepare] Preserve debug locs in OptimizeExtractBits by Vedant Kumar · 7 years ago
- f4a23c6 [WebAssembly][NFC] Generalize operand numbers in SIMD tests by Thomas Lively · 7 years ago
- db12109 [WebAssembly] SIMD shifts by Thomas Lively · 7 years ago
- 5455b4c Fix filesystem race issue in SampleProfTest introduced in rL342283. by Wei Mi · 7 years ago
- 8416bf9 [WebAssembly] SIMD neg by Thomas Lively · 7 years ago
- 903e31c [PDB] Make the pretty dumper output modified types. by Zachary Turner · 7 years ago
- 6b3512c [BreakFalseDeps] Fix bad formatting. NFC by Craig Topper · 7 years ago
- fd83776 [InstCombine] refactor mul narrowing folds; NFCI by Sanjay Patel · 7 years ago
- 3d8fe26 Attempt to unbreak the build after r342286. by Adrian Prantl · 7 years ago
- d84a0a2 [InstCombine] add/use overflowing math helper functions; NFC by Sanjay Patel · 7 years ago
- bc154d8 [PowerPC] Fix the calling convention for i1 arguments on PPC32 by Lion Yang · 7 years ago
- 53fdce9 [WebAssembly][NFC] Move SIMD encoding tests to dedicated file by Thomas Lively · 7 years ago
- c839b30 Add missing include. by Zachary Turner · 7 years ago
- a87575e [codeview] Remove dead code by Reid Kleckner · 7 years ago
- 932287b [PDB] Refactor a little of the Symbol creation code. by Zachary Turner · 7 years ago
- ec13dea [SampleFDO] Add FunctionOffsetTable in compact binary format profile. by Wei Mi · 7 years ago
- 3d6400d test/Other/can-execute.txt: delete %t after the test by Fangrui Song · 7 years ago
- 03a74f0 [InstCombine] refactor add narrowing folds; NFCI by Sanjay Patel · 7 years ago
- 0c63631 HotColdSplit: fix invalid SSA due to outlining by Sebastian Pop · 7 years ago
- b2928cc HotColdSplit: fix isSingleEntrySingleExit by Sebastian Pop · 7 years ago
- b0ea735 HotColdSplit: add back propagation to extend cold regions by Sebastian Pop · 7 years ago
- 17c04c4 [InstCombine] add more tests for add narrowing folds; NFC by Sanjay Patel · 7 years ago
- e5875c4 [WebAssembly][NFC] Fix unconventional test names by Thomas Lively · 7 years ago
- 0686088 Remove unused DIASession field by Reid Kleckner · 7 years ago
- 6b2a177 AMDGPU: Clear the bits before they are being set in program resource registers by Konstantin Zhuravlyov · 7 years ago
- 7b77a6b Fix lit/example/many-tests pickling issue by Alex Langford · 7 years ago
- f43a94c Test commit access by Lion Yang · 7 years ago
- 388e636 Revert r342183 "[DAGCombine] Fix crash when store merging created an extract_subvector with invalid index." by Reid Kleckner · 7 years ago
- f09790f Fix debug info for SelectionDAG legalization of DAG nodes with two results. by Adrian Prantl · 7 years ago
- 156c648 [ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool by Steven Wu · 7 years ago
- 70de09a Revert r342210 "[ARM] bottom-top mul support in ARMParallelDSP" by Reid Kleckner · 7 years ago
- 1b5dda4 Revert a line-endings change that somehow got included with rL342257 by Simon Pilgrim · 7 years ago
- 4c19866 [X86][SSE] Lower shuffles to permute(unpack(x,y)) (PR31151) by Simon Pilgrim · 7 years ago
- 719fa90 [X86] Re-generate test checks using current version of the script. NFC by Craig Topper · 7 years ago
- 02dc081 [InstCombine] rename test file to better describe the fold; NFC by Sanjay Patel · 7 years ago
- 57ce6fd [InstCombine] remove unnecessary target constraints for tests; NFC by Sanjay Patel · 7 years ago
- 194522e [InstCombine] move test next to related tests; NFC by Sanjay Patel · 7 years ago
- 91197d3 [InstCombine] remove stall comment from test file; NFC by Sanjay Patel · 7 years ago
- 59d74e3 [InstCombine] regenerate test checks; NFC by Sanjay Patel · 7 years ago
- 8c4c37e Introduce explicit add_unittest_with_input_files target for tests that use llvm::getInputFileDirectory() by Nico Weber · 7 years ago
- 71e8649 fix noasserts build by Adrian Prantl · 7 years ago
- b804bf5 SelectionDAG: Add compact SDDbgValue representation to -dag-dump-verbose output by Adrian Prantl · 7 years ago
- 7eee232 Revert r342233. by James Henderson · 7 years ago
- 6764b45 fix typos by Adrian Prantl · 7 years ago
- f9c79b4 [InstCombine] add more tests for x86 blendv (PR38814); NFC by Sanjay Patel · 7 years ago
- 821226e [X86][BMI1] Fix BLSI/BLSMSK/BLSR BMI1 scheduling on btver2 by Simon Pilgrim · 7 years ago
- 7ac6bf7 [X86][BMI1] Add scheduler class for BLSI/BLSMSK/BLSR BMI1 instructions by Simon Pilgrim · 7 years ago
- b0614b1 [ThinLTO]Allow setting of maximum cache size with 64-bit number by James Henderson · 7 years ago
- 3dd28f0 [AMDGPU] Ensure trig range reduction only used for subtargets that require it by David Stuttard · 7 years ago
- dbed722 [DWARF] reposting r342048, which was reverted in r342056 due to buildbot by Wolfgang Pieb · 7 years ago
- ad72545 [ARM] bottom-top mul support in ARMParallelDSP by Sam Parker · 7 years ago
- 95265ff [LoopInterchange] Preserve ScalarEvolution, by forgetting about interchanged loops. by Florian Hahn · 7 years ago
- e7a6d63 [SystemZ] Adjust cost functions for subtargets that use LI + LOC instead of IPM by Jonas Paulsson · 7 years ago
- 54e576d [Support] Treat null bytes as separator in windows command line strings by Martin Storsjo · 7 years ago
- 0d8c8e5 [InstCombine] Add some test cases for (add (sext x), (sext y)) --> (sext (add int x, y)) and (mul (sext x), (sext y)) --> (sext (mul x, y)). NFC by Craig Topper · 7 years ago
- 221adaa [NFC] Remove meaningless code from GVN by Max Kazantsev · 7 years ago
- 5d8f7de by Hideki Saito · 7 years ago
- a858f4f [VPlan] Implement initial vector code generation support for simple outer loops. by Hideki Saito · 7 years ago
- 2a6d3ac [NFC] Link LLVMCore into LLVMExegesisARMTests. by Richard Diamond · 7 years ago
- 5d02c0f [AMDGPU] Removed unused method by Tim Renouf · 7 years ago