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