| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -5/+3 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -4/+1 |
* | Update due to mainline API change | Anton Korobeynikov | 2009-05-03 | 1 | -4/+6 |
* | Some eye-candy | Anton Korobeynikov | 2009-05-03 | 1 | -8/+7 |
* | Print function header / footer | Anton Korobeynikov | 2009-05-03 | 1 | -0/+45 |
* | Fix printing: je => jeq | Anton Korobeynikov | 2009-05-03 | 1 | -1/+1 |
* | Properly handle ExternalSymbol's | Anton Korobeynikov | 2009-05-03 | 1 | -0/+9 |
* | Lower select with custom inserted and make condjumps generic | Anton Korobeynikov | 2009-05-03 | 1 | -0/+28 |
* | Reverse order of memory arguments | Anton Korobeynikov | 2009-05-03 | 1 | -6/+6 |
* | Correct asmprinting of memory operands | Anton Korobeynikov | 2009-05-03 | 1 | -12/+18 |
* | Some early full call lowering draft for direct calls | Anton Korobeynikov | 2009-05-03 | 1 | -7/+21 |
* | Basic support for mem=>reg moves | Anton Korobeynikov | 2009-05-03 | 1 | -3/+27 |
* | Add code enough for emission of reg-reg and reg-imm moves. This allows us to ... | Anton Korobeynikov | 2009-05-03 | 1 | -1/+22 |
* | Add function body printing routine | Anton Korobeynikov | 2009-05-03 | 1 | -1/+21 |
* | Dummy MSP430 backend | Anton Korobeynikov | 2009-05-03 | 1 | -0/+99 |