aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9
Commit message (Expand)AuthorAgeFilesLines
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-101-1/+0
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-101-1/+1
* Fix spelling.Misha Brukman2003-10-104-11/+12
* * Doxygenified commentsMisha Brukman2003-10-101-8/+8
* Add # of printed instructions statistic to both the SPARC and X86 LLC backends.Brian Gaeke2003-10-061-1/+4
* Add support for the Invoke instruction by using the LowerInvoke passChris Lattner2003-10-051-0/+6
* The comment seems irrelevant as the pass has become a BasicBlock pass.Misha Brukman2003-10-011-2/+0
* Make sure to get the definition of getRegisterAllocatorChris Lattner2003-09-301-0/+1
* RegisterAllocation.h is going awayChris Lattner2003-09-301-1/+0
* include passes.h which defines the interface this file exposesChris Lattner2003-09-301-4/+4
* Add statistic for # of emitWord() calls.Brian Gaeke2003-09-301-0/+2
* 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
* Fixed spelling.Misha Brukman2003-09-232-3/+3
* Fix spelling.Misha Brukman2003-09-231-1/+1
* Move getAnalysisUsage method from header to .cpp file. Add a normal fileChris Lattner2003-09-232-21/+22
* Fix assertion so it doesn't not trip incorrectly.Vikram S. Adve2003-09-211-4/+4
* 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 a typo in Sparc.cpp.Brian Gaeke2003-09-182-10/+6
* Rename the pass creator fn to mimic the other creator fn names.Brian Gaeke2003-09-181-1/+1
* Fix (and properly doxygenify) some comments. IncorporateBrian Gaeke2003-09-181-39/+86
* Make the symbol prologue/epilogue stuff redundant with MappingInfo, inBrian Gaeke2003-09-181-20/+31
* Fixed spelling.Misha Brukman2003-09-173-6/+6
* 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 longjmp case so that, along with the call to abort(), we alsoVikram S. Adve2003-09-161-2/+22
* Add flag to control whether or not delay slots are filled duringVikram S. Adve2003-09-161-1/+7
* Fix typos in comments.Brian Gaeke2003-09-151-2/+2
* Fixed spelling and grammar.Misha Brukman2003-09-112-18/+18
* Fixed spelling and grammar.Misha Brukman2003-09-111-2/+2
* Don't explicitly use $SourceDir to find the tblgen files. This causes makeJohn Criswell2003-09-101-4/+4
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-091-9/+12
* Checkin of autoconf-style object root.John Criswell2003-09-061-20/+10
* Added some optimizations:Misha Brukman2003-09-051-34/+66
* No longer provide an optinfo, noone uses itChris Lattner2003-09-012-18/+1
* Inline simple comparison which is sparc specific anywayChris Lattner2003-09-011-2/+45
* Move private interfaces into private .h fileChris Lattner2003-09-014-4/+9
* Simplify code a bitChris Lattner2003-09-011-31/+15
* LiveRange.h is now in lib/CodeGen/RegAllocChris Lattner2003-09-012-2/+2
* This file is hopelessly out of dateChris Lattner2003-09-011-208/+0
* LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directoryChris Lattner2003-09-013-3/+3