summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* Add flag for emacs so it realizes it's C++ codeChris Lattner2001-07-22
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-22
* Move private header into private directoryChris Lattner2001-07-22
* Convert from using C style char*'s to strings.Chris Lattner2001-07-22
* Remove String file some moreChris Lattner2001-07-22
* Destroy the StringUtils.h fileChris Lattner2001-07-22
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-21
* Exterminate nasty CismsChris Lattner2001-07-21
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-21
* More minor reorganizationsChris Lattner2001-07-21
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-21
* Add support for casting operatorsChris Lattner2001-07-21
* More functionality, renamed APIChris Lattner2001-07-21
* Moved isIntegral to the Type systemChris Lattner2001-07-21
* General support utilities like a program options class and a StringMapVikram S. Adve2001-07-21
* CompileContext and options class for the llc compiler.Vikram S. Adve2001-07-21
* Header files for the target architecture description and for instructionVikram S. Adve2001-07-21
* Provide simpler ways to extract the value of an integer constant.Vikram S. Adve2001-07-20
* 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 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
* Fixed typo in commentChris Lattner2001-07-16
* Rename 'isMethodExternal' to 'isExternal'Chris 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
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-14
* Made the following changes:Chris Lattner2001-07-14
* Made it not inlineChris Lattner2001-07-12
* Add DebugValue global functionChris Lattner2001-07-12
* hasSideEffects should be marked virtualChris Lattner2001-07-09
* Fix stupid typoChris Lattner2001-07-09
* Implementation of Store & GetElementPtrChris Lattner2001-07-08
* Implemented shl, shl, & load instructionsChris Lattner2001-07-08
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-08
* Add a new "addOperand" method to User.Chris Lattner2001-07-08
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-08
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-07
* Broad superficial changes:Chris Lattner2001-07-07
* Devirtualize User::dropAllReferencesChris Lattner2001-07-07
* Remove dtor's that simply call dropAllReferencesChris Lattner2001-07-07