- 66c643e Remove declarations for methods that do not exist. by Matthias Braun · 10 years ago
- 00a0a4bb Fix r248164. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
- 452980f Remove unused TargetTransformInfo dependency from SafeStack pass. by Evgeniy Stepanov · 10 years ago
- 9e242e6 [LoopUnswitch] Require DominatorTree info. by Michael Zolotukhin · 10 years ago
- 00051c9 [SCEV] Use SaveAndRestore<T> instead of a hand rolled struct; NFCI. by Sanjoy Das · 10 years ago
- 0d5dd98 function names should start with a lower case letter; NFC by Sanjay Patel · 10 years ago
- 1592c52 don't repeat function/variable names in header comments; NFC by Sanjay Patel · 10 years ago
- 8ea1f82 [LICM] Hoist calls to readonly argmemonly functions even with stores in the loop by Philip Reames · 10 years ago
- 270b82a Fix for pr24866 by Philip Reames · 10 years ago
- 527648e Fix UB: can't bind a reference to nullptr (NFC) by Mehdi Amini · 10 years ago
- 6030b44 auto and range-for-ify some things to make changing container types a bit easier in the (possibly near) future by David Blaikie · 10 years ago
- 41fc6f1 [DAGCombiner] Improve FMA support for interpolation patterns by Simon Pilgrim · 10 years ago
- 76e7126 [ARM] Do not scale vext with a factor by Jeroen Ketema · 10 years ago
- 449957b [DAGCombiner] Tidy up FMA combine helpers. NFCI. by Simon Pilgrim · 10 years ago
- f30ebac [LoopUtils,LV] Propagate fast-math flags on generated FCmp instructions by James Molloy · 10 years ago
- ff278be Remove roundingMode argument in APFloat::mod by Stephen Canon · 10 years ago
- 82ede2f Avoid SEGFAULT if a requested symbol section is absent. by Rafael Espindola · 10 years ago
- a2259fc Fix accidentally committed debug printing by Matt Arsenault · 10 years ago
- 56fa307 [ADT] Remove a couple of the always inline attributes I added. by Chandler Carruth · 10 years ago
- eaf5bf9 [DivergenceAnalysis] Separated definition of class into header. by Marcello Maggioni · 10 years ago
- 9f85a3a SelectionDAG: Use InsertNode for EntryNode by Matthias Braun · 10 years ago
- a3e49ea [FunctionAttrs] Extract a helper function for the core logic used to by Chandler Carruth · 10 years ago
- eeec957 [SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOS by Ulrich Weigand · 10 years ago
- 7d3733c Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def" by James Molloy · 10 years ago
- 73b5632 AMDGPU: Move copy handling under switch like other instructions by Matt Arsenault · 10 years ago
- 94b76f1 add ShouldChangeType() variant that takes bitwidths by Sanjay Patel · 10 years ago
- 3f80d14 DAGCombiner: Replace store of FP constant after attemping store merges by Matt Arsenault · 10 years ago
- 49b6dc3 Factor replacement of stores of FP constants into new function by Matt Arsenault · 10 years ago
- 7c64ca73 Fix missing C++ mode comment by Matt Arsenault · 10 years ago
- b996e9d don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
- c5d4530 [Machine Combiner] Refactor machine reassociation code to be target-independent. by Chad Rosier · 10 years ago
- 7dfb31c [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def by Artyom Skrobov · 10 years ago
- 648a027 [X86][AVX512] add masked version for RSQRT14 & RCP14 Scalar FP by Asaf Badouh · 10 years ago
- 99351d8 [mips] Allow constant expressions in second argument of .cpsetup. by Daniel Sanders · 10 years ago
- 795a06a Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
- 2e1b727 Don't pass StringRefs around by const reference. Pass by value instead per coding standards. NFC by Craig Topper · 10 years ago
- 634763c Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC by Craig Topper · 10 years ago
- dabf510 [IndVars] Use C++11 style field initialization; NFCI. by Sanjoy Das · 10 years ago
- ba0b742 [IndVars] Don't add a level of indentation for namespace {. NFC. by Sanjoy Das · 10 years ago
- aa5c002 add test file ahead of any functional changes for PR22428 by Sanjay Patel · 10 years ago
- bf48d85 [X86][SSE] Intrinsics builtins test refresh. NFCI by Simon Pilgrim · 10 years ago
- b0eb8fb AVX512: Implemented encoding and intrinsics for vcmpss/sd. by Igor Breger · 10 years ago
- fe11ff1 [X86][AVX512] extend support in Scalar conversion by Asaf Badouh · 10 years ago
- 0d48c46 AVX512: vsqrtss/sd encoding and intrinsics implementation. by Igor Breger · 10 years ago
- d3db2cf [X86][AVX512DQ] Add fpclass instruction by Asaf Badouh · 10 years ago
- 5610c28 [X86] Fix sitofp and uitofp instruction matching failures with long double and avx512 by Michael Kuperstein · 10 years ago
- d425988 AVX512: Implemented intrinsics for vshuff32x4, vshuff64x2, vshufi64x2, vshufi32x4 by Igor Breger · 10 years ago
- 115bb95 [IndVars] Don't repeat function names in comment; NFC. by Sanjoy Das · 10 years ago
- 28cce2a AVX512: Implement instructions encoding, lowering and intrinsics by Igor Breger · 10 years ago
- 2479d65 ARM: cleanup formatting by Saleem Abdulrasool · 10 years ago
- 8ba782a [IndVars] Fix a bug in r248045. by Sanjoy Das · 10 years ago
- d58f92c Fixup r248096, commit the *correct* test. by Davide Italiano · 10 years ago
- e986a9d [obj2yaml] Fix "time of check to time of use" bug. Add a test. by Davide Italiano · 10 years ago
- 0e92420 [X86][AVX2] Use general sext IR for vpmovsx stack folding tests by Simon Pilgrim · 10 years ago
- afa71f4 [X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF by Simon Pilgrim · 10 years ago
- 02dd54d [InstCombine] Use SimplifyDemandedVectorEltsLow helper function. NFCI. by Simon Pilgrim · 10 years ago
- 7a4660a [CMake] Update LLVM_TEST_DEPENDS not to use macho-dump. It has been unused since r247235. by NAKAMURA Takumi · 10 years ago
- 96465eb AMDGPU: Remove dead code by Matt Arsenault · 10 years ago
- 976d66d NFC: Fix indentation and add braces to clarify nested of else-statement. by Bob Wilson · 10 years ago
- 4e9ce34 [PrologEpilogInserter] Minor refactoring. by Maksim Panchenko · 10 years ago
- 3d047df Test commit. Fix comment. NFC. by Maksim Panchenko · 10 years ago
- bdf4ccf [InstCombine] FoldICmpCstShrCst failed for ashr when comparing against -1 by David Majnemer · 10 years ago
- 1e4af08 [InstCombine] FoldICmpCstShrCst didn't handle icmps of -1 in the ashr case correctly by David Majnemer · 10 years ago
- 124f7d9 AMDGPU: Add failing testcase for live interval construction by Matt Arsenault · 10 years ago
- 9025a1f [IndVars] Widen more comparisons for non-negative induction vars by Sanjoy Das · 10 years ago
- 204847a Fix typo and test commit by Luke Larson · 10 years ago
- 26a99b2 This code never uses r_addend, so it can just use Elf_Rel. by Rafael Espindola · 10 years ago
- 907451c [CMake] Adding ALWAYS_GENERATE option to symlink utility functions. by Chris Bieneman · 10 years ago
- 5310d9c [Object/ELF] Change comment to reflect reality. by Davide Italiano · 10 years ago
- 2f91ab3 Update edge weights properly when merging blocks in if-conversion. by Cong Hou · 10 years ago
- c4db514 Limit the range of processors supported by ARM fast isel to v6 or by Eric Christopher · 10 years ago
- c473634 Remove couple of new Bitcode enum vals that snuck in via r247927 (NFC) by Teresa Johnson · 10 years ago
- 6932880 Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan. (Complete version of r247497. See D12886) by Larisse Voufo · 10 years ago
- dc18fbb Make MachineScheduler debug output less confusing. by James Y Knight · 10 years ago
- 759d988 Scaling up values in ARMBaseInstrInfo::isProfitableToIfCvt() before they are scaled by a probability to avoid precision issue. by Cong Hou · 10 years ago
- 8aa8c4d SelectionDAGDumper: Leave out the <multiple use> markers by Matthias Braun · 10 years ago
- 780502f SelectionDAGDumper: Avoid unnecessary newlines by Matthias Braun · 10 years ago
- d53e4c9 SelectionDAGDumper: Hide [ID=X], [ORD=X] and source locations by default. by Matthias Braun · 10 years ago
- 6c76d11 SelectionDAG: Introduce PersistentID to SDNode for assert builds. by Matthias Braun · 10 years ago
- f8d6e92 [CMake] More cleanup of installing symlinks. by Chris Bieneman · 10 years ago
- 068d9ce [AArch64] Improved bitfield instruction selection. by Geoff Berry · 10 years ago
- e016c66 Remove temporary file on signal. by Rafael Espindola · 10 years ago
- 81a5ddc Simplify SmallBitVector::applyMask by consolidating common code for 32- and 64-bit builds by Yaron Keren · 10 years ago
- 45f4130 [mips][microMIPS] Fix an invalid read for lwm32 and reserved reglist values. by Daniel Sanders · 10 years ago
- efcddc2 [AArch64] Reorder cases to improve readability. NFC. by Chad Rosier · 10 years ago
- e732875 [AArch64] Remove some redundant cases. NFC. by Chad Rosier · 10 years ago
- c6b18f3 Silencing a -Wsign-compare warning; NFC. by Aaron Ballman · 10 years ago
- ef40e27 [LazyValueInfo] Report nonnull range for nonnull pointers by Igor Laevsky · 10 years ago
- 0c5094b Support align attribute for return values by Artur Pilipenko · 10 years ago
- 5134443 Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift is undefined behavior on implementations where uinptr_t is 32-bits. One such platform is Windows, MSVC, x86. by Aaron Ballman · 10 years ago
- e022bf6 Nit cleanup in LangRef about dereferenceable metadata by Artur Pilipenko · 10 years ago
- 6150806 [Support] Reapply r245289 "Always wait for GraphViz before opening the viewer" by Michael Kruse · 10 years ago
- 2cb0b64 [llvm-mc-fuzzer] Document llvm-mc-fuzzer in LibFuzzer.rst. by Daniel Sanders · 10 years ago
- 0115643 [WinEH] Moved funclet pads should be in relative order by David Majnemer · 10 years ago
- 43c0cee Fix BitVectorTest on 32-bit hosts after r247972. by Yaron Keren · 10 years ago
- a028622 Simplify SmallBitVector::applyMask by consolidating common code for 32-bit and 64-bit builds. by Yaron Keren · 10 years ago
- fc85502 Remove trailing whitespace from the old Orc Kaleidoscope examples. by Lang Hames · 10 years ago
- bbbfd6a Whitespace. Indent with spaces instead of a tab. by Bob Wilson · 10 years ago
- d68bf2b [ShrinkWrap] Refactor the handling of infinite loop in the analysis. by Quentin Colombet · 10 years ago
- 919b448 [llvm-readobj] Fix another "time of check to time of use bug". by Davide Italiano · 10 years ago