index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
/
SparcAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Promote dependency for MathExtras.h out of Constants.h.
Jim Laskey
2005-08-17
1
-0
/
+1
*
Culling out use of unions for converting FP to bits and vice versa.
Jim Laskey
2005-08-17
1
-13
/
+3
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-13
/
+13
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Fix asm-printing directives (how did we not see this before...apparently,
Brian Gaeke
2004-12-09
1
-3
/
+3
*
Support printing ConstantAggregateZeros.
Brian Gaeke
2004-11-23
1
-0
/
+5
*
Handle GhostLinkage case for completeness (should not be seen by the asm writer)
Misha Brukman
2004-11-19
1
-0
/
+3
*
Support UndefValue emission.
Brian Gaeke
2004-11-14
1
-1
/
+5
*
Don't use .quad to output double constants. The assembler must have a bug or
Brian Gaeke
2004-09-29
1
-1
/
+2
*
Put quotes around argument to .section directive.
Brian Gaeke
2004-09-29
1
-3
/
+3
*
Back to compiling land for v8
Brian Gaeke
2004-09-02
1
-3
/
+3
*
getValues is gone
Chris Lattner
2004-08-04
1
-7
/
+5
*
CPR fixes
Chris Lattner
2004-07-18
1
-2
/
+2
*
Add special handling for pseudo-instructions (print them as comments).
Brian Gaeke
2004-07-16
1
-0
/
+18
*
Fix bug where SwitchSection would fail to change to ".bss" successfully.
Brian Gaeke
2004-07-08
1
-1
/
+1
*
Support printing constant pool indices.
Brian Gaeke
2004-06-27
1
-1
/
+4
*
* LowercaseString moved to StringExtras.h
Misha Brukman
2004-06-24
1
-10
/
+2
*
Rename the load and store opcodes. The non-fp ones only have one
Brian Gaeke
2004-06-24
1
-10
/
+18
*
.zero doesn't work in the Solaris assembler.
Brian Gaeke
2004-06-18
1
-5
/
+2
*
Support printing base+offset pairs where the offset is a register.
Brian Gaeke
2004-06-18
1
-10
/
+25
*
Emit stores correctly; don't fail an assertion.
Brian Gaeke
2004-06-17
1
-3
/
+3
*
Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp.
Brian Gaeke
2004-06-17
1
-14
/
+13
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-2
/
+2
*
Allow special-casing of operand printing based on opcode. Print
Brian Gaeke
2004-06-15
1
-18
/
+28
*
Adjust to new TM interfaces
Chris Lattner
2004-06-02
1
-1
/
+1
*
Don't print [%reg + 0], just print [%reg]
Brian Gaeke
2004-04-07
1
-2
/
+4
*
Fix bug in printing loads.
Brian Gaeke
2004-04-07
1
-4
/
+4
*
First attempt at special-casing printing of [%reg + offset] for
Brian Gaeke
2004-04-06
1
-0
/
+55
*
Add support for printing pc-relative displacements of functions (as used in
Brian Gaeke
2004-04-02
1
-0
/
+6
*
The .type directive on Solaris uses the # character instead of @.
Brian Gaeke
2004-03-16
1
-2
/
+2
*
Use ! for comment char; it works in both Solaris as and GAS.
Brian Gaeke
2004-03-16
1
-7
/
+7
*
Emit register names in lowercase, as required by the assembler.
Brian Gaeke
2004-03-06
1
-1
/
+11
*
Asm output is looking a lot better; not correct for all operands yet though.
Brian Gaeke
2004-03-05
1
-1
/
+62
*
Asm printer support, based on x86 - only prints mnemonics for now
Brian Gaeke
2004-03-04
1
-0
/
+458