aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* * Switch to new TmpInstruction modelChris Lattner2002-02-031-27/+28
* * Switch to new TmpInstruction modelChris Lattner2002-02-031-9/+5
* * Swithc to new MachineCodeForInstruction modelChris Lattner2002-02-031-5/+22
* * prune #includesChris Lattner2002-02-031-25/+18
* Add #include that is no longer implicitly includedChris Lattner2002-02-031-0/+1
* Lots of code cleanups, no functional changesChris Lattner2002-02-031-103/+74
* * Switch over to cleaner TmpInstruction modelChris Lattner2002-02-031-5/+7
* * Straighten out #includesChris Lattner2002-02-031-38/+12
* * Swich to annotation model for MachineCodeForInstructionChris Lattner2002-02-031-8/+10
* Remove extraneous #includesChris Lattner2002-02-031-2/+0
* * Straighten out #includesChris Lattner2002-02-031-10/+7
* * Get machine instrs from Instructin's by using MachineCodeForInstruction::getChris Lattner2002-02-031-10/+10
* Lots of nonfunctional code cleanupsChris Lattner2002-02-031-38/+14
* Add a class forward declChris Lattner2002-02-031-3/+2
* LoopDepth calculation is now in CFG namespaceChris Lattner2002-01-311-1/+1
* Make it build with 2.95.3Chris Lattner2002-01-231-1/+1
* Remove dead variableChris Lattner2002-01-211-1/+1
* Remove dead variable.Chris Lattner2002-01-211-1/+0
* Oops lost a parenthesis somehow :(Chris Lattner2002-01-211-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-2034-707/+565
* Fixed a bug in spill cost estimationRuchira Sasanka2002-01-081-4/+6
* PhyRegAlloc.cpp: Added temp area resetting before every callRuchira Sasanka2002-01-072-2/+3
* Added more commentsRuchira Sasanka2002-01-072-36/+28
* removed SizeOfStackOperand constant from the SparcRegInfo class - no longer usedRuchira Sasanka2002-01-071-2/+1
* Added more commentsRuchira Sasanka2002-01-071-42/+102
* Added comments and correct logic for finding register sizes.Ruchira Sasanka2002-01-074-176/+243
* Added destructors and comments.Ruchira Sasanka2002-01-075-132/+323
* Added comments, destructors where necessary.Ruchira Sasanka2002-01-075-106/+178
* Eliminate all uses of memInst->getIndicesBROKEN().Vikram S. Adve2001-12-152-21/+12
* getIndexedOffset() shd take vector of Values, not of Constants!Vikram S. Adve2001-12-151-1/+1
* Remove int hack to allow unsigned numbers greater than 2^63 - 1...Vikram S. Adve2001-12-151-6/+35
* Allow pointer indexingChris Lattner2001-12-141-1/+1
* Remove unsized array supportChris Lattner2001-12-141-8/+0
* added a section on how to modify live variable code to use LLVM instructionsRuchira Sasanka2001-12-131-5/+25
* Not just arrays are unsizedChris Lattner2001-12-131-1/+1
* Added more comments. Added code to destructor in MethodLiveVarInfo to deleteRuchira Sasanka2001-12-082-21/+78
* Added comments are more documentation infoRuchira Sasanka2001-12-081-0/+188
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-049-27/+26
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-037-99/+96
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-032-2/+2
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-2710-38/+87
* Stuff after a #endif is not valid CPP input and breaks some compilersChris Lattner2001-11-261-3/+3
* The old getIndices has been deprecated, because it no longer works. It nowChris Lattner2001-11-262-3/+4
* commented out popAllTempValues since it leads to a bug - see codeRuchira Sasanka2001-11-151-2/+15
* Commented some popTempArg.. since it leads to a bugRuchira Sasanka2001-11-151-3/+11
* Added naming to inserted phi copy values - for easy debuggingRuchira Sasanka2001-11-151-0/+6
* changed since names of some methods in PhyRegAlloc changedRuchira Sasanka2001-11-151-3/+3
* Fixed a bug in setReLRegsUsedByMIRuchira Sasanka2001-11-151-54/+75
* Changed some names of methods, added const etc.Ruchira Sasanka2001-11-152-7/+8
* Fix use of AllocateLocalVar for alloca instruction!Vikram S. Adve2001-11-151-1/+1