index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
IA64
/
IA64AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2006-05-09
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-04
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-02
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-03-13
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-09
Add support for 'special' llvm globals like debug info and static ctors/dtors.
Chris Lattner
2006-02-16
distinguish between objects and register names, now we can have stuff
Duraid Madina
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2005-11-30
No longer track value types for asm printer operands, and remove them as
Nate Begeman
2005-11-21
Eliminate unneeded intermediate class. Move doFinalizeMethod to bottom of
Chris Lattner
2005-11-21
Start using shared asmprinter Constant Pool emitter, use shorter cpi names.
Chris Lattner
2005-11-21
Adjust to capitalized AsmPrinter method names
Chris Lattner
2005-11-21
Use PrivateGlobalPrefix for basic block labels
Chris Lattner
2005-11-21
Start using SwitchSection, allowing globals and functions to be emitted
Chris Lattner
2005-11-21
Rename SwitchSection -> switchSection to avoid conflicting with a future
Chris Lattner
2005-11-21
Start using PrivateGlobalPrefix correctly
Chris Lattner
2005-10-28
DAG->DAG instruction selection for ia64! "hello world" works, not much else.
Duraid Madina
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-14
print negative 64 bit immediates as negative numbers, makes things a little
Duraid Madina
2005-04-11
assorted fixes:
Duraid Madina
2005-04-07
teach asmprinter to print s8/s14 operands
Duraid Madina
2005-04-03
.bss is no problem here.
Duraid Madina
2005-04-02
ia64 asmprinter fixes:
Duraid Madina
2005-03-31
* declare local common symbols as such (.lcomm, not merely .common)
Duraid Madina
2005-03-28
Emit .global @function and .global @object entries so the Intel ias
Duraid Madina
2005-03-24
fix a compilation error, patch contributed by Bill Wendling!
Chris Lattner
2005-03-19
Stop using deprecated interface.
Alkis Evlogimenos
2005-03-17
and so it begins...
Duraid Madina