1. 2457083 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 18 years ago
  2. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  3. c5283ec long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 18 years ago
  4. 6e544a9 Fix an oversight: for modules with no other identifying target info, by Chris Lattner · 18 years ago
  5. 517290a The various "getModuleMatchQuality" implementations should return by Chris Lattner · 18 years ago
  6. 9bfb1e1 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  7. ae92ce8 1. Remove condition on delete. by Jim Laskey · 19 years ago
  8. 12e9730 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  9. 0fc4541 Simplify target construction. by Chris Lattner · 19 years ago
  10. f3b5b92 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  11. f7db631 Sparc is big-endian. by Owen Anderson · 19 years ago
  12. 88812b5 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
  13. 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
  14. 3f9c179 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 20 years ago
  15. 6f95ab7 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 20 years ago
  16. 5259aa1 Enable LSR by default for SPARC: it is a clear win. by Chris Lattner · 20 years ago
  17. c75d5b0 add an option to turn on LSR. by Chris Lattner · 20 years ago
  18. 158e1f5 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 20 years ago