- 92d32ce NFC mergefunc: const correctness by JF Bastien · 9 years ago
- a092aac AMDGPU/SI: Add support for spilling VGPRs without having to scavenge registers by Tom Stellard · 9 years ago
- f301f27 [x86] add tests to show potential BMI optimization by Sanjay Patel · 9 years ago
- 0149731 [DebugInfo] Optimize memory layout of DISubprogram. by Davide Italiano · 9 years ago
- 6d56779 AsmParser: record "# line file" context to calculate location for diag by Tim Northover · 9 years ago
- f001eb5 Test case for r265852. by Easwaran Raman · 9 years ago
- 9e81c60 LibDriver: Silently do nothing when provided no inputs. by Peter Collingbourne · 9 years ago
- 5a486ec [PGO] Remove redundant VP instrumentation by Betul Buyukkurt · 9 years ago
- b935913 [PowerPC] Basic support for P9 byte comparison and count trailing zero insns by Nemanja Ivanovic · 9 years ago
- 7b4c09a llvm-dwp: Add assert text by David Blaikie · 9 years ago
- 891346a [AArch64] Disable LDP/STP for quads by Evandro Menezes · 9 years ago
- 4a1c79f Revert "[IR/Verifier] Each DISubprogram with isDefinition: true must belong to a CU." by Davide Italiano · 9 years ago
- c7e68af [IR/DebugInfoMetadata] Simplify array length calculation by using array_lengthof instead of ArrayRef::size by David Blaikie · 9 years ago
- 100a6be Cleanup Store Merging in UseAA case by Nirav Dave · 9 years ago
- bd3bdfc Sanity check `opt` options compatibility: can't have module-summary or module-hash when emitting textual IR by Mehdi Amini · 9 years ago
- 387bdb4 Revert "Make aliases explicit in the summary" by Mehdi Amini · 9 years ago
- e618ec9 Make aliases explicit in the summary by Mehdi Amini · 9 years ago
- 7739723 Revert inadvertently modified comment in r266131 by Mehdi Amini · 9 years ago
- 31cadd7 AArch64: don't create instructions that write to xzr/wzr twice. by Tim Northover · 9 years ago
- 075abcb [AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)git status by Artem Tamazov · 9 years ago
- d61f2a5 [mips] Fix emitAtomicCmpSwapPartword to handle 64 bit pointers correctly by Zoran Jovanovic · 9 years ago
- 21bbc49 [mips] Sign-extend i32 values truncated from previously zero-extended i32 values. by Vasileios Kalintiris · 9 years ago
- 3592381 Simplify strlen to a subtraction for certain cases. by David L Kreitzer · 9 years ago
- 11615f4 [X86][SSE] Regenerated vector integer absolute tests by Simon Pilgrim · 9 years ago
- 396d592 Calculate __builtin_object_size when pointer depends on a condition by Petar Jovanovic · 9 years ago
- 5654752 Added missing autogeneration note by Simon Pilgrim · 9 years ago
- 2908602 Don't use misc-unused-parameters check on LLVM. by Alexander Kornienko · 9 years ago
- 2cc36cb [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, DDIVU and DMODU instructions by Zlatko Buljan · 9 years ago
- 1559762 [InstCombine] We folded an fcmp to an i1 instead of a vector of i1 by David Majnemer · 9 years ago
- 31ce1f6 Simplify LTOInternalize into UpdateLLVMCompilerUsed by Mehdi Amini · 9 years ago
- 06bf569 Minor cleanup in Internalize, hide helper class using anonymous namespace (NFC) by Mehdi Amini · 9 years ago
- 63809dd LTOInternalize: Use a StringSet instead of a sorted vector and a binary search query for each function by Mehdi Amini · 9 years ago
- fd6b04c [mips][microMIPS] Fix for "Cannot copy registers" assertion by Hrvoje Varga · 9 years ago
- d9b590e Move "ExternalSymbols" out of LTOInternalize (NFC) by Mehdi Amini · 9 years ago
- f81e2fb Really return whether Internalize did change the Module or not. by Mehdi Amini · 9 years ago
- 42ab0ff Modernize Internalizer with for-range loop (NFC) by Mehdi Amini · 9 years ago
- 8fbafc9 Refactor the InternalizePass into a helper class, and expose it through a public free function (NFC) by Mehdi Amini · 9 years ago
- a98cfea Refactor Internalization pass to use as a callback instead of a StringSet (NFC) by Mehdi Amini · 9 years ago
- 815b02e Recommit r265547, and r265610,r265639,r265657 on top of it, plus by Wei Mi · 9 years ago
- f4dc383 Fix FunctionImport export list computation: need to take a reference to a map entry to actually modify it by Mehdi Amini · 9 years ago
- f294b09 AMDGPU: Add test for m0 initialization in basic loop by Matt Arsenault · 9 years ago
- d5a8ffb AMDGPU: Remove leftover ShaderType attributes in tests by Matt Arsenault · 9 years ago
- 323ca5c LTOInternalize: Fix member type, should be a reference and not a copy by Mehdi Amini · 9 years ago
- 90d8769 AMDGPU/SI: Fix spilling of 96-bit registers by Tom Stellard · 9 years ago
- 5f8681a Fix mismatch on returned type between header and implementation for createNameAnonFunctionPass() by Mehdi Amini · 9 years ago
- ae7cc5f CodeGen: Clear the MFI's save and restore point after PrologEpilogInserter by Justin Bogner · 9 years ago
- 8f400cc Add space between words in verify-scev-maps option help message by Jeroen Ketema · 9 years ago
- 9078f55 [x86, InstCombine] fix masked load pass-through operand to be a zero vector by Sanjay Patel · 9 years ago
- 899eb5f [AArch64] Fuse AES{D,E}/AESMC for Exynos M1. (NFC) by Evandro Menezes · 9 years ago
- 2a29a67 Pre-fill LibcallRoutineNames with nullptr. by James Y Knight · 9 years ago
- 69f961c Update psabi link for x86-64. Add link to linux gabi supplement. by James Y Knight · 9 years ago
- 23d0579 [MC/ELFObjectWriter] Fix indentation of class body. by David Blaikie · 9 years ago
- dc03eb6 Fixed a few typos and formatting problems. NFCI. by David L Kreitzer · 9 years ago
- e6f98f0 [DebugInfo] Add error message to test. by Davide Italiano · 9 years ago
- 28b3311 Add a pass to name anonymous/nameless function by Mehdi Amini · 9 years ago
- e58bfc9 Move summary creation out of llvm-as into opt by Mehdi Amini · 9 years ago
- f704722 X86: Avoid accessing SDValues after they've been RAUW'd by Justin Bogner · 9 years ago
- 7d33ff0 NFC: MergeFunctions return early by JF Bastien · 9 years ago
- 756309c AMDGPU: add llvm.amdgcn.buffer.load/store intrinsics by Nicolai Haehnle · 9 years ago
- a439f48 [ThinLTO] Only compute imports for current module in FunctionImport pass by Teresa Johnson · 9 years ago
- 991afcd NFC: MergeFunctions update more comments by JF Bastien · 9 years ago
- 238d819 Add __atomic_* lowering to AtomicExpandPass. by James Y Knight · 9 years ago
- 83c1c10 [WebAssembly] Fix debug info in reg-stackify.ll test by Derek Schuff · 9 years ago
- 4734513 Delete mergefunctions.clang.svn.patch by JF Bastien · 9 years ago
- cb6c943 AMDGPU/SI: Insert wait states required after v_readfirstlane on SI by Tom Stellard · 9 years ago
- 87f6133 AMDGPU: Eliminate half of i64 or if one operand is zero_extend from i32 by Matt Arsenault · 9 years ago
- 361311d [IR/Verifier] Each DISubprogram with isDefinition: true must belong to a CU. by Davide Italiano · 9 years ago
- 1dca546 APInt: Add overload of isMask by Matt Arsenault · 9 years ago
- fa51c2f [CodeGen] Remove constant-folding dead code. NFC. by Ahmed Bougacha · 9 years ago
- 5e99fa6 Check alloca's special state by JF Bastien · 9 years ago
- 0802f71 Introduce an GCRelocateInst class [NFC] by Philip Reames · 9 years ago
- 7fa1223 fix indentation; NFC by Sanjay Patel · 9 years ago
- 4bd7005 AMDGPU/SI: Fix a mis-compilation of multi-level breaks by Nicolai Haehnle · 9 years ago
- 80ce670 Support arbitrary addrspace pointers in masked load/store intrinsics by Artur Pilipenko · 9 years ago
- fc57f09 [Bitcode] Fix + regenerate old test so that it includes a DICompileUnit. by Davide Italiano · 9 years ago
- 3c28f60 [ScheduleDAGInstrs] Handle instructions with multiple MMOs by Geoff Berry · 9 years ago
- a58cdd3 Test commit, NFC. by Than McIntosh · 9 years ago
- 7655423 [mips] add assembler support for .set arch=octeon by Petar Jovanovic · 9 years ago
- e331509 Moving llvm-test-depends and test-depends into the Tests folder; NFC, this simply cleans up the generated solution so that these targets don't live in the root folder of the IDE. by Aaron Ballman · 9 years ago
- e6c6eef LangRef: Update example syntax for atomic load instruction by Matt Arsenault · 9 years ago
- d8f221e AMDGPU: Implement i64 global atomics by Matt Arsenault · 9 years ago
- bc0aee5 AMDGPU: Add atomic_inc + atomic_dec intrinsics by Matt Arsenault · 9 years ago
- 9bb64b9 AMDGPU: Remove trailing whitespace by Matt Arsenault · 9 years ago
- b26a693 AMDGPU: Add volatile to test loads and stores by Matt Arsenault · 9 years ago
- 9040cf9 [X86] Regenerated avx512 calling convention test checks by Simon Pilgrim · 9 years ago
- 586f018 This reverts commit r266002, r266011 and r266016. by Rafael Espindola · 9 years ago
- 2b9d31a Revert "[mips] MIPSR6 Compact branch aliases" by Simon Dardis · 9 years ago
- ef1a3d2 [SystemZ] Use LDE32 instead of LE, when Offset is small. by Jonas Paulsson · 9 years ago
- b3bccda [mips] MIPSR6 Compact branch aliases by Simon Dardis · 9 years ago
- 03c9cc7 Avoid GCC -fpermissive error about llvm::Mangler hidden by member named Mangler by Stephan Bergmann · 9 years ago
- a6f1831 Refactor the Internalize stage of libLTO in a separate file (NFC) by Mehdi Amini · 9 years ago
- 861c3f6 Use StringSet instead of StringMap where it makes sense to in LTOCodeGenerator (NFC) by Mehdi Amini · 9 years ago
- dcd4d74 Minor code cleanup. NFC. by Junmo Park · 9 years ago
- 18569e8 [PPC64] Mark CR0 Live if PPCInstrInfo::optimizeCompareInstr Creates a Use of CR0 by Chuang-Yu Cheng · 9 years ago
- 3cc0d8f [PPC64] Use mfocrf in prologue when we only need to save 1 nonvolatile CR field by Chuang-Yu Cheng · 9 years ago
- b78b825 TargetLowering: Add missing doxygen group end. by Matthias Braun · 9 years ago
- 07f075c AArch64: Drive-by cleanup by Matthias Braun · 9 years ago
- 9aead67 Attempt to make buildbot happier with r266032. by George Burgess IV · 9 years ago
- 274105b Add the allocsize attribute to LLVM. by George Burgess IV · 9 years ago
- c13dfaa [AArch64] Add test cases for the repairing of physical registers. by Quentin Colombet · 9 years ago