- 58957cd add support for the sparcv9-*-* target triple to turn on by Chris Lattner · 16 years ago
- 1b60b16 indicate what the native integer types for the target are. Please verify. by Chris Lattner · 16 years ago
- 621c44d Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- d88f9fd Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
- d9236ec pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
- f5c2b85 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
- b711cf0 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
- 361da8a eliminate TargetMAchine argument to sparc TAI by Chris Lattner · 16 years ago
- c680b01 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
- 0b0441e Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
- f0cda48 Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
- b3cbc67 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
- fe5939f Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
- 1721b8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
- d10106b Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
- 8ea7021 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
- 6fa4f57 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
- 302008d by David Greene · 16 years ago
- b10d222 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
- ebbc1c4 Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
- e880ec9 fix the sparc codegen to not depend on the sparc asmprinter. by Chris Lattner · 16 years ago
- 1dc5ff4 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
- 5ed22ac Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
- 58ed5d2 Second attempt: by Bill Wendling · 16 years ago
- f4d0c73 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
- 11a01bf Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
- 42ceb47 CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
- 4f40531 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
- 4f01235 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
- 669b9bf Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
- f2b2957 Avoid creating two TargetLowering objects for each target. by Dan Gohman · 17 years ago
- 847b99b Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
- db9a895 Switch Sparc to new section handling stuff. Refactor printing of module-level GVs significantly. by Anton Korobeynikov · 17 years ago
- 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- e34aa77 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 17 years ago
- 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 4c39f71 long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 18 years ago
- f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago