summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Compute and cache information about the storage size and layoutVikram S. Adve2001-07-20
* Provide uniform access to the pointer operand and to the indexVikram S. Adve2001-07-20
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-20
* Start of expression analysis supportChris Lattner2001-07-20
* Header to raise and lower representationChris Lattner2001-07-20
* Add support to call LevelRaiseChris Lattner2001-07-20
* Update makefile for more accurate depsChris Lattner2001-07-20
* Implement ensureTypeAvailableChris Lattner2001-07-20
* Add support for constant propogation of multipliesChris Lattner2001-07-20
* Factor out WriteAsOperand.Chris Lattner2001-07-20
* Add a comment.Chris Lattner2001-07-20
* Add multiply as a supported constant propogation operationChris Lattner2001-07-20
* New function: WriteAsOperand.Chris Lattner2001-07-20
* Add new base class ConstPoolInt, useful for dealing with integral constantsChris Lattner2001-07-20
* Add new method, ensureTypeAvailableChris Lattner2001-07-20
* Change is*Type to be a casting convertion operatorChris Lattner2001-07-20
* Add an function to BinaryOperator to swap the two operandsChris Lattner2001-07-20
* Add short forms of the get*Type methods.Chris Lattner2001-07-20
* Fix nasty typoChris Lattner2001-07-20
* Fix clean targetChris Lattner2001-07-18
* Compile source files in alphabetical orderChris Lattner2001-07-18
* Fixed typo in commentChris Lattner2001-07-16
* Support external methodsChris Lattner2001-07-15
* New test case for prototype supportChris Lattner2001-07-15
* Reordered link line for correct static linking.Vikram S. Adve2001-07-15
* Changed default to building library archives instead of shared objects.Vikram S. Adve2001-07-15
* Implement forward/external declarations for methods.Chris Lattner2001-07-15
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-15
* Rename 'isMethodExternal' to 'isExternal'Chris Lattner2001-07-15
* Add notes on instruction selection passChris Lattner2001-07-15
* New testcase from GCC doing array operationsChris Lattner2001-07-15
* Add support for assembly printing fp constantsChris Lattner2001-07-15
* Add support to the bytecode writer to recognize floating point constantsChris Lattner2001-07-15
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-15
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-15
* Add a function to convert a double to a stringChris Lattner2001-07-15
* Add support to write and read a fixed amount of raw dataChris Lattner2001-07-15
* Add a noteChris Lattner2001-07-15
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-14
* Add knowledge about the struct form of the GetElementPtr instructionChris Lattner2001-07-14
* Remove dependency on the structure of ValueHolder.Chris Lattner2001-07-14
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-14
* The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-14
* Added some comments, preparing to add global variables and method prototypesChris Lattner2001-07-14
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-14
* Made the following changes:Chris Lattner2001-07-14
* Added more todo's. Don't I ever accomplish anything?Chris Lattner2001-07-14
* Add DebugValue member.Chris Lattner2001-07-12
* Made it not inlineChris Lattner2001-07-12
* Add DebugValue global functionChris Lattner2001-07-12