Age | Commit message (Expand) | Author | Files | Lines |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-04-30 | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 1 | -0/+1 |
2017-10-15 | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 1 | -1/+1 |
2017-10-12 | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 1 | -1/+1 |
2017-04-26 | PHITransAddr: Use new SimplifyQuery based API. | Daniel Berlin | 1 | -2/+2 |
2016-12-19 | Revert @llvm.assume with operator bundles (r289755-r289757) | Daniel Jasper | 1 | -3/+3 |
2016-12-15 | Remove the AssumptionCache | Hal Finkel | 1 | -3/+3 |
2016-08-11 | Use the range variant of find instead of unpacking begin/end | David Majnemer | 1 | -9/+5 |
2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 1 | -1/+1 |
2016-01-17 | [opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the sour... | Manuel Jacob | 1 | -1/+2 |
2015-08-09 | [PHITransAddr] Don't assume that instruction operands are translatable | David Majnemer | 1 | -3/+4 |
2015-06-10 | [GVN] Set proper debug locations for some instructions created by GVN. | Alexey Samsonov | 1 | -3/+4 |
2015-06-09 | Replace loop with std::equal. NFC intended. | Benjamin Kramer | 1 | -7/+1 |
2015-06-01 | [PHITransAddr] Don't translate unreachable values | David Majnemer | 1 | -7/+12 |
2015-06-01 | [PHITransAddr] Use std::find instead of std::count | David Majnemer | 1 | -2/+4 |
2015-03-14 | [opaque pointer type] more gep API migration | David Blaikie | 1 | -4/+3 |
2015-01-04 | [PM] Split the AssumptionTracker immutable pass into two separate APIs: | Chandler Carruth | 1 | -3/+3 |
2014-09-07 | Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.) | Hal Finkel | 1 | -3/+3 |
2014-04-15 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -22/+22 |
2014-03-09 | [C++11] Add range based accessors for the Use-Def chain of a Value. | Chandler Carruth | 1 | -9/+6 |
2014-02-18 | Rename some member variables from TD to DL. | Rafael Espindola | 1 | -3/+3 |
2014-01-13 | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 1 | -1/+1 |
2013-12-05 | Correct word hyphenations | Alp Toker | 1 | -1/+1 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -2/+2 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -2/+2 |
2012-09-12 | Release build: guard dump functions with | Manman Ren | 1 | -1/+1 |
2012-09-06 | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 1 | -0/+2 |
2012-03-13 | Uniformize the InstructionSimplify interface by ensuring that all routines | Duncan Sands | 1 | -1/+1 |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie | 1 | -2/+0 |
2011-12-14 | Move Instruction::isSafeToSpeculativelyExecute out of VMCore and | Dan Gohman | 1 | -3/+4 |
2011-12-01 | Propagate TargetLibraryInfo throughout ConstantFolding.cpp and | Chad Rosier | 1 | -1/+1 |
2011-07-25 | Shorten some expressions by using ArrayRef::slice(). | Frits van Bommel | 1 | -2/+1 |
2011-07-25 | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 1 | -3/+4 |
2011-07-19 | Convert SimplifyGEPInst to use ArrayRef. | Jay Foad | 1 | -1/+1 |
2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad | 1 | -0/+1 |
2011-01-02 | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 1 | -0/+1 |
2010-11-18 | Strip trailing whitespace. | Dan Gohman | 1 | -48/+48 |
2010-11-18 | Use llvm_unreachable for "impossible" situations. | Dan Gohman | 1 | -3/+6 |
2010-11-18 | Add support for PHI-translating sext, zext, and trunc instructions, | Dan Gohman | 1 | -18/+26 |
2010-11-16 | In which I discover the existence of loops. Threading an operation | Duncan Sands | 1 | -2/+2 |
2010-02-24 | Reapply r97010, the speculative revert failed. | Daniel Dunbar | 1 | -32/+28 |
2010-02-24 | Speculatively revert r97010, "Add an argument to PHITranslateValue to specify | Daniel Dunbar | 1 | -28/+32 |
2010-02-24 | Add an argument to PHITranslateValue to specify the DominatorTree. If this | Bob Wilson | 1 | -32/+28 |
2009-12-23 | Change dbgs() back to errs() as Chris requested. | David Greene | 1 | -4/+4 |
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene | 1 | -7/+8 |
2009-12-09 | Add a minor optimization: if we haven't changed the operands of an | Chris Lattner | 1 | -0/+4 |
2009-12-09 | fix PR5733, a case where we'd replace an add with a lexically identical | Chris Lattner | 1 | -1/+2 |
2009-12-09 | fix a nasty variable that was shadowing the real CurBB but with the wrong value. | Chris Lattner | 1 | -1/+0 |
2009-12-09 | fix many input tracking bugs. | Chris Lattner | 1 | -33/+30 |
2009-12-09 | fix PHI translation to take the PHI out of the instinputs set and add | Chris Lattner | 1 | -9/+7 |