| Commit message (Expand) | Author | Age | Files | Lines |
* | Use indirect calls in PowerPC JIT. | Torok Edwin | 2010-08-04 | 1 | -0/+4 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -1/+1 |
* | eliminate asmflavor from subtarget, PPCTAI is the only client | Chris Lattner | 2009-08-11 | 1 | -5/+1 |
* | Remove some dead code. | Daniel Dunbar | 2009-08-05 | 1 | -9/+0 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -7/+6 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+1 |
* | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng | 2008-12-05 | 1 | -3/+6 |
* | Temporarily revert r60519. It was causing a bootstrap failure: | Bill Wendling | 2008-12-04 | 1 | -3/+1 |
* | Visibility hidden GVs do not require extra load of symbol address from the GO... | Evan Cheng | 2008-12-04 | 1 | -1/+3 |
* | Add a missed CommonLinkage check. | Dale Johannesen | 2008-05-23 | 1 | -0/+1 |
* | Cosmetics. | Dale Johannesen | 2008-02-15 | 1 | -6/+3 |
* | Remove warning about 64-bit code on processor | Dale Johannesen | 2008-02-15 | 1 | -4/+0 |
* | Rewrite tblgen handling of subtarget features so | Dale Johannesen | 2008-02-14 | 1 | -0/+1 |
* | Use size_t to store Pos, avoid truncating value | Duncan Sands | 2008-01-08 | 1 | -1/+1 |
* | leopard and above support alignment for common symbols. | Chris Lattner | 2008-01-02 | 1 | -7/+19 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -1/+1 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
* | Instead of yet another enum indicating the "assembly language flavor", | Bill Wendling | 2007-01-16 | 1 | -0/+3 |
* | Another step forward in PPC64 JIT support: we now no-longer need stubs | Chris Lattner | 2006-12-11 | 1 | -4/+34 |
* | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -5/+4 |
* | Remove what little AIX support we have. It has never been tested and isn't | Chris Lattner | 2006-07-15 | 1 | -6/+1 |
* | Force 64-bit register availability in 64-bit mode. For real. | Chris Lattner | 2006-06-16 | 1 | -2/+2 |
* | Remove the -darwin and -aix llc options, inferring darwinism and aixism from | Chris Lattner | 2006-06-16 | 1 | -15/+3 |
* | Document the subtarget features better, make sure that 64-bit mode, 64-bit | Chris Lattner | 2006-06-16 | 1 | -0/+21 |
* | Rename some subtarget features. A CPU now can *have* 64-bit instructions, | Chris Lattner | 2006-06-16 | 1 | -2/+2 |
* | First baby step towards ppc64 support. This adds a new -march=ppc64 backend | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | Compile this: | Chris Lattner | 2006-03-01 | 1 | -0/+1 |
* | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng | 2006-02-22 | 1 | -7/+1 |
* | add a note about how we should implement this FIXME from the legalizer: | Chris Lattner | 2006-01-28 | 1 | -1/+1 |
* | add an option to generate completely non-pic code, corresponding to what | Chris Lattner | 2005-11-17 | 1 | -0/+6 |
* | Allow itineraries to be passed through the Target Machine. | Jim Laskey | 2005-11-01 | 1 | -0/+1 |
* | Give full control of subtarget features over to table generated code. | Jim Laskey | 2005-10-26 | 1 | -9/+12 |
* | Preparation of supporting scheduling info. Need to find info based on selected | Jim Laskey | 2005-10-25 | 1 | -3/+4 |
* | Simplify this, matching changes in the tblgen emitter | Chris Lattner | 2005-10-23 | 1 | -9/+0 |
* | Plugin new subtarget backend into the build. | Jim Laskey | 2005-10-21 | 1 | -58/+13 |
* | Do the right thing and enable 64 bit regs under the control of a subtarget | Nate Begeman | 2005-10-18 | 1 | -0/+3 |
* | Rename PowerPC*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -2/+2 |
* | On non-apple systems, when using -march=ppc32, do not print: | Chris Lattner | 2005-09-07 | 1 | -1/+1 |
* | Add accessor for 64bit flag, so that we can tell when it is safe to | Nate Begeman | 2005-09-06 | 1 | -0/+1 |
* | Add help support for -mcpu and -mattr. | Jim Laskey | 2005-09-02 | 1 | -21/+27 |
* | Decouple fsqrt from gpul optimizations, implementing fsqrt.ll. | Chris Lattner | 2005-09-02 | 1 | -7/+4 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -10/+82 |
* | Consolidate the GPOpt stuff to all use the Subtarget, instead of still | Chris Lattner | 2005-08-05 | 1 | -10/+27 |
* | Enable gp optimizations by default when available, even when a target triple | Chris Lattner | 2005-08-05 | 1 | -0/+3 |
* | Add Subtarget support to PowerPC. Next up, using it. | Nate Begeman | 2005-08-04 | 1 | -0/+54 |