| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "This pass, fixing an erratum in some LEON 2 processors..." | Daniel Cederman | 2018-04-20 | 1 | -2/+0 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Move TargetFrameLowering.h to CodeGen where it's implemented | David Blaikie | 2017-11-03 | 1 | -1/+1 |
| * | [SPARC] Clean up the support for disabling fsmuld and fmuls instructions. | James Y Knight | 2017-07-20 | 1 | -4/+4 |
| * | [Sparc] Added software multiplication/division feature | James Y Knight | 2017-07-18 | 1 | -0/+2 |
| * | [Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin... | Chris Dewhurst | 2016-10-19 | 1 | -0/+2 |
| * | This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ... | Chris Dewhurst | 2016-10-10 | 1 | -0/+2 |
| * | Revert "[Sparc] Leon errata fix passes." | James Y Knight | 2016-08-12 | 1 | -20/+2 |
| * | [Sparc][Leon] Errata fixes for various errata in different versions of the Le... | Chris Dewhurst | 2016-08-12 | 1 | -2/+4 |
| * | [Sparc] Leon errata fix passes. | Chris Dewhurst | 2016-07-08 | 1 | -2/+18 |
| * | [SPARC] Fixes for hardware errata on LEON processor. | Chris Dewhurst | 2016-06-19 | 1 | -0/+6 |
| * | [Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction. | Chris Dewhurst | 2016-05-23 | 1 | -0/+2 |
| * | [Sparc] Add Soft Float support | Chris Dewhurst | 2016-05-18 | 1 | -0/+2 |
| * | [Sparc][LEON] Add LEON-specific CASA instruction. | Chris Dewhurst | 2016-05-16 | 1 | -2/+9 |
| * | [Sparc][LEON] Add UMAC and SMAC instruction support for Sparc LEON subtargets | Chris Dewhurst | 2016-05-09 | 1 | -0/+2 |
| * | [Sparc] Constification of TargetMachine arguments | James Y Knight | 2016-05-03 | 1 | -1/+1 |
| * | [SPARC] [SSP] Add support for LOAD_STACK_GUARD. | Marcin Koscielnicki | 2016-04-26 | 1 | -0/+3 |
| * | [Sparc] This provides support for itineraries on Sparc. | Chris Dewhurst | 2016-04-22 | 1 | -0/+2 |
| * | Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code... | Benjamin Kramer | 2016-01-27 | 1 | -4/+4 |
| * | [SPARC] Switch to the Machine Scheduler. | James Y Knight | 2015-09-10 | 1 | -1/+2 |
| * | Revert "[SPARC] Switch to the Machine Scheduler." | James Y Knight | 2015-09-10 | 1 | -2/+1 |
| * | [SPARC] Switch to the Machine Scheduler. | James Y Knight | 2015-09-10 | 1 | -1/+2 |
| * | Remove getDataLayout() from TargetSelectionDAGInfo (had no users) | Mehdi Amini | 2015-07-09 | 1 | -3/+3 |
| * | Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC... | Daniel Sanders | 2015-06-10 | 1 | -1/+1 |
| * | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -2/+0 |
| * | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 1 | -3/+0 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -0/+3 |
| * | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 1 | -3/+0 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -7/+13 |
| * | Move the various Subtarget dependent members down to the subtarget | Eric Christopher | 2014-06-26 | 1 | -1/+25 |
| * | [Sparc] Add VIS instructions to sparc backend. | Venkatraman Govindaraju | 2014-03-02 | 1 | -1/+3 |
| * | Only generate the popc instruction for SPARC CPUs that implement it. | Jakob Stoklund Olesen | 2014-01-26 | 1 | -0/+2 |
| * | Move Sparc's getDataLayout out of line and add comments. | Rafael Espindola | 2013-12-11 | 1 | -9/+0 |
| * | [Sparc] Add long double (f128) instructions to sparc backend. | Venkatraman Govindaraju | 2013-08-25 | 1 | -0/+2 |
| * | Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., | Venkatraman Govindaraju | 2013-06-04 | 1 | -4/+4 |
| * | [Sparc] Generate correct code for leaf functions with stack objects | Venkatraman Govindaraju | 2013-06-01 | 1 | -0/+6 |
| * | SPARC v9 stack pointer bias. | Jakob Stoklund Olesen | 2013-04-06 | 1 | -0/+6 |
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
| * | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+1 |
| * | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 1 | -1/+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 | -2/+2 |
| * | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng | 2011-07-01 | 1 | -1/+4 |
| * | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -3/+3 |
| * | add support for the sparcv9-*-* target triple to turn on | Chris Lattner | 2010-02-04 | 1 | -2/+14 |
| * | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -3/+2 |
| * | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -2/+3 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner | 2006-02-05 | 1 | -0/+42 |