- 3142e69 Fix unused variable warning. by Richard Trieu · 9 years ago
- 611cb2c ARM: fix vectorized division on WoA by Saleem Abdulrasool · 9 years ago
- fa8de5c NewGVN: Add basic dead and redundant store elimination by Daniel Berlin · 9 years ago
- b4e1dcd NVPTXCodeGen: Add IPO to libdeps, since r293189. by NAKAMURA Takumi · 9 years ago
- e581db1 [APFloat] Reduce some dispatch boilerplates. NFC. by Tim Shen · 9 years ago
- a7e6bc8 [NVPTX] [InstCombine] Add llvm_unreachable to appease MSVC. by Justin Lebar · 9 years ago
- 2420ede [NVPTX] Fix use-after-stack-free bug in InstCombineCalls. by Justin Lebar · 9 years ago
- 6bc6fda Constant fold switch inst when looking for trivial conditions to unswitch on. by Xin Tong · 9 years ago
- 90fe7e7 [PM] Port LoopLoadElimination to the new pass manager and wire it into by Chandler Carruth · 9 years ago
- d789934 [ARM][LegalizerInfo] Specify the type of the opcode. by Quentin Colombet · 9 years ago
- a441c0b [AArch64][LegalizerInfo] Specify the type of the opcode. by Quentin Colombet · 9 years ago
- cb24407 Revert "[AArch64][LegalizerInfo] Specify the type of the initialization list." by Quentin Colombet · 9 years ago
- 3e363a8 [NVPTX] Upgrade NVVM intrinsics in InstCombineCalls. by Justin Lebar · 9 years ago
- 0c722da [ValueTracking] Add comment that CannotBeOrderedLessThanZero does the wrong thing for powi. by Justin Lebar · 9 years ago
- 0c6a4bd [LangRef] Make @llvm.sqrt(x) return undef, rather than have UB, for negative x. by Justin Lebar · 9 years ago
- f8e4cd6c [PM] Flesh out almost all of the late loop passes. by Chandler Carruth · 9 years ago
- 49c910d [libFuzzer] simplify the value profiling callback further: don't use (idx MOD prime) on the hot path where it is useless anyway by Kostya Serebryany · 9 years ago
- c7fc061 [AArch64][LegalizerInfo] Specify the type of the initialization list. by Quentin Colombet · 9 years ago
- eff755f [libFuzzer] make sure (again) that __builtin_popcountl is compiled into popcnt by Kostya Serebryany · 9 years ago
- bcc64b8 [libFuzzer] simplify the value profile code and disable asan/msan on it by Kostya Serebryany · 9 years ago
- ba78b90 NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSession rename. by Adrian McCarthy · 9 years ago
- 566dac5 Switch the default for building GlobalISel. by Quentin Colombet · 9 years ago
- eca8aa6 CMake is funky on detecting Intel 17 as GCC compatible. by Yichao Yu · 9 years ago
- 6159a00 [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- ac8bbff GlobalISel: support debug intrinsics. by Tim Northover · 9 years ago
- 78fa56c Revert a couple of InstCombine/Guard checkins by Sanjoy Das · 9 years ago
- e6f10d3 Add intrinsics for constrained floating point operations by Andrew Kaylor · 9 years ago
- e1c01cc [PM] Enable the main loop pass pipelines with everything but by Chandler Carruth · 9 years ago
- bf34add [obj2yaml] Produce correct output for invalid relocations. by Davide Italiano · 9 years ago
- f7b66eb [Hexagon] Require IPO library in Hexagon build by Krzysztof Parzyszek · 9 years ago
- 8dc127c NewGVN: Fix bug exposed by PR31761 by Daniel Berlin · 9 years ago
- 4eb218a [InstCombine] fold (X >>u C) << C --> X & (-1 << C) by Sanjay Patel · 9 years ago
- a28da41 [GlobalISel] Remove duplicate function using variadic templates. NFC. by Ahmed Bougacha · 9 years ago
- e264bcd [Hexagon] Add Hexagon-specific loop idiom recognition pass by Krzysztof Parzyszek · 9 years ago
- a3fb26f NewGVN: Add algorithm overview by Daniel Berlin · 9 years ago
- 6a295f2 [InstCombine] use m_APInt to allow (X << C) >>u C --> X & (-1 >>u C) with splat vectors by Sanjay Patel · 9 years ago
- 8f44449 [Doc][LangRef] Fix typo-ish error in description of Masked Gather by Zvi Rackover · 9 years ago
- 76aa95e [InstCombine] add tests for shift-shift folds; NFC by Sanjay Patel · 9 years ago
- 04acf64 [AArch64] Refine Kryo Machine Model by Balaram Makam · 9 years ago
- 68ce932 [IfConversion] Use reverse_iterator to simplify. NFC by Kyle Butt · 9 years ago
- eceaa2a [PPC] cleanup of mayLoad/mayStore flags and memory operands. by Sean Fertile · 9 years ago
- b0b549a NewGVN: Fix output of pr31578 testcase now that we mark unreachable blocks as unreachable by Daniel Berlin · 9 years ago
- c548ce3 NewGVN: Make unreachable blocks be marked with unreachable by Daniel Berlin · 9 years ago
- be4948c Replace addEarlyAsPossiblePasses callback with adjustPassManager by Stanislav Mekhanoshin · 9 years ago
- d9031ef Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
- eab2fdc [XRay][Arm32] Reduce the portion of the stub and implement more staging for tail calls - in LLVM by Serge Rogatch · 9 years ago
- dbb7a65 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- dbe38eb Use shouldAssumeDSOLocal in classifyGlobalReference. by Rafael Espindola · 9 years ago
- 10559c6 [X86][SSE] Add support for combining ANDNP byte masks with target shuffles by Simon Pilgrim · 9 years ago
- 783633e [SCEV] Introduce add operation inlining limit by Daniil Fukalov · 9 years ago
- b818774 [X86][SSE] Pull out target shuffle resolve code into helper. NFCI. by Simon Pilgrim · 9 years ago
- c2598d4 Remove a '#if 0' that wasn't intended for commit in r293173. by Daniel Sanders · 9 years ago
- dbafc59 Attempt to fix windows buildbots after r293172. by Daniel Sanders · 9 years ago
- 2b464c4 [globalisel] Re-factor ISel matchers into a hierarchy. NFC by Daniel Sanders · 9 years ago
- 9016ce4 [AMDGPU] Fix typo in GCNSchedStrategy by Valery Pykhtin · 9 years ago
- 5db8081 Revert "[mips] N64 static relocation model support" by Simon Dardis · 9 years ago
- faae532 [LV] Fix an issue where forming LCSSA in the place that we did would by Chandler Carruth · 9 years ago
- 40f771f [mips] N64 static relocation model support by Simon Dardis · 9 years ago
- 4cead72 [ARM] GlobalISel: Load i1, i8 and i16 args from stack by Diana Picus · 9 years ago
- 69c8d68 [SLP] Add one more reduction operation for extra argument test to make by Alexey Bataev · 9 years ago
- c5374d2 [PM] Use PoisoningVH correctly when merely deleting entries in a map with it. by Chandler Carruth · 9 years ago
- 82579da Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture] by NAKAMURA Takumi · 9 years ago
- ac9b2d9 [TargetTransformInfo] Add override keywords to supporess -Winconsistent-missing-override. by Craig Topper · 9 years ago
- facc996 [AVX-512] Move the combine that runs combineBitcastForMaskedOp to the last DAG combine phase where I had originally meant to put it. by Craig Topper · 9 years ago
- 3cd2419 [X86] When bitcasting INSERT_SUBVECTOR/EXTRACT_SUBVECTOR to match masked operations, use the correct type for the immediate operand. by Craig Topper · 9 years ago
- 7cb6abb [TargetTransformInfo] Refactor and improve getScalarizationOverhead() by Jonas Paulsson · 9 years ago
- add597c [SLP] Fixed test for extra arguments in horizontal reductions. by Alexey Bataev · 9 years ago
- c3374e9 [DAGCombiner] Fold extract_subvector of undef to undef. Fold away inserting undef subvectors. by Craig Topper · 9 years ago
- fafe302 [X86] Add demanded elts support for the inputs to pclmul intrinsic by Craig Topper · 9 years ago
- c41f271 Revert test commit by Taewook Oh · 9 years ago
- c4a35ed test commit by Taewook Oh · 9 years ago
- 33e0aba [OptDiag] Predicates to check the same type of IR and MIR opt remarks by Adam Nemet · 9 years ago
- 988a421 gold-plugin: Fix test case. by Peter Collingbourne · 9 years ago
- 6d7e8f1 [PM] Simplify the new PM interface to the loop unroller and expose two by Chandler Carruth · 9 years ago
- a50ea04 [Loops] Restructure the LoopInfo verify function so that it more by Chandler Carruth · 9 years ago
- 289792d gold-plugin: Simplify naming of object files created with save-temps or obj-path. by Peter Collingbourne · 9 years ago
- f544b74 Fix --Wunused-function. by Rui Ueyama · 9 years ago
- 6c2c7c8 [libFuzzer] remove a bit of stale code by Kostya Serebryany · 9 years ago
- c43e068 [libFuzzer] further simplify __sanitizer_cov_trace_pc_guard by Kostya Serebryany · 9 years ago
- baa08a9 AMDGPU: Fold fneg into round instructions by Matt Arsenault · 9 years ago
- 9371686 [ImplicitNullChecks] Add a test demonstrating a case we don't get today by Sanjoy Das · 9 years ago
- df040aa [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sure it is not asan/msan-instrumented by Kostya Serebryany · 9 years ago
- 3ef6c7c [LoopUnroll] Properly update loopinfo for runtime unrolling by 2 by Michael Kuperstein · 9 years ago
- f73a486 [NewGVN] Skip uses in unreachable blocks. by Davide Italiano · 9 years ago
- c8168e7 [llc] Add -pass-remarks-output by Adam Nemet · 9 years ago
- e350b28 LowerTypeTests: Ignore external globals with type metadata. by Peter Collingbourne · 9 years ago
- 13aa2bf [libFuzzer] don't call GetPreviousInstructionPc on the hot path -- only when dumping the PCs by Kostya Serebryany · 9 years ago
- fdb7a50 [APFloat] Fix comments. NFC. by Tim Shen · 9 years ago
- 34292bd [ValueTracking] Implement SignBitMustBeZero correctly for sqrt. by Justin Lebar · 9 years ago
- ed1f855 Change the test added in r293099 so it does not have the string "llvm-nm" to fix by Kevin Enderby · 9 years ago
- 3e42698 [llc] Add -pass-remarks-with-hotness by Adam Nemet · 9 years ago
- 943b33c [NewGVN] Simplify folding a lambda used only once. NFCI. by Davide Italiano · 9 years ago
- 19925fc New OptimizationRemarkEmitter pass for MIR by Adam Nemet · 9 years ago
- 2355a8b [OptDiag] Split code region out of DiagnosticInfoOptimizationBase by Adam Nemet · 9 years ago
- 60c9e9f Fix for r293104, which renamed a directory. by Adrian McCarthy · 9 years ago
- 11e1d83 NFC: Rename (PDB) RawSession to NativeSession by Adrian McCarthy · 9 years ago
- 39a5a41 LangRef: Document the allowed metadata dropping transforms. by Peter Collingbourne · 9 years ago
- 0702b34 Add a warning when the llvm-nm -print-size flag is used on a Mach-O file as by Kevin Enderby · 9 years ago
- fe08370 Revert "[PPC] Give unaligned memory access lower cost on processor that supports it" by Daniel Jasper · 9 years ago
- 63bcde1 [pdb] Fix failing test by Zachary Turner · 9 years ago