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
/
IA64
/
IA64AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-13
1
-1
/
+2
*
Add support for 'special' llvm globals like debug info and static ctors/dtors.
Chris Lattner
2006-03-09
1
-0
/
+4
*
distinguish between objects and register names, now we can have stuff
Duraid Madina
2006-02-16
1
-6
/
+12
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-1
/
+1
*
No longer track value types for asm printer operands, and remove them as
Nate Begeman
2005-11-30
1
-16
/
+8
*
Eliminate unneeded intermediate class. Move doFinalizeMethod to bottom of
Chris Lattner
2005-11-21
1
-99
/
+88
*
Start using shared asmprinter Constant Pool emitter, use shorter cpi names.
Chris Lattner
2005-11-21
1
-26
/
+5
*
Adjust to capitalized AsmPrinter method names
Chris Lattner
2005-11-21
1
-6
/
+6
*
Use PrivateGlobalPrefix for basic block labels
Chris Lattner
2005-11-21
1
-2
/
+4
*
Start using SwitchSection, allowing globals and functions to be emitted
Chris Lattner
2005-11-21
1
-39
/
+7
*
Rename SwitchSection -> switchSection to avoid conflicting with a future
Chris Lattner
2005-11-21
1
-6
/
+6
*
Start using PrivateGlobalPrefix correctly
Chris Lattner
2005-11-21
1
-3
/
+3
*
DAG->DAG instruction selection for ia64! "hello world" works, not much else.
Duraid Madina
2005-10-28
1
-2
/
+20
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-16
/
+16
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-16
/
+16
*
print negative 64 bit immediates as negative numbers, makes things a little
Duraid Madina
2005-04-14
1
-1
/
+5
*
assorted fixes:
Duraid Madina
2005-04-11
1
-18
/
+4
*
teach asmprinter to print s8/s14 operands
Duraid Madina
2005-04-07
1
-0
/
+12
*
.bss is no problem here.
Duraid Madina
2005-04-03
1
-1
/
+0
*
ia64 asmprinter fixes:
Duraid Madina
2005-04-02
1
-7
/
+11
*
* declare local common symbols as such (.lcomm, not merely .common)
Duraid Madina
2005-03-31
1
-7
/
+10
*
Emit .global @function and .global @object entries so the Intel ias
Duraid Madina
2005-03-28
1
-7
/
+21
*
fix a compilation error, patch contributed by Bill Wendling!
Chris Lattner
2005-03-24
1
-0
/
+1
*
Stop using deprecated interface.
Alkis Evlogimenos
2005-03-19
1
-1
/
+2
*
and so it begins...
Duraid Madina
2005-03-17
1
-0
/
+399
[prev]