aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement TODO, fixing bug:Chris Lattner2002-04-091-16/+9
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-5/+6
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-0920-39/+51
* Eliminate unneccesary extraneous iteratorsChris Lattner2002-04-091-10/+4
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-18/+18
* 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
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-094-0/+4
* 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 opaque decl instead of #includeChris Lattner2002-04-091-1/+1
* 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
* Delete NOP instructions as they are eliminated.Chris Lattner2002-04-091-0/+1
* * Add a file header with some informationChris Lattner2002-04-092-70/+50
* Don't leak all of the Loop objects created...Chris Lattner2002-04-091-2/+10
* * Add a useful file commentChris Lattner2002-04-091-91/+7
* Move the InsertPrologEpilogCode class out of the Sparc.cpp file into theChris Lattner2002-04-091-81/+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-082-36/+10
* Value cannot be directly instantiated. I think that this code was TRYING toChris Lattner2002-04-082-10/+6
* Remove extranous #includeChris Lattner2002-04-081-1/+0
* s/Method/FunctionChris Lattner2002-04-0816-66/+63
* * 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
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-087-7/+7
* Library bumped up out of Assembly directoryChris Lattner2002-04-081-1/+1
* Minor change to reflect that ConstantHandling is now part of VMCoreChris Lattner2002-04-082-4/+4
* Moved assembly writer library into its own top level directory.Chris Lattner2002-04-081-1/+1
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-084-5/+4
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-078-48/+50
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-2/+1
* Remove some gross code by using the Value::dump method to do debug dumpsChris Lattner2002-04-074-42/+46
* Remove some gross code by using the VAlue::dump method to do debug dumpsChris Lattner2002-04-071-7/+5
* Update commentsChris Lattner2002-04-071-4/+5
* Eliminate explicit use of Writer library, using debug dump output instead.Chris Lattner2002-04-073-18/+24