aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaAsmPrinter.cpp
AgeCommit message (Expand)Author
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
2005-06-27make constant pool labels localAndrew Lenharth
2005-06-06hide basic block labels. The utility of these for debuging is long since passedAndrew Lenharth
2005-05-27match gcc, makes diff easierAndrew Lenharth
2005-05-04Well, add support for ct* for 21264 only.Andrew Lenharth
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-14a 21264 fix, and fix the operator precidence on an and -> zap check (should f...Andrew Lenharth
2005-04-13WOW, function calls still seem to work after this.Andrew Lenharth
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-03-10some typoes and .bss isn't liked, at allAndrew Lenharth
2005-02-25make BB labels be exported for debuging, add fp negation optimization, furthe...Andrew Lenharth
2005-02-04alignmentAndrew Lenharth
2005-02-04get alignment printing correctly and get rid of __main hackAndrew Lenharth
2005-02-01Print the Constant poolAndrew Lenharth
2005-01-25problems with bools, and their work aroundsAndrew Lenharth
2005-01-24Pruned includesAndrew Lenharth
2005-01-22Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth