1. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  2. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
  3. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
  4. 957e167 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 19 years ago
  5. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 19 years ago
  6. fabd5ba bye bye Pattern ISEL by Andrew Lenharth · 19 years ago
  7. 512c77e make DAG isel the default by Andrew Lenharth · 19 years ago
  8. f27b614 prevent latent switch creation by Andrew Lenharth · 19 years ago
  9. 773a959 unbreak the build by Chris Lattner · 20 years ago
  10. ea2fdf9 enable LSR by default on alpha by Andrew Lenharth · 20 years ago
  11. 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
  12. c1d6f67 If the module has no t-t and the host is an alpha, default to using the Alpha BE by Chris Lattner · 20 years ago
  13. 4907d22 ret 0; works, not much else by Andrew Lenharth · 20 years ago
  14. 120ab48 begining alpha subtarget support by Andrew Lenharth · 20 years ago
  15. b1e1180 by Jim Laskey · 20 years ago
  16. dc7c0b8 Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I will too by Andrew Lenharth · 20 years ago
  17. 38396f8 finally found the gcc defined constants by Andrew Lenharth · 20 years ago
  18. 0934ae0 Alpha JIT (beta) by Andrew Lenharth · 20 years ago
  19. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  20. 4633f1c Remove trailing whitespace by Misha Brukman · 20 years ago
  21. f3f475e LSR cleanup patch by Andrew Lenharth · 20 years ago
  22. e4f161c Added LSR as a beta pass for alpha by Andrew Lenharth · 20 years ago
  23. 2f40163 try to match alpha pattern by Andrew Lenharth · 20 years ago
  24. a7246ca Alpha JIT prune by Andrew Lenharth · 20 years ago
  25. 886470e include prune and JIT prune by Andrew Lenharth · 20 years ago
  26. 304d0f3 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 20 years ago