1. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  2. 27177f8 Convert tabs to spaces by Misha Brukman · 20 years ago
  3. b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
  4. 3ea78c4 Use the target triple to pick this target. by Chris Lattner · 20 years ago
  5. 74be3a5 Print llvm code one function at a time. by Brian Gaeke · 20 years ago
  6. b3a86a6 JIT should print LLVM each function before selecting instructions for it. by Brian Gaeke · 20 years ago
  7. 56c5d73 Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine by Brian Gaeke · 20 years ago
  8. 5aefa8a Move -lowerselect later in the chain; some select instructions were by Brian Gaeke · 20 years ago
  9. 20503bd Bytes and shorts are aligned differently from words. by Brian Gaeke · 20 years ago
  10. 4b92ed6 Allocate fewer registers and tighten up alignment restrictions. by Brian Gaeke · 20 years ago
  11. 0e2d466 Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the by Brian Gaeke · 21 years ago
  12. 8a9acd1 Fix double and long alignment. Call the FPMover pass after register allocation. by Brian Gaeke · 21 years ago
  13. 0cf0c37 Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
  14. 71d24aa Make these format a bit nicer by Chris Lattner · 21 years ago
  15. d36c970 Auto-registrate target by Chris Lattner · 21 years ago
  16. 38343f6 Add #includes by Chris Lattner · 21 years ago
  17. a9a582f Fix potential problems with unreachable basic blocks. by Chris Lattner · 21 years ago
  18. 0280aa9 Order #includes as per style guide. by Misha Brukman · 21 years ago
  19. a3c5762 Get rid of selects the easy way by Brian Gaeke · 21 years ago
  20. f405280 I think we'll use the standard lowering passes for now. by Brian Gaeke · 21 years ago
  21. ef8e48a I don't think we have to have 4 extra allocated (but unused) bytes on the stack. by Brian Gaeke · 21 years ago
  22. 86a8790 Add references to delay slot filler pass. Fill in addPassesToJITCompile method. by Brian Gaeke · 21 years ago
  23. 7a3ae1f Support -print-machineinstrs by Brian Gaeke · 21 years ago
  24. 4acfd03 Asm printer support, based on x86 - only prints mnemonics for now by Brian Gaeke · 21 years ago
  25. 1c809c5 Add an instruction selector capable of selecting 'ret void' by Chris Lattner · 21 years ago
  26. 9ff6ba1 Change this so that LLC actually tries to run the code generator, though it will by Chris Lattner · 21 years ago
  27. 8d8a6bc Finegrainify namespacification by Chris Lattner · 21 years ago
  28. e785e53 SparcV8 skeleton by Brian Gaeke · 21 years ago