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
/
include
/
llvm
/
MC
/
MCSubtargetInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-10-09
1
-0
/
+44
*
[TableGen] Support encoding per-HwMode
James Molloy
2019-09-19
1
-0
/
+2
*
Revert "[System Model] [TTI] Update cache and prefetch TTI interfaces"
David Greene
2019-07-10
1
-44
/
+0
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-07-10
1
-0
/
+44
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-0
/
+4
*
[Subtarget] Merge ProcSched and ProcDesc arrays in MCSubtargetInfo into a sin...
Craig Topper
2019-03-05
1
-20
/
+1
*
[Subtarget] Create a separate SubtargetSubtargetKV struct for ProcDesc to rem...
Craig Topper
2019-03-05
1
-2
/
+20
*
[Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV from SubtargetFeature.h t...
Craig Topper
2019-03-05
1
-0
/
+38
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-5
/
+0
*
[MC][X86] Correctly model additional operand latency caused by transfer delay...
Andrea Di Biagio
2019-01-23
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[RFC][Patch 2/3] Add a MCSubtargetInfo hook to resolve variant scheduling cla...
Andrea Di Biagio
2018-05-25
1
-0
/
+7
*
[MC] Remove MachineInstr reference in MC layer (PR37160)
Simon Pilgrim
2018-04-23
1
-5
/
+0
*
[MC] fix documentation comments; NFC
Sanjay Patel
2018-03-22
1
-27
/
+13
*
Subtarget support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-0
/
+4
*
[MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-04-26
1
-4
/
+4
*
[ARM] Add hardware build attributes in assembler
Oliver Stannard
2017-04-18
1
-0
/
+4
*
Fix missing virtual destructor to silence build warning.
Nirav Dave
2017-04-14
1
-0
/
+2
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-0
/
+11
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-08
1
-9
/
+12
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-0
/
+1
*
[ARM] Introduce subtarget features per ARM architecture.
Bradley Smith
2015-11-16
1
-2
/
+3
*
Use binary search in isCPUStringValid since the array is sorted.
Craig Topper
2015-10-17
1
-5
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-7
/
+6
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-6
/
+7
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-7
/
+6
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-6
/
+7
*
MC: Only allow changing feature bits in MCSubtargetInfo
Duncan P. N. Exon Smith
2015-07-10
1
-2
/
+12
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-8
/
+9
*
MC: Remove MCSubtargetInfo::InitCPUSched()
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+0
*
MC: Remove the copy of MCSchedModel in MCSubtargetInfo
Duncan P. N. Exon Smith
2015-07-10
1
-5
/
+4
*
MC: Make MCSubtargetInfo::isCPUStringValid() const, NFC
Duncan P. N. Exon Smith
2015-07-08
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-7
/
+4
*
Recommit "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).
Toma Tabacu
2015-06-09
1
-1
/
+3
*
[ARM] Add knowledge of FPU subtarget features to TargetParser
John Brawn
2015-06-05
1
-0
/
+4
*
Revert "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).
Toma Tabacu
2015-06-05
1
-3
/
+1
*
[mips] [IAS] Restore STI.FeatureBits in .set pop.
Toma Tabacu
2015-06-05
1
-1
/
+3
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-6
/
+10
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-10
/
+6
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-6
/
+10
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-10
/
+6
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-6
/
+10
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-10
/
+6
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-6
/
+10
*
Store the passed in CPU name string so that it can be accessed later.
Eric Christopher
2015-01-26
1
-0
/
+6
*
Change the name to be in style.
Roman Divacky
2014-12-03
1
-1
/
+1
*
Introduce CPUStringIsValid() into MCSubtargetInfo and use it for ARM .cpu par...
Roman Divacky
2014-12-02
1
-0
/
+9
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-3
/
+3
[next]