1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. c1968ba [Sparc] Add support for the partial write PSR instruction by Daniel Cederman · 7 years ago
  3. 2739596 [Sparc] Add support for the cycle counter available in GR740 by Daniel Cederman · 7 years ago
  4. dc3e4c6 Revert "[Sparc] Add support for the cycle counter available in GR740" by Daniel Cederman · 7 years ago
  5. 1bfbc62 [Sparc] Add support for the cycle counter available in GR740 by Daniel Cederman · 7 years ago
  6. 4557178 Revert "This pass, fixing an erratum in some LEON 2 processors..." by Daniel Cederman · 8 years ago
  7. 9596bdb Add default values for member functions. by Richard Trieu · 8 years ago
  8. bb76d48 [SPARC] Clean up the support for disabling fsmuld and fmuls instructions. by James Y Knight · 8 years ago
  9. 0e4ce61 [SPARC] Add missing variable initialization after r308343. by James Y Knight · 8 years ago
  10. 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
  11. 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
  12. 2cc9da9 Revert "[Sparc] Leon errata fix passes." by James Y Knight · 9 years ago
  13. 5247af2 [Sparc][Leon] Missed resetting option flags from check-in 278489. by Chris Dewhurst · 9 years ago
  14. 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
  15. 3202f06 [Sparc] Leon errata fix passes. by Chris Dewhurst · 9 years ago
  16. 0c1e002 [SPARC] Fixes for hardware errata on LEON processor. by Chris Dewhurst · 9 years ago
  17. 4f7cac3 [Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction. by Chris Dewhurst · 9 years ago
  18. 68388a0 [Sparc] Add Soft Float support by Chris Dewhurst · 9 years ago
  19. 7d8412f [Sparc][LEON] Add LEON-specific CASA instruction. by Chris Dewhurst · 9 years ago
  20. e3b8645 [Sparc][LEON] Add UMAC and SMAC instruction support for Sparc LEON subtargets by Chris Dewhurst · 9 years ago
  21. ef31eaf [Sparc] Constification of TargetMachine arguments by James Y Knight · 10 years ago
  22. 33571e2 [SPARC] [SSP] Add support for LOAD_STACK_GUARD. by Marcin Koscielnicki · 10 years ago
  23. da00f2f Update to use new name alignTo(). by Rui Ueyama · 10 years ago
  24. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  25. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  26. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  27. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  28. 1f3e6af [SPARC] Switch to the Machine Scheduler. by James Y Knight · 10 years ago
  29. 221885c Revert "[SPARC] Switch to the Machine Scheduler." by James Y Knight · 10 years ago
  30. 8a772cf [SPARC] Switch to the Machine Scheduler. by James Y Knight · 10 years ago
  31. 3602286 [SPARC] Fix stupid oversight in stack realignment support. by James Y Knight · 10 years ago
  32. 157e5a6 Remove getDataLayout() from TargetSelectionDAGInfo (had no users) by Mehdi Amini · 10 years ago
  33. a73f1fd Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC. by Daniel Sanders · 10 years ago
  34. f5e9406 Reuse a bunch of cached subtargets and remove getSubtarget calls by Eric Christopher · 11 years ago
  35. 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
  36. ca38fdc Move the various Subtarget dependent members down to the subtarget by Eric Christopher · 11 years ago
  37. d174b72 [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some by Chandler Carruth · 12 years ago
  38. e96dd89 [Modules] Make Support/Debug.h modular. This requires it to not change by Chandler Carruth · 12 years ago
  39. 6f39ce4 Clean up the Legal/Expand logic for SPARC popc. by Jakob Stoklund Olesen · 12 years ago
  40. ead3b3d Only generate the popc instruction for SPARC CPUs that implement it. by Jakob Stoklund Olesen · 12 years ago
  41. a66b314 [Sparc] Add missing processor types: v7 and niagara by Venkatraman Govindaraju · 12 years ago
  42. 35e0c38 [Sparc] Add long double (f128) instructions to sparc backend. by Venkatraman Govindaraju · 12 years ago
  43. a54533ed Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., by Venkatraman Govindaraju · 12 years ago
  44. 3521dcd [Sparc] Generate correct code for leaf functions with stack objects by Venkatraman Govindaraju · 12 years ago
  45. 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
  46. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  47. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  48. bc153d4 Next round of MC refactoring. This patch factor MC table instantiations, MC by Evan Cheng · 14 years ago
  49. c5e6d2f - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo by Evan Cheng · 14 years ago
  50. 91111d2 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 14 years ago
  51. 4d1ca96 Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
  52. 1a72add6 Compute feature bits at time of MCSubtargetInfo initialization. by Evan Cheng · 14 years ago
  53. c9c090d Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. by Evan Cheng · 14 years ago
  54. 0d639a2 Rename TargetSubtarget to TargetSubtargetInfo for consistency. by Evan Cheng · 14 years ago
  55. 54b68e3 - Added MCSubtargetInfo to capture subtarget features and scheduling by Evan Cheng · 14 years ago
  56. fe6e405 Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  57. 8228b11 add support for the sparcv9-*-* target triple to turn on by Chris Lattner · 16 years ago
  58. 31b44e8 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  59. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  60. aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  61. 158e1f5 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 20 years ago