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
/
CodeGenSchedule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Improve Debug Output for --debug-only=subtarget-emitter NFCI
Joel Jones
2017-06-28
1
-0
/
+7
*
[TableGen] Adapt more places to getValueAsString now returning a StringRef in...
Craig Topper
2017-05-31
1
-1
/
+1
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-16
/
+27
*
Fix per-processor model scheduler definition completeness check
Ulrich Weigand
2016-10-31
1
-1
/
+2
*
Improve tablegen gen-subtarget diagnostics for missing machine models.
Andrew Trick
2016-10-18
1
-5
/
+8
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-10
/
+4
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-5
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-8
/
+5
*
Revert "Revert "[misched] Extend scheduler to handle unsupported features""
Simon Dardis
2016-06-24
1
-1
/
+29
*
Revert "[misched] Extend scheduler to handle unsupported features"
Simon Dardis
2016-06-23
1
-29
/
+1
*
[misched] Extend scheduler to handle unsupported features
Simon Dardis
2016-06-23
1
-1
/
+29
*
TableGen/CodeGenSchedule: Move some getAllDerivedDefinitions() calls out of i...
Matthias Braun
2016-06-21
1
-3
/
+8
*
TableGen: Accept itinerary data when checking for schedmodel completeness
Matthias Braun
2016-03-03
1
-4
/
+4
*
TableGen: Display helpfull message for incomplete models.
Matthias Braun
2016-03-01
1
-1
/
+7
*
TableGen: Check scheduling models for completeness
Matthias Braun
2016-03-01
1
-0
/
+45
*
TableGen: Add hasNoSchedulingInfo to instructions
Matthias Braun
2016-03-01
1
-1
/
+2
*
[TableGen] Replace instructions() with getInstructionsByEnumValue(). No need ...
Craig Topper
2016-01-17
1
-4
/
+4
*
[TblGen] ArrayRefize CodeGenSchedule. No functionality change intended.
Benjamin Kramer
2015-10-24
1
-50
/
+41
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-9
/
+6
*
[TableGen] Don't leak Expanders and Operators in SetTheory.
Craig Topper
2015-04-24
1
-2
/
+2
*
Use range-based for loops. NFC.
Craig Topper
2014-12-09
1
-26
/
+18
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Use Regex objects by value (rather than 'new'ed) in CodeGenSchedule.
David Blaikie
2014-04-21
1
-6
/
+4
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-3
/
+3
*
Fix a false error reported by the tblgen backend for machine model
Andrew Trick
2014-03-13
1
-0
/
+12
*
[C++11] Add 'override' keywords to tablegen code.
Craig Topper
2014-03-05
1
-3
/
+3
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
2013-11-19
1
-37
/
+31
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-30
/
+38
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-36
/
+30
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-30
/
+36
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
*
Support BufferSize on ProcResGroup for unified MOp schedulers.
Andrew Trick
2013-06-15
1
-0
/
+13
*
tblgen: Assert that InstRWs doesn't grows when we don't expect it.
Benjamin Kramer
2013-06-10
1
-0
/
+1
*
tblgen: always lookup values from the original vector as it could be grown un...
Benjamin Kramer
2013-06-09
1
-6
/
+6
*
CodeGenSchedule: Use resize instead of copying a vector
Arnold Schwaighofer
2013-06-07
1
-2
/
+2
*
CodeGenSchedule: smallvector.push_back(smallvector[0]) is dangerous
Arnold Schwaighofer
2013-06-06
1
-1
/
+3
*
Fix a tblgen subtargetemitter bug, for future Swift support.
Andrew Trick
2013-06-05
1
-4
/
+23
*
Machine model: verify well-formed processor resource groups.
Andrew Trick
2013-04-23
1
-0
/
+51
*
Fix TableGen subtarget-emitter to handle A9/Swift.
Andrew Trick
2013-03-29
1
-5
/
+11
*
Revert r178166. According to Howard, this code is actually ok.
Dan Gohman
2013-03-29
1
-3
/
+1
*
Avoid undefined behavior from passing a std::vector's own contents
Dan Gohman
2013-03-27
1
-1
/
+3
*
TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.
Andrew Trick
2013-03-26
1
-1
/
+8
*
TableGen fix for the new machine model.
Andrew Trick
2013-03-18
1
-4
/
+6
*
Machine model. Allow mixed itinerary classes and SchedRW lists.
Andrew Trick
2013-03-16
1
-123
/
+111
*
Add SchedRW as an Instruction field.
Jakob Stoklund Olesen
2013-03-15
1
-6
/
+6
*
MachineModel: Add a ProcResGroup class.
Andrew Trick
2013-03-14
1
-0
/
+17
*
MachineModel: Inconsequential TableGen SubtargetEmitter fix.
Andrew Trick
2013-02-01
1
-1
/
+15
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-2
/
+2
[next]