1. 5302288 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
  2. d098c5a move createAlphaLLRPPass out of addAssemblyEmitter to make Alpha by Chris Lattner · 16 years ago
  3. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  4. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  5. 863e587 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  6. 6db8134 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  7. b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  8. a31f96c by David Greene · 16 years ago
  9. 5661ea6 Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
  10. 75c12e1 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  11. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  12. 2028e25 Unbreak cyclic deps by Anton Korobeynikov · 16 years ago
  13. 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  14. a194c3a First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 17 years ago
  15. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
  16. 084669a Second attempt: by Bill Wendling · 17 years ago
  17. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
  18. d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
  19. 5e5a63c CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 17 years ago
  20. c5437ea Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
  21. ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  22. 122c9b1 mark some targets as experimental. Andrew, if you think that Alpha is by Chris Lattner · 17 years ago
  23. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  24. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  25. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 18 years ago
  26. 2457083 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 18 years ago
  27. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  28. c5283ec long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 18 years ago
  29. 9d5df0a Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
  30. 517290a The various "getModuleMatchQuality" implementations should return by Chris Lattner · 18 years ago
  31. 59889ae Added new method to add a "simple" code emitter. That is, to only add by Bill Wendling · 19 years ago
  32. 692e415 Add all that branch mangling niftiness by Andrew Lenharth · 19 years ago
  33. a6bbf33 Jimptables working again on alpha. by Andrew Lenharth · 19 years ago
  34. 5e2bacd Fix jump tables to match gcc (and the ABI and whatnot) by Andrew Lenharth · 19 years ago
  35. 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
  36. ae92ce8 1. Remove condition on delete. by Jim Laskey · 19 years ago
  37. 261779b Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  38. 12e9730 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  39. 0fc4541 Simplify target construction. by Chris Lattner · 19 years ago
  40. f6acb34 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 19 years ago
  41. f3b5b92 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  42. 88812b5 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 20 years ago
  43. 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
  44. 3f9c179 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 20 years ago
  45. 6f95ab7 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 20 years ago
  46. c0bf377 bye bye Pattern ISEL by Andrew Lenharth · 20 years ago
  47. 045371a make DAG isel the default by Andrew Lenharth · 20 years ago
  48. 6bc51c6 prevent latent switch creation by Andrew Lenharth · 20 years ago
  49. 54c8fcf unbreak the build by Chris Lattner · 20 years ago
  50. ab72424 enable LSR by default on alpha by Andrew Lenharth · 20 years ago
  51. 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
  52. 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
  53. 7b69867 ret 0; works, not much else by Andrew Lenharth · 20 years ago
  54. a7a83b9 begining alpha subtarget support by Andrew Lenharth · 20 years ago
  55. 19058c3 by Jim Laskey · 20 years ago
  56. 3a18a39 Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I will too by Andrew Lenharth · 20 years ago
  57. c32843e finally found the gcc defined constants by Andrew Lenharth · 20 years ago
  58. 55d0451 Alpha JIT (beta) by Andrew Lenharth · 20 years ago
  59. f11f48b Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  60. 89b8c8d Remove trailing whitespace by Misha Brukman · 21 years ago
  61. 00348ce LSR cleanup patch by Andrew Lenharth · 21 years ago
  62. ed4b648 Added LSR as a beta pass for alpha by Andrew Lenharth · 21 years ago
  63. 8fb0d50 try to match alpha pattern by Andrew Lenharth · 21 years ago
  64. 6d1a96b Alpha JIT prune by Andrew Lenharth · 21 years ago
  65. 3c12772 include prune and JIT prune by Andrew Lenharth · 21 years ago
  66. a1b5ca2 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 21 years ago