1. 9a6cf91 Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  2. c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  3. d97db68 Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
  4. c901392 Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. by Daniel Dunbar · 16 years ago
  5. 5302288 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
  6. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  7. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  8. 863e587 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  9. 6db8134 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  10. a31f96c by David Greene · 16 years ago
  11. 5661ea6 Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
  12. 75c12e1 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  13. 2028e25 Unbreak cyclic deps by Anton Korobeynikov · 16 years ago
  14. a194c3a First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 16 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. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  21. eabd647 Change target-specific classes to use more precise static types. by Dan Gohman · 17 years ago
  22. 2457083 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 18 years ago
  23. 3a4be0f Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  24. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  25. 9d5df0a Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
  26. 59889ae Added new method to add a "simple" code emitter. That is, to only add by Bill Wendling · 19 years ago
  27. a6bbf33 Jimptables working again on alpha. by Andrew Lenharth · 19 years ago
  28. ae92ce8 1. Remove condition on delete. by Jim Laskey · 19 years ago
  29. 261779b Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  30. 12e9730 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  31. 8c2c1e9 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  32. 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
  33. 6f95ab7 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 20 years ago
  34. 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
  35. a7a83b9 begining alpha subtarget support by Andrew Lenharth · 20 years ago
  36. 19058c3 by Jim Laskey · 20 years ago
  37. 55d0451 Alpha JIT (beta) by Andrew Lenharth · 20 years ago
  38. f11f48b Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  39. 89b8c8d Remove trailing whitespace by Misha Brukman · 21 years ago
  40. 076b9f4 Make file header comment consistent: extend the whole 80 cols to fill the line by Misha Brukman · 21 years ago
  41. 8fb0d50 try to match alpha pattern by Andrew Lenharth · 21 years ago
  42. 2f0f845 Clean ups, and taught the instruction selector about immediate forms by Andrew Lenharth · 21 years ago
  43. 6d1a96b Alpha JIT prune by Andrew Lenharth · 21 years ago
  44. a1b5ca2 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 21 years ago