aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-242-22/+24
* Disable the operator= in ValueChris Lattner2002-07-244-0/+10
* Remove assert hack now that I'm using the right GDB. :)Chris Lattner2002-07-242-14/+0
* Move many files into IPO.hChris Lattner2002-07-241-0/+32
* Move contents of these files into IPO.hChris Lattner2002-07-244-59/+0
* * Rename to IPO.hChris Lattner2002-07-231-1/+13
* Add a version of the bytecode writer pass that has a default ctorChris Lattner2002-07-231-3/+2
* Incorporate into IPO.hChris Lattner2002-07-231-19/+0
* Prepare the file to become IPO.hChris Lattner2002-07-231-16/+8
* Merge the contents of ChangeAllocations.h into Scalar.hChris Lattner2002-07-232-19/+11
* Break part of Pass.h out into PassAnalysisSupport.hChris Lattner2002-07-233-140/+342
* Allow comparison against nullChris Lattner2002-07-232-0/+6
* *** empty log message ***Chris Lattner2002-07-231-2/+3
* Pass creator requires a TargetData memberChris Lattner2002-07-231-1/+2
* Regularize the Print*Passes so they have default ctors.Chris Lattner2002-07-231-8/+6
* Initial checkinChris Lattner2002-07-232-0/+130
* Add support for removing an option from a genericparserChris Lattner2002-07-232-2/+32
* Change to avoid bug in GCC 3.0.4Chris Lattner2002-07-232-6/+8
* initial checkinChris Lattner2002-07-231-0/+43
* *** empty log message ***Chris Lattner2002-07-2319-0/+956
* Initial checkinChris Lattner2002-07-2321-0/+1471
* Moved to Reoptimizer/Mapping directoryMehwish Nagda2002-07-221-11/+0
* Checkin CommandLine 2.0Chris Lattner2002-07-222-458/+1524
* changed first arg of parseBytecodeBuffer to unsigned charAnand Shukla2002-07-211-1/+1
* changed first arg og parseBytecodeBuffer to ucharAnand Shukla2002-07-211-1/+1
* *** empty log message ***Chris Lattner2002-07-2017-0/+4261
* Check in the boost type_traits library, because it is now used by the Command...Chris Lattner2002-07-202-0/+74
* Rename removeDeadNodes to removeTriviallyDeadNodesChris Lattner2002-07-182-6/+24
* Simplify saveOrigFunctionCallsChris Lattner2002-07-182-20/+10
* Add support for a top-down propagation pass.Vikram S. Adve2002-07-182-6/+184
* * s/method/functionChris Lattner2002-07-181-61/+73
* First cut at implementing bottom up analysisChris Lattner2002-07-182-64/+234
* Make getelementptr ConstExpr take a vector of constants not valuesChris Lattner2002-07-181-8/+8
* Fix prototype to make function.Chris Lattner2002-07-171-2/+1
* *** empty log message ***Mehwish Nagda2002-07-151-0/+11
* Ensure ConstExpr constants are unique.Vikram S. Adve2002-07-151-2/+2
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-147-37/+4
* Added subclass ConstantExpr to represent expressions consructed fromVikram S. Adve2002-07-141-5/+69
* Add a couple of virtual functions to support subclass ConstantExpr.Vikram S. Adve2002-07-141-0/+9
* initial version: for emitfuncs passAnand Shukla2002-07-121-0/+16
* * Nodes now keep track of any global variables contained within themChris Lattner2002-07-112-8/+30
* added std:: to vectorAnand Shukla2002-07-111-2/+2
* New implementation of data structure analysisChris Lattner2002-07-105-790/+294
* Bug fix: cast (bool) has higher precedence than %... who knew!Vikram S. Adve2002-07-101-3/+3
* Add support for marking each operand as a %hh, %hm, %lm or %lo.Vikram S. Adve2002-07-101-24/+80
* Added a few more methods for creating instructions.Vikram S. Adve2002-07-101-0/+33
* Put caller-saving code *before* argument copying code!Vikram S. Adve2002-07-101-1/+3
* Minor change in comments.Vikram S. Adve2002-07-102-6/+8
* Allow specifying a module for context instead of a slot calculator directlyChris Lattner2002-07-101-3/+4
* added std:: to hash_setAnand Shukla2002-07-091-0/+2