aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Added MachineCodeForInstruction object as an argument toVikram S. Adve2003-05-311-3/+9
* Added saveBBreferences() for BasicBlock resolution.Misha Brukman2003-05-301-0/+8
* Sorry, correcting small typo.Tanya Lattner2003-05-301-1/+1
* Added support for cloning a trace.Tanya Lattner2003-05-301-0/+7
* Implementation of Equivalence ClassesSumant Kowshik2003-05-292-0/+186
* Changes to support function pointersSumant Kowshik2003-05-291-4/+41
* Don't require the user to do something like isa<foo>(II->get()). The ->getChris Lattner2003-05-291-0/+20
* dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner2003-05-292-6/+6
* Doxygenify commentsChris Lattner2003-05-291-16/+15
* Fixed misspelling and broke a line that was wrapping.Misha Brukman2003-05-291-2/+3
* Defines a pass-through debugging emitter -- it writes to a file for inspectionMisha Brukman2003-05-271-0/+7
* Allow allocation of a Sparc TargetMachine.Misha Brukman2003-05-271-2/+3
* Expose proto for SRoA pass.Chris Lattner2003-05-271-0/+7
* (1) Added special register class containing (for now) %fsr.Vikram S. Adve2003-05-271-10/+46
* Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve2003-05-271-46/+27
* Make case of GetNumOfInt/FloatArgRegs functions to be use lower caseVikram S. Adve2003-05-251-2/+2
* Reword to remove reference to how things worked in the past.Misha Brukman2003-05-241-4/+3
* NOP instructions are pseudo-instructions. We should not have them explicitly inMisha Brukman2003-05-241-0/+14
* Remove some cruft, add some methods to allow implementation of bugfix forChris Lattner2003-05-231-17/+22
* Minor rewording/cleanupsChris Lattner2003-05-231-11/+13
* Remove long dead codeChris Lattner2003-05-221-27/+0
* Add support for a new "CommaSeparated" modifierChris Lattner2003-05-222-6/+30
* New methodChris Lattner2003-05-211-0/+3
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-203-9/+9
* s/convertable/convertible/gMisha Brukman2003-05-201-2/+2
* The plural of `Pass' is Passes, not Pass's.Misha Brukman2003-05-201-1/+1
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-171-0/+4
* Add some methods to make type safety a bit easierChris Lattner2003-05-141-0/+9
* Beef up interface, move getVarInfo out-of-line.Chris Lattner2003-05-121-12/+39
* Expand API for updating live var info.Chris Lattner2003-05-121-8/+39
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-121-2/+1
* Fixed comment.Joel Stanley2003-05-101-1/+1
* Update out of date commentChris Lattner2003-05-091-2/+2
* Updates to match recent timer updatesChris Lattner2003-05-092-2/+4
* Add new method to check to see if a global is availableChris Lattner2003-05-091-0/+8
* Allow const functionsChris Lattner2003-05-091-2/+2
* Fix bug in last checkinChris Lattner2003-05-081-0/+1
* Add new methods for stub generationChris Lattner2003-05-081-0/+12
* Add a pointersize/endianness safe load routine to match the store routineChris Lattner2003-05-081-0/+1
* Initial support for intrinsic functionsChris Lattner2003-05-081-0/+10
* Initial checkin for LLVM intrinsic functionsChris Lattner2003-05-081-0/+21
* Add support for the new VarArgInst instruction, reindent some stuffChris Lattner2003-05-081-7/+9
* Add new VarArgInst class for the va_arg instructionChris Lattner2003-05-082-3/+40
* Add comments, add a vector to keep track of which registers are allocatableChris Lattner2003-05-071-5/+19
* Fix memory corruption problemChris Lattner2003-05-061-1/+2
* It's 'separate'. The 'i.e.' is kinda nit-picking, but think of it this way:Misha Brukman2003-05-031-2/+2
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-262-8/+1
* Revert last checkin. Note that PHI nodes can use basic blocks also!Chris Lattner2003-04-261-1/+8
* Remove long-dead obsolete cruftChris Lattner2003-04-251-10/+2
* Fix method name type-oChris Lattner2003-04-251-1/+1