summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add support for removing an option from a genericparserChris Lattner2002-07-23
* Change to avoid bug in GCC 3.0.4Chris Lattner2002-07-23
* initial checkinChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-23
* Initial checkinChris Lattner2002-07-23
* Moved to Reoptimizer/Mapping directoryMehwish Nagda2002-07-22
* Checkin CommandLine 2.0Chris Lattner2002-07-22
* changed first arg of parseBytecodeBuffer to unsigned charAnand Shukla2002-07-21
* changed first arg og parseBytecodeBuffer to ucharAnand Shukla2002-07-21
* *** empty log message ***Chris Lattner2002-07-20
* Check in the boost type_traits library, because it is now used by the Command...Chris Lattner2002-07-20
* Rename removeDeadNodes to removeTriviallyDeadNodesChris Lattner2002-07-18
* Simplify saveOrigFunctionCallsChris Lattner2002-07-18
* Add support for a top-down propagation pass.Vikram S. Adve2002-07-18
* * s/method/functionChris Lattner2002-07-18
* First cut at implementing bottom up analysisChris Lattner2002-07-18
* Make getelementptr ConstExpr take a vector of constants not valuesChris Lattner2002-07-18
* Fix prototype to make function.Chris Lattner2002-07-17
* *** empty log message ***Mehwish Nagda2002-07-15
* Ensure ConstExpr constants are unique.Vikram S. Adve2002-07-15
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-14
* Added subclass ConstantExpr to represent expressions consructed fromVikram S. Adve2002-07-14
* Add a couple of virtual functions to support subclass ConstantExpr.Vikram S. Adve2002-07-14
* initial version: for emitfuncs passAnand Shukla2002-07-12
* * Nodes now keep track of any global variables contained within themChris Lattner2002-07-11
* added std:: to vectorAnand Shukla2002-07-11
* New implementation of data structure analysisChris Lattner2002-07-10
* Bug fix: cast (bool) has higher precedence than %... who knew!Vikram S. Adve2002-07-10
* Add support for marking each operand as a %hh, %hm, %lm or %lo.Vikram S. Adve2002-07-10
* Added a few more methods for creating instructions.Vikram S. Adve2002-07-10
* Put caller-saving code *before* argument copying code!Vikram S. Adve2002-07-10
* Minor change in comments.Vikram S. Adve2002-07-10
* Allow specifying a module for context instead of a slot calculator directlyChris Lattner2002-07-10
* added std:: to hash_setAnand Shukla2002-07-09
* Include header in the compiler-neutral locationChris Lattner2002-07-09
* cpMem<->Reg functions now support CC registers (int and FP) correctly.Vikram S. Adve2002-07-08
* Interface to class MachineCodeForBasicBlock.Vikram S. Adve2002-07-08
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.Vikram S. Adve2002-07-08
* Added two more helper functions for instruction creation.Vikram S. Adve2002-07-08
* Moved MachineCodeForBB to be an annotation on BasicBlock.Vikram S. Adve2002-07-08
* Add new << to allow printing modules by reference.Anand Shukla2002-07-03
* Fix commentChris Lattner2002-06-30
* added include<iostream> for cerrAnand Shukla2002-06-25
* We must with with GCC 2.95 :(Chris Lattner2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* Added setSuccessor() method to terminator instructionsAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* *** empty log message ***Chris Lattner2002-06-25
* Allow const bb's to be checked for containment in a loopChris Lattner2002-06-03
* Simplify the interface to local dce and constpropChris Lattner2002-05-26