1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 8c1e6a1 long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 17 years ago
  3. 87bdba6 The various "getModuleMatchQuality" implementations should return by Chris Lattner · 17 years ago
  4. fde1b3b 1. Remove condition on delete. by Jim Laskey · 18 years ago
  5. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  6. c4fa386 Simplify target construction. by Chris Lattner · 18 years ago
  7. 16c7fe5 Fix target matching weights, so that ppc-darwin modules are codegen with the by Chris Lattner · 18 years ago
  8. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  9. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 18 years ago
  10. 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
  11. 957e167 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 18 years ago
  12. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 18 years ago
  13. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  14. badf0d9 by Duraid Madina · 19 years ago
  15. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 19 years ago
  16. c5f2470 click click by Duraid Madina · 19 years ago
  17. 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
  18. 21687e8 ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (and by Duraid Madina · 19 years ago
  19. f2db9b8 DAG->DAG instruction selection for ia64! "hello world" works, not much else. by Duraid Madina · 19 years ago
  20. b1e1180 by Jim Laskey · 19 years ago
  21. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 19 years ago
  22. 7847fca Convert tabs to spaces by Misha Brukman · 19 years ago
  23. 4633f1c Remove trailing whitespace by Misha Brukman · 19 years ago
  24. 9b9d45f and so it begins... by Duraid Madina · 19 years ago