Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / Alpha / AlphaAsmPrinter.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-13 Andrew LenharthWell this isn't as ugly and it works better. At least...
2007-01-24 Andrew LenharthFTOIT and ITOFT are bit converts, and if we drop 21264s...
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-07 Andrew LenharthSimplify a bit
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Andrew LenharthBe sure to grab weak functions too, and make implicit...
2006-12-06 Chris Lattneradd #include
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-02 Reid SpencerFor PR786:
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris Lattneruse getSectionForFunction to decide which section to...
2006-09-18 Andrew LenharthJump tables on Alpha
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-07-03 Andrew Lenharth0 offsets for memory operands
2006-06-21 Andrew LenharthAdd memory operand and int regs
2006-06-21 Andrew Lenharthinline asm, at least for floats
2006-05-17 Andrew LenharthAdded sanity check for obviously bogus immediates
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more V9-specific stuff.
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-09 Chris LattnerAdd support for 'special' llvm globals like debug info...
2006-02-27 Jim LaskeyRemoved dependency on how operands are printed (want...
2006-02-06 Andrew Lenharthsee what this allignment thing will do
2006-02-04 Andrew Lenharthlinkage fix for weak functions
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-12-25 Andrew Lenharthadd br pattern, unify JSR and BSR ISel instrs, and...
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-21 Chris LattnerSwitch to using the generic constant pool emitter impl...
2005-11-21 Chris LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris LattnerUse PrivateGlobalPrefix for basic blocks
2005-11-21 Chris LattnerSwitch to the new shared SwitchSection
2005-11-21 Chris LattnerRename SwitchSection -> switchSection to avoid conflict...
2005-11-21 Chris LattnerStart using PrivateGlobalPrefix correctly
2005-09-29 Andrew Lenharthbegining alpha subtarget support
2005-08-12 Andrew Lenharth.section cleanup, patch from Nicholas Riley
2005-07-22 Andrew LenharthAlpha JIT (beta)
2005-06-27 Andrew Lenharthmake constant pool labels local
2005-06-06 Andrew Lenharthhide basic block labels. The utility of these for...
2005-05-27 Andrew Lenharthmatch gcc, makes diff easier
2005-05-04 Andrew LenharthWell, add support for ct* for 21264 only.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-14 Andrew Lenhartha 21264 fix, and fix the operator precidence on an...
2005-04-13 Andrew LenharthWOW, function calls still seem to work after this.
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-10 Andrew Lenharthsome typoes and .bss isn't liked, at all
2005-02-25 Andrew Lenharthmake BB labels be exported for debuging, add fp negatio...
2005-02-04 Andrew Lenharthalignment
2005-02-04 Andrew Lenharthget alignment printing correctly and get rid of __main...
2005-02-01 Andrew LenharthPrint the Constant pool
2005-01-25 Andrew Lenharthproblems with bools, and their work arounds
2005-01-24 Andrew LenharthPruned includes
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...