1. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  2. 5800a8c Cast through intptr_t, ISO C++ requires it. by Benjamin Kramer · 14 years ago
  3. 024d261 Have SPU backend use the external TCE scheduler, if the library is loaded as a by Kalle Raiskila · 14 years ago
  4. efd9b42 - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. by Evan Cheng · 14 years ago
  5. 2129f59 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  6. 1705ab0 Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 14 years ago
  7. bc153d4 Next round of MC refactoring. This patch factor MC table instantiations, MC by Evan Cheng · 14 years ago
  8. 4d1ca96 Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
  9. fe6e405 Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  10. be9ad1e Add a "nop filler" pass to SPU. by Kalle Raiskila · 15 years ago
  11. 2f93128 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
  12. 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
  13. bb919df Implement a bunch more TargetSelectionDAGInfo infrastructure. by Dan Gohman · 15 years ago
  14. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  15. 9a6cf91 Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  16. 2c30970 pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
  17. c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  18. 31b44e8 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  19. d45a786 simplify SPULinuxTargetAsmInfo, remove use of TM. by Chris Lattner · 16 years ago
  20. 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  21. 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  22. d97db68 Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
  23. 5302288 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
  24. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  25. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  26. 863e587 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  27. 6db8134 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  28. b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  29. a31f96c by David Greene · 16 years ago
  30. 75c12e1 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  31. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  32. 2028e25 Unbreak cyclic deps by Anton Korobeynikov · 16 years ago
  33. 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  34. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
  35. 084669a Second attempt: by Bill Wendling · 17 years ago
  36. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
  37. d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
  38. 5e5a63c CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 17 years ago
  39. c5437ea Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
  40. a249550 CellSPU: by Scott Michel · 17 years ago
  41. ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  42. 34d93f8 Teach CellSPU about ELF sections and new section emitter classes. by Scott Michel · 17 years ago
  43. 122c9b1 mark some targets as experimental. Andrew, if you think that Alpha is by Chris Lattner · 17 years ago
  44. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  45. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  46. 2457083 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 18 years ago
  47. bb713ae More cleanups for CellSPU: by Scott Michel · 18 years ago
  48. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  49. d1b5b9f Updated source file headers to llvm coding standard. by Scott Michel · 18 years ago
  50. eff9802 Main CellSPU backend files checked in. Intrinsics and autoconf files remain. by Scott Michel · 18 years ago