- d625452 Improving lli documentation by Renato Golin · 10 years ago
- c335310 [X86] Remove mergeSPUpdatesUp() by Michael Kuperstein · 10 years ago
- e4eb76c [X86][SSE] Use bitmasks instead of shuffles where possible. by Simon Pilgrim · 10 years ago
- ec6000a AVX512: Add encoding tests to vptestnm instructions by Igor Breger · 10 years ago
- e5dac1f AVX512: Implemented encoding and intrinsics for VGETEXPSS/D instructions by Igor Breger · 10 years ago
- fbb4b52 Changes for MachineBasicBlock to use SortedVector for LiveIns. by Puyan Lotfi · 10 years ago
- 3942a29 Move the Target way of overriding DAG Scheduler to a target hook by Mehdi Amini · 10 years ago
- 268011e Adding ADT SortedVector; client patch will follow. by Puyan Lotfi · 10 years ago
- 89576ce [GMR] Fix a long-standing bug in GlobalsModRef where it failed to clear by Chandler Carruth · 10 years ago
- bd426c6 [LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFC by Adam Nemet · 10 years ago
- 80458cb Remove unnecessary const_casts. NFC by Craig Topper · 10 years ago
- b25dcfd Reserve some constant values for the Swift calling convention. by Bob Wilson · 10 years ago
- d9408bc FileCheck'ify some wc/grep based tests; NFCI. by Sanjoy Das · 10 years ago
- c830ceb [libFuzzer] ensure that the dfsan tracing hooks actually run (using -verbosity=3 in tests) by Kostya Serebryany · 10 years ago
- 322fda4 [libFuzzer] when using cmp traces, first check that the CMP is evaluated to one value much more frequently than to the other value (heuristic) by Kostya Serebryany · 10 years ago
- 3d89ab8 fix invalid load folding with SSE/AVX FP logical instructions (PR22371) by Sanjay Patel · 10 years ago
- f7681b3 [LSR] Move X86 specific test case to X86/ by Sanjoy Das · 10 years ago
- 04180d0 [opaque pointer type] Avoid using pointee types to retrieve InlineAsm's function type by David Blaikie · 10 years ago
- 2261a25 [LAA] Split out a helper to print a collection of memchecks by Adam Nemet · 10 years ago
- 13008a4 fix typo; NFC by Sanjay Patel · 10 years ago
- 4f7a4bc [opaque pointers] Avoid the use of pointee types when parsing inline asm in IR by David Blaikie · 10 years ago
- 477137f [LSR] Generate and use zero extends by Sanjoy Das · 10 years ago
- fc21a10 [TargetTransformInfo][NFCI] Add TargetTransformInfo::isZExtFree. by Sanjoy Das · 10 years ago
- 7483355 WebAssembly: add a generic CPU by JF Bastien · 10 years ago
- 688414f Tweak llvm/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll not to fail for targeting win32. by NAKAMURA Takumi · 10 years ago
- 01b5d5b MIR Serialization: Serialize the unnamed basic block references. by Alex Lorenz · 10 years ago
- 3f7b911 WebAssembly: more MCAsmInfo nits. by JF Bastien · 10 years ago
- 937b1ce [llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings while assembling. by Colin LeMahieu · 10 years ago
- ff88606 Fix -Wmicrosoft-enum warning by Reid Kleckner · 10 years ago
- 9adb212 IR: Expose the method 'getLocalSlot' in the module slot tracker. by Alex Lorenz · 10 years ago
- 10da90a - Added support for parsing HWDiv features using Target Parser. by Alexandros Lamprineas · 10 years ago
- f78e199 [llvm-mc] Pushing plumbing through for --fatal-warnings flag. by Colin LeMahieu · 10 years ago
- 39d6da0 [IndVars] Make loop varying predicates loop invariant. by Sanjoy Das · 10 years ago
- ca5ed74 remove unnecessary forward declaration; NFC by Sanjay Patel · 10 years ago
- 11e1f92 don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
- 27a0369 WebAssembly: minor MCAsmInfo fixes by JF Bastien · 10 years ago
- 26c63ee [X86][SSE] Added shuffle tests to demonstrate missed bitmask. by Simon Pilgrim · 10 years ago
- 1c1ccc2 MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction. by Alex Lorenz · 10 years ago
- 3428514 MIR Parser: Rename the standalone parsing methods. NFC. by Alex Lorenz · 10 years ago
- 272154c Revert "[PeepholeOptimizer] Look through PHIs to find additional register sources" by Bruno Cardoso Lopes · 10 years ago
- 150b561 [LAA] Upper-case variable names, NFC by Adam Nemet · 10 years ago
- 1829d59 [LAA] Split out a helper from addRuntimeCheck to generate the check, NFC by Adam Nemet · 10 years ago
- 6e208e9 [AArch64] Remove check for Darwin that was needed to decide if x18 should by Akira Hatanaka · 10 years ago
- eb30d38 Fixed signed/unsigned comparison warning. by Simon Pilgrim · 10 years ago
- 39fccc4 [AArch64][FastISel] Add more truncation tests. by Juergen Ributzka · 10 years ago
- 8e2e335 [InstCombine][X86][SSE] Replace sign/zero extension intrinsics with native IR by Simon Pilgrim · 10 years ago
- 2deaa29 Revert "Remove unnecessary null check. NFC." by Pete Cooper · 10 years ago
- fd8928d Fix assert when inlining a constantexpr addrspacecast by Matt Arsenault · 10 years ago
- 55557ce Fix ODR violation. NFC. by Diego Novillo · 10 years ago
- 6a829ed Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components. by JF Bastien · 10 years ago
- dbd8d4f AMDGPU: don't match vgpr loads for constant loads by Marek Olsak · 10 years ago
- 5834764 move combineRepeatedFPDivisors logic into a helper function; NFCI by Sanjay Patel · 10 years ago
- 6c304eb Reset the virtual registers in liveins when clearing the virtual registers. by Alex Lorenz · 10 years ago
- a5da4f1 MIR Serialization: Serialize the machine function's liveins. by Alex Lorenz · 10 years ago
- b7abbca fix typo and spacing; NFC by Sanjay Patel · 10 years ago
- c11299b [TableGen] Emit the correct error message. by Davide Italiano · 10 years ago
- 80ec0f8 Revert "Add const to a bunch of Type* in DataLayout. NFC." by Pete Cooper · 10 years ago
- 5253b18 Revert "Add const to some Type* parameters which didn't need to be mutable. NFC." by Pete Cooper · 10 years ago
- aee16c4 The tests added in r243270 require asserts to be enabled by Silviu Baranga · 10 years ago
- cff701e Fix the tests added in r243270. Use 2>&1 instead of |& by Silviu Baranga · 10 years ago
- 4abd22b [PeepholeOptimizer] Look through PHIs to find additional register sources by Bruno Cardoso Lopes · 10 years ago
- 541d079 [ARM/AArch64] Fix cost model for interleaved accesses by Silviu Baranga · 10 years ago
- 7b11022 [X86] Reordered lowerVectorShuffleAsBitMask before lowerVectorShuffleAsBlend. NFCI. by Simon Pilgrim · 10 years ago
- bf26b3f AMDGPU/SI: Fix the V_FRACT_F64 SI bug workaround by Marek Olsak · 10 years ago
- 845a30e LoopAccessAnalysis.cpp: Tweak r243239 to avoid side effects. It caused different emissions between gcc and clang. by NAKAMURA Takumi · 10 years ago
- 508c047 Avoid using uncommon acronym "MSROM". by Sean Silva · 10 years ago
- 580991b Roll forward r243250 by Jingyue Wu · 10 years ago
- e48b125 Revert r243250 by Jingyue Wu · 10 years ago
- 9f14164 [TTI/CostModel] improve TTI::getGEPCost and use it in CostModel::getInstructionCost by Jingyue Wu · 10 years ago
- 47e6b7c [X86][SSE] Refreshed vector bit count tests. by Simon Pilgrim · 10 years ago
- 0426980 [X86][AVX2] Refreshed avx2 conversion tests by Simon Pilgrim · 10 years ago
- 6db2ad6 bugpoint: make the number of trim iterations a compile-time constant by Tobias Grosser · 10 years ago
- 6df163b Implemented encoding and intrinsics of the following instructions by Igor Breger · 10 years ago
- 6eda2f8 Fix typo in comment by Tobias Grosser · 10 years ago
- 5e7aab0 [llvm-dwarfump] Don't rely on global state, part 3. by Davide Italiano · 10 years ago
- 09fa5a5 [LAA] Begin moving the logic of generating checks out of addRuntimeCheck by Adam Nemet · 10 years ago
- ddcbf4c [InstCombine][SSE4A] Standardized references to Length/Width and Index/Start to match AMD docs. NFCI. by Simon Pilgrim · 10 years ago
- 9e29769 [InstCombine] Split off SSE4a tests. by Simon Pilgrim · 10 years ago
- e6dad29 [X86][SSE] Added additional vector sign/zero load extension tests. by Simon Pilgrim · 10 years ago
- af82415 [X86][SSE] Added additional vector sign/zero extension tests. by Simon Pilgrim · 10 years ago
- 7b0238c [LoopUnswitch] Improve loop unswitch pass to find trivial unswitch conditions more effectively by Chen Li · 10 years ago
- e928ceb [AArch64][FastISel] Always use an AND instruction when truncating to non-legal types. by Juergen Ributzka · 10 years ago
- e05397b Fix PPCMaterializeInt to check the size of the integer based on the by Eric Christopher · 10 years ago
- ed600fe PPCMaterializeInt should only take a ConstantInt so represent this in the prototype by Eric Christopher · 10 years ago
- e934b44 [AArch64] Define subtarget feature "reserve-x18", which is used to decide by Akira Hatanaka · 10 years ago
- cbfbb3e DI/Verifier: Fix argument bitrot in DILocalVariable by Duncan P. N. Exon Smith · 10 years ago
- 3a8b87d MIR Serialization: Serialize MachineFrameInfo's callee saved information. by Alex Lorenz · 10 years ago
- 5136ca2 Handle loop with negtive induction variable increment by Lawrence Hu · 10 years ago
- b0fd31a Remove unnecessary null check. NFC. by Pete Cooper · 10 years ago
- 9f2f165 Use make_range(rbegin(), rend()) to allow foreach loops. NFC. by Pete Cooper · 10 years ago
- d232d63 DI: Fix unit tests after r243160 by Duncan P. N. Exon Smith · 10 years ago
- e5f2fce DI: Remove unnecessary DICompositeTypeBase by Duncan P. N. Exon Smith · 10 years ago
- 24b6acf DI: Simplify DebugInfoFinder::processType(), NFC by Duncan P. N. Exon Smith · 10 years ago
- 0567cb7 DI: Remove dead code: getDICompositeType() by Duncan P. N. Exon Smith · 10 years ago
- 88c307a AsmPrinter: Use DICompositeType in updateAcceleratorTables(), NFC by Duncan P. N. Exon Smith · 10 years ago
- dfe0e53 MIR Serialization: Serialize the simple virtual register allocation hints. by Alex Lorenz · 10 years ago
- 7b464ae DI: Remove DIDerivedTypeBase by Duncan P. N. Exon Smith · 10 years ago
- b2c91c5 Verifier: Sink filename check into visitMDCompositeType(), NFC by Duncan P. N. Exon Smith · 10 years ago
- cb21505 Verifier: Remove unnecessary references to DW_TAG_subroutine_type, NFC by Duncan P. N. Exon Smith · 10 years ago
- 1867374 DI: Clarify isUnsignedDIType(), NFC by Duncan P. N. Exon Smith · 10 years ago