| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Sparc] Add support for the partial write PSR instruction | Daniel Cederman | 2018-09-27 | 1 | -0/+1 |
* | [Sparc] Add support for the cycle counter available in GR740 | Daniel Cederman | 2018-08-27 | 1 | -0/+1 |
* | Revert "[Sparc] Add support for the cycle counter available in GR740" | Daniel Cederman | 2018-08-13 | 1 | -1/+0 |
* | [Sparc] Add support for the cycle counter available in GR740 | Daniel Cederman | 2018-08-13 | 1 | -0/+1 |
* | Revert "This pass, fixing an erratum in some LEON 2 processors..." | Daniel Cederman | 2018-04-20 | 1 | -1/+0 |
* | Add default values for member functions. | Richard Trieu | 2017-11-21 | 1 | -0/+2 |
* | [SPARC] Clean up the support for disabling fsmuld and fmuls instructions. | James Y Knight | 2017-07-20 | 1 | -2/+2 |
* | [SPARC] Add missing variable initialization after r308343. | James Y Knight | 2017-07-19 | 1 | -0/+1 |
* | [Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin... | Chris Dewhurst | 2016-10-19 | 1 | -0/+1 |
* | This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ... | Chris Dewhurst | 2016-10-10 | 1 | -0/+1 |
* | Revert "[Sparc] Leon errata fix passes." | James Y Knight | 2016-08-12 | 1 | -10/+1 |
* | [Sparc][Leon] Missed resetting option flags from check-in 278489. | Chris Dewhurst | 2016-08-12 | 1 | -0/+3 |
* | [Sparc][Leon] Errata fixes for various errata in different versions of the Le... | Chris Dewhurst | 2016-08-12 | 1 | -1/+0 |
* | [Sparc] Leon errata fix passes. | Chris Dewhurst | 2016-07-08 | 1 | -1/+8 |
* | [SPARC] Fixes for hardware errata on LEON processor. | Chris Dewhurst | 2016-06-19 | 1 | -0/+3 |
* | [Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction. | Chris Dewhurst | 2016-05-23 | 1 | -0/+1 |
* | [Sparc] Add Soft Float support | Chris Dewhurst | 2016-05-18 | 1 | -0/+1 |
* | [Sparc][LEON] Add LEON-specific CASA instruction. | Chris Dewhurst | 2016-05-16 | 1 | -0/+3 |
* | [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 | -1/+1 |
* | Update to use new name alignTo(). | Rui Ueyama | 2016-01-14 | 1 | -2/+2 |
* | Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r... | Daniel Sanders | 2015-09-15 | 1 | -1/+1 |
* | Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an... | Daniel Sanders | 2015-09-15 | 1 | -1/+1 |
* | Revert r247684 - Replace Triple with a new TargetTuple ... | Daniel Sanders | 2015-09-15 | 1 | -1/+1 |
* | Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. | Daniel Sanders | 2015-09-15 | 1 | -1/+1 |
* | [SPARC] Switch to the Machine Scheduler. | James Y Knight | 2015-09-10 | 1 | -0/+4 |
* | Revert "[SPARC] Switch to the Machine Scheduler." | James Y Knight | 2015-09-10 | 1 | -4/+0 |
* | [SPARC] Switch to the Machine Scheduler. | James Y Knight | 2015-09-10 | 1 | -0/+4 |
* | [SPARC] Fix stupid oversight in stack realignment support. | James Y Knight | 2015-08-26 | 1 | -1/+1 |
* | Remove getDataLayout() from TargetSelectionDAGInfo (had no users) | Mehdi Amini | 2015-07-09 | 1 | -1/+1 |
* | Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC... | Daniel Sanders | 2015-06-10 | 1 | -1/+1 |
* | Reuse a bunch of cached subtargets and remove getSubtarget calls | Eric Christopher | 2015-01-30 | 1 | -1/+1 |
* | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -28/+2 |
* | Move the various Subtarget dependent members down to the subtarget | Eric Christopher | 2014-06-26 | 1 | -10/+42 |
* | [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some | Chandler Carruth | 2014-04-22 | 1 | -2/+2 |
* | [Modules] Make Support/Debug.h modular. This requires it to not change | Chandler Carruth | 2014-04-21 | 1 | -0/+2 |
* | Clean up the Legal/Expand logic for SPARC popc. | Jakob Stoklund Olesen | 2014-01-26 | 1 | -0/+4 |
* | Only generate the popc instruction for SPARC CPUs that implement it. | Jakob Stoklund Olesen | 2014-01-26 | 1 | -1/+2 |
* | [Sparc] Add missing processor types: v7 and niagara | Venkatraman Govindaraju | 2014-01-11 | 1 | -7/+2 |
* | [Sparc] Add long double (f128) instructions to sparc backend. | Venkatraman Govindaraju | 2013-08-25 | 1 | -1/+2 |
* | Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., | Venkatraman Govindaraju | 2013-06-04 | 1 | -1/+1 |
* | [Sparc] Generate correct code for leaf functions with stack objects | Venkatraman Govindaraju | 2013-06-01 | 1 | -0/+28 |
* | 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/+2 |
* | 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 | -14/+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/+14 |