1. 97b2a2e Convert the DForm_4 over to the asmprintergen by Chris Lattner · 21 years ago
  2. ad9c242 Remove dead code by Nate Begeman · 21 years ago
  3. 7bb424f Print mflr using the asmwriter generator by Chris Lattner · 21 years ago
  4. e59bf59 Add initial support for using the generated asm writer. Also, fix FP constant printing to always print 8 byte intializers. Move printing of LinkOnce stubs. by Nate Begeman · 21 years ago
  5. b73a711 Fix siod by switching BoolTy to byte rather than int until CFE changes for by Nate Begeman · 21 years ago
  6. 3d9a6c2 Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit. by Misha Brukman · 21 years ago
  7. 5b57081 Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets by Misha Brukman · 21 years ago
  8. 7103fba CodePrinter -> AsmPrinter by Misha Brukman · 21 years ago
  9. 6173cd9 getValues does not exist by Chris Lattner · 21 years ago
  10. 83660c5 Minor corrections by Chris Lattner · 21 years ago
  11. f63bc19 Find longs by type, not by their primitive size being 64. Patch by Nate Begeman. by Misha Brukman · 21 years ago
  12. af313fb Fix printing of immediate operands by looking at their operand types in by Misha Brukman · 21 years ago
  13. ab96790 Correctly print out long branches, assert on finding pseudo instr COND_BRANCH by Misha Brukman · 21 years ago
  14. cf8d244 Increment the label number in runOnFunction() rather than while printing out by Misha Brukman · 21 years ago
  15. 1245c35 Simplify boolean test. by Misha Brukman · 21 years ago
  16. e2eceb5 * Codegen of GEPs dramatically improved by folding multiplies and adds by Misha Brukman · 21 years ago
  17. 97a296f * Fix printing of signed immediate values (Nate Begeman) by Misha Brukman · 21 years ago
  18. e48178e Differentiate between global and weak symbol loads by Misha Brukman · 21 years ago
  19. 6111461 * Fn args passed in registers are now recorded as used by the call instruction by Misha Brukman · 21 years ago
  20. 67910e1 CPR Fixes by Chris Lattner · 21 years ago
  21. da2b13f * Output non-lazy linking stubs for external global variables by Misha Brukman · 21 years ago
  22. 29188c6 * Add spaces between words and numbers in comments printed out for longs/floats by Misha Brukman · 21 years ago
  23. 05fcd0c * Fix header comment, excise references to X86 by Misha Brukman · 21 years ago
  24. 4cf5112 Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31' by Misha Brukman · 21 years ago
  25. 4363bdb Check if operand has an allocated reg before requesting it. by Misha Brukman · 21 years ago
  26. b9e8f97 * Inquire about the number of operands from the instruction directly by Misha Brukman · 21 years ago
  27. 61297ee * Stop using BBNumbering, we don't really need it by Misha Brukman · 21 years ago
  28. 218bec7 Assembly syntax/comment fixes by Nate Begeman. by Misha Brukman · 21 years ago
  29. a6e58b3 No need to generate a lazy-linking stub for internal functions, they can be by Misha Brukman · 21 years ago
  30. 9c661c8 Do not set the `link' bit when branching to the first BB of a function, as it by Misha Brukman · 21 years ago
  31. bb4a908 Fix spacing around function arguments. by Misha Brukman · 21 years ago
  32. c6cc10f Combine several if stmts with returns into an if-then-elseif-else chain. by Misha Brukman · 21 years ago
  33. 2bf183c * Be consistent about MachineBB labels and references to them in instr stream by Misha Brukman · 21 years ago
  34. 22e1207 * Initialize the entire array statically, not member-at-a-time by Misha Brukman · 21 years ago
  35. 7f484a5 * Lowercase the register names by Misha Brukman · 21 years ago
  36. 46fd00a * Tabs to spaces * Remove unnecessary parens, braces, clean up code layout by Misha Brukman · 21 years ago
  37. 0579449 * Order #includes * Use the DEBUG() guard for debug printouts by Misha Brukman · 21 years ago
  38. d71bd56 Type::getPrimitiveID() -> getTypeID() by Misha Brukman · 21 years ago
  39. 5dfe3a9 Initial revision by Misha Brukman · 21 years ago