summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-1/+2
* Add support for 'special' llvm globals like debug info and static ctors/dtors.Chris Lattner2006-03-091-0/+4
* distinguish between objects and register names, now we can have stuffDuraid Madina2006-02-161-6/+12
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-1/+1
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-301-16/+8
* Eliminate unneeded intermediate class. Move doFinalizeMethod to bottom ofChris Lattner2005-11-211-99/+88
* Start using shared asmprinter Constant Pool emitter, use shorter cpi names.Chris Lattner2005-11-211-26/+5
* Adjust to capitalized AsmPrinter method namesChris Lattner2005-11-211-6/+6
* Use PrivateGlobalPrefix for basic block labelsChris Lattner2005-11-211-2/+4
* Start using SwitchSection, allowing globals and functions to be emittedChris Lattner2005-11-211-39/+7
* Rename SwitchSection -> switchSection to avoid conflicting with a futureChris Lattner2005-11-211-6/+6
* Start using PrivateGlobalPrefix correctlyChris Lattner2005-11-211-3/+3
* DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina2005-10-281-2/+20
* Convert tabs to spacesMisha Brukman2005-04-221-16/+16
* Remove trailing whitespaceMisha Brukman2005-04-211-16/+16
* print negative 64 bit immediates as negative numbers, makes things a littleDuraid Madina2005-04-141-1/+5
* assorted fixes:Duraid Madina2005-04-111-18/+4
* teach asmprinter to print s8/s14 operandsDuraid Madina2005-04-071-0/+12
* .bss is no problem here.Duraid Madina2005-04-031-1/+0
* ia64 asmprinter fixes:Duraid Madina2005-04-021-7/+11
* * declare local common symbols as such (.lcomm, not merely .common)Duraid Madina2005-03-311-7/+10
* Emit .global @function and .global @object entries so the Intel iasDuraid Madina2005-03-281-7/+21
* fix a compilation error, patch contributed by Bill Wendling!Chris Lattner2005-03-241-0/+1
* Stop using deprecated interface.Alkis Evlogimenos2005-03-191-1/+2
* and so it begins...Duraid Madina2005-03-171-0/+399
OpenPOWER on IntegriCloud