1. 81d265d Clean up floating point instruction selection. by Nate Begeman · 21 years ago
  2. f746a7d Rename var by Chris Lattner · 21 years ago
  3. 69d485e Start using alignment output routines from AsmPrinter. by Chris Lattner · 21 years ago
  4. 5676310 Print comments with ; by Chris Lattner · 21 years ago
  5. 79835d9 Use the emitGlobalConstant defined in AsmPrinter by Chris Lattner · 21 years ago
  6. b462e47 New, more general, interface. by Chris Lattner · 21 years ago
  7. f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 21 years ago
  8. 469ab79 Print float constants as 4 byte values. by Chris Lattner · 21 years ago
  9. 505e783 Make sure to put an _ prefix on all identifiers! by Chris Lattner · 21 years ago
  10. 416ca33 More changes to make PPC32 and X86 more similar by Chris Lattner · 21 years ago
  11. 36aacdb Minor changes to make the diff be nothing against the X86 version by Chris Lattner · 21 years ago
  12. a384079 Finegrainify namespacification by Chris Lattner · 21 years ago
  13. 08eceec Zimm16 is now dead. Its entry is not removed from the enum, to avoid having by Chris Lattner · 21 years ago
  14. 0ea3171 Convert all of the DForm_6* operations, which makes all of the Zimm16 users by Chris Lattner · 21 years ago
  15. 97b2a2e Convert the DForm_4 over to the asmprintergen by Chris Lattner · 21 years ago
  16. ad9c242 Remove dead code by Nate Begeman · 21 years ago
  17. 7bb424f Print mflr using the asmwriter generator by Chris Lattner · 21 years ago
  18. 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
  19. b73a711 Fix siod by switching BoolTy to byte rather than int until CFE changes for by Nate Begeman · 21 years ago
  20. 3d9a6c2 Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit. by Misha Brukman · 21 years ago
  21. 5b57081 Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets by Misha Brukman · 21 years ago
  22. 7103fba CodePrinter -> AsmPrinter by Misha Brukman · 21 years ago
  23. 6173cd9 getValues does not exist by Chris Lattner · 21 years ago
  24. 83660c5 Minor corrections by Chris Lattner · 21 years ago
  25. f63bc19 Find longs by type, not by their primitive size being 64. Patch by Nate Begeman. by Misha Brukman · 21 years ago
  26. af313fb Fix printing of immediate operands by looking at their operand types in by Misha Brukman · 21 years ago
  27. ab96790 Correctly print out long branches, assert on finding pseudo instr COND_BRANCH by Misha Brukman · 21 years ago
  28. cf8d244 Increment the label number in runOnFunction() rather than while printing out by Misha Brukman · 21 years ago
  29. 1245c35 Simplify boolean test. by Misha Brukman · 21 years ago
  30. e2eceb5 * Codegen of GEPs dramatically improved by folding multiplies and adds by Misha Brukman · 21 years ago
  31. 97a296f * Fix printing of signed immediate values (Nate Begeman) by Misha Brukman · 21 years ago
  32. e48178e Differentiate between global and weak symbol loads by Misha Brukman · 21 years ago
  33. 6111461 * Fn args passed in registers are now recorded as used by the call instruction by Misha Brukman · 21 years ago
  34. 67910e1 CPR Fixes by Chris Lattner · 21 years ago
  35. da2b13f * Output non-lazy linking stubs for external global variables by Misha Brukman · 21 years ago
  36. 29188c6 * Add spaces between words and numbers in comments printed out for longs/floats by Misha Brukman · 21 years ago
  37. 05fcd0c * Fix header comment, excise references to X86 by Misha Brukman · 21 years ago
  38. 4cf5112 Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31' by Misha Brukman · 21 years ago
  39. 4363bdb Check if operand has an allocated reg before requesting it. by Misha Brukman · 21 years ago
  40. b9e8f97 * Inquire about the number of operands from the instruction directly by Misha Brukman · 21 years ago
  41. 61297ee * Stop using BBNumbering, we don't really need it by Misha Brukman · 21 years ago
  42. 218bec7 Assembly syntax/comment fixes by Nate Begeman. by Misha Brukman · 21 years ago
  43. a6e58b3 No need to generate a lazy-linking stub for internal functions, they can be by Misha Brukman · 21 years ago
  44. 9c661c8 Do not set the `link' bit when branching to the first BB of a function, as it by Misha Brukman · 21 years ago
  45. bb4a908 Fix spacing around function arguments. by Misha Brukman · 21 years ago
  46. c6cc10f Combine several if stmts with returns into an if-then-elseif-else chain. by Misha Brukman · 21 years ago
  47. 2bf183c * Be consistent about MachineBB labels and references to them in instr stream by Misha Brukman · 21 years ago
  48. 22e1207 * Initialize the entire array statically, not member-at-a-time by Misha Brukman · 21 years ago
  49. 7f484a5 * Lowercase the register names by Misha Brukman · 21 years ago
  50. 46fd00a * Tabs to spaces * Remove unnecessary parens, braces, clean up code layout by Misha Brukman · 21 years ago
  51. 0579449 * Order #includes * Use the DEBUG() guard for debug printouts by Misha Brukman · 21 years ago
  52. d71bd56 Type::getPrimitiveID() -> getTypeID() by Misha Brukman · 21 years ago
  53. 5dfe3a9 Initial revision by Misha Brukman · 21 years ago