Age | Commit message (Expand) | Author |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
2011-07-11 | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng |
2011-07-09 | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng |
2011-07-08 | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng |
2011-07-07 | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng |
2011-07-01 | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng |
2011-07-01 | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng |
2011-07-01 | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng |
2011-06-30 | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng |
2011-04-19 | Target/PPC: Kill off DarwinVers, which is now dead. | Daniel Dunbar |
2011-04-19 | Target/PPC: Add a TargetTriple field. | Daniel Dunbar |
2010-11-15 | add targetoperand flags for jump tables, constant pool and block address | Chris Lattner |
2010-08-04 | Use indirect calls in PowerPC JIT. | Torok Edwin |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2009-08-11 | eliminate asmflavor from subtarget, PPCTAI is the only client | Chris Lattner |
2009-08-05 | Remove some dead code. | Daniel Dunbar |
2009-08-02 | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-12-05 | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng |
2008-12-04 | Temporarily revert r60519. It was causing a bootstrap failure: | Bill Wendling |
2008-12-04 | Visibility hidden GVs do not require extra load of symbol address from the GO... | Evan Cheng |
2008-05-23 | Add a missed CommonLinkage check. | Dale Johannesen |
2008-02-15 | Cosmetics. | Dale Johannesen |
2008-02-15 | Remove warning about 64-bit code on processor | Dale Johannesen |
2008-02-14 | Rewrite tblgen handling of subtarget features so | Dale Johannesen |
2008-01-08 | Use size_t to store Pos, avoid truncating value | Duncan Sands |
2008-01-02 | leopard and above support alignment for common symbols. | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
2007-01-16 | Instead of yet another enum indicating the "assembly language flavor", | Bill Wendling |
2006-12-11 | Another step forward in PPC64 JIT support: we now no-longer need stubs | Chris Lattner |
2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
2006-07-15 | Remove what little AIX support we have. It has never been tested and isn't | Chris Lattner |
2006-06-16 | Force 64-bit register availability in 64-bit mode. For real. | Chris Lattner |
2006-06-16 | Remove the -darwin and -aix llc options, inferring darwinism and aixism from | Chris Lattner |
2006-06-16 | Document the subtarget features better, make sure that 64-bit mode, 64-bit | Chris Lattner |
2006-06-16 | Rename some subtarget features. A CPU now can *have* 64-bit instructions, | Chris Lattner |
2006-06-16 | First baby step towards ppc64 support. This adds a new -march=ppc64 backend | Chris Lattner |
2006-03-01 | Compile this: | Chris Lattner |
2006-02-22 | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng |
2006-01-28 | add a note about how we should implement this FIXME from the legalizer: | Chris Lattner |
2005-11-17 | add an option to generate completely non-pic code, corresponding to what | Chris Lattner |
2005-11-01 | Allow itineraries to be passed through the Target Machine. | Jim Laskey |
2005-10-26 | Give full control of subtarget features over to table generated code. | Jim Laskey |
2005-10-25 | Preparation of supporting scheduling info. Need to find info based on selected | Jim Laskey |
2005-10-23 | Simplify this, matching changes in the tblgen emitter | Chris Lattner |
2005-10-21 | Plugin new subtarget backend into the build. | Jim Laskey |
2005-10-18 | Do the right thing and enable 64 bit regs under the control of a subtarget | Nate Begeman |