| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PPC 440 scheduler and some associated tests | Hal Finkel | 2011-10-17 | 1 | -0/+1 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -16/+0 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -1/+1 |
* | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 1 | -0/+15 |
* | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 1 | -1/+2 |
* | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 1 | -2/+2 |
* | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
* | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
* | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng | 2011-07-01 | 1 | -2/+11 |
* | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -5/+8 |
* | Target/PPC: Kill off DarwinVers, which is now dead. | Daniel Dunbar | 2011-04-19 | 1 | -14/+0 |
* | Target/PPC: Add a TargetTriple field. | Daniel Dunbar | 2011-04-19 | 1 | -1/+2 |
* | add targetoperand flags for jump tables, constant pool and block address | Chris Lattner | 2010-11-15 | 1 | -1/+1 |
* | 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 |