Reverts wrong modification to MachineBlockPlacement & BranchFolding; uses a new strat...
[oota-llvm.git] / lib / CodeGen / GCStrategy.cpp
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-16 Philip ReamesRemove gc.root's findCustomSafePoints mechanism
2015-01-15 Philip Reamesclang-format GCStrategy.cpp & GCRootLowering.cpp (NFC)
2015-01-15 Philip ReamesSplit GCStrategy.cpp into two files (NFC)
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2014-12-12 Philip ReamesComment and minor code cleanup for GCStrategy (NFC)
2014-12-11 Philip ReamesGCStrategy should not own GCFunctionInfo
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCFunctionInfos...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-26 Nicolas GeoffrayRemove GC roots that reference dead objects.
2012-10-23 Richard SmithPer the C++ standard, we need to include the definition...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew Trickwhitespace
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-11 Nicolas GeoffrayAdd a custom safepoint method, in order for language...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-08 Cameron ZwarichMake more passes preserve dominators (or state that...
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-09-24 Nicolas GeoffrayAttach a DebugLoc to a GC point in order to get precise...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-22 Gabor Greifundo 80 column trespassing I caused
2010-06-25 Gabor Greifuse ArgOperand API and CallSite to access arguments...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Nicolas GeoffrayMake sure the initialization of a GC root is after...
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-14 Chris LattnerChange this code to allocate temporary labels from...
2010-03-14 Chris Lattnerswitch GC_LABEL to use an MCSymbol operand instead...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-04 David GreeneChange errs() to dbgs().
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-08 Nicolas GeoffrayWhen emitting a label for a PostCall safe point, the...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-03 Bill WendlingWhitespace and comment changes. No functionality change.
2009-02-03 Bill WendlingExplicitly pass in debug location information to BuildMI.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-19 Gordon HenriksenDelete a dead field.
2008-08-19 Gordon Henriksen[PR2327] Leverage TargetRegisterInfo to compute frame...
2008-08-17 Gordon HenriksenDon't require Registry specializations to define random...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Gordon HenriksenDon't instantiate GC metadata for declarations.
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...