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
*
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
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-1
/
+1
*
Mark the x86 machine model as incomplete. PR17367.
Andrew Trick
2013-09-25
1
-0
/
+5
*
Support BufferSize on ProcResGroup for unified MOp schedulers.
Andrew Trick
2013-06-15
1
-5
/
+1
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-10
/
+7
*
SubtargetEmitter fix
Arnold Schwaighofer
2013-06-05
1
-1
/
+1
*
Revert series of sched model patches until I figure out what is going on.
Arnold Schwaighofer
2013-06-04
1
-1
/
+1
*
SubtargetEmitter fix
Arnold Schwaighofer
2013-06-04
1
-1
/
+1
*
Machine model: Generate table entries for super-resources.
Andrew Trick
2013-04-23
1
-14
/
+23
*
Machine model: rewrite a tablegen loop to avoid comparing record pointers.
Andrew Trick
2013-04-23
1
-8
/
+4
*
TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.
Andrew Trick
2013-03-26
1
-1
/
+16
*
Machine model. Allow mixed itinerary classes and SchedRW lists.
Andrew Trick
2013-03-16
1
-43
/
+35
*
Fix r177112: Add ProcResGroup.
Andrew Trick
2013-03-14
1
-1
/
+3
*
MachineModel: Add a ProcResGroup class.
Andrew Trick
2013-03-14
1
-12
/
+75
*
MIsched machine model: tablegen subtarget emitter improvement.
Andrew Trick
2013-03-01
1
-1
/
+14
*
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
1
-0
/
+1
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Fix a build problem with xlc. The error message was
Rafael Espindola
2012-11-02
1
-1
/
+1
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-7
/
+7
*
misched: Generate IsBuffered flag for machine resources.
Andrew Trick
2012-10-10
1
-4
/
+4
*
TableGen subtarget emitter, nearly first class support for SchedAlias.
Andrew Trick
2012-10-03
1
-8
/
+14
*
Cleanup TableGen subtarget emitter.
Andrew Trick
2012-10-03
1
-2
/
+6
*
Machine Model (-schedmodel only). Added SchedAliases.
Andrew Trick
2012-09-22
1
-22
/
+82
[next]