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
/
Sparc
/
EmitAssembly.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle the FP format problem, where outputed FP constants were not precise
Chris Lattner
2002-04-11
1
-7
/
+24
*
Use new higher level isFloatingPoint() function
Chris Lattner
2002-04-09
1
-1
/
+1
*
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
1
-4
/
+4
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-35
/
+34
*
Minor cleanup in printing constants. I think this included a bug
Vikram S. Adve
2002-03-31
1
-32
/
+14
*
Handling of global names was severely broken when converting to 2 passes.
Vikram S. Adve
2002-03-18
1
-28
/
+61
*
Fix include error.
Vikram S. Adve
2002-03-03
1
-1
/
+1
*
Clean up std namespace issues
Chris Lattner
2002-02-24
1
-1
/
+3
*
EmitAssembly doesn't need an UltraSparc, it can do with any TargetMachine
Chris Lattner
2002-02-04
1
-4
/
+4
*
Convert assembly emission over to a two pass approach.
Chris Lattner
2002-02-03
1
-172
/
+217
*
* prune #includes
Chris Lattner
2002-02-03
1
-25
/
+18
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-34
/
+34
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-8
/
+0
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-2
/
+2
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-35
/
+35
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-2
/
+65
*
Changed checking for invalid register number - earlier it was uisng a contant
Ruchira Sasanka
2001-11-13
1
-1
/
+1
*
Fix bogus code that was eliminating needed args.
Vikram S. Adve
2001-11-11
1
-5
/
+1
*
Several bug fixes in printing constants, particularly with unsized
Vikram S. Adve
2001-11-10
1
-42
/
+88
*
Add support to print constant arrays and structures.
Vikram S. Adve
2001-11-09
1
-26
/
+68
*
Bug fix: need to use .reserve for uninitialized data.
Vikram S. Adve
2001-11-08
1
-6
/
+5
*
Fixed function getEscapedString to follow the Sparc assembly rules
Vikram S. Adve
2001-11-08
1
-107
/
+150
*
Check in to use moved stringizing code
Chris Lattner
2001-10-29
1
-2
/
+10
*
Minor fix I omitted to check in.
Vikram S. Adve
2001-10-28
1
-1
/
+1
*
Major overhaul to print globals and constants.
Vikram S. Adve
2001-10-28
1
-133
/
+355
*
Fixed load syntax in EmitAssembly
Ruchira Sasanka
2001-10-24
1
-1
/
+38
*
Split JMPL into JMPLCALL and JMPLRET.
Vikram S. Adve
2001-10-22
1
-1
/
+2
*
Fixed printing of offset operand for RETURN instruction.
Vikram S. Adve
2001-10-20
1
-1
/
+12
*
Minor bug fix in printing operands of JMPL.
Vikram S. Adve
2001-10-20
1
-2
/
+2
*
Emit the proper .type declarations to tell the debugger what a function is
Chris Lattner
2001-10-15
1
-0
/
+1
*
Handle abnormal jmpl syntax correctly
Chris Lattner
2001-10-15
1
-35
/
+50
*
Be const correct
Chris Lattner
2001-10-15
1
-3
/
+3
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
Fix emission of return instructions
Chris Lattner
2001-10-01
1
-0
/
+2
*
* Properly escape function names
Chris Lattner
2001-09-28
1
-3
/
+23
*
Seperate instruction definitions into new SparcInstr.def file
Chris Lattner
2001-09-19
1
-1
/
+1
*
First cut at assembly output
Chris Lattner
2001-09-19
1
-0
/
+213