aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update comment to reflect class name change.Chris Lattner2002-04-091-2/+2
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-15/+0
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+19
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-092-32/+40
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-094-0/+4
* Use explicit .get() calls to avoid having to #include Function.hChris Lattner2002-04-091-3/+2
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-098-2/+11
* Add a couple of extra casts to avoid extra #includeChris Lattner2002-04-091-2/+2
* Add a couple of extra casts to avoid having to add #includeChris Lattner2002-04-091-3/+3
* Use .get() explicitly and add a few extra casts to avoid 2 #includesChris Lattner2002-04-091-15/+13
* Use opaque decl instead of #includeChris Lattner2002-04-093-3/+3
* iUse new form of pop_back to make code more conciseChris Lattner2002-04-091-2/+1
* No need to reserve space, erasing does not change the size of the container.Chris Lattner2002-04-092-2/+0
* Rewrite MachineCodeForBasicBlock in terms of containment rather thanChris Lattner2002-04-091-4/+45
* Delete NOP instructions as they are eliminated.Chris Lattner2002-04-091-0/+1
* Free memory when done with it.Chris Lattner2002-04-091-1/+4
* * Add a file header with some informationChris Lattner2002-04-092-70/+50
* Don't leak all of the Loop objects created...Chris Lattner2002-04-092-3/+18
* * Add a useful file commentChris Lattner2002-04-091-91/+7
* Move the InsertPrologEpilogCode class out of the Sparc.cpp file into theChris Lattner2002-04-092-89/+0
* Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and includeChris Lattner2002-04-091-0/+153
* Include prototype for interface to PrologEpilogCodeInserter.cpp fileChris Lattner2002-04-091-0/+2
* Use new higher level isFloatingPoint() functionChris Lattner2002-04-091-1/+1
* Clean up the ownership model a bit so that nodes actually get deleted moreChris Lattner2002-04-092-24/+16
* * General cleanupsChris Lattner2002-04-092-42/+42
* Convert AddedInstrMapType to contain AddedInstrns by value instead of byChris Lattner2002-04-095-122/+70
* *blush* somehow this debugging code got checked in...Chris Lattner2002-04-091-3/+0
* GCC3.0 is reported to die without an alloca definition.Chris Lattner2002-04-092-0/+2
* Don't leak memory like a seiveChris Lattner2002-04-083-37/+14
* Value cannot be directly instantiated. I think that this code was TRYING toChris Lattner2002-04-082-10/+6
* Remove extranous #includeChris Lattner2002-04-084-4/+0
* s/PrintMethodPass/PrintFunctionPassChris Lattner2002-04-082-2/+2
* Add #includesChris Lattner2002-04-081-1/+3
* s/Method/FunctionChris Lattner2002-04-0819-77/+73
* * Narrow AsmWriter interfaceChris Lattner2002-04-081-37/+40
* s/Method/FunctionChris Lattner2002-04-0814-36/+23
* s/method/functionChris Lattner2002-04-084-8/+8
* llvm/Assembly/Writer.h is unneccesary except for extreme outputChris Lattner2002-04-081-2/+1
* isLabelType is obsoleteChris Lattner2002-04-083-3/+3
* Play around with #includesChris Lattner2002-04-082-4/+1
* Add #includes that were pruned from already #included filesChris Lattner2002-04-081-0/+2
* * Add virtual print methodsChris Lattner2002-04-087-1/+14
* * Trim #includesChris Lattner2002-04-081-64/+4
* s/Method/FunctionChris Lattner2002-04-081-7/+6
* Trim #includesChris Lattner2002-04-082-3/+12
* * Move casting stuff out to Support/Casting.hChris Lattner2002-04-081-72/+16
* * Fix commentChris Lattner2002-04-081-3/+6
* Pull casting operators out of Value.hChris Lattner2002-04-082-0/+160
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-087-7/+7
* Library bumped up out of Assembly directoryChris Lattner2002-04-081-1/+1