summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
...
* Disable the leaf function optimization, which is apparently not legal onChris Lattner2003-10-14
* Do not allow fallthroughs in switch statements. This fixes PR37,Chris Lattner2003-10-13
* Remove WordsEmitted statistic; there's already a non-backend-specificBrian Gaeke2003-10-13
* Use the autoconf macro John wroteChris Lattner2003-10-13
* Regularize header file commentsChris Lattner2003-10-13
* * Spell "necessary" correctlyChris Lattner2003-10-12
* * Be TBAA safeChris Lattner2003-10-12
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-10
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* * Doxygenified commentsMisha Brukman2003-10-10
* Add # of printed instructions statistic to both the SPARC and X86 LLC backends.Brian Gaeke2003-10-06
* Add support for the Invoke instruction by using the LowerInvoke passChris Lattner2003-10-05
* Instead of hacking in custom support for Invoke/Unwind, use the LowerInvoke passChris Lattner2003-10-05
* A couple of minor code cleanups.Chris Lattner2003-10-05
* Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos2003-10-02
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-02
* Revert previous change. For some reason this went into the main branchAlkis Evlogimenos2003-10-01
* Added command line option for linear scan allocatorAlkis Evlogimenos2003-10-01
* The comment seems irrelevant as the pass has become a BasicBlock pass.Misha Brukman2003-10-01
* Make sure to get the definition of getRegisterAllocatorChris Lattner2003-09-30
* RegisterAllocation.h is going awayChris Lattner2003-09-30
* include passes.h which defines the interface this file exposesChris Lattner2003-09-30
* Add statistic for # of emitWord() calls.Brian Gaeke2003-09-30
* Update head-of-file comment.Brian Gaeke2003-09-24
* Untabify tabs in stuff I've recently added.Brian Gaeke2003-09-24
* Use getRegClassID() instead of getRegClass()->getID(), since it's there.Brian Gaeke2003-09-24
* Remove some unused methods of class IGNode.Brian Gaeke2003-09-24
* Fixed spelling.Misha Brukman2003-09-23
* Fix spelling.Misha Brukman2003-09-23
* Move getAnalysisUsage method from header to .cpp file. Add a normal fileChris Lattner2003-09-23
* Fix assertion so it doesn't not trip incorrectly.Vikram S. Adve2003-09-21
* Use C++ math header instead of C version.Brian Gaeke2003-09-21
* Erase now-unused prototypes.Brian Gaeke2003-09-21
* Rearrange #includes ... since there are fewer now I guess it's a win.Brian Gaeke2003-09-21
* Standardize the names of include guards.Brian Gaeke2003-09-21
* Standardize the names of include guards.Brian Gaeke2003-09-21
* Standardize the names of include guards.Brian Gaeke2003-09-21
* I tried to standardize the formatting and tidy up the huge amount ofBrian Gaeke2003-09-21
* Convert PhyRegAlloc into a proper pass.Brian Gaeke2003-09-21
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Fix a typo in Sparc.cpp.Brian Gaeke2003-09-18
* Rename the pass creator fn to mimic the other creator fn names.Brian Gaeke2003-09-18
* Fix (and properly doxygenify) some comments. IncorporateBrian Gaeke2003-09-18
* Make the symbol prologue/epilogue stuff redundant with MappingInfo, inBrian Gaeke2003-09-18
* Fixed spelling.Misha Brukman2003-09-17
* Fix typo in comment. Take out some random whitespace.Brian Gaeke2003-09-16
* Edit comment for accuracyBrian Gaeke2003-09-16
* Fix longjmp case so that, along with the call to abort(), we alsoVikram S. Adve2003-09-16
* Add flag to control whether or not delay slots are filled duringVikram S. Adve2003-09-16