aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new (static inline) std::ostream& << AllocInfo& method. Use it.Brian Gaeke2004-01-282-6/+9
* Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner2004-01-091-1/+1
* Change interface of MachineOperand as follows:Alkis Evlogimenos2003-12-142-12/+10
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1113-1/+54
* Fix problems linking against the reoptimizer; _llvm_regAllocState must haveBrian Gaeke2003-11-101-2/+2
* Operand numbers are now ints. Save the register allocation of the valueBrian Gaeke2003-11-103-30/+40
* Update verifySavedState()'s comment, so that it reflects its currentBrian Gaeke2003-11-041-1/+3
* Add comments.Brian Gaeke2003-11-041-0/+4
* Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to startBrian Gaeke2003-10-301-6/+29
* Make AllocState an enum.Brian Gaeke2003-10-301-2/+12
* Publicize the type of FnAllocState.Brian Gaeke2003-10-242-2/+15
* Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction.Brian Gaeke2003-10-231-0/+9
* Move AllocInfo structure to a private AllocInfo.h header file.Brian Gaeke2003-10-231-48/+15
* Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants.Brian Gaeke2003-10-231-1/+1
* New file, containing AllocInfo structure.Brian Gaeke2003-10-231-0/+61
* * Eliminate `using' directiveMisha Brukman2003-10-232-52/+26
* * Fix order of #include filesMisha Brukman2003-10-232-21/+22
* * Order #includes as per style guideMisha Brukman2003-10-233-46/+45
* * Use C++ style comments instead of C-styleMisha Brukman2003-10-232-30/+25
* Change the type of FnAllocState.Brian Gaeke2003-10-221-1/+1
* Don't worry about converting each function's reg. alloc. state into One BigBrian Gaeke2003-10-221-20/+21
* Add prototype for verifySavedState().Brian Gaeke2003-10-221-0/+1
* Doxygenify method comments.Brian Gaeke2003-10-221-207/+154
* Added LLVM copyright notice.John Criswell2003-10-213-0/+27
* Added LLVM copyright header.John Criswell2003-10-214-0/+28
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-205-0/+35
* #include vector which we will need here soonChris Lattner2003-10-151-0/+1
* include passes.h which defines the interface this file exposesChris Lattner2003-09-301-4/+4
* Update head-of-file comment.Brian Gaeke2003-09-241-1/+10
* Untabify tabs in stuff I've recently added.Brian Gaeke2003-09-242-3/+156
* Use getRegClassID() instead of getRegClass()->getID(), since it's there.Brian Gaeke2003-09-241-17/+15
* Remove some unused methods of class IGNode.Brian Gaeke2003-09-241-13/+0
* Move getAnalysisUsage method from header to .cpp file. Add a normal fileChris Lattner2003-09-232-21/+22
* Use C++ math header instead of C version.Brian Gaeke2003-09-211-1/+1
* Erase now-unused prototypes.Brian Gaeke2003-09-211-3/+0
* Rearrange #includes ... since there are fewer now I guess it's a win.Brian Gaeke2003-09-211-2/+2
* Standardize the names of include guards.Brian Gaeke2003-09-215-11/+10
* Standardize the names of include guards.Brian Gaeke2003-09-211-4/+2
* Standardize the names of include guards.Brian Gaeke2003-09-211-6/+5
* I tried to standardize the formatting and tidy up the huge amount ofBrian Gaeke2003-09-212-204/+33
* Convert PhyRegAlloc into a proper pass.Brian Gaeke2003-09-212-132/+98
* Fix typo in comment. Take out some random whitespace.Brian Gaeke2003-09-161-4/+1
* Edit comment for accuracyBrian Gaeke2003-09-161-3/+3
* Fix typos in comments.Brian Gaeke2003-09-151-2/+2
* Fixed spelling and grammar.Misha Brukman2003-09-112-18/+18
* LiveRange.h is now in lib/CodeGen/RegAllocChris Lattner2003-09-011-1/+1
* LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directoryChris Lattner2003-09-012-2/+2
* PhyRegAlloc.h got moved to lib/CodeGen/RegAllocChris Lattner2003-09-011-1/+1
* Move IGNode from public include directory to here. Minor cleanups like addin...Chris Lattner2003-09-015-117/+102