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
/
MC
/
MCSubtargetInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Store the passed in CPU name string so that it can be accessed later.
Eric Christopher
2015-01-26
1
-1
/
+2
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-7
/
+5
*
ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.
Eric Christopher
2014-05-06
1
-11
/
+6
*
Reverting r199886 (Prevent repetitive warnings for unrecognized processors an...
Artyom Skrobov
2014-01-25
1
-4
/
+7
*
Prevent repetitive warnings for unrecognized processors and features
Artyom Skrobov
2014-01-23
1
-7
/
+4
*
MC: Don't assume incoming StringRef's are null terminated.
Will Dietz
2013-10-13
1
-3
/
+1
*
Fix X86 subtarget to not overwrite the autodetected features by calling InitM...
Craig Topper
2013-09-18
1
-0
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Fix doxygen comment to match function name.
Craig Topper
2012-10-03
1
-1
/
+1
*
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
Andrew Trick
2012-09-18
1
-14
/
+15
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
1
-1
/
+1
*
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-18
1
-1
/
+9
*
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
1
-23
/
+14
*
InitMCProcessor
Andrew Trick
2012-09-17
1
-14
/
+15
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
1
-1
/
+1
*
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
1
-1
/
+9
*
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
1
-0
/
+6
*
Define MC data tables for the new scheduling machine model.
Andrew Trick
2012-09-14
1
-5
/
+5
*
Constify subtarget info properly so that we dont cast away the const in
Roman Divacky
2012-09-05
1
-3
/
+3
*
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
1
-14
/
+19
*
Tweak spelling.
Andrew Trick
2012-07-07
1
-2
/
+2
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
1
-2
/
+4
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-8
/
+11
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-0
/
+17
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
1
-8
/
+32
*
Add getFeatureBits to extract feature bits for a given CPU.
Evan Cheng
2011-07-02
1
-0
/
+8
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
1
-0
/
+44