summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-041-6/+0
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-6/+6
* Hooray, everyone now uses the same printBasicBlockLabel implementationNate Begeman2006-05-021-20/+3
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-021-9/+13
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-6/+19
* Make sure that debug labels are defined within the same section and after theJim Laskey2006-04-071-3/+3
* Codegen things like:Chris Lattner2006-03-251-0/+5
* Change interface to DwarfWriter.Jim Laskey2006-03-231-4/+4
* Add support for "ri" addressing modes where the immediate is a 14-bit fieldChris Lattner2006-03-221-0/+14
* Print absolute memory references like this:Chris Lattner2006-03-211-1/+5
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-2/+3
* Use "llvm.metadata" section for debug globals. Filter out these globals in theJim Laskey2006-03-071-1/+1
* Add memory printing support for PPC. Input memory operands now work withChris Lattner2006-02-241-1/+12
* Implement the PPC inline asm "L" modifier. This allows us to compile:Chris Lattner2006-02-231-4/+28
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-221-6/+6
* Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey2006-02-221-12/+11
* Moved PICEnabled to include/llvm/Target/TargetOptions.hEvan Cheng2006-02-181-0/+1
* If we have zero initialized data with external linkage, use .zerofill toChris Lattner2006-02-141-4/+11
* Make sure that weak functions are aligned properlyChris Lattner2006-02-141-2/+1
* Darwin doesn't support #APP/#NO_APPChris Lattner2006-02-081-2/+2
* Emit the 'mr' pseudoop for easier reading.Chris Lattner2006-02-081-0/+9
* Change prototypeChris Lattner2006-02-061-1/+1
* We seem to have settled to __DWARF for section name.Jim Laskey2006-02-061-11/+11
* Use the asmprinter to find out what the preferred alignment of a global is.Chris Lattner2006-02-051-1/+1
* add a methodChris Lattner2006-02-011-2/+8
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-261-1/+1
* Crude Dwarf global variable debugging.Jim Laskey2006-01-241-4/+4
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* trivial formatting improvement: don't insert extra blank lines between .commChris Lattner2006-01-211-1/+1
* Added minimum Dwarf aranges. Cleaned up some section headers. Line numberJim Laskey2006-01-181-12/+12
* Add frame work for additional dwarf sections. Comments will improve as codeJim Laskey2006-01-171-3/+11
* Adding basic support for Dwarf line number debug information.Jim Laskey2006-01-171-6/+8
* Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey2006-01-051-1/+5
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-041-7/+11
* Tie dwarf generation to darwin assembler.Jim Laskey2006-01-041-8/+34
* Fix one of the things in the todo file, and get a bit closer to foldingNate Begeman2005-12-241-0/+1
* fix handling of weak linkageChris Lattner2005-12-221-3/+2
* Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allowsNate Begeman2005-12-191-1/+8
* Convert load/store over to being pattern matchedNate Begeman2005-12-191-1/+13
* Added source file/line correspondence for dwarf (PowerPC only at this point.)Jim Laskey2005-12-161-0/+8
* Weak and linkonce global vars should still have a .globl emitted for themChris Lattner2005-12-161-1/+2
* Update the darwin handling of linkonce & weak functions and GV stubs. ThisChris Lattner2005-12-161-57/+63
* Use the shared asmprinter code for printing special llvm globalsChris Lattner2005-12-131-33/+5
* reindent a loop, unswitch a loop. No functionality changesChris Lattner2005-12-131-105/+109
* Remove type casts that are no longer neededChris Lattner2005-12-111-2/+3
* Teach the PPC backend about the ctor and dtor list when not using __main andChris Lattner2005-12-091-0/+34
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-301-30/+17
* Use generic constant pool emission code in the AsmPrinter class.Chris Lattner2005-11-211-30/+4
* Use the FunctionNumber provided by the AsmPrinter classChris Lattner2005-11-211-19/+15
* Use CommentString where possible, fix a bug where aix mode wouldn't assembleChris Lattner2005-11-211-4/+4
OpenPOWER on IntegriCloud