1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  3. c4fa386 Simplify target construction. by Chris Lattner · 18 years ago
  4. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  5. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 18 years ago
  6. 5c48818 Fix a bug in Owen's checkin that broke the CBE on all non sparc v9 platforms. by Chris Lattner · 18 years ago
  7. a69571c 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 · 18 years ago
  8. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 18 years ago
  9. ce8eb0c 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 · 19 years ago
  10. b1e1180 by Jim Laskey · 19 years ago
  11. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 19 years ago
  12. d6a29a5 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 19 years ago
  13. d36c970 Auto-registrate target by Chris Lattner · 20 years ago
  14. 289809d Stubs are no longer needed by Chris Lattner · 20 years ago
  15. b06f103 SPECIFY a target data to initialize the CBE target with. Until now we have by Chris Lattner · 20 years ago
  16. 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 20 years ago
  17. f31182a Convert the C backend into a target, for use with LLC. This allows us to use by Chris Lattner · 21 years ago