| Commit message (Expand) | Author | Age | Files | Lines |
* | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-02-27 | 1 | -5/+2 |
* | Reapply r276973 "Adjust Registry interface to not require plugins to export a... | John Brawn | 2016-08-05 | 1 | -0/+2 |
* | Revert r276973 "Adjust Registry interface to not require plugins to export a ... | John Brawn | 2016-07-28 | 1 | -2/+0 |
* | Reapply r276856 "Adjust Registry interface to not require plugins to export a... | John Brawn | 2016-07-28 | 1 | -0/+2 |
* | Revert r276856 "Adjust Registry interface to not require plugins to export a ... | John Brawn | 2016-07-27 | 1 | -2/+0 |
* | Adjust Registry interface to not require plugins to export a registry | John Brawn | 2016-07-27 | 1 | -0/+2 |
* | Revert 258157 | Philip Reames | 2016-01-19 | 1 | -4/+0 |
* | [GC] Registry initialization and linkage interactions | Philip Reames | 2016-01-19 | 1 | -0/+4 |
* | Revert GCStrategy ownership changes | Philip Reames | 2015-01-26 | 1 | -0/+22 |
* | Move ownership of GCStrategy objects to LLVMContext | Philip Reames | 2015-01-16 | 1 | -22/+0 |
* | Remove gc.root's findCustomSafePoints mechanism | Philip Reames | 2015-01-16 | 1 | -1/+1 |
* | clang-format GCStrategy.cpp & GCRootLowering.cpp (NFC) | Philip Reames | 2015-01-15 | 1 | -10/+4 |
* | Split GCStrategy.cpp into two files (NFC) | Philip Reames | 2015-01-15 | 1 | -380/+3 |
* | Introduce an example statepoint GC strategy | Philip Reames | 2015-01-07 | 1 | -0/+1 |
* | Comment and minor code cleanup for GCStrategy (NFC) | Philip Reames | 2014-12-12 | 1 | -13/+0 |
* | GCStrategy should not own GCFunctionInfo | Philip Reames | 2014-12-11 | 1 | -6/+0 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+3 |
* | Use unique_ptr to manage ownership of GCFunctionInfos in GCStrategy | David Blaikie | 2014-04-15 | 1 | -10/+2 |
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -1/+1 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-07 | 1 | -6/+6 |
* | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 2014-01-13 | 1 | -3/+4 |
* | [PM] Pull the generic graph algorithms and data structures for dominator | Chandler Carruth | 2014-01-13 | 1 | -1/+0 |
* | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -2/+2 |
* | 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 | -7/+7 |
* | Remove GC roots that reference dead objects. | Nicolas Geoffray | 2012-10-26 | 1 | -3/+10 |
* | Per the C++ standard, we need to include the definition of llvm::Calculate in | Richard Smith | 2012-10-23 | 1 | -0/+1 |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -1/+1 |
* | Codegen pass definition cleanup. No functionality. | Andrew Trick | 2012-02-08 | 1 | -23/+18 |
* | whitespace | Andrew Trick | 2012-02-08 | 1 | -52/+52 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -2/+0 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -1/+1 |
* | Add a custom safepoint method, in order for language implementers to decide w... | Nicolas Geoffray | 2011-11-11 | 1 | -2/+15 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -2/+2 |
* | Make more passes preserve dominators (or state that they preserve dominators if | Cameron Zwarich | 2011-01-08 | 1 | -2/+11 |
* | Move some more hooks to TargetFrameInfo | Anton Korobeynikov | 2010-11-20 | 1 | -3/+3 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+8 |
* | Attach a DebugLoc to a GC point in order to get precise information in the JI... | Nicolas Geoffray | 2010-09-24 | 1 | -6/+8 |
* | 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 |
* | undo 80 column trespassing I caused | Gabor Greif | 2010-07-22 | 1 | -2/+3 |
* | use ArgOperand API and CallSite to access arguments of CallInst | Gabor Greif | 2010-06-25 | 1 | -3/+3 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -3/+3 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -3/+3 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -3/+3 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -3/+3 |
* | Make sure the initialization of a GC root is after its definition. | Nicolas Geoffray | 2010-04-15 | 1 | -3/+4 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -3/+3 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -3/+3 |