summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Added support for cloning a trace.Tanya Lattner2003-05-30
* Implementation of Equivalence ClassesSumant Kowshik2003-05-29
* Changes to support function pointersSumant Kowshik2003-05-29
* Don't require the user to do something like isa<foo>(II->get()). The ->getChris Lattner2003-05-29
* dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner2003-05-29
* Doxygenify commentsChris Lattner2003-05-29
* Fixed misspelling and broke a line that was wrapping.Misha Brukman2003-05-29
* Defines a pass-through debugging emitter -- it writes to a file for inspectionMisha Brukman2003-05-27
* Allow allocation of a Sparc TargetMachine.Misha Brukman2003-05-27
* Expose proto for SRoA pass.Chris Lattner2003-05-27
* (1) Added special register class containing (for now) %fsr.Vikram S. Adve2003-05-27
* Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve2003-05-27
* Make case of GetNumOfInt/FloatArgRegs functions to be use lower caseVikram S. Adve2003-05-25
* Reword to remove reference to how things worked in the past.Misha Brukman2003-05-24
* NOP instructions are pseudo-instructions. We should not have them explicitly inMisha Brukman2003-05-24
* Remove some cruft, add some methods to allow implementation of bugfix forChris Lattner2003-05-23
* Minor rewording/cleanupsChris Lattner2003-05-23
* Remove long dead codeChris Lattner2003-05-22
* Add support for a new "CommaSeparated" modifierChris Lattner2003-05-22
* New methodChris Lattner2003-05-21
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-20
* s/convertable/convertible/gMisha Brukman2003-05-20
* The plural of `Pass' is Passes, not Pass's.Misha Brukman2003-05-20
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-17
* Add some methods to make type safety a bit easierChris Lattner2003-05-14
* Beef up interface, move getVarInfo out-of-line.Chris Lattner2003-05-12
* Expand API for updating live var info.Chris Lattner2003-05-12
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-12
* Fixed comment.Joel Stanley2003-05-10
* Update out of date commentChris Lattner2003-05-09
* Updates to match recent timer updatesChris Lattner2003-05-09
* Add new method to check to see if a global is availableChris Lattner2003-05-09
* Allow const functionsChris Lattner2003-05-09
* Fix bug in last checkinChris Lattner2003-05-08
* Add new methods for stub generationChris Lattner2003-05-08
* Add a pointersize/endianness safe load routine to match the store routineChris Lattner2003-05-08
* Initial support for intrinsic functionsChris Lattner2003-05-08
* Initial checkin for LLVM intrinsic functionsChris Lattner2003-05-08
* Add support for the new VarArgInst instruction, reindent some stuffChris Lattner2003-05-08
* Add new VarArgInst class for the va_arg instructionChris Lattner2003-05-08
* Add comments, add a vector to keep track of which registers are allocatableChris Lattner2003-05-07
* Fix memory corruption problemChris Lattner2003-05-06
* It's 'separate'. The 'i.e.' is kinda nit-picking, but think of it this way:Misha Brukman2003-05-03
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-26
* Revert last checkin. Note that PHI nodes can use basic blocks also!Chris Lattner2003-04-26
* Remove long-dead obsolete cruftChris Lattner2003-04-25
* Fix method name type-oChris Lattner2003-04-25
* *** Huge: Make constantexprs be handled correctly, conservativelyChris Lattner2003-04-25
* Default ctor doesn't provide nameChris Lattner2003-04-25
* Add new targetdata ctor to create a targetdata appropriate to the moduleChris Lattner2003-04-24