1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  3. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  4. cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 18 years ago
  5. 57fc62c Another step forward in PPC64 JIT support: we now no-longer need stubs by Chris Lattner · 18 years ago
  6. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  7. ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 18 years ago
  8. 8fa05da Force 64-bit register availability in 64-bit mode. For real. by Chris Lattner · 18 years ago
  9. af89fa6 Remove the -darwin and -aix llc options, inferring darwinism and aixism from by Chris Lattner · 18 years ago
  10. 7c1fb5f Document the subtarget features better, make sure that 64-bit mode, 64-bit by Chris Lattner · 18 years ago
  11. a7a5854 Rename some subtarget features. A CPU now can *have* 64-bit instructions, by Chris Lattner · 18 years ago
  12. 94de9a8 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 18 years ago
  13. 5126984 Compile this: by Chris Lattner · 19 years ago
  14. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
  15. 9690979 add a note about how we should implement this FIXME from the legalizer: by Chris Lattner · 19 years ago
  16. 1d05cb4 add an option to generate completely non-pic code, corresponding to what by Chris Lattner · 19 years ago
  17. 6cee630 Allow itineraries to be passed through the Target Machine. by Jim Laskey · 19 years ago
  18. 581a8f7 Give full control of subtarget features over to table generated code. by Jim Laskey · 19 years ago
  19. 34bd5d5 Preparation of supporting scheduling info. Need to find info based on selected by Jim Laskey · 19 years ago
  20. 2224dcc Simplify this, matching changes in the tblgen emitter by Chris Lattner · 19 years ago
  21. f5fc2cb Plugin new subtarget backend into the build. by Jim Laskey · 19 years ago
  22. 9d2b817 Do the right thing and enable 64 bit regs under the control of a subtarget by Nate Begeman · 19 years ago
  23. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 19 years ago
  24. c98d823 On non-apple systems, when using -march=ppc32, do not print: by Chris Lattner · 19 years ago
  25. d401dff Add accessor for 64bit flag, so that we can tell when it is safe to by Nate Begeman · 19 years ago
  26. 839615a Add help support for -mcpu and -mattr. by Jim Laskey · 19 years ago
  27. 1e9de3e Decouple fsqrt from gpul optimizations, implementing fsqrt.ll. by Chris Lattner · 19 years ago
  28. b1e1180 by Jim Laskey · 19 years ago
  29. 3c304a3 Consolidate the GPOpt stuff to all use the Subtarget, instead of still by Chris Lattner · 19 years ago
  30. ba25365 Enable gp optimizations by default when available, even when a target triple by Chris Lattner · 19 years ago
  31. 8c00f8c Add Subtarget support to PowerPC. Next up, using it. by Nate Begeman · 19 years ago