index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Sparc
/
SparcTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[TargetMachine] error message unsupported code model
Sjoerd Meijer
2019-05-22
1
-2
/
+2
*
[Sparc] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-9
/
+14
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-1
/
+1
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-1
/
+1
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-17
/
+41
*
[SPARC] Clean up the support for disabling fsmuld and fmuls instructions.
James Y Knight
2017-07-20
1
-8
/
+0
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-7
/
+7
*
[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...
Chris Dewhurst
2016-10-19
1
-0
/
+3
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
Revert "[Sparc] Leon errata fix passes."
James Y Knight
2016-08-12
1
-37
/
+16
*
[Sparc][Leon] Errata fixes for various errata in different versions of the Le...
Chris Dewhurst
2016-08-12
1
-2
/
+5
*
[Sparc] Leon errata fix passes.
Chris Dewhurst
2016-07-08
1
-16
/
+34
*
[SPARC] Fixes for hardware errata on LEON processor.
Chris Dewhurst
2016-06-19
1
-0
/
+12
*
[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.
Chris Dewhurst
2016-05-23
1
-2
/
+8
*
Test commit
Jacob Baungard Hansen
2016-05-23
1
-1
/
+0
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-5
/
+15
*
Trivial cleanups.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
[Sparc] Add Soft Float support
Chris Dewhurst
2016-05-18
1
-2
/
+36
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-13
/
+10
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-1
/
+1
*
[Sparc] Really add sparcel architecture support.
Douglas Katzman
2015-04-29
1
-12
/
+20
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-6
/
+5
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-0
/
+27
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-6
/
+2
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-2
/
+6
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-6
/
+2
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
1
-0
/
+2
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-0
/
+2
*
Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
Robin Morisset
2014-10-16
1
-0
/
+7
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-7
/
+0
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+7
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-7
/
+0
*
Move the various Subtarget dependent members down to the subtarget
Eric Christopher
2014-06-26
1
-31
/
+1
*
Have SparcSelectionDAGInfo take a DataLayout to initialize since
Eric Christopher
2014-06-26
1
-1
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-2
/
+2
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+1
*
Add stack alignment information for Sparc.
Rafael Espindola
2013-12-19
1
-0
/
+5
*
The preferred alignment defaults to the abi alignment. Omit if it is the same.
Rafael Espindola
2013-12-16
1
-3
/
+3
*
On DataLayout, omit the default of p:64:64:64.
Rafael Espindola
2013-12-16
1
-4
/
+2
[next]