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
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-10-09
1
-0
/
+25
*
Revert "[System Model] [TTI] Update cache and prefetch TTI interfaces"
David Greene
2019-07-10
1
-25
/
+0
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-07-10
1
-0
/
+25
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-1
/
+1
*
Add --print-supported-cpus flag for clang.
Ziang Wan
2019-06-14
1
-1
/
+34
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-0
/
+17
*
[Subtarget] Merge ProcSched and ProcDesc arrays in MCSubtargetInfo into a sin...
Craig Topper
2019-03-05
1
-12
/
+8
*
[Subtarget] Create a separate SubtargetSubtargetKV struct for ProcDesc to rem...
Craig Topper
2019-03-05
1
-8
/
+10
*
[Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV from SubtargetFeature.h t...
Craig Topper
2019-03-05
1
-6
/
+159
*
[SubtargetFeatures] Add operator< for comparing SubtargetInfoKV objects. NFCI
Craig Topper
2019-03-04
1
-4
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MC] fix documentation comments; NFC
Sanjay Patel
2018-03-22
1
-5
/
+0
*
Typo: const MCSchedModel SchedModel -> const MCSchedModel &SchedModel
Krzysztof Parzyszek
2017-09-27
1
-1
/
+1
*
Subtarget support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-0
/
+12
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-08
1
-3
/
+6
*
(NFC) Change SubtargetFeatures::ToggleFeature and
Artyom Skrobov
2016-01-05
1
-4
/
+2
*
Use an ArrayRef to simplify repeated calculation of the array end. NFC
Craig Topper
2016-01-03
1
-5
/
+6
*
[ARM] Introduce subtarget features per ARM architecture.
Bradley Smith
2015-11-16
1
-2
/
+2
*
Use std::begin/end and std::is_sorted to simplify some code. NFC
Craig Topper
2015-10-17
1
-7
/
+6
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-3
/
+3
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-3
/
+3
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-3
/
+3
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-3
/
+3
*
MC: Only allow changing feature bits in MCSubtargetInfo
Duncan P. N. Exon Smith
2015-07-10
1
-5
/
+12
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-15
/
+5
*
MC: Remove MCSubtargetInfo::InitCPUSched()
Duncan P. N. Exon Smith
2015-07-10
1
-5
/
+0
*
MC: Remove the copy of MCSchedModel in MCSubtargetInfo
Duncan P. N. Exon Smith
2015-07-10
1
-6
/
+5
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-11
/
+6
*
[ARM] Add knowledge of FPU subtarget features to TargetParser
John Brawn
2015-06-05
1
-0
/
+5
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-2
/
+7
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-7
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-2
/
+7
*
Don't print an error message when looking up the scheduling model if user spe...
Craig Topper
2015-04-02
1
-3
/
+4
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-7
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-2
/
+7
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-7
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-2
/
+7
*
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
[next]