1. f7183ed First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of TargetRegisterInfo to TargetFrameInfo, which is definitely much better suitable place by Anton Korobeynikov · 15 years ago
  2. bb919df Implement a bunch more TargetSelectionDAGInfo infrastructure. by Dan Gohman · 15 years ago
  3. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  4. 9a6cf91 Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  5. 2c30970 pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
  6. c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  7. 31b44e8 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  8. d45a786 simplify SPULinuxTargetAsmInfo, remove use of TM. by Chris Lattner · 16 years ago
  9. 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  10. 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  11. d97db68 Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
  12. 5302288 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
  13. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  14. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  15. 863e587 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  16. 6db8134 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  17. b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  18. a31f96c by David Greene · 16 years ago
  19. 75c12e1 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  20. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  21. 2028e25 Unbreak cyclic deps by Anton Korobeynikov · 16 years ago
  22. 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  23. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  24. 084669a Second attempt: by Bill Wendling · 16 years ago
  25. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  26. d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  27. 5e5a63c CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 17 years ago
  28. c5437ea Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
  29. a249550 CellSPU: by Scott Michel · 17 years ago
  30. ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  31. 34d93f8 Teach CellSPU about ELF sections and new section emitter classes. by Scott Michel · 17 years ago
  32. 122c9b1 mark some targets as experimental. Andrew, if you think that Alpha is by Chris Lattner · 17 years ago
  33. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  34. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  35. 2457083 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 18 years ago
  36. bb713ae More cleanups for CellSPU: by Scott Michel · 18 years ago
  37. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  38. d1b5b9f Updated source file headers to llvm coding standard. by Scott Michel · 18 years ago
  39. eff9802 Main CellSPU backend files checked in. Intrinsics and autoconf files remain. by Scott Michel · 18 years ago