aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Alpha backend.Dan Gohman2011-11-141-166/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-0/+166
* Separate alpha asmprinter. This should unbreak native build.Anton Korobeynikov2008-11-111-294/+0
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-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-1/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-2/+3
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-2/+3
* Switch Alpha to new section handling stuffAnton Korobeynikov2008-08-071-63/+60
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-0/+1
* 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
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-3/+3
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-2/+2
* 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-1/+1
* Revert 42908 for now.Evan Cheng2007-10-141-4/+4
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-4/+4
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-251-4/+2
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-8/+8
* Well this isn't as ugly and it works better. At least gcc bootstraps againAndrew Lenharth2007-02-131-71/+70
* FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth2007-01-241-4/+3
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-241-1/+1
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-2/+3
* Simplify a bitAndrew Lenharth2006-12-071-30/+11
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-5/+4
* Be sure to grab weak functions too, and make implicit defs commentsAndrew Lenharth2006-12-071-0/+7
* add #includeChris Lattner2006-12-061-0/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* For PR786:Reid Spencer2006-11-021-1/+0
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-241-1/+1
* Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner2006-10-051-1/+1
* use getSectionForFunction to decide which section to emit code intoChris Lattner2006-10-051-4/+5
* Jump tables on AlphaAndrew Lenharth2006-09-181-0/+8
* 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-10/+2
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-7/+14
* 0 offsets for memory operandsAndrew Lenharth2006-07-031-0/+2
* Add memory operand and int regsAndrew Lenharth2006-06-211-0/+14
* inline asm, at least for floatsAndrew Lenharth2006-06-211-0/+12
* Added sanity check for obviously bogus immediatesAndrew Lenharth2006-05-171-0/+1
* Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner2006-05-091-5/+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-2/+1
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-041-7/+1
* Remove some more V9-specific stuff.Chris Lattner2006-05-041-6/+1
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-041-6/+0