- fe6e405 Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
- 4cfccb8 Remove the "WantsWholeFile" concept, as it's no longer needed. CBE by Dan Gohman · 16 years ago
- 0d8a9af Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 16 years ago
- 09c1d00 Remove now unused Module argument to createTargetMachine. by Daniel Dunbar · 16 years ago
- 1b7868e Change C, CBE, MSIL to not provide target data via getTargetData(). by Daniel Dunbar · 16 years ago
- c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
- 67038c1 Put Target definitions inside Target specific header, and llvm namespace. 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
- a31f96c by David Greene · 16 years ago
- 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
- 084669a Second attempt: by Bill Wendling · 17 years ago
- 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
- d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
- 958d5eb Match C backend only if it explicitly requested. by Devang Patel · 17 years ago
- 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 12e9730 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
- 0fc4541 Simplify target construction. by Chris Lattner · 19 years ago
- f3b5b92 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
- 8c2c1e9 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 20 years ago
- 9954bc9 Fix a bug in Owen's checkin that broke the CBE on all non sparc v9 platforms. by Chris Lattner · 20 years ago
- 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
- 6f95ab7 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 20 years ago
- 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
- 19058c3 by Jim Laskey · 20 years ago
- f11f48b Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
- ea548c0 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 21 years ago
- 4266f80 Auto-registrate target by Chris Lattner · 21 years ago
- 535e8db Stubs are no longer needed by Chris Lattner · 22 years ago
- 93e9878 SPECIFY a target data to initialize the CBE target with. Until now we have by Chris Lattner · 22 years ago
- 427cec1 TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 22 years ago
- 1f9c6eb CBackend now lives here by Chris Lattner · 22 years ago[Renamed from llvm/lib/CWriter/CTargetMachine.h]
- 0591bb5 Convert the C backend into a target, for use with LLC. This allows us to use by Chris Lattner · 22 years ago