aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-268-41/+7
* Remove unused methodChris Lattner2001-11-261-9/+0
* Expose constant prop of an instructionChris Lattner2001-11-261-0/+5
* Fix field initialization order problemChris Lattner2001-11-261-1/+0
* Allow output of manipulators for GCC 2.96 compatibilityChris Lattner2001-11-261-6/+10
* Add writer support for call graph nodes and loops and induction variablesChris Lattner2001-11-261-2/+24
* Implement an entry node for the call graphChris Lattner2001-11-261-9/+76
* Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner2001-11-263-5/+12
* Implement DCE of global valuesChris Lattner2001-11-261-0/+21
* * Implement dominator based loop identificationChris Lattner2001-11-262-0/+160
* Rearrange codeChris Lattner2001-11-261-18/+8
* Allow array indexingChris Lattner2001-11-261-2/+5
* Be more const correctChris Lattner2001-11-261-4/+4
* * Remove the indexVec stuff which gets out of sync with the operands of theChris Lattner2001-11-261-19/+27
* New Method isLosslesslyConvertableToChris Lattner2001-11-261-0/+5
* Add new CompositeType shared baseclass of ArrayType and StructTypeChris Lattner2001-11-261-2/+61
* Add castsChris Lattner2001-11-261-2/+2
* 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