summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/SparcV9CodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-201-304/+0
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Clean up some uninitialized variables and missing return statements thatReid Spencer2005-06-181-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-14/+14
* Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc insteadChris Lattner2004-12-161-8/+7
* Squelch a bogus warningChris Lattner2004-11-231-1/+1
* Remove some dead vars and some useless namespacificationChris Lattner2004-11-221-10/+1
* Implement a disgusting hack to work around broken machine code emission ofChris Lattner2004-11-221-1/+12
* Remove JIT-specific code from the code emitter.Chris Lattner2004-11-221-562/+34
* Adjust to changed interfacesChris Lattner2004-11-201-2/+2
* Instead of silently breaking, print notification of why this doesn't work.Chris Lattner2004-10-091-0/+9
* Change the #ifdefs to allow compilation with a V8 compiler, but the JIT stillMisha Brukman2004-09-291-5/+5
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-161-1/+1
* * Remove unnecessary commentMisha Brukman2004-08-041-3/+3
* Get rid of the (apparently non-working) filePrinterEmitter which is added inBrian Gaeke2004-07-271-3/+1
* Inline 4 methodsChris Lattner2004-07-191-4/+4
* Encode %fsr correctly; don't fail an assertion.Brian Gaeke2004-06-091-0/+9
* Fix assertion failure message to have the right method name.Brian Gaeke2004-06-091-1/+1
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-031-1/+1
* Convert to the new TargetMachine interface.Chris Lattner2004-06-021-2/+2
* Fix a bug in outputting branches to constant PCs. Since the PC is supplied asBrian Gaeke2004-05-201-2/+3
* Minor simplification: eliminate a dyn_cast.Brian Gaeke2004-05-191-9/+4
* Get rid of the old byte-at-a-time emission code used when the Sparc JIT wasBrian Gaeke2004-04-231-9/+0
* Emit SPARC machine code a word at a time instead of a byte at a time.Brian Gaeke2004-04-231-1/+5
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-0/+823
OpenPOWER on IntegriCloud