Age | Commit message (Expand) | Author |
2004-08-11 | Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. | Misha Brukman |
2004-08-10 | Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets | Misha Brukman |
2004-08-09 | CodePrinter -> AsmPrinter | Misha Brukman |
2004-08-04 | getValues does not exist | Chris Lattner |
2004-07-28 | Minor corrections | Chris Lattner |
2004-07-28 | Find longs by type, not by their primitive size being 64. Patch by Nate Begeman. | Misha Brukman |
2004-07-28 | Fix printing of immediate operands by looking at their operand types in | Misha Brukman |
2004-07-27 | Correctly print out long branches, assert on finding pseudo instr COND_BRANCH | Misha Brukman |
2004-07-26 | Increment the label number in runOnFunction() rather than while printing out | Misha Brukman |
2004-07-23 | Simplify boolean test. | Misha Brukman |
2004-07-23 | * Codegen of GEPs dramatically improved by folding multiplies and adds | Misha Brukman |
2004-07-21 | * Fix printing of signed immediate values (Nate Begeman) | Misha Brukman |
2004-07-20 | Differentiate between global and weak symbol loads | Misha Brukman |
2004-07-20 | * Fn args passed in registers are now recorded as used by the call instruction | Misha Brukman |
2004-07-18 | CPR Fixes | Chris Lattner |
2004-07-16 | * Output non-lazy linking stubs for external global variables | Misha Brukman |
2004-07-16 | * Add spaces between words and numbers in comments printed out for longs/floats | Misha Brukman |
2004-07-08 | * Fix header comment, excise references to X86 | Misha Brukman |
2004-07-06 | Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31' | Misha Brukman |
2004-07-01 | Check if operand has an allocated reg before requesting it. | Misha Brukman |
2004-06-30 | * Inquire about the number of operands from the instruction directly | Misha Brukman |
2004-06-29 | * Stop using BBNumbering, we don't really need it | Misha Brukman |
2004-06-29 | Assembly syntax/comment fixes by Nate Begeman. | Misha Brukman |
2004-06-28 | No need to generate a lazy-linking stub for internal functions, they can be | Misha Brukman |
2004-06-28 | Do not set the `link' bit when branching to the first BB of a function, as it | Misha Brukman |
2004-06-28 | Fix spacing around function arguments. | Misha Brukman |
2004-06-25 | Combine several if stmts with returns into an if-then-elseif-else chain. | Misha Brukman |
2004-06-25 | * Be consistent about MachineBB labels and references to them in instr stream | Misha Brukman |
2004-06-25 | * Initialize the entire array statically, not member-at-a-time | Misha Brukman |
2004-06-24 | * Lowercase the register names | Misha Brukman |
2004-06-24 | * Tabs to spaces | Misha Brukman |
2004-06-24 | * Order #includes | Misha Brukman |
2004-06-21 | Type::getPrimitiveID() -> getTypeID() | Misha Brukman |
2004-06-21 | Initial revision | Misha Brukman |