| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "llvm.metadata" section for debug globals. Filter out these globals in the | Jim Laskey | 2006-03-07 | 1 | -2/+6 |
* | Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface. | Evan Cheng | 2006-03-03 | 1 | -1/+1 |
* | Don't print llvm constant in assmebly file. Assembler won't like comments that | Evan Cheng | 2006-03-01 | 1 | -1/+3 |
* | Use the PrintAsmMemoryOperand to print addressing modes. | Chris Lattner | 2006-02-24 | 1 | -4/+19 |
* | Pass all the flags to the asm printer, not just the # operands. | Chris Lattner | 2006-02-24 | 1 | -2/+4 |
* | Record all of the expanded registers in the DAG and machine instr, fixing | Chris Lattner | 2006-02-23 | 1 | -5/+12 |
* | Adjust to MachineConstantPool interface change: instead of keeping a | Chris Lattner | 2006-02-09 | 1 | -1/+7 |
* | rename fields of constant pool entries | Chris Lattner | 2006-02-09 | 1 | -4/+4 |
* | Simplify code, alignment must be specified now. | Chris Lattner | 2006-02-09 | 1 | -10/+1 |
* | Add support for assembler directives that wrap inline asm | Chris Lattner | 2006-02-08 | 1 | -1/+4 |
* | Add support for modifier characters to operand printers | Chris Lattner | 2006-02-06 | 1 | -2/+21 |
* | make sure that global doubles are aligned to 8 bytes | Chris Lattner | 2006-02-05 | 1 | -5/+10 |
* | Implement the AsmPrinter::getPreferredAlignmentLog method. | Chris Lattner | 2006-02-05 | 1 | -0/+16 |
* | Implement smart printing of inline asm strings, handling variants and | Chris Lattner | 2006-02-01 | 1 | -5/+112 |
* | adjust to changes in InlineAsm interface. Fix a few minor bugs. | Chris Lattner | 2006-02-01 | 1 | -0/+4 |
* | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng | 2006-01-31 | 1 | -5/+9 |
* | Print the most trivial inline asms. | Chris Lattner | 2006-01-30 | 1 | -1/+12 |
* | Stub out a method | Chris Lattner | 2006-01-27 | 1 | -0/+6 |
* | Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. | Jim Laskey | 2006-01-26 | 1 | -0/+5 |
* | rename method | Chris Lattner | 2006-01-24 | 1 | -3/+4 |
* | Print file-scope inline asm blocks at the start of the output file. | Chris Lattner | 2006-01-23 | 1 | -0/+5 |
* | If using __main, emit global ctor/dtor list like any other global | Chris Lattner | 2006-01-12 | 1 | -2/+2 |
* | Applied some recommend changes from sabre. The dominate one beginning "let the | Jim Laskey | 2006-01-04 | 1 | -1/+0 |
* | Tie dwarf generation to darwin assembler. | Jim Laskey | 2006-01-04 | 1 | -0/+1 |
* | add these so I can be less naughty | Duraid Madina | 2005-12-28 | 1 | -0/+1 |
* | Don't emit a null terminator, nor anything after it, to the ctor/dtor list | Chris Lattner | 2005-12-21 | 1 | -1/+4 |
* | Add a couple more fields, move ctor init list to .cpp file, add support | Chris Lattner | 2005-12-13 | 1 | -0/+70 |
* | Avoid emitting two tabs when switching to a named section | Chris Lattner | 2005-12-09 | 1 | -2/+2 |
* | Teach the SelectionDAG ISel how to turn ConstantPacked values into | Nate Begeman | 2005-12-06 | 1 | -0/+8 |
* | Allow target to customize directive used to switch to arbitrary section in Sw... | Chris Lattner | 2005-11-21 | 1 | -1/+28 |
* | increment the function number in SetupMachineFunction | Chris Lattner | 2005-11-21 | 1 | -0/+1 |
* | Adjust to capitalized asmprinter method names | Chris Lattner | 2005-11-21 | 1 | -18/+18 |
* | Add section switching to common code generator code. Add a couple of | Chris Lattner | 2005-11-21 | 1 | -0/+19 |
* | Remove extraneous parents around constants when using a constant expr cast. | Chris Lattner | 2005-11-15 | 1 | -2/+0 |
* | Teach emitAlignment to handle explicit alignment requests by globals. | Chris Lattner | 2005-11-14 | 1 | -1/+3 |
* | Get rid of casts by #including the right header | Chris Lattner | 2005-11-10 | 1 | -6/+6 |
* | Compile C strings to: | Chris Lattner | 2005-11-10 | 1 | -0/+1 |
* | add support for .asciz, and enable it by default. If your target assemblerdo... | Chris Lattner | 2005-11-10 | 1 | -5/+13 |
* | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey | 2005-08-17 | 1 | -18/+7 |
* | Handle 64-bit constant exprs on 64-bit targets. | Chris Lattner | 2005-08-08 | 1 | -1/+3 |
* | aCC and STLport complained about this, because they're like that | Duraid Madina | 2005-05-15 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |
* | add support for prefix/suffix strings to go around GlobalValue(s) | Duraid Madina | 2005-04-02 | 1 | -5/+10 |
* | Print GEP offsets as signed values instead of unsigned values. On X86, this | Chris Lattner | 2005-02-14 | 1 | -3/+7 |
* | fix constant pointer outputing on 64 bit machines | Andrew Lenharth | 2005-02-04 | 1 | -0/+5 |
* | Silence VS warnings | Chris Lattner | 2005-01-08 | 1 | -7/+8 |
* | Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully | Chris Lattner | 2004-11-28 | 1 | -1/+1 |
* | Add support for undef | Chris Lattner | 2004-10-16 | 1 | -2/+2 |
* | Do not use .xword and friends to emit zeros on V9. Apparently there are issues | Chris Lattner | 2004-08-24 | 1 | -6/+0 |
* | Rename var | Chris Lattner | 2004-08-18 | 1 | -10/+10 |