1. edb9d84 add targetoperand flags for jump tables, constant pool and block address by Chris Lattner · 15 years ago
  2. 31e90d2 Use indirect calls in PowerPC JIT. by Torok Edwin · 15 years ago
  3. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  4. e655521 eliminate asmflavor from subtarget, PPCTAI is the only client by Chris Lattner · 16 years ago
  5. 4cc1fef Remove some dead code. by Daniel Dunbar · 16 years ago
  6. 31b44e8 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  7. 906152a Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
  8. 2a03c7e Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit more complicate than I expected. Both declarations and weak definitions still need a stub indirection. However, the stubs are in data section and they contain the addresses of the actual symbols. by Evan Cheng · 17 years ago
  9. 6949f61 Temporarily revert r60519. It was causing a bootstrap failure: by Bill Wendling · 17 years ago
  10. 011c4fa Visibility hidden GVs do not require extra load of symbol address from the GOT or non-lazy-ptr. by Evan Cheng · 17 years ago
  11. 002e554 Add a missed CommonLinkage check. by Dale Johannesen · 17 years ago
  12. 2e01912 Cosmetics. by Dale Johannesen · 18 years ago
  13. 67b818f Remove warning about 64-bit code on processor by Dale Johannesen · 18 years ago
  14. 6ca3ccf Rewrite tblgen handling of subtarget features so by Dale Johannesen · 18 years ago
  15. bb956ca Use size_t to store Pos, avoid truncating value by Duncan Sands · 18 years ago
  16. dcbc0f3 leopard and above support alignment for common symbols. by Chris Lattner · 18 years ago
  17. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  18. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  19. 5301e7c For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  20. c7b2ab9 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 19 years ago
  21. f4646a7 Another step forward in PPC64 JIT support: we now no-longer need stubs by Chris Lattner · 19 years ago
  22. 9bfb1e1 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  23. e1758d4 Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 19 years ago
  24. 61d7031 Force 64-bit register availability in 64-bit mode. For real. by Chris Lattner · 19 years ago
  25. a7d9db2 Remove the -darwin and -aix llc options, inferring darwinism and aixism from by Chris Lattner · 19 years ago
  26. 16682ff Document the subtarget features better, make sure that 64-bit mode, 64-bit by Chris Lattner · 19 years ago
  27. a35f306 Rename some subtarget features. A CPU now can *have* 64-bit instructions, by Chris Lattner · 19 years ago
  28. 0c4aa14 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 19 years ago
  29. 27f5345 Compile this: by Chris Lattner · 20 years ago
  30. 73136df - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 20 years ago
  31. 0c7b466 add a note about how we should implement this FIXME from the legalizer: by Chris Lattner · 20 years ago
  32. 3570cf4 add an option to generate completely non-pic code, corresponding to what by Chris Lattner · 20 years ago
  33. 802748c Allow itineraries to be passed through the Target Machine. by Jim Laskey · 20 years ago
  34. a2b5235 Give full control of subtarget features over to table generated code. by Jim Laskey · 20 years ago
  35. db4621a Preparation of supporting scheduling info. Need to find info based on selected by Jim Laskey · 20 years ago
  36. d36c348 Simplify this, matching changes in the tblgen emitter by Chris Lattner · 20 years ago
  37. 9ed9032 Plugin new subtarget backend into the build. by Jim Laskey · 20 years ago
  38. e74dfbb Do the right thing and enable 64 bit regs under the control of a subtarget by Nate Begeman · 20 years ago
  39. bfca1ab Rename PowerPC*.h to PPC*.h by Chris Lattner · 20 years ago
  40. 5ea0ee7 On non-apple systems, when using -march=ppc32, do not print: by Chris Lattner · 20 years ago
  41. 2dded83 Add accessor for 64bit flag, so that we can tell when it is safe to by Nate Begeman · 20 years ago
  42. 27d628d Add help support for -mcpu and -mattr. by Jim Laskey · 20 years ago
  43. aa3b1fc Decouple fsqrt from gpul optimizations, implementing fsqrt.ll. by Chris Lattner · 20 years ago
  44. 19058c3 by Jim Laskey · 20 years ago
  45. 983a415 Consolidate the GPOpt stuff to all use the Subtarget, instead of still by Chris Lattner · 20 years ago
  46. 431b8d8 Enable gp optimizations by default when available, even when a target triple by Chris Lattner · 20 years ago
  47. 3bcfcd9 Add Subtarget support to PowerPC. Next up, using it. by Nate Begeman · 20 years ago