| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle GhostLinkage (should not ever reach the assembly printing stage!) | Misha Brukman | 2004-11-14 | 1 | -0/+3 |
* | Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen | Nate Begeman | 2004-11-09 | 1 | -3/+4 |
* | Remove file that is no longer used, and move include of MRegisterInfo.h | Nate Begeman | 2004-10-26 | 1 | -0/+1 |
* | Align function arguments in function headers | Misha Brukman | 2004-10-23 | 1 | -5/+4 |
* | Generate correct stubs for weak-linked symbols | Nate Begeman | 2004-10-17 | 1 | -2/+3 |
* | add optimized code sequences for setcc x, 0 | Nate Begeman | 2004-09-22 | 1 | -2/+2 |
* | * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between | Misha Brukman | 2004-09-05 | 1 | -12/+13 |
* | Include MathExtras.h to fix build breakage, thanks to Vladimir | Nate Begeman | 2004-09-04 | 1 | -0/+1 |
* | All PPC instructions are now auto-printed | Nate Begeman | 2004-09-04 | 1 | -162/+382 |
* | Convert remaining X-Form and Pseudo instructions over to asm writer | Nate Begeman | 2004-09-02 | 1 | -36/+10 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -4/+4 |
* | Move yet more instructions over to being printed by the generated asm writer | Nate Begeman | 2004-08-30 | 1 | -0/+6 |
* | Fix warning | Chris Lattner | 2004-08-21 | 1 | -1/+1 |
* | Move XForm instructions over to the auto-generated asm writer | Nate Begeman | 2004-08-21 | 1 | -0/+6 |
* | Clean up floating point instruction selection. | Nate Begeman | 2004-08-19 | 1 | -11/+14 |
* | Rename var | Chris Lattner | 2004-08-18 | 1 | -3/+3 |
* | Start using alignment output routines from AsmPrinter. | Chris Lattner | 2004-08-17 | 1 | -12/+12 |
* | Print comments with ; | Chris Lattner | 2004-08-17 | 1 | -0/+1 |
* | Use the emitGlobalConstant defined in AsmPrinter | Chris Lattner | 2004-08-17 | 1 | -163/+2 |
* | New, more general, interface. | Chris Lattner | 2004-08-17 | 1 | -1/+1 |
* | PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* | Misha Brukman | 2004-08-17 | 1 | -18/+16 |
* | Print float constants as 4 byte values. | Chris Lattner | 2004-08-17 | 1 | -22/+25 |
* | Make sure to put an _ prefix on all identifiers! | Chris Lattner | 2004-08-17 | 1 | -16/+29 |
* | More changes to make PPC32 and X86 more similar | Chris Lattner | 2004-08-16 | 1 | -11/+9 |
* | Minor changes to make the diff be nothing against the X86 version | Chris Lattner | 2004-08-16 | 1 | -19/+4 |
* | Finegrainify namespacification | Chris Lattner | 2004-08-16 | 1 | -109/+15 |
* | Zimm16 is now dead. Its entry is not removed from the enum, to avoid having | Chris Lattner | 2004-08-15 | 1 | -2/+0 |
* | Convert all of the DForm_6* operations, which makes all of the Zimm16 users | Chris Lattner | 2004-08-15 | 1 | -0/+2 |
* | Convert the DForm_4 over to the asmprintergen | Chris Lattner | 2004-08-15 | 1 | -0/+5 |
* | Remove dead code | Nate Begeman | 2004-08-15 | 1 | -8/+0 |
* | Print mflr using the asmwriter generator | Chris Lattner | 2004-08-14 | 1 | -0/+12 |
* | Add initial support for using the generated asm writer. Also, fix FP constan... | Nate Begeman | 2004-08-14 | 1 | -61/+73 |
* | Fix siod by switching BoolTy to byte rather than int until CFE changes for | Nate Begeman | 2004-08-13 | 1 | -26/+27 |
* | Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit. | Misha Brukman | 2004-08-11 | 1 | -7/+7 |
* | Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets | Misha Brukman | 2004-08-10 | 1 | -23/+23 |
* | CodePrinter -> AsmPrinter | Misha Brukman | 2004-08-09 | 1 | -3/+3 |
* | getValues does not exist | Chris Lattner | 2004-08-04 | 1 | -7/+5 |
* | Minor corrections | Chris Lattner | 2004-07-28 | 1 | -2/+2 |
* | Find longs by type, not by their primitive size being 64. Patch by Nate Begeman. | Misha Brukman | 2004-07-28 | 1 | -1/+1 |
* | Fix printing of immediate operands by looking at their operand types in | Misha Brukman | 2004-07-28 | 1 | -15/+26 |
* | Correctly print out long branches, assert on finding pseudo instr COND_BRANCH | Misha Brukman | 2004-07-27 | 1 | -1/+12 |
* | Increment the label number in runOnFunction() rather than while printing out | Misha Brukman | 2004-07-26 | 1 | -11/+10 |
* | Simplify boolean test. | Misha Brukman | 2004-07-23 | 1 | -1/+1 |
* | * Codegen of GEPs dramatically improved by folding multiplies and adds | Misha Brukman | 2004-07-23 | 1 | -25/+31 |
* | * Fix printing of signed immediate values (Nate Begeman) | Misha Brukman | 2004-07-21 | 1 | -7/+29 |
* | Differentiate between global and weak symbol loads | Misha Brukman | 2004-07-20 | 1 | -6/+3 |
* | * Fn args passed in registers are now recorded as used by the call instruction | Misha Brukman | 2004-07-20 | 1 | -6/+18 |
* | CPR Fixes | Chris Lattner | 2004-07-18 | 1 | -2/+2 |
* | * Output non-lazy linking stubs for external global variables | Misha Brukman | 2004-07-16 | 1 | -46/+29 |
* | * Add spaces between words and numbers in comments printed out for longs/floats | Misha Brukman | 2004-07-16 | 1 | -2/+8 |