1. 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
  2. 0522b08 Minor leftover fixups from replaceMachineCodeForFunction () change. by Brian Gaeke · 21 years ago
  3. 9a7871b Add prototype for replaceMachineCodeForFunction(). by Brian Gaeke · 21 years ago
  4. b7f7296 OptInfo is no longer required by Chris Lattner · 21 years ago
  5. bb144a8 Targets should configure themselves based on a Module, not some wierd flags by Chris Lattner · 21 years ago
  6. 8844a0b addPassesToJITCompile and addPassesToEmitMachineCode now take a by Brian Gaeke · 21 years ago
  7. de3aa4f lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial version by Brian Gaeke · 21 years ago
  8. d0f166a More renamings of Target/Machine*Info to Target/Target*Info by Chris Lattner · 22 years ago
  9. f27eeea Rename MachineOptInfo to TargetoptInfo by Chris Lattner · 22 years ago
  10. 8bd66e6 Rename MachineFrameInfo to TargetFrameInfo.h by Chris Lattner · 22 years ago
  11. fde4b51 Implement the TargetFrameInfo interface by Chris Lattner · 22 years ago
  12. 5bcd95c Changes to allow for a configurable target machine that allows big endian and/or long pointer operation by Chris Lattner · 22 years ago
  13. b0f99b9 Expose explicit type by Chris Lattner · 22 years ago
  14. 40ead95 Initial support for machine code emission by Chris Lattner · 22 years ago
  15. e5f5221 Implement the new optional getRegisterInfo by Chris Lattner · 22 years ago
  16. b4f68ed Convert backend to use passes, implement X86TargetMachine by Chris Lattner · 22 years ago