|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programs | Chris Lattner | 2004-12-12 | 1 | -0/+1 | 
| * | CSE calls to getTypeSize. | Chris Lattner | 2004-12-12 | 1 | -3/+2 | 
| * | Remove the ISel->AsmPrinter link via the TargetMachine that was put in | Nate Begeman | 2004-11-27 | 1 | -3/+2 | 
| * | Enable optimization suggested by Chris Lattner to not emit reloc stubs for | Nate Begeman | 2004-11-25 | 1 | -17/+14 | 
| * | 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 | 
| * | Renamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp as the Darwin and AIX asm | Misha Brukman | 2004-09-05 | 1 | -0/+710 | 
| * | Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. | Misha Brukman | 2004-08-11 | 1 | -735/+0 | 
| * | 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 | 
| * | * Fix header comment, excise references to X86 | Misha Brukman | 2004-07-08 | 1 | -15/+23 | 
| * | Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31' | Misha Brukman | 2004-07-06 | 1 | -2/+2 | 
| * | Check if operand has an allocated reg before requesting it. | Misha Brukman | 2004-07-01 | 1 | -0/+1 | 
| * | * Inquire about the number of operands from the instruction directly | Misha Brukman | 2004-06-30 | 1 | -2/+4 | 
| * | * Stop using BBNumbering, we don't really need it | Misha Brukman | 2004-06-29 | 1 | -10/+2 | 
| * | Assembly syntax/comment fixes by Nate Begeman. | Misha Brukman | 2004-06-29 | 1 | -33/+54 | 
| * | No need to generate a lazy-linking stub for internal functions, they can be | Misha Brukman | 2004-06-28 | 1 | -1/+3 | 
| * | Do not set the `link' bit when branching to the first BB of a function, as it | Misha Brukman | 2004-06-28 | 1 | -2/+2 | 
| * | Fix spacing around function arguments. | Misha Brukman | 2004-06-28 | 1 | -5/+4 | 
| * | Combine several if stmts with returns into an if-then-elseif-else chain. | Misha Brukman | 2004-06-25 | 1 | -12/+4 | 
| * | * Be consistent about MachineBB labels and references to them in instr stream | Misha Brukman | 2004-06-25 | 1 | -22/+6 | 
| * | * Initialize the entire array statically, not member-at-a-time | Misha Brukman | 2004-06-25 | 1 | -20/+9 | 
| * | * Lowercase the register names | Misha Brukman | 2004-06-24 | 1 | -11/+11 | 
| * | * Tabs to spaces | Misha Brukman | 2004-06-24 | 1 | -96/+100 | 
| * | * Order #includes | Misha Brukman | 2004-06-24 | 1 | -5/+7 | 
| * | Type::getPrimitiveID() -> getTypeID() | Misha Brukman | 2004-06-21 | 1 | -2/+2 | 
| * | Initial revision | Misha Brukman | 2004-06-21 | 1 | -0/+694 |