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