summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-4/+4
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-021-3/+2
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-7/+2
* Add support for 'special' llvm globals like debug info and static ctors/dtors.Chris Lattner2006-03-091-0/+4
* Removed dependency on how operands are printed (want multi-line.)Jim Laskey2006-02-271-9/+3
* see what this allignment thing will doAndrew Lenharth2006-02-061-1/+2
* linkage fix for weak functionsAndrew Lenharth2006-02-041-3/+16
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-1/+1
* add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAGAndrew Lenharth2005-12-251-3/+3
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-301-3/+2
* Switch to using the generic constant pool emitter impl, use shorterChris Lattner2005-11-211-25/+2
* Adjust to capitalized AsmPrinter method namesChris Lattner2005-11-211-6/+6
* Use PrivateGlobalPrefix for basic blocksChris Lattner2005-11-211-6/+6
* Switch to the new shared SwitchSectionChris Lattner2005-11-211-26/+6
* Rename SwitchSection -> switchSection to avoid conflicting with a futureChris Lattner2005-11-211-10/+10
* Start using PrivateGlobalPrefix correctlyChris Lattner2005-11-211-3/+5
* begining alpha subtarget supportAndrew Lenharth2005-09-291-6/+3
* .section cleanup, patch from Nicholas RileyAndrew Lenharth2005-08-121-3/+3
* Alpha JIT (beta)Andrew Lenharth2005-07-221-0/+1
* make constant pool labels localAndrew Lenharth2005-06-271-2/+2
* hide basic block labels. The utility of these for debuging is long since passedAndrew Lenharth2005-06-061-2/+2
* match gcc, makes diff easierAndrew Lenharth2005-05-271-2/+2
* Well, add support for ct* for 21264 only.Andrew Lenharth2005-05-041-1/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-15/+15
* a 21264 fix, and fix the operator precidence on an and -> zap check (should f...Andrew Lenharth2005-04-141-1/+9
* WOW, function calls still seem to work after this.Andrew Lenharth2005-04-131-13/+20
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-171-0/+1
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* some typoes and .bss isn't liked, at allAndrew Lenharth2005-03-101-4/+4
* make BB labels be exported for debuging, add fp negation optimization, furthe...Andrew Lenharth2005-02-251-4/+4
* alignmentAndrew Lenharth2005-02-041-2/+4
* get alignment printing correctly and get rid of __main hackAndrew Lenharth2005-02-041-7/+2
* Print the Constant poolAndrew Lenharth2005-02-011-8/+7
* problems with bools, and their work aroundsAndrew Lenharth2005-01-251-1/+1
* Pruned includesAndrew Lenharth2005-01-241-15/+5
* Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth2005-01-221-0/+319
OpenPOWER on IntegriCloud