aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/GCStrategy.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-26Remove GC roots that reference dead objects.Nicolas Geoffray
2012-10-23Per the C++ standard, we need to include the definition of llvm::Calculate inRichard Smith
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles
2012-02-08Codegen pass definition cleanup. No functionality.Andrew Trick
2012-02-08whitespaceAndrew Trick
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-11-11Add a custom safepoint method, in order for language implementers to decide w...Nicolas Geoffray
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2011-01-08Make more passes preserve dominators (or state that they preserve dominators ifCameron Zwarich
2010-11-20Move some more hooks to TargetFrameInfoAnton Korobeynikov
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-09-24Attach a DebugLoc to a GC point in order to get precise information in the JI...Nicolas Geoffray
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-22undo 80 column trespassing I causedGabor Greif
2010-06-25use ArgOperand API and CallSite to access arguments of CallInstGabor Greif
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher
2010-04-16reapply r101434Gabor Greif
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif
2010-04-15Make sure the initialization of a GC root is after its definition.Nicolas Geoffray
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif
2010-03-17fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner
2010-03-14Change this code to allocate temporary labels from mccontext,Chris Lattner
2010-03-14switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-01-04Change errs() to dbgs().David Greene
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-09-08When emitting a label for a PostCall safe point, the machineNicolas Geoffray
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2009-02-03Whitespace and comment changes. No functionality change.Bill Wendling
2009-02-03Explicitly pass in debug location information to BuildMI.Bill Wendling
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-08-19Delete a dead field.Gordon Henriksen
2008-08-19[PR2327] Leverage TargetRegisterInfo to compute frame offsets for GC metadata.Gordon Henriksen
2008-08-17Don't require Registry specializations to define random static variables.Gordon Henriksen
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-08-17Don't instantiate GC metadata for declarations.Gordon Henriksen
2008-08-17Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen