- 39d6588 [GlobalISel][AArch64] Add support for @llvm.ceil by Jessica Paquette · 7 years ago
- 4b7ed4f [llvm-mca] Rename an error variable. by Matt Davis · 7 years ago
- edc71ed [X86] Don't match TESTrr from (cmp (and X, Y), 0) during isel. Defer to post processing by Craig Topper · 7 years ago
- c3f9ab5 [X86] Fix assert fails in pass X86AvoidSFBPass by Craig Topper · 7 years ago
- 6bad72c [llvm-mca] Add an error handler for error from parseCodeRegions by Matt Davis · 7 years ago
- a7c6704 Revert r349517 "[CMake] Default options for faster executables on MSVC" by Alexandre Ganea · 7 years ago
- 80ebdb9 Revert r349517 "[CMake] Default options for faster executables on MSVC" by Alexandre Ganea · 7 years ago
- 0a13921 [AArch64] Improve the Exynos M3 pipeline model by Evandro Menezes · 7 years ago
- 27b9d22 [llvm-mca] Split test (NFC) by Evandro Menezes · 7 years ago
- 917e49e Regenerate test by Simon Pilgrim · 7 years ago
- 82da72e Test commit by Anton Afanasyev · 7 years ago
- 455880c [X86] Remove already upgraded llvm.x86.avx512.mask.padds/psubs tests by Simon Pilgrim · 7 years ago
- 50eb45a [ValueTracking] remove unused parameters from helper functions; NFC by Sanjay Patel · 7 years ago
- 95dad60 [BPF] Generate BTF DebugInfo under BPF target by Yonghong Song · 7 years ago
- 725ddc3 [gn build] Merge r349605 by Nico Weber · 7 years ago
- 97de56d [Object] Deduplicate long archive member names by Peter Wu · 7 years ago
- 50ca11a Test commit by Amy Kwan · 7 years ago
- ece1647 [X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic intrinsics (llvm) by Simon Pilgrim · 7 years ago
- 0d195ad [SelectionDAG] Optional handling of UNDEF elements in matchBinaryPredicate (part 2 of 2) by Simon Pilgrim · 7 years ago
- e072f8b [SelectionDAG] Optional handling of UNDEF elements in matchBinaryPredicate (part 1 of 2) by Simon Pilgrim · 7 years ago
- cd37825 [TargetLowering] Fix propagation of undefs in zero extension ops (PR40091) by Simon Pilgrim · 7 years ago
- 0bc70d3 Let TableGen write output only if it changed, instead of doing so in cmake, attempt 2 by Nico Weber · 7 years ago
- a395f98 Fix test MC/AMDGPU/reloc.s by Nicolai Haehnle · 7 years ago
- f882345 [X86][SSE] Remove use of SSE ADDS/SUBS saturation intrinsics from schedule/stack tests by Simon Pilgrim · 7 years ago
- f835629 AMDGPU: Use an ABS32_LO relocation for SCRATCH_RSRC_DWORD1 by Nicolai Haehnle · 7 years ago
- 96c60ea [llvm-objdump] - Fix one more BB. by George Rimar · 7 years ago
- de6808b [SelectionDAG] Optional handling of UNDEF elements in matchUnaryPredicate by Simon Pilgrim · 7 years ago
- 8468ad2 [X86][SSE] Remove SSE ADDUS/SUBUS saturation intrinsics from schedule/stack tests by Simon Pilgrim · 7 years ago
- 927407d [llvm-objdump] - Fix BB. by George Rimar · 7 years ago
- 92b052b [llvm-objdump] - Demangle the symbols when printing symbol table and relocations. by George Rimar · 7 years ago
- 8cea59c AMDGPU/InsertWaitcnts: Update VGPR/SGPR bounds when brackets are merged by Carl Ritson · 7 years ago
- 331ffd3 [ARM GlobalISel] Support G_CONSTANT for Thumb2 by Diana Picus · 7 years ago
- 028b8a6 AMDGPU/GlobalISel: Regbankselect for fsub by Matt Arsenault · 7 years ago
- fcaab03 [llvm-objcopy] [COFF] Fix the Object forward declaration by Martin Storsjo · 7 years ago
- e318fd6 [llvm-objcopy] Initial COFF support by Martin Storsjo · 7 years ago
- 35e719f [DebugInfo] Make AsmPrinter struct HandlerInfo and Handlers protected by Yonghong Song · 7 years ago
- 79550f6 [bugpoint][PR29027] Reduce function attributes by Brian Gesiak · 7 years ago
- 11acfd4 Fix use-after-free with profile remapping. by Richard Smith · 7 years ago
- 979b87d [PowerPC]Exploit P9 vabsdu for unsigned vselect patterns by Kewen Lin · 7 years ago
- 4bc3cc6 [gn build] Add build file for llvm-objcopy by Nico Weber · 7 years ago
- afdba0b Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen" by Alexandre Ganea · 7 years ago
- 3eabb09 Add llvm-objdump man page by Ed Maste · 7 years ago
- 174382c [AArch64] Simplify the Exynos M3 pipeline model by Evandro Menezes · 7 years ago
- a5a5e44 [AArch64] Fix instructions order (NFC) by Evandro Menezes · 7 years ago
- ab30375 [llvm-mca] Improve test (NFC) by Evandro Menezes · 7 years ago
- 6cd86b7 [DebugInfo] Move several private headers to include directory by Yonghong Song · 7 years ago
- 77376c8 [InstCombine] add tests for extract of vector load; NFC by Sanjay Patel · 7 years ago
- 1a95f98 Preserve the linkage for objc* intrinsics as clang will set them to weak_external in some cases by Pete Cooper · 7 years ago
- d2c49ab Add nonlazybind to objc_retain/objc_release when converting from intrinsics. by Pete Cooper · 7 years ago
- efdc433 [LAA] Introduce enum for vectorization safety status (NFC). by Florian Hahn · 7 years ago
- b9f7652 [asan] Restore ODR-violation detection on vtables by Vitaly Buka · 7 years ago
- 83544a5 [LoopVectorize] auto-generate complete checks; NFC by Sanjay Patel · 7 years ago
- 7c9e35d Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instead of SDAG. by Pete Cooper · 7 years ago
- e15b0c6 [AArch64] Avoid crashing on .seh directives in assembly by Martin Storsjo · 7 years ago
- faf7b5d [InstCombine] auto-generate complete checks; NFC by Sanjay Patel · 7 years ago
- 3a364fd Revert r349541 (Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen) by Alexandre Ganea · 7 years ago
- 974ebed [asan] In llvm.asan.globals, allow entries to be non-GlobalVariable and skip over them by Kuba Mracek · 7 years ago
- e7e3942 [AARCH64] Added test case for PR40091 by Simon Pilgrim · 7 years ago
- 76d0059 Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen by Alexandre Ganea · 7 years ago
- a9a68e4 [llvm-mca] Update the Exynos test cases (NFC) by Evandro Menezes · 7 years ago
- 9b284bb [llvm-mca] Dump mask in hex by Evandro Menezes · 7 years ago
- 7ad1376 Change the objc ARC optimizer to use the new objc.* intrinsics by Pete Cooper · 7 years ago
- 1193c41 [X86] Add BSR to isUseDefConvertible. by Craig Topper · 7 years ago
- a0b99f2 [InstCombine] Simplify cttz/ctlz + icmp eq/ne into mask check by Nikita Popov · 7 years ago
- efd098d [AMDGPU] Removed the unnecessary operand size-check-assert from processBaseWithConstOffset(). by Farhana Aleen · 7 years ago
- 6ea39d1 DebugInfo: Fix missing local imported entities after r349207 by David Blaikie · 7 years ago
- 2d08f9b [SCCP] Get rid of redundant call for getPredicateInfoFor (NFC). by Florian Hahn · 7 years ago
- 401feb8 [X86] Don't use SplitOpsAndApply to create ISD::UADDSAT/ISD::USUBSAT nodes. Let type legalization and op legalization deal with it. by Craig Topper · 7 years ago
- a04db60 [InstCombine] refactor isCheapToScalarize(); NFC by Sanjay Patel · 7 years ago
- 6933dc7 [X86] Use SADDSAT/SSUBSAT instead of ADDS/SUBS by Nikita Popov · 7 years ago
- 9c62d57 [X86] Create PSUBUS from (add (umax X, C), -C) by Craig Topper · 7 years ago
- 6eed1f8 Buildfix for r345516 (Clang compilation failing). by Alexandre Ganea · 7 years ago
- daedb46 [CMake] Default options for faster executables on MSVC by Alexandre Ganea · 7 years ago
- 93e2789 [llvm-symbolizer] Omit stderr output when symbolizing a crash by Alexandre Ganea · 7 years ago
- 1bc20f0 [InstCombine] add tests for scalarization; NFC by Sanjay Patel · 7 years ago
- 2128fd1 Add FMF management to common fp intrinsics in GlobalIsel by Michael Berg · 7 years ago
- 6b71eaa [LoopVectorize] Rename pass options. NFC. by Michael Kruse · 7 years ago
- 1b35b9e [X86][SSE] Don't use 'sign bit select' vXi8 ROTL lowering for constant rotation amounts by Simon Pilgrim · 7 years ago
- 25333a1 [LoopUnroll] Honor '#pragma unroll' even with -fno-unroll-loops. by Michael Kruse · 7 years ago
- cfa2cf7 [X86][SSE] Don't use 'sign bit select' vXi8 ROTL lowering for splat rotation amounts by Simon Pilgrim · 7 years ago
- 046371a [MIPS GlobalISel] Select G_SDIV, G_UDIV, G_SREM and G_UREM by Petar Avramovic · 7 years ago
- 4770e3f [gn build] Add build file for llvm-pdbutil by Nico Weber · 7 years ago
- 907f566 [gn build] Add build file for llvm-bcanalyzer by Nico Weber · 7 years ago
- cbe186e [gn build] Add build files for llvm-ar, llvm-nm, llvm-objdump, llvm-readelf by Nico Weber · 7 years ago
- 6b6826d [X86][SSE] Add shift combine 'out of range' tests with UNDEFs by Simon Pilgrim · 7 years ago
- 97b31b7 [X86] Use UADDSAT/USUBSAT instead of ADDUS/SUBUS by Nikita Popov · 7 years ago
- 7c859dd [SelectionDAG][X86] Fix [US](ADD|SUB)SAT vector legalization, add tests by Nikita Popov · 7 years ago
- f6775ea [docs] Improve HowToCrossCompilerBuiltinsOnArm by Peter Smith · 7 years ago
- a002f3a [llvm-dwarfdump] - Do not error out on R_X86_64_DTPOFF64/R_X86_64_DTPOFF32 relocations. by George Rimar · 7 years ago
- 7fe6799 [MIPS GlobalISel] ClampScalar G_AND G_OR and G_XOR by Petar Avramovic · 7 years ago
- a0875a9 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
- 4acf410 [X86][AVX] Add 256/512-bit vector funnel shift tests by Simon Pilgrim · 7 years ago
- 20b2043 [X86][SSE] Add 128-bit vector funnel shift tests by Simon Pilgrim · 7 years ago
- f144818 [IPO][AVR] Create new Functions in the default address space specified in the data layout by Dylan McKay · 7 years ago
- 5af2f5e AMDGPU: Legalize/regbankselect frame_index by Matt Arsenault · 7 years ago
- 0831961 AMDGPU: Legalize/regbankselect fma by Matt Arsenault · 7 years ago
- fe8acf3 [TargetLowering] Fallback from SimplifyDemandedVectorElts to SimplifyDemandedBits by Simon Pilgrim · 7 years ago
- 69008a0 SROA: preserve alignment tags on loads and stores. by Tim Northover · 7 years ago
- 563dd25 GlobalISel: Improve crash on invalid mapping by Matt Arsenault · 7 years ago
- d38a249 AMDGPU/GlobalISel: Legalize/regbankselect fneg/fabs/fsub by Matt Arsenault · 7 years ago