index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
SparcV8
/
SparcV8AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the SparcV8 backend. It has been renamed to be the Sparc backend.
Chris Lattner
2006-02-05
1
-295
/
+0
*
compactify all of the integer conditional moves into one instruction that takes
Chris Lattner
2006-01-31
1
-0
/
+8
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Don't print a label for the first MBB in a function.
Chris Lattner
2006-01-15
1
-5
/
+6
*
The sun assembler only supports .xword in V9 mode.
Chris Lattner
2005-12-18
1
-1
/
+1
*
Configure the asmwriter to allow constant pools to be printed correctly
Chris Lattner
2005-12-18
1
-0
/
+2
*
Add constant pool support, including folding into addresses.
Chris Lattner
2005-12-18
1
-1
/
+13
*
Teach the addressing mode stuff to fold "%lo" into 'ri' addressing modes,
Chris Lattner
2005-12-18
1
-1
/
+7
*
Add basic addressing mode support and one load.
Chris Lattner
2005-12-17
1
-0
/
+8
*
Use the AsmPrinter for global variable init printing. This eliminates a
Chris Lattner
2005-12-17
1
-209
/
+2
*
Switch constant pool printing over to use the Shared AsmPrinter version
Chris Lattner
2005-12-17
1
-27
/
+10
*
Use the shared AsmPrinter code for some basic stuff. No functionality
Chris Lattner
2005-12-17
1
-41
/
+14
*
Convert the remaining instructions over, branches and calls. Fix a couple
Chris Lattner
2005-12-17
1
-38
/
+2
*
remove some dead code
Chris Lattner
2005-12-16
1
-22
/
+0
*
asmprint pseudo instrs
Chris Lattner
2005-12-16
1
-17
/
+0
*
Autogenerate asmprinter for F3_2 instructions
Chris Lattner
2005-12-16
1
-51
/
+0
*
Switch F3_1 instructions over to use AsmStrings
Chris Lattner
2005-12-16
1
-12
/
+5
*
Plug in basic hooks for an autogenerated asm printer to fill in.
Chris Lattner
2005-12-16
1
-13
/
+18
*
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
[next]