1. ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  2. 122c9b1 mark some targets as experimental. Andrew, if you think that Alpha is by Chris Lattner · 17 years ago
  3. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  4. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  5. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  6. 2457083 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 18 years ago
  7. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  8. c5283ec long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 18 years ago
  9. 9d5df0a Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
  10. 517290a The various "getModuleMatchQuality" implementations should return by Chris Lattner · 18 years ago
  11. 59889ae Added new method to add a "simple" code emitter. That is, to only add by Bill Wendling · 19 years ago
  12. 692e415 Add all that branch mangling niftiness by Andrew Lenharth · 19 years ago
  13. a6bbf33 Jimptables working again on alpha. by Andrew Lenharth · 19 years ago
  14. 5e2bacd Fix jump tables to match gcc (and the ABI and whatnot) by Andrew Lenharth · 19 years ago
  15. f23e3bf A pass to remove the worst of the replay trap offenders, and as a bonus, align basic blocks when it is free to do so by Andrew Lenharth · 19 years ago
  16. ae92ce8 1. Remove condition on delete. by Jim Laskey · 19 years ago
  17. 261779b Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  18. 12e9730 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  19. 0fc4541 Simplify target construction. by Chris Lattner · 19 years ago
  20. f6acb34 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 19 years ago
  21. f3b5b92 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  22. 88812b5 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
  23. 20a631f 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 · 20 years ago
  24. 3f9c179 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 20 years ago
  25. 6f95ab7 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 20 years ago
  26. c0bf377 bye bye Pattern ISEL by Andrew Lenharth · 20 years ago
  27. 045371a make DAG isel the default by Andrew Lenharth · 20 years ago
  28. 6bc51c6 prevent latent switch creation by Andrew Lenharth · 20 years ago
  29. 54c8fcf unbreak the build by Chris Lattner · 20 years ago
  30. ab72424 enable LSR by default on alpha by Andrew Lenharth · 20 years ago
  31. b28f214 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
  32. 5c7d731 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
  33. 7b69867 ret 0; works, not much else by Andrew Lenharth · 20 years ago
  34. a7a83b9 begining alpha subtarget support by Andrew Lenharth · 20 years ago
  35. 19058c3 by Jim Laskey · 20 years ago
  36. 3a18a39 Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I will too by Andrew Lenharth · 20 years ago
  37. c32843e finally found the gcc defined constants by Andrew Lenharth · 20 years ago
  38. 55d0451 Alpha JIT (beta) by Andrew Lenharth · 20 years ago
  39. f11f48b Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  40. 89b8c8d Remove trailing whitespace by Misha Brukman · 21 years ago
  41. 00348ce LSR cleanup patch by Andrew Lenharth · 21 years ago
  42. ed4b648 Added LSR as a beta pass for alpha by Andrew Lenharth · 21 years ago
  43. 8fb0d50 try to match alpha pattern by Andrew Lenharth · 21 years ago
  44. 6d1a96b Alpha JIT prune by Andrew Lenharth · 21 years ago
  45. 3c12772 include prune and JIT prune by Andrew Lenharth · 21 years ago
  46. a1b5ca2 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 21 years ago