2015-01-26 |
Philip Reames | Revert GCStrategy ownership changes |
blob | commitdiff | raw |
2015-01-16 |
Philip Reames | Move ownership of GCStrategy objects to LLVMContext |
blob | commitdiff | raw |
2015-01-16 |
Philip Reames | Remove gc.root's findCustomSafePoints mechanism |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Philip Reames | clang-format GCStrategy.cpp & GCRootLowering.cpp (NFC) |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Philip Reames | Split GCStrategy.cpp into two files (NFC) |
blob | commitdiff | raw | diff to current |
2015-01-07 |
Philip Reames | Introduce an example statepoint GC strategy |
blob | commitdiff | raw | diff to current |
2014-12-12 |
Philip Reames | Comment and minor code cleanup for GCStrategy (NFC) |
blob | commitdiff | raw | diff to current |
2014-12-11 |
Philip Reames | GCStrategy should not own GCFunctionInfo |
blob | commitdiff | raw | diff to current |
2014-08-04 |
Eric Christopher | Remove the TargetMachine forwards for TargetSubtargetIn... |
blob | commitdiff | raw | diff to current |
2014-04-15 |
David Blaikie | Use unique_ptr to manage ownership of GCFunctionInfos... |
blob | commitdiff | raw | diff to current |
2014-04-14 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-03-07 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-01-13 |
Chandler Carruth | [PM] Split DominatorTree into a concrete analysis resul... |
blob | commitdiff | raw | diff to current |
2014-01-13 |
Chandler Carruth | [PM] Pull the generic graph algorithms and data structu... |
blob | commitdiff | raw | diff to current |
2014-01-13 |
Chandler Carruth | [cleanup] Move the Dominators.h and Verifier.h headers... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-10-26 |
Nicolas Geoffray | Remove GC roots that reference dead objects. |
blob | commitdiff | raw | diff to current |
2012-10-23 |
Richard Smith | Per the C++ standard, we need to include the definition... |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Ahmed Charles | Remove dead code. Improve llvm_unreachable text. Simpli... |
blob | commitdiff | raw | diff to current |
2012-02-08 |
Andrew Trick | Codegen pass definition cleanup. No functionality. |
blob | commitdiff | raw | diff to current |
2012-02-08 |
Andrew Trick | whitespace |
blob | commitdiff | raw | diff to current |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Evan Cheng | Add bundle aware API for querying instruction propertie... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Nicolas Geoffray | Add a custom safepoint method, in order for language... |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Anton Korobeynikov | Rename TargetFrameInfo into TargetFrameLowering. Also... |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Cameron Zwarich | Make more passes preserve dominators (or state that... |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Anton Korobeynikov | Move some more hooks to TargetFrameInfo |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw | diff to current |
2010-09-24 |
Nicolas Geoffray | Attach a DebugLoc to a GC point in order to get precise... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Gabor Greif | undo 80 column trespassing I caused |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Gabor Greif | use ArgOperand API and CallSite to access arguments... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Gabor Greif | reapply r101434 |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Gabor Greif | back out r101423 and r101397, they break llvm-gcc self... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Nicolas Geoffray | Make sure the initialization of a GC root is after... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
blob | commitdiff | raw | diff to current |
2010-03-17 |
Chris Lattner | fix GetOrCreateTemporarySymbol to require a name, clients |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Chris Lattner | Change this code to allocate temporary labels from... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Chris Lattner | switch GC_LABEL to use an MCSymbol operand instead... |
blob | commitdiff | raw | diff to current |
2010-02-09 |
Chris Lattner | move target-independent opcodes out of TargetInstrInfo |
blob | commitdiff | raw | diff to current |
2010-01-04 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Nicolas Geoffray | When emitting a label for a PostCall safe point, the... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Dan Gohman | Eliminate several more unnecessary intptr_t casts. |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Bill Wendling | Whitespace and comment changes. No functionality change. |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Bill Wendling | Explicitly pass in debug location information to BuildMI. |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Duncan Sands | Rename getAnalysisToUpdate to getAnalysisIfAvailable. |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-08-19 |
Gordon Henriksen | Delete a dead field. |
blob | commitdiff | raw | diff to current |
2008-08-19 |
Gordon Henriksen | [PR2327] Leverage TargetRegisterInfo to compute frame... |
blob | commitdiff | raw | diff to current |
2008-08-17 |
Gordon Henriksen | Don't require Registry specializations to define random... |
blob | commitdiff | raw | diff to current |
2008-08-17 |
Gordon Henriksen | Rename some GC classes so that their roll will hopefull... |
blob | commitdiff | raw | diff to current |
2008-08-17 |
Gordon Henriksen | Don't instantiate GC metadata for declarations. |
blob | commitdiff | raw | diff to current |
2008-08-17 |
Gordon Henriksen | Factor GC metadata table assembly generation out of... |
blob | commitdiff | raw | diff to current |
|