1. b093259 Add fmod() to the Module being compiled so that it gets a stub in the asm file by Misha Brukman · 21 years ago
  2. d18a31d * Add support for calling vararg functions (must pass doubles in int regs too) by Misha Brukman · 21 years ago
  3. e9c6551 * Add utility functions: convert SetCC => PPC opcode and invert PPC opcode by Misha Brukman · 21 years ago
  4. 425ff24 * Get rid of constant-expr handling code: we use the ConstantExpr lowering pass by Misha Brukman · 21 years ago
  5. 14d8c7a * Don't save LR when outputting globals: it's already saved on the stack once by Misha Brukman · 21 years ago
  6. 7e5812c Fix loading and storing PC-relative static variables, courtesy of Nate Begeman. by Misha Brukman · 21 years ago
  7. d47bbf7 Do not move any values into registers for a void return (there isn't anything). by Misha Brukman · 21 years ago
  8. 972569a Fix opcode: no immediate in an `or r1, r2, r3' (all registers) instr. by Misha Brukman · 21 years ago
  9. 9ecf3bf Fix bug in previous checkin. by Misha Brukman · 21 years ago
  10. 911afde * Wrap long lines by Misha Brukman · 21 years ago
  11. 179d97c Excise X86-specific comments. by Misha Brukman · 21 years ago
  12. e327e49 Add a `break' in the switch/case statement between the int/fp sections. by Misha Brukman · 21 years ago
  13. fadb82f Unindent some more code to be consistent. by Misha Brukman · 21 years ago
  14. 1916bf9 Unindent some code, it only needs 2 spaces. by Misha Brukman · 21 years ago
  15. 98649d1 In emitting code for a GEP instr, iterate over GEPTypes because there is one by Misha Brukman · 21 years ago
  16. 2fec990 * Make indentation consistent at 2 chars by Misha Brukman · 21 years ago
  17. 8c9f520 llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h by Misha Brukman · 21 years ago
  18. a2916ce Intrinsic::isnan has gone away, support for it commented out. by Misha Brukman · 21 years ago
  19. 422791f Convert tabs to spaces. by Misha Brukman · 21 years ago
  20. 358829f Type::getPrimitiveID() -> getTypeID() by Misha Brukman · 21 years ago
  21. 5dfe3a9 Initial revision by Misha Brukman · 21 years ago