| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix an assert-on-inline-inline-asm bug. | Chris Lattner | 2006-06-08 | 1 | -12/+18 |
* | Remove dead var | Chris Lattner | 2006-05-12 | 1 | -1/+0 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 1 | -0/+1 |
* | Fix a regression in my patch from last night that broke the llvmgcc4 build on | Chris Lattner | 2006-05-09 | 1 | -1/+1 |
* | Implement MASM sections correctly, without a "has masm sections flag" and a b... | Chris Lattner | 2006-05-09 | 1 | -27/+17 |
* | Oh yeah, there are two of these now, unify both. | Chris Lattner | 2006-05-09 | 1 | -22/+15 |
* | Setting SwitchToSectionDirective properly in the MASM backend permits a bunch | Chris Lattner | 2006-05-09 | 1 | -22/+15 |
* | Don't prefix section directives with a tab. Doing so causes blank lines to | Chris Lattner | 2006-05-09 | 1 | -1/+1 |
* | Make the masm codepath work like the normal code path. | Chris Lattner | 2006-05-09 | 1 | -2/+4 |
* | The MASM asmprinter has been fixed, these hacks are no longer needed. | Chris Lattner | 2006-05-09 | 1 | -20/+2 |
* | Split SwitchSection into SwitchTo{Text|Data}Section methods. | Chris Lattner | 2006-05-09 | 1 | -14/+56 |
* | Fix some loose ends in MASM support. | Jeff Cohen | 2006-05-06 | 1 | -5/+5 |
* | Indent multiline asm strings more nicely | Chris Lattner | 2006-05-05 | 1 | -5/+9 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -16/+16 |
* | Print function number instead of name | Nate Begeman | 2006-05-02 | 1 | -3/+2 |
* | Extend printBasicBlockLabel a bit so that it can be used to print all | Nate Begeman | 2006-05-02 | 1 | -3/+8 |
* | De-virtualize SwitchSection. | Jeff Cohen | 2006-05-02 | 1 | -10/+42 |
* | De-virtualize EmitZeroes. | Jeff Cohen | 2006-05-02 | 1 | -3/+7 |
* | Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more... | Jeff Cohen | 2006-05-02 | 1 | -10/+16 |
* | Format #APP lines a bit nicer | Chris Lattner | 2006-05-01 | 1 | -2/+2 |
* | JumpTable support! What this represents is working asm and jit support for | Nate Begeman | 2006-04-22 | 1 | -0/+38 |
* | 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 |