Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
49b8a9c731131c943f428adf239526d587817601
/
lib
/
Target
/
SparcV9
/
SparcV9AsmPrinter.cpp
49b8a9c
Clean up std namespace issues Silence warning
by Chris Lattner
· 23 years ago
59ba109
EmitAssembly doesn't need an UltraSparc, it can do with any TargetMachine
by Chris Lattner
· 24 years ago
c19b8b1
Convert assembly emission over to a two pass approach.
by Chris Lattner
· 24 years ago
c019a17
* prune #includes * Implement permethod output of machine code to assembly
by Chris Lattner
· 24 years ago
697954c
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
9086515
Remove unsized array support
by Chris Lattner
· 24 years ago
7a17675
Renamed inst_const_iterator -> const_inst_iterator
by Chris Lattner
· 24 years ago
e9bb2df
Rename ConstPoolVal -> Constant
by Chris Lattner
· 24 years ago
cee8f9a
Create a new #include "Support/..." directory structure to move things
by Chris Lattner
· 24 years ago
5f98aca
Changed checking for invalid register number - earlier it was uisng a contant
by Ruchira Sasanka
· 24 years ago
998cf0d
Fix bogus code that was eliminating needed args.
by Vikram S. Adve
· 24 years ago
2144722
Several bug fixes in printing constants, particularly with unsized
by Vikram S. Adve
· 24 years ago
915b58d
Add support to print constant arrays and structures.
by Vikram S. Adve
· 24 years ago
ffbba0f
Bug fix: need to use .reserve for uninitialized data.
by Vikram S. Adve
· 24 years ago
29ff873
Fixed function getEscapedString to follow the Sparc assembly rules
by Vikram S. Adve
· 24 years ago
24d3a8b
Check in to use moved stringizing code
by Chris Lattner
· 24 years ago
53b44e1
Minor fix I omitted to check in.
by Vikram S. Adve
· 24 years ago
953c83e
Major overhaul to print globals and constants.
by Vikram S. Adve
· 24 years ago
7dcd612
Fixed load syntax in EmitAssembly
by Ruchira Sasanka
· 24 years ago
578f99c
Split JMPL into JMPLCALL and JMPLRET.
by Vikram S. Adve
· 24 years ago
2827d52
Fixed printing of offset operand for RETURN instruction.
by Vikram S. Adve
· 24 years ago
4353444
Minor bug fix in printing operands of JMPL.
by Vikram S. Adve
· 24 years ago
f927bb4
Emit the proper .type declarations to tell the debugger what a function is
by Chris Lattner
· 24 years ago
c28f6d6
Handle abnormal jmpl syntax correctly
by Chris Lattner
· 24 years ago
ec0a95f
Be const correct
by Chris Lattner
· 24 years ago
9636a91
Add support for new style casts
by Chris Lattner
· 24 years ago
39f501c
Fix emission of return instructions
by Chris Lattner
· 24 years ago
c56d779
* Properly escape function names * Ignore %xcc argument on conditional branches
by Chris Lattner
· 24 years ago
9a3d63b
Seperate instruction definitions into new SparcInstr.def file
by Chris Lattner
· 24 years ago
e88f78c
First cut at assembly output
by Chris Lattner
· 24 years ago