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
/
FixedLenDecoderEmitter.cpp
Age
Commit message (
Expand
)
Author
2011-10-17
Fix unused variable warning in the rare circumstance that we have no feature-...
Owen Anderson
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
Subtarget getFeatureBits() returns a uint64_t, not unsigned.
Bob Wilson
2011-09-08
Make sure to handle the case where emitPredicateMatch returns false. Noticed...
Eli Friedman
2011-09-08
Fix warning on windows; use of comparison with bool argument.
James Molloy
2011-09-08
Fix a use of freed string contents.
Andrew Trick
2011-09-08
whitespace
Andrew Trick
2011-09-07
Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...
James Molloy
2011-08-17
Allow the MCDisassembler to return a "soft fail" status code, indicating an i...
Owen Anderson
2011-08-09
Fix an oversight in the FixedLenDecoderEmitter where we weren't correctly che...
Owen Anderson
2011-08-01
Make the FixedLengthDecoderEmitter smart enough to autogenerate decoders for ...
Owen Anderson
2011-08-01
The FixedLenDecoder needs to gracefully handle failing per-instruction decode...
Owen Anderson
2011-08-01
Enhance the fixed length disassembler to better handle operand decoding failu...
Owen Anderson
2011-07-29
Correctly handle scattered operands where the bits of the operand are contigu...
Owen Anderson
2011-07-29
Unconstify Inits
David Greene
2011-07-29
[AVX] Constify Inits
David Greene
2011-07-29
Third time's the charm for implementing tied operand decoding properly.
Owen Anderson
2011-07-29
Fix a case where, when trying to track tied operands, we'd accidentally overw...
Owen Anderson
2011-07-28
Enhance the fixed-length decoder emitter to support tied operands.
Owen Anderson
2011-07-28
Enhance the fixed-length decoder emitter to support parsing scattered fields.
Owen Anderson
2011-07-19
Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...
Owen Anderson
2011-07-11
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
[AVX] Make Inits Foldable
David Greene
2011-07-06
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-06-27
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-04-18
Enhance the fixed-length disassembler to support the callbacks necessary for ...
Owen Anderson
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-14
Ignore isCodeGenOnly instructions when generating diassembly tables.
Owen Anderson
2011-02-18
Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...
Owen Anderson