summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move IA64 asmprinter to separate libraryAnton Korobeynikov2009-04-031-375/+0
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-4/+4
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-4/+7
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-7/+10
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+1
* Add the private linkage.Rafael Espindola2009-01-151-2/+3
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-3/+2
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-9/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-3/+4
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-1/+4
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-071-1/+1
* CleanupAnton Korobeynikov2008-08-071-9/+9
* Switch IA64 to new section-handling stuffAnton Korobeynikov2008-08-071-66/+81
* CleanupAnton Korobeynikov2008-08-071-18/+16
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-0/+2
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-1/+1
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-2/+2
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+3
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-021-1/+0
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-2/+2
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-3/+2
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-6/+6
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-3/+3
* Revert 42908 for now.Evan Cheng2007-10-141-2/+2
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-2/+2
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-1/+1
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-251-4/+3
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-3/+3
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-241-1/+1
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-2/+3
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-4/+3
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* These asm printers shouldn't use assembly/writer.hChris Lattner2006-12-061-10/+3
* implement and use getSectionForFunctionChris Lattner2006-10-051-3/+10
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+8
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-24/+3
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-6/+15
* Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner2006-05-091-4/+5
* Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner2006-05-041-2/+2
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-041-4/+3
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-041-7/+1
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-041-7/+0
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-5/+5
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-021-4/+4
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-7/+2
OpenPOWER on IntegriCloud