summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Eliminate unused resolving caller stuffChris Lattner2003-02-03
* * Add a bunch of stuff for checking the integrity of the graphChris Lattner2003-02-03
* Remove pool alloc accessorChris Lattner2003-02-03
* Expose information about pool allocationChris Lattner2003-02-03
* Allow modifying a global variables constness propertyChris Lattner2003-02-02
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-01
* Add hash_multimap supportChris Lattner2003-02-01
* Add new composition maskChris Lattner2003-02-01
* Added protos for two alternate, convenient CallInst constructors.Joel Stanley2003-02-01
* Add new function to allow removal of typed named elementsChris Lattner2003-01-30
* New API for traversing graphChris Lattner2003-01-29
* Initial checking: defult the make_vector functionChris Lattner2003-01-28
* New helper headerChris Lattner2003-01-27
* * Eliminate boolean arguments in favor of using enumsChris Lattner2003-01-23
* Print machine frame objects with the frame offset intrinsic to the machineChris Lattner2003-01-16
* Move sparc specific code into the Sparc backendChris Lattner2003-01-15
* Simplify the interfaceChris Lattner2003-01-15
* Move private headers into private regalloc directoryChris Lattner2003-01-15
* Move private header to private dirChris Lattner2003-01-15
* Remove obsolete ctorChris Lattner2003-01-15
* Remove internal helper fnChris Lattner2003-01-15
* ADd support for CC registers for Sparc BEChris Lattner2003-01-15
* Add support for the CC registers for Sparc BEChris Lattner2003-01-15
* Remove more unused methodsChris Lattner2003-01-15
* Remove a ton of functions that are no longer used, instead using BuildMIChris Lattner2003-01-15
* Add new helper method addRegDefChris Lattner2003-01-15
* * Eliminate a bunch of inline functions.Chris Lattner2003-01-15
* Move to include/llvm/CodeGenChris Lattner2003-01-14
* Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner2003-01-14
* New headerChris Lattner2003-01-14
* Move to Instrumentation.hChris Lattner2003-01-14
* REmove unused header fileChris Lattner2003-01-14
* Remove unused headerChris Lattner2003-01-14
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-14
* Move llvm/Annotation.h to Support/Annotation.hChris Lattner2003-01-14
* Move annotation to support libraryChris Lattner2003-01-14
* Must #include assert.hChris Lattner2003-01-14
* Add new filesChris Lattner2003-01-13
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-13
* * Start renaming MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-13
* Add new getName methodChris Lattner2003-01-13
* Simplify interface to creating a registerChris Lattner2003-01-13
* * Add support for new types of operandsChris Lattner2003-01-13
* * Add 3 new types of MachineOperand: ConstantPoolIndex ExternalSymbol and Glo...Chris Lattner2003-01-13
* * Add a constant pool to hold per-function constants which must be spilled to...Chris Lattner2003-01-13
* * Add utility methods which make common cases easierChris Lattner2003-01-13
* * Add support for values in the constant poolChris Lattner2003-01-13
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-29
* Rename MachineOptInfo to TargetoptInfoChris Lattner2002-12-29
* Rename FunctionFrameInfo to MachineFrameInfoChris Lattner2002-12-28