aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaAsmPrinter.cpp
AgeCommit message (Expand)Author
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
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-09Add support for 'special' llvm globals like debug info and static ctors/dtors.Chris Lattner
2006-02-27Removed dependency on how operands are printed (want multi-line.)Jim Laskey
2006-02-06see what this allignment thing will doAndrew Lenharth
2006-02-04linkage fix for weak functionsAndrew Lenharth
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-12-25add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAGAndrew Lenharth
2005-11-30No longer track value types for asm printer operands, and remove them asNate Begeman
2005-11-21Switch to using the generic constant pool emitter impl, use shorterChris Lattner
2005-11-21Adjust to capitalized AsmPrinter method namesChris Lattner
2005-11-21Use PrivateGlobalPrefix for basic blocksChris Lattner
2005-11-21Switch to the new shared SwitchSectionChris Lattner
2005-11-21Rename SwitchSection -> switchSection to avoid conflicting with a futureChris Lattner
2005-11-21Start using PrivateGlobalPrefix correctlyChris Lattner
2005-09-29begining alpha subtarget supportAndrew Lenharth
2005-08-12.section cleanup, patch from Nicholas RileyAndrew Lenharth
2005-07-22Alpha JIT (beta)Andrew Lenharth