| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -8/+9 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | [IVUsers] Don't bail out of normalizing non-affine add recs | Sanjoy Das | 2017-04-25 | 1 | -11/+1 |
| * | Tighten the API for ScalarEvolutionNormalization | Sanjoy Das | 2017-04-14 | 1 | -8/+5 |
| * | Remove NormalizeAutodetect; NFC | Sanjoy Das | 2017-04-14 | 1 | -12/+71 |
| * | Use range-for; NFC | Sanjoy Das | 2017-04-14 | 1 | -6/+4 |
| * | [PM] Separate the LoopAnalysisManager from the LoopPassManager and move | Chandler Carruth | 2017-01-11 | 1 | -8/+1 |
| * | [PM] Rewrite the loop pass manager to use a worklist and augmented run | Chandler Carruth | 2017-01-11 | 1 | -11/+7 |
| * | Revert @llvm.assume with operator bundles (r289755-r289757) | Daniel Jasper | 2016-12-19 | 1 | -5/+12 |
| * | Remove the AssumptionCache | Hal Finkel | 2016-12-15 | 1 | -12/+5 |
| * | [PM] Change the static object whose address is used to uniquely identify | Chandler Carruth | 2016-11-23 | 1 | -1/+1 |
| * | Consistently use LoopAnalysisManager | Sean Silva | 2016-08-09 | 1 | -2/+2 |
| * | [PM] Convert IVUsers analysis to new pass manager. | Dehao Chen | 2016-07-16 | 1 | -37/+59 |
| * | Apply clang-tidy's modernize-loop-convert to lib/Analysis. | Benjamin Kramer | 2016-06-26 | 1 | -10/+7 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
| * | Analysis: Remove implicit ilist iterator conversions | Duncan P. N. Exon Smith | 2015-10-10 | 1 | -1/+1 |
| * | [PM] Port ScalarEvolution to the new pass manager. | Chandler Carruth | 2015-08-17 | 1 | -3/+3 |
| * | [LSR] don't attempt to promote ephemeral values to indvars | Jingyue Wu | 2015-07-13 | 1 | -1/+16 |
| * | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 2015-03-10 | 1 | -3/+4 |
| * | Make DataLayout Non-Optional in the Module | Mehdi Amini | 2015-03-04 | 1 | -2/+2 |
| * | [PM] Split the LoopInfo object apart from the legacy pass, creating | Chandler Carruth | 2015-01-17 | 1 | -3/+3 |
| * | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -2/+2 |
| * | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-21 | 1 | -2/+2 |
| * | Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi... | Craig Topper | 2014-08-18 | 1 | -2/+2 |
| * | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-17 | 1 | -2/+2 |
| * | Add back functionality removed in r210497. | Richard Trieu | 2014-06-21 | 1 | -2/+4 |
| * | Removing an "if (!this)" check from two print methods. The condition will | Richard Trieu | 2014-06-09 | 1 | -0/+1 |
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -5/+5 |
| * | PR17473: | Michael Zolotukhin | 2014-03-12 | 1 | -3/+21 |
| * | Test commit | Michael Zolotukhin | 2014-03-12 | 1 | -0/+1 |
| * | [C++11] Add range based accessors for the Use-Def chain of a Value. | Chandler Carruth | 2014-03-09 | 1 | -4/+3 |
| * | Make DataLayout a plain object, not a pass. | Rafael Espindola | 2014-02-25 | 1 | -1/+2 |
| * | Rename some member variables from TD to DL. | Rafael Espindola | 2014-02-18 | 1 | -3/+3 |
| * | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 2014-01-13 | 1 | -3/+3 |
| * | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
| * | Put the functionality for printing a value to a raw_ostream as an | Chandler Carruth | 2014-01-09 | 1 | -4/+3 |
| * | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -5/+5 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -6/+6 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -2/+2 |
| * | Release build: guard dump functions with | Manman Ren | 2012-09-12 | 1 | -1/+1 |
| * | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 2012-09-06 | 1 | -0/+2 |
| * | IVUsers should only generate SCEV's for values that are safe to speculate. | Andrew Trick | 2012-07-13 | 1 | -0/+7 |
| * | Cleanup IVUsers::addUsersIfInteresting. | Andrew Trick | 2012-03-22 | 1 | -12/+15 |
| * | LSR: teach isSimplifiedLoopNest to handle PHI IVUsers. | Andrew Trick | 2012-03-20 | 1 | -1/+8 |