1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. fde1b3b 1. Remove condition on delete. by Jim Laskey · 18 years ago
  3. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  4. 1911fd4 Completely rearchitect the interface between targets and the pass manager. 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. 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
  7. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 18 years ago
  8. 7c90f73 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 19 years ago
  9. 0d170a7 Add trivial subtarget support by Chris Lattner · 19 years ago
  10. 03a83c9 Remove JIT support, which doesn't work. by Chris Lattner · 19 years ago
  11. 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
  12. b1e1180 by Jim Laskey · 19 years ago
  13. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 19 years ago
  14. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  15. 0e2d466 Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the by Brian Gaeke · 20 years ago
  16. 143e0ea Adjust to new TM interfaces by Chris Lattner · 20 years ago
  17. 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 20 years ago
  18. e785e53 SparcV8 skeleton by Brian Gaeke · 20 years ago