- 5e8f180 llvm-cxxfilt: support the `-s` option by Saleem Abdulrasool · 9 years ago
- 5fe20f6 LiveRegUnits: Add accumulateBackward() function by Matthias Braun · 9 years ago
- 4f4c80c Fix Grammar. NFCI. by Xin Tong · 9 years ago
- e24f706 [SLP] Make ReductionOpcode have the right (enum) type. NFC. by Michael Kuperstein · 9 years ago
- 5f4797b MergeFunctions: Preserve debug info in thunks, under option -mergefunc-preserve-debug-info by Anmol P. Paralkar · 9 years ago
- f103cf3 [ConstantFold] Remove test checking that we don't constant-fold sqrt(-2). by Justin Lebar · 9 years ago
- 9221d61 LowerTypeTests: Fix use-after-free. Found by asan/msan. by Peter Collingbourne · 9 years ago
- 82405c4 [AMDGPU] Fix build broken in r292688. by Eugene Zelenko · 9 years ago
- f261795 [SLP] Delete useless helper. NFC. by Michael Kuperstein · 9 years ago
- fcd9eea [libFuzzer] Use CXX to set compiler to use by Vitaly Buka · 9 years ago
- 3a0d592 [libFuzzer] fix gcc build by Kostya Serebryany · 9 years ago
- e5aefeb [NVPTX] Auto-upgrade some NVPTX intrinsics to LLVM target-generic code. by Justin Lebar · 9 years ago
- e1e8594 [NVPTX] Move getDivF32Level, usePrecSqrtF32, and useF32FTZ into out of DAGToDAG and into TargetLowering. by Justin Lebar · 9 years ago
- 12044b3 [ConstantFolding] Constant-fold llvm.sqrt(x) like other intrinsics. by Justin Lebar · 9 years ago
- 8584769 [ValueTracking] Clarify comments on CannotBeOrderedLessThanZero and SignBitMustBeZero. by Justin Lebar · 9 years ago
- ef5ba4e [NVPTX] Add explicit check for llvm.sqrt.f32 to intrinsics.ll. by Justin Lebar · 9 years ago
- 5751b55 [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- f0a2f63 [APFloat] Add asserts and descriptions. NFC. by Tim Shen · 9 years ago
- e0c77c8 [libFuzzer] use print+exit(1) instead of assert to report an error by Kostya Serebryany · 9 years ago
- 79f0d94 [libFuzzer] re-enable LLVMFuzzer-RepeatedMemcmp test, cleanup the test runner nearby by Kostya Serebryany · 9 years ago
- 6139474 [InstCombine] auto-generate checks; NFC by Sanjay Patel · 9 years ago
- 02e6813 [libFuzzer] call __sanitizer_dump_coverage via EF by Kostya Serebryany · 9 years ago
- 31027cd [PPC] Give unaligned memory access lower cost on processor that supports it by Guozhi Wei · 9 years ago
- cf0c9c5 [ThinLTO] Don't perform computeDeadSymbols during O0 link, as the result is never used (NFC) by Mehdi Amini · 9 years ago
- 38596a9 [NewGVN] Optimize processing for instructions found trivially dead. by Davide Italiano · 9 years ago
- 6955b2c GlobalISel: prevent heap use-after-free when looking up VReg. by Tim Northover · 9 years ago
- 9aea18b LowerTypeTests: Simplify; always create SizeM1 with type IntPtrTy, move initialization out of if statement. by Peter Collingbourne · 9 years ago
- 3e1e052 Add indirect call promotion to SamplePGO by Dehao Chen · 9 years ago
- 38f8755 [libFuzzer] Don't use `#ifdef` for defined macros, instead use `#if`. by Marcos Pividori · 9 years ago
- cad86c7 [libFuzzer] Use clang as linker on Windows, to properly include sanitizer libraries. by Marcos Pividori · 9 years ago
- 40dcc15 [libFuzzer] Properly use compiler options supported on Windows. by Marcos Pividori · 9 years ago
- 35fb9fa [ThinLTO] The "codegen only" path didn't honor the recently added file-based API by Mehdi Amini · 9 years ago
- adca575 Improve PGO support for the new inliner by Easwaran Raman · 9 years ago
- 9c1e7a6 [pdb] Write the Named Stream mapping to Yaml and binary. by Zachary Turner · 9 years ago
- b7d2cf7 [pdb] Merge NamedStreamMapBuilder and NamedStreamMap. by Zachary Turner · 9 years ago
- f213f11 [PDB] Rename some files to be more intuitive. by Zachary Turner · 9 years ago
- 87d73e9 IPO, LTO: Plumb the summary from the LTO API into the pass manager. by Peter Collingbourne · 9 years ago
- 92a30c5 [ValueTracking] recognize variations of 'clamp' to improve codegen (PR31693) by Sanjay Patel · 9 years ago
- b786258 docs: Document that !absolute_symbol { all-ones, all-ones } means the full set. by Peter Collingbourne · 9 years ago
- 1f32b34 [ThinLTO] Drop non-prevailing non-ODR weak to declarations by Teresa Johnson · 9 years ago
- 7d5b56c [InstCombine] add tests to show missed canonicalization of min/max; NFC by Sanjay Patel · 9 years ago
- e243f51 LowerTypeTests: Implement importing of type identifiers. by Peter Collingbourne · 9 years ago
- 78f7b70 [globalisel] Fix an unused variable warning when NDEBUG is defined. by Daniel Sanders · 9 years ago
- c292437 [libFuzzer] add an assert to protect against LLVMFuzzerInitialize changing argv[0] by Kostya Serebryany · 9 years ago
- 5709854 AMDGPU/R600: Serialize vector trunc stores to private AS by Jan Vesely · 9 years ago
- 13b8e1f NewGVN: Remove pr31686.ll, it is tested by pr31594.ll, which is much smaller and simpler by Daniel Berlin · 9 years ago
- d130a4c NewGVN: Fix PR 31686 and PR 31698 by rewriting store leader handling. by Daniel Berlin · 9 years ago
- d7767b2 LowerTypeTests: Compute SizeM1BitWidth in exportTypeId. NFCI. by Peter Collingbourne · 9 years ago
- 7404114 [libFuzzer] experimental support for 'equivalance fuzzing' by Kostya Serebryany · 9 years ago
- 0d4e33d [WebAssembly] Don't create bitcast-wrappers for varargs. by Dan Gohman · 9 years ago
- 85b2e0b [ThinLTO] Fix lazy-loading of MDString instruction attachments by Mehdi Amini · 9 years ago
- bae951d [x86] add tests to show missed min/max vector codegen (PR31693) by Sanjay Patel · 9 years ago
- 70ebae9 [DWARF] [ObjectYAML] Adding APIs for unittesting by Chris Bieneman · 9 years ago
- 84ce155 Recommit "[InlineCost] Use TTI to check if GEP is free." #3 by Haicheng Wu · 9 years ago
- 27f0bb5 [SLP] Initial test for fix of PR31690. by Alexey Bataev · 9 years ago
- cfdef7c ARM: tLDR_postidx should be marked mayLoad by Matthias Braun · 9 years ago
- 116ba1a [InstCombine][X86] Add MULDQ/MULUDQ undef handling by Simon Pilgrim · 9 years ago
- 4a8de03 [SLP] A new test for horizontal vectorization for non-power-of-2 instructions. by Alexey Bataev · 9 years ago
- 37d2d7a AArch64LoadStoreOptimizer: Update kill flags when merging stores by Matthias Braun · 9 years ago
- eb2c5a9 [mips] Fix debug information for __thread variable by Petar Jovanovic · 9 years ago
- 68c521d [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- 0e0a424 [RegisterCoalescing] Recommit the patch "Remove partial redundent copy". by Wei Mi · 9 years ago
- 1d1dc06 [InstCombine][SSE] Tests showing missed opportunities to handle muldq/muludq with undef arguments by Simon Pilgrim · 9 years ago
- d1af97c Revert "Recommit "[InlineCost] Use TTI to check if GEP is free." #2" by Haicheng Wu · 9 years ago
- bdcefb6 Recommit "[InlineCost] Use TTI to check if GEP is free." #2 by Haicheng Wu · 9 years ago
- 888319b Remove trailing whitespace. NFCI. by Simon Pilgrim · 9 years ago
- 28ad0fe [CostModel][X86] Removed unused cost. NFCI. by Simon Pilgrim · 9 years ago
- 4ad0fb1 [InstCombine][SSE] Tests showing missed opportunities to constant fold packss/packus by Simon Pilgrim · 9 years ago
- 360cd34 [Thumb] Add support for tMUL in the compare instruction peephole optimizer. by Sjoerd Meijer · 9 years ago
- 0a1c1b2 [InstCombine][SSE] Tests showing missed opportunities to handle packss/packus with undef arguments by Simon Pilgrim · 9 years ago
- b7b123c Pacify -Wreorder. by Benjamin Kramer · 9 years ago
- 1d95ccd Add an assertion to PlaceholderQueue destructor, ensuring it has been flushed by Mehdi Amini · 9 years ago
- 1b647e6 [AMDGPU] Add subtarget features for SDWA/DPP by Sam Kolton · 9 years ago
- 7937d38 [PM] Tidy up the spacing of this new, much nicer test file. by Chandler Carruth · 9 years ago
- 8773596 [InstCombine][SSE] Add DemandedElts support for PACKSS/PACKUS instructions by Simon Pilgrim · 9 years ago
- 017c62c [PM] Port LoopSink to the new pass manager. by Chandler Carruth · 9 years ago
- 7dc10fa [LoopSink] Trivial comment cleanup. by Chandler Carruth · 9 years ago
- 0f6ded4 [ARM] Use helpers for adding pred / CC operands. NFC by Diana Picus · 9 years ago
- 2129bbc [AVX-512] Fix a couple test cases to not pass an undef mask to gather intrinsic. This could break if any future optimizations taken advantage of the undef. by Craig Topper · 9 years ago
- 6db0a2b [TargetLowering] Improve comment for setOperationAction(). by Jonas Paulsson · 9 years ago
- a0431ff NewGVN: Fix PR 31682, an overactive assert. by Daniel Berlin · 9 years ago
- b60e376 [SLP] Add a base test for jumbled store by Mohammad Shahid · 9 years ago
- 81f64e2 llvm-cxxfilt: add missing includes from previous change by Saleem Abdulrasool · 9 years ago
- 08015a5 llvm-cxxfilt: fix program description by Saleem Abdulrasool · 9 years ago
- 81cf2fa llvm-cxxfilt: support `-t` to demangle types by Saleem Abdulrasool · 9 years ago
- 440f273 BitVector: Fix undefined behaviour by Matthias Braun · 9 years ago
- 358aca9 Revert "LiveRegUnits: Add accumulateBackward() function" by Matthias Braun · 9 years ago
- f2a3664 Revert "Demangle: only demangle mangled symbols" by Saleem Abdulrasool · 9 years ago
- 035363a Revert "Recommit "[InlineCost] Use TTI to check if GEP is free."" by Haicheng Wu · 9 years ago
- 9f9ec3c Recommit "[InlineCost] Use TTI to check if GEP is free." by Haicheng Wu · 9 years ago
- 5067929 [LoopInfo] Add helper methods to compute two useful orderings of the by Chandler Carruth · 9 years ago
- 41b2c9b [test] Remove a unwanted match for `XFAIL:`. by Greg Parker · 9 years ago
- 51348fe [AArch64][GlobalISel] Widen scalar int->fp conversions. by Ahmed Bougacha · 9 years ago
- f3bfad2 [PM] Attempt to pacify windows bots. by Michael Kuperstein · 9 years ago
- f304f04 [AMDGPU] Prevent spills before exec mask is restored by Stanislav Mekhanoshin · 9 years ago
- 91e5a47 GlobalISel: Add a note about how we're being a bit loose with memory operands by Justin Bogner · 9 years ago
- c451236 [AArch64][GlobalISel] Split FP conversion legalizer tests. NFC. by Ahmed Bougacha · 9 years ago
- 6d3baec [AArch64][GlobalISel] Split legalizer combine tests. NFC. by Ahmed Bougacha · 9 years ago
- cbd2ff7 [MIRParser] Allow generic register specification on operand. by Ahmed Bougacha · 9 years ago
- c5cf6c8 [lit] Limit parallelism of sanitizer tests on Darwin [llvm part, take 2] by Kuba Mracek · 9 years ago