aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaAsmPrinter.cpp
AgeCommit message (Expand)Author
2011-10-27Remove the Alpha backend.Dan Gohman
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner
2008-11-11Separate alpha asmprinter. This should unbreak native build.Anton Korobeynikov
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-24Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov
2008-09-24Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-08Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov
2008-08-07Switch Alpha to new section handling stuffAnton Korobeynikov
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-02Get rid of the annoying blank lines before labels.Evan Cheng
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-07-25Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-02-13Well this isn't as ugly and it works better. At least gcc bootstraps againAndrew Lenharth
2007-01-24FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth
2007-01-24Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-07Simplify a bitAndrew Lenharth
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-07Be sure to grab weak functions too, and make implicit defs commentsAndrew Lenharth
2006-12-06add #includeChris Lattner
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-02For PR786:Reid Spencer
2006-10-24Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel
2006-10-05Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner
2006-10-05use getSectionForFunction to decide which section to emit code intoChris Lattner
2006-09-18Jump tables on AlphaAndrew Lenharth
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-07-030 offsets for memory operandsAndrew Lenharth
2006-06-21Add memory operand and int regsAndrew Lenharth
2006-06-21inline asm, at least for floatsAndrew Lenharth
2006-05-17Added sanity check for obviously bogus immediatesAndrew Lenharth
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 V9-specific stuff.Chris Lattner
2006-05-04Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner