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