index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenSchedule.cpp
Age
Commit message (
Expand
)
Author
2013-04-23
Machine model: verify well-formed processor resource groups.
Andrew Trick
2013-03-29
Fix TableGen subtarget-emitter to handle A9/Swift.
Andrew Trick
2013-03-29
Revert r178166. According to Howard, this code is actually ok.
Dan Gohman
2013-03-27
Avoid undefined behavior from passing a std::vector's own contents
Dan Gohman
2013-03-26
TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.
Andrew Trick
2013-03-18
TableGen fix for the new machine model.
Andrew Trick
2013-03-16
Machine model. Allow mixed itinerary classes and SchedRW lists.
Andrew Trick
2013-03-15
Add SchedRW as an Instruction field.
Jakob Stoklund Olesen
2013-03-14
MachineModel: Add a ProcResGroup class.
Andrew Trick
2013-02-01
MachineModel: Inconsequential TableGen SubtargetEmitter fix.
Andrew Trick
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2012-11-02
Fix a build problem with xlc. The error message was
Rafael Espindola
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-24
Don't use stack unwinding to provide the location information for
Joerg Sonnenberger
2012-10-10
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
TableGen subtarget emitter cleanup.
Andrew Trick
2012-10-03
Added instregex support to TableGen subtarget emitter.
Andrew Trick
2012-10-03
TableGen subtarget emitter, nearly first class support for SchedAlias.
Andrew Trick
2012-10-03
Cleanup TableGen subtarget emitter.
Andrew Trick
2012-09-22
Machine Model (-schedmodel only). Added SchedAliases.
Andrew Trick
2012-09-19
SchedMachineModel: compress the CPU's WriteLatencyTable.
Andrew Trick
2012-09-17
TableGen subtarget parser: Add getProcResourcesIdx().
Andrew Trick
2012-09-15
TableGen subtarget parser. Handle new machine model.
Andrew Trick
2012-09-15
TableGen subtarget parser. Handle new machine model.
Andrew Trick
2012-09-15
TableGen subtarget parser. Handle new machine model.
Andrew Trick
2012-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick