| Commit message (Expand) | Author | Age | Files | Lines |
* | Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio... | David Blaikie | 2018-03-28 | 1 | -0/+1 |
* | [llvm-extract] Support extracting basic blocks | Volkan Keles | 2018-01-23 | 1 | -152/+0 |
* | Use a BumpPtrAllocator for Loop objects | Sanjoy Das | 2017-09-28 | 1 | -1/+2 |
* | Rename markAsErased to erase, as pointed out in a previous review; NFC | Sanjoy Das | 2017-09-22 | 1 | -1/+1 |
* | [LoopInfo] Make LoopBase and Loop destructors non-public | Sanjoy Das | 2017-09-19 | 1 | -1/+1 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. | Benjamin Kramer | 2016-06-26 | 1 | -13/+11 |
* | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 2016-04-22 | 1 | -1/+4 |
* | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 2016-04-22 | 1 | -4/+1 |
* | Initial implementation of optimization bisect support. | Andrew Kaylor | 2016-04-21 | 1 | -1/+4 |
* | LoopInfo: Simplify ownership of Loop objects | Justin Bogner | 2016-01-08 | 1 | -2/+2 |
* | LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC | Justin Bogner | 2015-12-16 | 1 | -3/+5 |
* | IPO: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -4/+4 |
* | Drive-by fixes for LandingPad -> EHPad | David Majnemer | 2015-08-04 | 1 | -2/+2 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -2/+2 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -2/+2 |
* | [PM] Lift the analyses into the interface for | Chandler Carruth | 2015-01-19 | 1 | -1/+1 |
* | Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite... | Duncan P. N. Exon Smith | 2014-07-21 | 1 | -1/+3 |
* | [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra... | Manuel Jacob | 2014-07-20 | 1 | -3/+1 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -2/+2 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -3/+3 |
* | Disable most IR-level transform passes on functions marked 'optnone'. | Paul Robinson | 2014-02-06 | 1 | -0/+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 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | Move the CodeExtractor utility to a dedicated header file / source file, | Chandler Carruth | 2012-05-04 | 1 | -3/+4 |
* | Place the check for an exit landing pad where it will be run on both code pat... | Bill Wendling | 2011-09-20 | 1 | -6/+15 |
* | Omit extracting a loop if one of the exits is a landing pad. | Bill Wendling | 2011-09-20 | 1 | -5/+11 |
* | Check the terminator, not the basic block. | Bill Wendling | 2011-09-20 | 1 | -1/+2 |
* | When extracting a basic block that ends in an 'invoke' instruction, we need to | Bill Wendling | 2011-09-20 | 1 | -7/+46 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+6 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -3/+3 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -2/+2 |
* | The BlockExtractorPass() constructor was not reading the BlockFile and that was | Rafael Espindola | 2010-07-31 | 1 | -5/+3 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -6/+7 |
* | Update various Loop optimization passes to cope with the possibility that | Dan Gohman | 2009-11-05 | 1 | -0/+4 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass. | Dan Gohman | 2009-09-28 | 1 | -63/+41 |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -3/+3 |
* | Use empty() instead of begin() == end(). | Dan Gohman | 2008-08-14 | 1 | -1/+1 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -18/+20 |
* | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |