summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner2004-01-091-32/+0
| | | | llvm-svn: 10728
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
| | | | llvm-svn: 9321
* Standardize the names of include guards.Brian Gaeke2003-09-211-2/+2
| | | | llvm-svn: 8645
* Remove unnecessary include.Vikram S. Adve2002-09-141-2/+0
| | | | llvm-svn: 3723
* Break RA_DEBUG option into several levels to get better output.Vikram S. Adve2002-09-141-0/+23
| | | | llvm-svn: 3722
* Moving to lib/CodeGen/RegAlloc.Vikram S. Adve2002-09-141-18/+0
| | | | llvm-svn: 3718
* Avoid #including CommandLine.hChris Lattner2002-05-221-4/+2
| | | | llvm-svn: 2710
* * Minor cleanupsChris Lattner2002-02-041-3/+2
| | | | | | | | * Reduce number of #includes, sometimes drastically (LiveRangeInfo.h lost _7_) * Move instrIsFeasible() from InstrScheduling.h to SchedPriorities.h * Delete blank lines at end of files llvm-svn: 1672
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
| | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
* Change debug info from #define to command line optionChris Lattner2001-09-191-1/+12
| | | | llvm-svn: 646
* -- debug messages dissabledRuchira Sasanka2001-09-151-1/+1
| | | | llvm-svn: 589
* Committed for compliation. Not yet final.Ruchira Sasanka2001-09-081-0/+10
--Ruchira llvm-svn: 505
OpenPOWER on IntegriCloud