aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix protection probsChris Lattner2001-11-151-1/+1
* Modify method AllocateLocalVar to take size argument.Vikram S. Adve2001-11-151-1/+2
* Bug fix for Chris.Vikram S. Adve2001-11-151-1/+1
* -cleangcc pass now remove type names that are never referenced and type names...Chris Lattner2001-11-151-1/+5
* Add function returning which operand holds immediate constantVikram S. Adve2001-11-142-0/+14
* added isPseudoInstr()Ruchira Sasanka2001-11-142-0/+12
* Remove much cruft from the MemAccessInst instructionChris Lattner2001-11-141-13/+14
* Changed for adding Phi Elimination codeRuchira Sasanka2001-11-122-0/+22
* Made isPhi constRuchira Sasanka2001-11-102-2/+4
* Initail checking of structure swapperChris Lattner2001-11-101-0/+35
* Initial checkin of Structure mutatorChris Lattner2001-11-101-0/+87
* Provide const version of function with the name the other will be eventually ...Chris Lattner2001-11-101-0/+3
* Refactor some functionality to expose more useful stuffChris Lattner2001-11-101-7/+13
* New pass to figure out what types are in use by a programChris Lattner2001-11-091-0/+58
* Cache parameters for target machine.Vikram S. Adve2001-11-091-0/+67
* Added class MachineCacheInfo.Vikram S. Adve2001-11-093-6/+30
* Remove unneeded forward declChris Lattner2001-11-081-1/+0
* Add handle to object MachineFrameInfo.Vikram S. Adve2001-11-081-3/+5
* Include handle to TargetMachine in each Machine...Info class.Vikram S. Adve2001-11-082-5/+9
* Add method CreateCodeToCopyIntToFloat.Vikram S. Adve2001-11-082-2/+36
* Machine-independent interface to target's stack frame layout parameters.Vikram S. Adve2001-11-081-0/+76
* Use different op labels for bitwise logical operations and boolean logicalVikram S. Adve2001-11-081-0/+5
* Added a second constructor for and improved class TmpInstruction.Vikram S. Adve2001-11-081-9/+28
* Major overhaul of stack frame management.Vikram S. Adve2001-11-081-33/+89
* Old file which was moved to include/llvm/Target some time back.Vikram S. Adve2001-11-081-121/+0
* Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve2001-11-081-6/+0
* Initial checkin of pointer safety checkerChris Lattner2001-11-071-0/+47
* Okay, so this is a huge hack. Fixme laterChris Lattner2001-11-071-4/+36
* New class to provide high performance writing.Chris Lattner2001-11-071-0/+41
* Make reg. numbers signed ints.Vikram S. Adve2001-11-051-5/+5
* Minor method renameChris Lattner2001-11-041-12/+14
* Add a helper function to PHI nodeChris Lattner2001-11-031-0/+11
* Expose method to merge identically named methodsChris Lattner2001-11-031-0/+6
* Moved InsertCallerSaveInstr to the SparcRegInfo.cpp and made machine independentRuchira Sasanka2001-11-033-7/+10
* Fix major bugs in type resolutionChris Lattner2001-11-032-3/+31
* Fix the linker. This bug was not fun to track down. grrChris Lattner2001-11-031-2/+2
* Print floating point numbers in expodential form so that small numbers don't ...Chris Lattner2001-11-011-1/+1
* Expose the low level DCE mechanism to external usersChris Lattner2001-11-011-0/+9
* Implement constant propogation of null pointer values.Chris Lattner2001-11-011-0/+4
* Add simpler to use ctors. Add getType() overload to specialize getelementptr...Chris Lattner2001-11-011-0/+10
* Add new isNullValue methodChris Lattner2001-11-011-1/+32
* Initial checkin of level raising codeChris Lattner2001-11-011-0/+35
* Move level change xfor into the transforms directoryChris Lattner2001-11-012-90/+0
* Add some useful accessorsChris Lattner2001-11-012-0/+20
* Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...Chris Lattner2001-10-311-0/+8
* Implemented constant propogation of cast instructionsChris Lattner2001-10-311-0/+6
* New GCC cleanup pass interfaceChris Lattner2001-10-311-0/+24
* Fix ordering problem. Found by purify. :)Chris Lattner2001-10-301-1/+1
* Expose some more printing functionality from the assembly writer libraryChris Lattner2001-10-291-0/+7
* Systems headers use <> not ""Chris Lattner2001-10-291-2/+2