summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some loose ends in MASM support.Jeff Cohen2006-05-061-5/+5
* Indent multiline asm strings more nicelyChris Lattner2006-05-051-5/+9
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-16/+16
* Print function number instead of nameNate Begeman2006-05-021-3/+2
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-021-3/+8
* De-virtualize SwitchSection.Jeff Cohen2006-05-021-10/+42
* De-virtualize EmitZeroes.Jeff Cohen2006-05-021-3/+7
* Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...Jeff Cohen2006-05-021-10/+16
* Format #APP lines a bit nicerChris Lattner2006-05-011-2/+2
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-0/+38
* Use "llvm.metadata" section for debug globals. Filter out these globals in theJim Laskey2006-03-071-2/+6
* Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface.Evan Cheng2006-03-031-1/+1
* Don't print llvm constant in assmebly file. Assembler won't like comments thatEvan Cheng2006-03-011-1/+3
* Use the PrintAsmMemoryOperand to print addressing modes.Chris Lattner2006-02-241-4/+19
* Pass all the flags to the asm printer, not just the # operands.Chris Lattner2006-02-241-2/+4
* Record all of the expanded registers in the DAG and machine instr, fixingChris Lattner2006-02-231-5/+12
* Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner2006-02-091-1/+7
* rename fields of constant pool entriesChris Lattner2006-02-091-4/+4
* Simplify code, alignment must be specified now.Chris Lattner2006-02-091-10/+1
* Add support for assembler directives that wrap inline asmChris Lattner2006-02-081-1/+4
* Add support for modifier characters to operand printersChris Lattner2006-02-061-2/+21
* make sure that global doubles are aligned to 8 bytesChris Lattner2006-02-051-5/+10
* Implement the AsmPrinter::getPreferredAlignmentLog method.Chris Lattner2006-02-051-0/+16
* Implement smart printing of inline asm strings, handling variants andChris Lattner2006-02-011-5/+112
* adjust to changes in InlineAsm interface. Fix a few minor bugs.Chris Lattner2006-02-011-0/+4
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-311-5/+9
* Print the most trivial inline asms.Chris Lattner2006-01-301-1/+12
* Stub out a methodChris Lattner2006-01-271-0/+6
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-261-0/+5
* rename methodChris Lattner2006-01-241-3/+4
* Print file-scope inline asm blocks at the start of the output file.Chris Lattner2006-01-231-0/+5
* If using __main, emit global ctor/dtor list like any other globalChris Lattner2006-01-121-2/+2
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-041-1/+0
* Tie dwarf generation to darwin assembler.Jim Laskey2006-01-041-0/+1
* add these so I can be less naughtyDuraid Madina2005-12-281-0/+1
* Don't emit a null terminator, nor anything after it, to the ctor/dtor listChris Lattner2005-12-211-1/+4
* Add a couple more fields, move ctor init list to .cpp file, add supportChris Lattner2005-12-131-0/+70
* Avoid emitting two tabs when switching to a named sectionChris Lattner2005-12-091-2/+2
* Teach the SelectionDAG ISel how to turn ConstantPacked values intoNate Begeman2005-12-061-0/+8
* Allow target to customize directive used to switch to arbitrary section in Sw...Chris Lattner2005-11-211-1/+28
* increment the function number in SetupMachineFunctionChris Lattner2005-11-211-0/+1
* Adjust to capitalized asmprinter method namesChris Lattner2005-11-211-18/+18
* Add section switching to common code generator code. Add a couple ofChris Lattner2005-11-211-0/+19
* Remove extraneous parents around constants when using a constant expr cast.Chris Lattner2005-11-151-2/+0
* Teach emitAlignment to handle explicit alignment requests by globals.Chris Lattner2005-11-141-1/+3
* Get rid of casts by #including the right headerChris Lattner2005-11-101-6/+6
* Compile C strings to:Chris Lattner2005-11-101-0/+1
* add support for .asciz, and enable it by default. If your target assemblerdo...Chris Lattner2005-11-101-5/+13
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-18/+7
* Handle 64-bit constant exprs on 64-bit targets.Chris Lattner2005-08-081-1/+3
OpenPOWER on IntegriCloud