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
/
FixedLenDecoderEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...
NAKAMURA Takumi
2012-12-26
1
-1
/
+1
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-4
/
+3
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-1
/
+2
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
1
-2
/
+2
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-6
/
+6
*
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-10-05
1
-1
/
+1
*
TableGen: Add initializer.
Jim Grosbach
2012-09-17
1
-1
/
+1
*
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-09-06
1
-1
/
+1
*
Declare some for loop indices inside the for loop statement.
Craig Topper
2012-08-17
1
-20
/
+13
*
Fix up indentation of outputted decode function for readability.
Craig Topper
2012-08-17
1
-8
/
+8
*
Fix a const violation in the generated disassembler.
Benjamin Kramer
2012-08-15
1
-2
/
+2
*
Switch the fixed-length disassembler to be table-driven.
Jim Grosbach
2012-08-14
1
-281
/
+722
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-1
/
+84
*
Second part for the 153874 one
Silviu Baranga
2012-04-02
1
-3
/
+3
*
More const-correcting of FixedLenDecoderEmitter.
Craig Topper
2012-03-16
1
-13
/
+17
*
Const-correct the FixedLenDecoderEmitter. Pass a few things by const referenc...
Craig Topper
2012-03-16
1
-53
/
+58
*
Spacing fixes. Mostly aligning arguments that spilled onto next line with the...
Craig Topper
2012-03-16
1
-37
/
+36
*
Remove unused field NumVariable from Filter class. Even it was needed the sam...
Craig Topper
2012-03-16
1
-9
/
+3
*
Remove unused field from FixedLenDecoderEmitter. Move NumberedInstructions de...
Craig Topper
2012-03-13
1
-1
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2012-02-29
1
-13
/
+21
*
Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...
James Molloy
2012-02-09
1
-2
/
+76
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-9
/
+7
*
Fix unused variable warning in the rare circumstance that we have no feature-...
Owen Anderson
2011-10-17
1
-1
/
+4
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-1
/
+1
*
Subtarget getFeatureBits() returns a uint64_t, not unsigned.
Bob Wilson
2011-10-01
1
-1
/
+1
*
Make sure to handle the case where emitPredicateMatch returns false. Noticed...
Eli Friedman
2011-09-08
1
-1
/
+2
*
Fix warning on windows; use of comparison with bool argument.
James Molloy
2011-09-08
1
-1
/
+1
*
Fix a use of freed string contents.
Andrew Trick
2011-09-08
1
-4
/
+4
*
whitespace
Andrew Trick
2011-09-08
1
-2
/
+2
*
Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...
James Molloy
2011-09-07
1
-4
/
+52
*
Allow the MCDisassembler to return a "soft fail" status code, indicating an i...
Owen Anderson
2011-08-17
1
-16
/
+22
*
Fix an oversight in the FixedLenDecoderEmitter where we weren't correctly che...
Owen Anderson
2011-08-09
1
-2
/
+2
*
Make the FixedLengthDecoderEmitter smart enough to autogenerate decoders for ...
Owen Anderson
2011-08-01
1
-5
/
+9
*
The FixedLenDecoder needs to gracefully handle failing per-instruction decode...
Owen Anderson
2011-08-01
1
-3
/
+3
*
Enhance the fixed length disassembler to better handle operand decoding failu...
Owen Anderson
2011-08-01
1
-2
/
+2
*
Correctly handle scattered operands where the bits of the operand are contigu...
Owen Anderson
2011-07-29
1
-0
/
+5
*
Unconstify Inits
David Greene
2011-07-29
1
-17
/
+16
*
[AVX] Constify Inits
David Greene
2011-07-29
1
-16
/
+17
*
Third time's the charm for implementing tied operand decoding properly.
Owen Anderson
2011-07-29
1
-6
/
+6
*
Fix a case where, when trying to track tied operands, we'd accidentally overw...
Owen Anderson
2011-07-29
1
-3
/
+3
*
Enhance the fixed-length decoder emitter to support tied operands.
Owen Anderson
2011-07-28
1
-1
/
+13
*
Enhance the fixed-length decoder emitter to support parsing scattered fields.
Owen Anderson
2011-07-28
1
-76
/
+91
*
Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...
Owen Anderson
2011-07-19
1
-108
/
+125
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
1
-17
/
+16
*
[AVX] Make Inits Foldable
David Greene
2011-07-11
1
-16
/
+17
*
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-07-06
1
-4
/
+5
*
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-27
1
-1
/
+3
*
Enhance the fixed-length disassembler to support the callbacks necessary for ...
Owen Anderson
2011-04-18
1
-5
/
+10
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Ignore isCodeGenOnly instructions when generating diassembly tables.
Owen Anderson
2011-03-14
1
-1
/
+2
[next]