summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/SparcV9AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix headerChris Lattner2004-12-161-1/+1
* I forgot that sparc no longer uses the shared asmwriter. Give it supportChris Lattner2004-10-171-2/+4
* Add support for undef and unreachableChris Lattner2004-10-161-4/+7
* Roll back constant printing changes until the problems with largerBrian Gaeke2004-09-101-35/+434
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.Brian Gaeke2004-08-181-2/+2
* Switch V9 over to using the AsmPrinter base class to do its constant printingChris Lattner2004-08-181-504/+90
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-161-1/+1
* Stop using getValues().Alkis Evlogimenos2004-08-041-7/+5
* bug 122:Reid Spencer2004-07-181-10/+5
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-2/+1
* Convert to the new TargetMachine interface.Chris Lattner2004-06-021-9/+18
* Remove use of Type::TypeTy from an assert. It will go away soon.Reid Spencer2004-05-251-1/+0
* Missing piece of fix for Bug 333Brian Gaeke2004-05-041-1/+1
* Correctly mangle function names when they are used as part of aBrian Gaeke2004-05-041-3/+3
* Fix file header comments and include guards -- many files have been moved orBrian Gaeke2004-04-251-1/+1
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-011-1/+1
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-0/+800
OpenPOWER on IntegriCloud