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
/
utils
/
TableGen
/
SubtargetEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[TableGen] Simplify SubtargetEmitter
Javed Absar
2017-10-06
1
-8
/
+4
*
Cleanup some problems with LLVM_ENABLE_DUMP in release builds, and
Don Hinton
2017-09-27
1
-1
/
+1
*
Subtarget support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-5
/
+27
*
[tablegen] Avoid creating temporary strings
Alexander Shaposhnikov
2017-07-05
1
-6
/
+3
*
[TableGen] Improve Debug Output for --debug-only=subtarget-emitter NFCI
Joel Jones
2017-06-28
1
-0
/
+1
*
[TableGen] Adapt more places to getValueAsString now returning a StringRef in...
Craig Topper
2017-05-31
1
-8
/
+8
*
Fix comment typos.
Geoff Berry
2017-05-08
1
-1
/
+1
*
Improve machine schedulers for in-order processors
Javed Absar
2017-03-27
1
-0
/
+2
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-09
1
-13
/
+14
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-2
/
+2
*
Use StringRef in TableGen (NFC)
Mehdi Amini
2016-10-04
1
-2
/
+2
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-6
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-4
/
+2
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
Fix Clang-tidy modernize-use-bool-literals in generated Target code; other mi...
Eugene Zelenko
2016-05-17
1
-25
/
+37
*
[TableGen] Remove constant string argument from a method that's only called o...
Craig Topper
2016-02-14
1
-5
/
+5
*
[TableGen] Fix comment about 64-bit type I missed when I removed the underlyi...
Craig Topper
2016-02-13
1
-1
/
+1
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2016-02-13
1
-131
/
+104
*
No need to make the subtarget feature bit enum a uint64_t. This was a leftove...
Craig Topper
2016-02-13
1
-1
/
+1
*
[TableGen] Simplify some code slightly. No need to check if the arrays are em...
Craig Topper
2016-01-03
1
-18
/
+10
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-8
/
+9
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-4
/
+4
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-8
/
+7
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-4
/
+5
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-30
/
+27
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-27
/
+30
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-30
/
+27
*
Fix tablegen's PrintFatalError function to run registered file
James Y Knight
2015-05-11
1
-4
/
+2
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-27
/
+30
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-30
/
+27
*
Another set of missing raw_ostream.h. Still no functional change.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
TableGen: Use 'enum : uint64_t' for feature flags to fix -Wmicrosoft
Reid Kleckner
2015-03-09
1
-29
/
+16
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-36
/
+52
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-52
/
+36
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Tablegen scheduling models don't reference empty itineraries as of r216919, s...
Pete Cooper
2014-09-02
1
-4
/
+5
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-4
/
+4
*
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
2014-07-15
1
-0
/
+4
*
Move late partial-unrolling thresholds into the processor definitions
Hal Finkel
2014-05-08
1
-0
/
+1
*
Debug.h already includes raw_ostream.h, no need to include it again.
Eric Christopher
2014-05-07
1
-1
/
+0
*
ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.
Eric Christopher
2014-05-06
1
-12
/
+12
*
[C++11] Use 'nullptr' in tablegen output files.
Craig Topper
2014-04-30
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-6
/
+6
[prev]
[next]