1. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  2. a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  3. 0a31d2f pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
  4. e28039c Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  5. 3be0340 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  6. f67de7a alpha TAI doesn't need TM. by Chris Lattner · 16 years ago
  7. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  8. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  9. 5d77cad Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
  10. cfe9a60 Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. by Daniel Dunbar · 16 years ago
  11. f055229 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
  12. 7add5ff move createAlphaLLRPPass out of addAssemblyEmitter to make Alpha by Chris Lattner · 16 years ago
  13. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  14. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  15. 6c05796 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  16. 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  17. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  18. 7184781 by David Greene · 16 years ago
  19. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
  20. 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  21. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  22. e494b9e Unbreak cyclic deps by Anton Korobeynikov · 16 years ago
  23. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  24. a3f99f9 First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 16 years ago
  25. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  26. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  27. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  28. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  29. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  30. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
  31. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  32. 0d5d05b mark some targets as experimental. Andrew, if you think that Alpha is by Chris Lattner · 17 years ago
  33. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  34. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  35. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  36. bfae831 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 17 years ago
  37. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  38. 8c1e6a1 long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 18 years ago
  39. 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
  40. 87bdba6 The various "getModuleMatchQuality" implementations should return by Chris Lattner · 18 years ago
  41. 50e4e88 Added new method to add a "simple" code emitter. That is, to only add by Bill Wendling · 19 years ago
  42. f81173f Add all that branch mangling niftiness by Andrew Lenharth · 19 years ago
  43. 82c3d8f Jimptables working again on alpha. by Andrew Lenharth · 19 years ago
  44. 0607a2f Fix jump tables to match gcc (and the ABI and whatnot) by Andrew Lenharth · 19 years ago
  45. 2ab804c 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
  46. fde1b3b 1. Remove condition on delete. by Jim Laskey · 19 years ago
  47. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  48. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  49. c4fa386 Simplify target construction. by Chris Lattner · 19 years ago
  50. 55fc280 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 19 years ago
  51. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  52. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
  53. 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
  54. 957e167 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 19 years ago
  55. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 19 years ago
  56. fabd5ba bye bye Pattern ISEL by Andrew Lenharth · 20 years ago
  57. 512c77e make DAG isel the default by Andrew Lenharth · 20 years ago
  58. f27b614 prevent latent switch creation by Andrew Lenharth · 20 years ago
  59. 773a959 unbreak the build by Chris Lattner · 20 years ago
  60. ea2fdf9 enable LSR by default on alpha by Andrew Lenharth · 20 years ago
  61. 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
  62. 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
  63. 4907d22 ret 0; works, not much else by Andrew Lenharth · 20 years ago
  64. 120ab48 begining alpha subtarget support by Andrew Lenharth · 20 years ago
  65. b1e1180 by Jim Laskey · 20 years ago
  66. dc7c0b8 Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I will too by Andrew Lenharth · 20 years ago
  67. 38396f8 finally found the gcc defined constants by Andrew Lenharth · 20 years ago
  68. 0934ae0 Alpha JIT (beta) by Andrew Lenharth · 20 years ago
  69. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  70. 4633f1c Remove trailing whitespace by Misha Brukman · 20 years ago
  71. f3f475e LSR cleanup patch by Andrew Lenharth · 21 years ago
  72. e4f161c Added LSR as a beta pass for alpha by Andrew Lenharth · 21 years ago
  73. 2f40163 try to match alpha pattern by Andrew Lenharth · 21 years ago
  74. a7246ca Alpha JIT prune by Andrew Lenharth · 21 years ago
  75. 886470e include prune and JIT prune by Andrew Lenharth · 21 years ago
  76. 304d0f3 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 21 years ago