aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include header in the compiler-neutral locationChris Lattner2002-07-091-1/+1
* cpMem<->Reg functions now support CC registers (int and FP) correctly.Vikram S. Adve2002-07-081-24/+42
* Interface to class MachineCodeForBasicBlock.Vikram S. Adve2002-07-082-0/+148
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.Vikram S. Adve2002-07-081-97/+83
* Added two more helper functions for instruction creation.Vikram S. Adve2002-07-081-0/+21
* Moved MachineCodeForBB to be an annotation on BasicBlock.Vikram S. Adve2002-07-081-7/+0
* Add new << to allow printing modules by reference.Anand Shukla2002-07-031-0/+5
* Fix commentChris Lattner2002-06-301-1/+1
* added include<iostream> for cerrAnand Shukla2002-06-251-0/+1
* We must with with GCC 2.95 :(Chris Lattner2002-06-251-1/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-2512-18/+21
* Added setSuccessor() method to terminator instructionsAnand Shukla2002-06-252-1/+11
* MEGAPATCH checkin.Chris Lattner2002-06-2520-139/+1553
* *** empty log message ***Chris Lattner2002-06-2523-276/+310
* Allow const bb's to be checked for containment in a loopChris Lattner2002-06-031-1/+1
* Simplify the interface to local dce and constpropChris Lattner2002-05-261-2/+2
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-232-11/+11
* Add a new setSuccessor method to terminator instructionsChris Lattner2002-05-232-0/+19
* Implement DataTypes.h in terms of inttypes.hChris Lattner2002-05-231-0/+2
* Avoid #including CommandLine.hChris Lattner2002-05-223-28/+2
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-223-0/+63
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-222-18/+96