- bb76d48 [SPARC] Clean up the support for disabling fsmuld and fmuls instructions. by James Y Knight · 8 years ago
- 0e4ce61 [SPARC] Add missing variable initialization after r308343. by James Y Knight · 8 years ago
- 2c3cdd6 [Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving rounding mode changes and issues an appropriate user error message. by Chris Dewhurst · 9 years ago
- 8501312 This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV instruction is not issued, but replaced by SDIVcc instead, which does not exhibit the error. Unit test included. by Chris Dewhurst · 9 years ago
- 2cc9da9 Revert "[Sparc] Leon errata fix passes." by James Y Knight · 9 years ago
- 5247af2 [Sparc][Leon] Missed resetting option flags from check-in 278489. by Chris Dewhurst · 9 years ago
- 829f8ef [Sparc][Leon] Errata fixes for various errata in different versions of the Leon variants of the Sparc 32 bit processor. by Chris Dewhurst · 9 years ago
- 3202f06 [Sparc] Leon errata fix passes. by Chris Dewhurst · 9 years ago
- 0c1e002 [SPARC] Fixes for hardware errata on LEON processor. by Chris Dewhurst · 9 years ago
- 4f7cac3 [Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction. by Chris Dewhurst · 9 years ago
- 68388a0 [Sparc] Add Soft Float support by Chris Dewhurst · 9 years ago
- 7d8412f [Sparc][LEON] Add LEON-specific CASA instruction. by Chris Dewhurst · 9 years ago
- e3b8645 [Sparc][LEON] Add UMAC and SMAC instruction support for Sparc LEON subtargets by Chris Dewhurst · 9 years ago
- ef31eaf [Sparc] Constification of TargetMachine arguments by James Y Knight · 10 years ago
- 33571e2 [SPARC] [SSP] Add support for LOAD_STACK_GUARD. by Marcin Koscielnicki · 10 years ago
- da00f2f Update to use new name alignTo(). by Rui Ueyama · 10 years ago
- 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
- 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- 1f3e6af [SPARC] Switch to the Machine Scheduler. by James Y Knight · 10 years ago
- 221885c Revert "[SPARC] Switch to the Machine Scheduler." by James Y Knight · 10 years ago
- 8a772cf [SPARC] Switch to the Machine Scheduler. by James Y Knight · 10 years ago
- 3602286 [SPARC] Fix stupid oversight in stack realignment support. by James Y Knight · 10 years ago
- 157e5a6 Remove getDataLayout() from TargetSelectionDAGInfo (had no users) by Mehdi Amini · 10 years ago
- a73f1fd Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC. by Daniel Sanders · 10 years ago
- f5e9406 Reuse a bunch of cached subtargets and remove getSubtarget calls by Eric Christopher · 11 years ago
- 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
- ca38fdc Move the various Subtarget dependent members down to the subtarget by Eric Christopher · 11 years ago
- d174b72 [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some by Chandler Carruth · 12 years ago
- e96dd89 [Modules] Make Support/Debug.h modular. This requires it to not change by Chandler Carruth · 12 years ago
- 6f39ce4 Clean up the Legal/Expand logic for SPARC popc. by Jakob Stoklund Olesen · 12 years ago
- ead3b3d Only generate the popc instruction for SPARC CPUs that implement it. by Jakob Stoklund Olesen · 12 years ago
- a66b314 [Sparc] Add missing processor types: v7 and niagara by Venkatraman Govindaraju · 12 years ago
- 35e0c38 [Sparc] Add long double (f128) instructions to sparc backend. by Venkatraman Govindaraju · 12 years ago
- a54533ed Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., by Venkatraman Govindaraju · 12 years ago
- 3521dcd [Sparc] Generate correct code for leaf functions with stack objects by Venkatraman Govindaraju · 12 years ago
- b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 14 years ago
- a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
- 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
- bc153d4 Next round of MC refactoring. This patch factor MC table instantiations, MC by Evan Cheng · 14 years ago
- c5e6d2f - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo by Evan Cheng · 14 years ago
- 91111d2 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 14 years ago
- 4d1ca96 Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
- 1a72add6 Compute feature bits at time of MCSubtargetInfo initialization. by Evan Cheng · 14 years ago
- c9c090d Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. by Evan Cheng · 14 years ago
- 0d639a2 Rename TargetSubtarget to TargetSubtargetInfo for consistency. by Evan Cheng · 14 years ago
- 54b68e3 - Added MCSubtargetInfo to capture subtarget features and scheduling by Evan Cheng · 14 years ago
- fe6e405 Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
- 8228b11 add support for the sparcv9-*-* target triple to turn on by Chris Lattner · 16 years ago
- 31b44e8 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
- 158e1f5 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 20 years ago