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