- db81564 TableGen support for parameterized register class information by Krzysztof Parzyszek · 8 years ago
- 837d04d [lit] Force site configs to be run before source-tree configs by Zachary Turner · 8 years ago
- e6834d6 [tblgen] Remove uses of std::ptr_fun, it's removed in C++17. by Benjamin Kramer · 8 years ago
- 0ca0dda [IfConversion] More simple, correct dead/kill liveness handling by Krzysztof Parzyszek · 8 years ago
- d2c2dea [mips] Implement the 'dins' aliases. by Simon Dardis · 8 years ago
- bc0f9d9 [InstSimplify] fold sdiv/srem based on compare of dividend and divisor by Sanjay Patel · 8 years ago
- 93c8cad Add newline to end of test file. NFC. by Chad Rosier · 8 years ago
- e4c3f0b Test commit. by Aleksandar Beserminji · 8 years ago
- 32b8a7a [InstSimplify] clean up div/rem handling; NFCI by Sanjay Patel · 8 years ago
- da89c08 [X86] Regenerate test. NFCI. by Simon Pilgrim · 8 years ago
- 2664884 Regenerate test (broadcast comment). NFCI. by Simon Pilgrim · 8 years ago
- e678d51 [Hexagon] Make getMemAccessSize return size in bytes by Krzysztof Parzyszek · 8 years ago
- 8493f91 [X86] When applying the shuffle-to-zero-extend transformation on floating point, bitcast to integer first. by Ayman Musa · 8 years ago
- 122d0d1 [dwarfdump] Add DWARF verifiers for address ranges by Jonas Devlieghere · 8 years ago
- ee9c80e [mips] Pick the right variant of DINS upfront and enable target instruction verification by Simon Dardis · 8 years ago
- 13ca51e Revert "[dwarfdump] Add DWARF verifiers for address ranges" by Jonas Devlieghere · 8 years ago
- c3fc155 [DAGCombine] (shl (or x, c1), c2) -> (or (shl x, c2), c1 << c2) by Simon Pilgrim · 8 years ago
- 2e42fb2 [dwarfdump] Add DWARF verifiers for address ranges by Jonas Devlieghere · 8 years ago
- f7e4004 Fix line endings. NFCI. by Simon Pilgrim · 8 years ago
- abb1ba1 Fix line endings. NFCI. by Simon Pilgrim · 8 years ago
- f6a8db1 [SelectionDAG] ComputeNumSignBits - cleanup ROTL/ROTR wrapping to match DAGCombine etc. by Simon Pilgrim · 8 years ago
- 6b77046 [XRay][DebugInfo] Update the test to use a specific target by Dean Michael Berris · 8 years ago
- dbaaccc [PM/CGSCC] Teach the CGSCC pass manager components to gracefully handle by Chandler Carruth · 8 years ago
- b3a1f36 [XRay][DebugInfo] Remove -debug-compile from test invocation of llc by Dean Michael Berris · 8 years ago
- dde48e1 [LV] Fix maximum legal VF calculation by Alon Kom · 8 years ago
- eca1741 Recommit r313234 "[llvm-readobj] - Refactor printGroupSections methods." by George Rimar · 8 years ago
- 505ab7d Revert r313234 "[llvm-readobj] - Refactor printGroupSections methods." by George Rimar · 8 years ago
- 1360bdf [llvm-readobj] - Refactor printGroupSections methods. by George Rimar · 8 years ago
- d41dbfa [XRay][CodeGen] Use the current function symbol as the associated symbol for the instrumentation map by Dean Michael Berris · 8 years ago
- 679cc50 [mips] Recognise the triple used by Debian for MIPS n32 ABI by Simon Atanasyan · 8 years ago
- a31c940 Revert "Invoke GetInlineCost for legality check before inline functions in SampleProfileLoader." by Vitaly Buka · 8 years ago
- a28eeed Reland r313157, "ThinLTO: Correctly follow aliasee references when dead stripping." which was reverted in r313222. by Peter Collingbourne · 8 years ago
- e2d706b [SLPVectorizer] Prefer auto over explicit type for VL0, NFCI. by Dinar Temirbulatov · 8 years ago
- 2ca4715 Revert r313157 "ThinLTO: Correctly follow aliasee references when dead stripping." by Hans Wennborg · 8 years ago
- cca65fd Add optional profile counts to block frequency dump. by Hiroshi Yamauchi · 8 years ago
- a210f4d Move llvm/test/CodeGen/X86/clear-liverange-spillreg.mir to SystemZ. It was in wrong place. by NAKAMURA Takumi · 8 years ago
- a1a4168 AMDGPU: Don't spill SP reg like a normal CSR by Matt Arsenault · 8 years ago
- b004b50 [codeview] Fold FIXME into comment, there's nothing to do. NFC by Reid Kleckner · 8 years ago
- c9b4fb7 Revert r312719 "[MachineCombiner] Update instruction depths incrementally for large BBs." by Hans Wennborg · 8 years ago
- 1c29e7f Use MemoryBufferRef. (NFC) by Adrian Prantl · 8 years ago
- d368c61f Factor out duplicate code from llvm-dwarfdump (NFC) by Adrian Prantl · 8 years ago
- c9ffce2 Update testcase that was XFAILed on Darwin for llvm-dwarfdump change. by Adrian Prantl · 8 years ago
- 63c545d Allow target to decide when to cluster loads/stores in misched by Stanislav Mekhanoshin · 8 years ago
- 494372f llvm-dwarfdump: automatically dump both regular and .dwo variant of sections by Adrian Prantl · 8 years ago
- 93b87c8 AMDGPU: Handle coldcc in more places by Matt Arsenault · 8 years ago
- 68b15df [codeview] VLAs and unsized arrays should use a size of zero by Reid Kleckner · 8 years ago
- e8c0dd7 Update the early_inline test to explicitly add attribute for all functions. (NFC) by Dehao Chen · 8 years ago
- 95fa5a6 [ARM] Add more CPUs to host detection by Eli Friedman · 8 years ago
- 8b3d72d Add a comment for the test. NFC. by Wei Mi · 8 years ago
- c49953f [Transforms] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 57d83cb [RegAlloc] Keep a copy of live interval for the spilled vregs in HoistSpillHelper. by Wei Mi · 8 years ago
- 307e53c [Bitcode] Add a compatibility test for 5.0.0 bitcode by Vedant Kumar · 8 years ago
- d47151a Invoke GetInlineCost for legality check before inline functions in SampleProfileLoader. by Dehao Chen · 8 years ago
- 16ffaf8 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 0833191 Fix a crash in llvm-nm for a bad Mach-O file that has an N_SECT type symbol and a zero n_sect value. by Kevin Enderby · 8 years ago
- 2029d1e Mark static member functions as static in CodeViewDebug by Adrian McCarthy · 8 years ago
- a768fcb Revert "Determine up front which projects are enabled." by Zachary Turner · 8 years ago
- 7f44c36 [Inliner] Add another way to compute full inline cost. by Easwaran Raman · 8 years ago
- fb0da33 [LV] Avoid computing the register usage for default VF. NFC by Anna Thomas · 8 years ago
- 65bdf0a Fix a misleading phrase in the LangRef by Sanjoy Das · 8 years ago
- c208bb4 Refactoring the stride 4 code in the X86interleavedaccess NFC by Michael Zuckerman · 8 years ago
- 7ff141c llvm-dwarfdump: support dumping UUIDs of Mach-O binaries. by Adrian Prantl · 8 years ago
- 51aca1f [CFG] Fix typo in docblock: blocsk/blocks by Brian Gesiak · 8 years ago
- e1a2fc6 [unittests] Fix up test after rL313156 by Vedant Kumar · 8 years ago
- 9393d4d [InstSimplify] regenerate checks; NFC by Sanjay Patel · 8 years ago
- 175106b [mips] Add unitests to check parsing MIPS triples. NFC by Simon Atanasyan · 8 years ago
- cc31faa Add options to dump PGO counts in text. by Hiroshi Yamauchi · 8 years ago
- bca2a43 [ThinLTO] AliasSummary should not have any references by Teresa Johnson · 8 years ago
- 040cfb4 ThinLTO: Correctly follow aliasee references when dead stripping. by Peter Collingbourne · 8 years ago
- 87e117d Convenience/safety fix for llvm::sys::Execute(And|No)Wait by Alexander Kornienko · 8 years ago
- f6e4c7d Fix bot failures by requiring x86 target in new test by Teresa Johnson · 8 years ago
- 32ce91c [ThinLTO] For SamplePGO, need to handle ICP targets consistently in thin link by Teresa Johnson · 8 years ago
- 66341b5 [mips] correct operand range for DINSM instruction by Petar Jovanovic · 8 years ago
- db48628 [MachineScheduler] Put SchedRegion in an anonymous namespace. by Mikael Holmen · 8 years ago
- 16a8e06 [Power9] Add missing instructions: extswsli, popcntb by Stefan Pintilie · 8 years ago
- 552028f [llvm-objdump] Fix memory leaks in macho dump by Francis Ricci · 8 years ago
- 143e1f1 [MachO] Prevent heap overflow when load command extends past EOF by Jonas Devlieghere · 8 years ago
- 8a07ca8 [X86][Skylake] Replacing -mcpu=skx by -mattr in a codegen test. NFC. by Gadi Haber · 8 years ago
- ae7945d [X86][FMA4] Test FMA4 commutation with repeated ops as well as FMA3 by Simon Pilgrim · 8 years ago
- b17d6db [X86][FMA] Added *213 fma instructions to scheduling tests by Simon Pilgrim · 8 years ago
- 0a82c73 [MiSched|TableGen] : Tidy up and modernise. NFC. by Javed Absar · 8 years ago
- d266307 [dwarfdump] Rename Brief to Verbose in DIDumpOptions by Jonas Devlieghere · 8 years ago
- 15d724a [X86][Skylake][KNL] Updating code gen regression test to use the KNL and SKYLAKE prefixes. NFC. by Gadi Haber · 8 years ago
- 46110d9 [X86][Skylake][KNL] Updating code gen regression test to use the KNL and SKYLAKE prefixes. NFC. by Gadi Haber · 8 years ago
- 3170254 NFC. by Gadi Haber · 8 years ago
- 9c34723 [GlobalISel][X86] support G_FPEXT operation. by Igor Breger · 8 years ago
- a01e768 [X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (llvm) by Uriel Korach · 8 years ago
- bddbeac [X86] Adding X86 Processor Families by Mohammed Agabaria · 8 years ago
- e239c0c [X86] Add explicit mc-encoding checks to X86/viabs.ll. NFC. by Uriel Korach · 8 years ago
- 4fd5a7b [X86] Make sure we emit a SUBREG_TO_REG after the MOV32ri when creating a BEXTR64rr instruction from a shift/and pair. by Craig Topper · 8 years ago
- 3254c74 [X86 CodeGen] Optimization of ZeroExtendLoad for v2i8 vector by Elena Demikhovsky · 8 years ago
- 3c0fd8c [LV] Fix PR34523 - avoid generating redundant selects by Ayal Zaks · 8 years ago
- f844eac [GVNHoist] Factor out reachability to search for anticipable instructions quickly by Aditya Kumar · 8 years ago
- 16aceb8 [llvm-objcopy] Add e_machine validity check for reserved section indexes by Petr Hosek · 8 years ago
- 7f15442 [X86] Use isUInt<32> to simplify some code. NFC by Craig Topper · 8 years ago
- 71d2001 Fix dwarfdump cmdline test on Windows by Reid Kleckner · 8 years ago
- 07192e9 [ARC] Prepare the implementation of relocation for LLD by Leslie Zhai · 8 years ago
- 5b3b7ed [InstCombine] Add a flag to disable LowerDbgDeclare by Reid Kleckner · 8 years ago
- b684580 [Fuchsia] Magenta -> Zircon by Petr Hosek · 8 years ago
- c1e866c [WebAssembly] Add sign extend instructions from atomics proposal by Derek Schuff · 8 years ago