1. fb5792f Implement Subtarget support Implement the X86 Subtarget. by Nate Begeman · 20 years ago
  2. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  3. 0e0a7a45 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  4. 8f1ac9f Remove a dead function, which died when we got GAS emission working (phwew, by Chris Lattner · 21 years ago
  5. d36c970 Auto-registrate target by Chris Lattner · 21 years ago
  6. d029cd2 Convert to the new TargetMachine interface. by Chris Lattner · 21 years ago
  7. 39c2005 Add emitInstruction() API so that we can get the bytes of a simple instruction by Alkis Evlogimenos · 21 years ago
  8. 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 21 years ago
  9. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 22 years ago
  10. 4482715 implement support for the intrinsic lowering functionality by Chris Lattner · 22 years ago
  11. 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 22 years ago
  12. 65b05ce Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify by Chris Lattner · 22 years ago
  13. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  14. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  15. 0522b08 Minor leftover fixups from replaceMachineCodeForFunction () change. by Brian Gaeke · 22 years ago
  16. 9a7871b Add prototype for replaceMachineCodeForFunction(). by Brian Gaeke · 22 years ago
  17. b7f7296 OptInfo is no longer required by Chris Lattner · 22 years ago
  18. bb144a8 Targets should configure themselves based on a Module, not some wierd flags by Chris Lattner · 22 years ago
  19. 8844a0b addPassesToJITCompile and addPassesToEmitMachineCode now take a by Brian Gaeke · 22 years ago
  20. de3aa4f lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial version by Brian Gaeke · 22 years ago
  21. d0f166a More renamings of Target/Machine*Info to Target/Target*Info by Chris Lattner · 23 years ago
  22. f27eeea Rename MachineOptInfo to TargetoptInfo by Chris Lattner · 23 years ago
  23. 8bd66e6 Rename MachineFrameInfo to TargetFrameInfo.h by Chris Lattner · 23 years ago
  24. fde4b51 Implement the TargetFrameInfo interface by Chris Lattner · 23 years ago
  25. 5bcd95c Changes to allow for a configurable target machine that allows big endian and/or long pointer operation by Chris Lattner · 23 years ago
  26. b0f99b9 Expose explicit type by Chris Lattner · 23 years ago
  27. 40ead95 Initial support for machine code emission by Chris Lattner · 23 years ago
  28. e5f5221 Implement the new optional getRegisterInfo by Chris Lattner · 23 years ago
  29. b4f68ed Convert backend to use passes, implement X86TargetMachine by Chris Lattner · 23 years ago