index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenSchedule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
-28
/
+30
*
Don't use stack unwinding to provide the location information for
Joerg Sonnenberger
2012-10-24
1
-4
/
+7
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-1
/
+1
*
TableGen subtarget emitter cleanup.
Andrew Trick
2012-10-10
1
-29
/
+36
*
Added instregex support to TableGen subtarget emitter.
Andrew Trick
2012-10-03
1
-9
/
+75
*
TableGen subtarget emitter, nearly first class support for SchedAlias.
Andrew Trick
2012-10-03
1
-112
/
+199
*
Cleanup TableGen subtarget emitter.
Andrew Trick
2012-10-03
1
-4
/
+1
*
Machine Model (-schedmodel only). Added SchedAliases.
Andrew Trick
2012-09-22
1
-57
/
+190
*
SchedMachineModel: compress the CPU's WriteLatencyTable.
Andrew Trick
2012-09-19
1
-0
/
+15
*
TableGen subtarget parser: Add getProcResourcesIdx().
Andrew Trick
2012-09-17
1
-0
/
+10
*
TableGen subtarget parser. Handle new machine model.
Andrew Trick
2012-09-15
1
-0
/
+190
*
TableGen subtarget parser. Handle new machine model.
Andrew Trick
2012-09-15
1
-0
/
+495
*
TableGen subtarget parser. Handle new machine model.
Andrew Trick
2012-09-15
1
-78
/
+585
*
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
1
-0
/
+151