aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Promote dependency for MathExtras.h out of Constants.h.Jim Laskey2005-08-171-0/+1
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-13/+3
* Convert tabs to spacesMisha Brukman2005-04-221-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-13/+13
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Fix asm-printing directives (how did we not see this before...apparently,Brian Gaeke2004-12-091-3/+3
* Support printing ConstantAggregateZeros.Brian Gaeke2004-11-231-0/+5
* Handle GhostLinkage case for completeness (should not be seen by the asm writer)Misha Brukman2004-11-191-0/+3
* Support UndefValue emission.Brian Gaeke2004-11-141-1/+5
* Don't use .quad to output double constants. The assembler must have a bug orBrian Gaeke2004-09-291-1/+2
* Put quotes around argument to .section directive.Brian Gaeke2004-09-291-3/+3
* Back to compiling land for v8Brian Gaeke2004-09-021-3/+3
* getValues is goneChris Lattner2004-08-041-7/+5
* CPR fixesChris Lattner2004-07-181-2/+2
* Add special handling for pseudo-instructions (print them as comments).Brian Gaeke2004-07-161-0/+18
* Fix bug where SwitchSection would fail to change to ".bss" successfully.Brian Gaeke2004-07-081-1/+1
* Support printing constant pool indices.Brian Gaeke2004-06-271-1/+4
* * LowercaseString moved to StringExtras.hMisha Brukman2004-06-241-10/+2
* Rename the load and store opcodes. The non-fp ones only have oneBrian Gaeke2004-06-241-10/+18
* .zero doesn't work in the Solaris assembler.Brian Gaeke2004-06-181-5/+2
* Support printing base+offset pairs where the offset is a register.Brian Gaeke2004-06-181-10/+25
* Emit stores correctly; don't fail an assertion.Brian Gaeke2004-06-171-3/+3
* Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp.Brian Gaeke2004-06-171-14/+13
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-2/+2
* Allow special-casing of operand printing based on opcode. PrintBrian Gaeke2004-06-151-18/+28
* Adjust to new TM interfacesChris Lattner2004-06-021-1/+1
* Don't print [%reg + 0], just print [%reg]Brian Gaeke2004-04-071-2/+4
* Fix bug in printing loads.Brian Gaeke2004-04-071-4/+4
* First attempt at special-casing printing of [%reg + offset] forBrian Gaeke2004-04-061-0/+55
* Add support for printing pc-relative displacements of functions (as used inBrian Gaeke2004-04-021-0/+6
* The .type directive on Solaris uses the # character instead of @.Brian Gaeke2004-03-161-2/+2
* Use ! for comment char; it works in both Solaris as and GAS.Brian Gaeke2004-03-161-7/+7
* Emit register names in lowercase, as required by the assembler.Brian Gaeke2004-03-061-1/+11
* Asm output is looking a lot better; not correct for all operands yet though.Brian Gaeke2004-03-051-1/+62
* Asm printer support, based on x86 - only prints mnemonics for nowBrian Gaeke2004-03-041-0/+458