aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* Added more commentsRuchira Sasanka2002-01-071-13/+44
* MachineRegInfo: Added a method to get the size of a register pushed on to stack.Ruchira Sasanka2002-01-073-83/+2
* getIndexedOffset() shd take vector of Values, not of Constants!Vikram S. Adve2001-12-151-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-033-3/+3
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-273-3/+3
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-263-3/+3
* Add function returning which operand holds immediate constantVikram S. Adve2001-11-142-0/+14
* added isPseudoInstr()Ruchira Sasanka2001-11-142-0/+12
* Changed for adding Phi Elimination codeRuchira Sasanka2001-11-122-0/+22
* Made isPhi constRuchira Sasanka2001-11-102-2/+4
* Cache parameters for target machine.Vikram S. Adve2001-11-091-0/+67
* Added class MachineCacheInfo.Vikram S. Adve2001-11-093-6/+30
* 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
* Moved InsertCallerSaveInstr to the SparcRegInfo.cpp and made machine independentRuchira Sasanka2001-11-033-7/+10
* Moved callerSaving code to machine specific classes since we have to handleRuchira Sasanka2001-10-281-3/+9
* Added support for both call/jmpl instructionsRuchira Sasanka2001-10-211-1/+1
* Added virtual function to generate an instruction sequence toVikram S. Adve2001-10-182-0/+40
* Added support for caller savingRuchira Sasanka2001-10-161-1/+27
* --changed Sugesting colors for method calls/return values etc.Ruchira Sasanka2001-10-151-10/+9
* Be const correctChris Lattner2001-10-151-1/+1
* Fix filename in commentChris Lattner2001-10-131-1/+1
* added suggesting color supporRuchira Sasanka2001-09-301-7/+24
* Add emitAssembly MethodChris Lattner2001-09-191-4/+1
* *** empty log message ***Ruchira Sasanka2001-09-181-60/+56
* Renamed files to match the primary classes they provide.Vikram S. Adve2001-09-185-1014/+0
* Make class TargetMachine the common interface to all target-dependentVikram S. Adve2001-09-186-0/+1238
* added reg alloc supportRuchira Sasanka2001-09-151-0/+3
* *** empty log message ***Ruchira Sasanka2001-09-141-2/+132
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-142-3/+7
* Minor reformatting, & protection fixesChris Lattner2001-09-142-58/+55
* Split Register specific stuff out from TargetMachine.h to RegInfo.hChris Lattner2001-09-144-109/+105
* Split Target/Machine.h into three files:Chris Lattner2001-09-143-595/+614
* Make a new llvm/Target #include directory.Chris Lattner2001-09-144-0/+899