aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/IA64/IA64AsmPrinter.cpp
AgeCommit message (Expand)Author
2006-05-09Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner
2006-05-04Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner
2006-05-04There shalt be only one "immediate" operand type!Chris Lattner
2006-05-04Remove a bunch more SparcV9 specific stuffChris Lattner
2006-05-04Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-05-02Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2006-03-13Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng
2006-03-09Add support for 'special' llvm globals like debug info and static ctors/dtors.Chris Lattner
2006-02-16distinguish between objects and register names, now we can have stuffDuraid Madina
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-11-30No longer track value types for asm printer operands, and remove them asNate Begeman
2005-11-21Eliminate unneeded intermediate class. Move doFinalizeMethod to bottom ofChris Lattner
2005-11-21Start using shared asmprinter Constant Pool emitter, use shorter cpi names.Chris Lattner
2005-11-21Adjust to capitalized AsmPrinter method namesChris Lattner
2005-11-21Use PrivateGlobalPrefix for basic block labelsChris Lattner
2005-11-21Start using SwitchSection, allowing globals and functions to be emittedChris Lattner
2005-11-21Rename SwitchSection -> switchSection to avoid conflicting with a futureChris Lattner
2005-11-21Start using PrivateGlobalPrefix correctlyChris Lattner
2005-10-28DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-14print negative 64 bit immediates as negative numbers, makes things a littleDuraid Madina
2005-04-11assorted fixes:Duraid Madina
2005-04-07teach asmprinter to print s8/s14 operandsDuraid Madina
2005-04-03.bss is no problem here.Duraid Madina
2005-04-02ia64 asmprinter fixes:Duraid Madina
2005-03-31* declare local common symbols as such (.lcomm, not merely .common)Duraid Madina
2005-03-28Emit .global @function and .global @object entries so the Intel iasDuraid Madina
2005-03-24fix a compilation error, patch contributed by Bill Wendling!Chris Lattner
2005-03-19Stop using deprecated interface.Alkis Evlogimenos
2005-03-17and so it begins...Duraid Madina