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
/
AsmMatcherEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Record asm variant id in MatchEntry and check it while matching instruction.
Devang Patel
2012-01-10
1
-6
/
+14
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-1
/
+0
*
Use descriptive variable name and remove incorrect operand number check.
Devang Patel
2012-01-09
1
-12
/
+9
*
Split AsmParser into two components - AsmParser and AsmParserVariant
Devang Patel
2012-01-09
1
-77
/
+81
*
Refactor.
Devang Patel
2012-01-07
1
-38
/
+45
*
Eliminate an error check that may not work with all asm syntax variants.
Devang Patel
2012-01-07
1
-1
/
+2
*
Do not hard code asm variant number.
Devang Patel
2012-01-05
1
-2
/
+7
*
Extend AsmMatcher token literal matching to allow aliasing.
Jim Grosbach
2011-12-06
1
-27
/
+32
*
Tidy up. Fix naming convention stuff for some internal functions.
Jim Grosbach
2011-12-06
1
-12
/
+12
*
Replace an assert() with an actual diagnostic.
Jim Grosbach
2011-11-30
1
-1
/
+3
*
Allow InstAlias's to use immediate matcher patterns that xform the value.
Jim Grosbach
2011-10-28
1
-3
/
+10
*
Pick low-hanging MatchEntry shrinkage fruit.
Benjamin Kramer
2011-10-17
1
-4
/
+17
*
TableGen: Privatize CodeGenRegisterClass::TheDef and Name.
Jakob Stoklund Olesen
2011-10-04
1
-1
/
+5
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-2
/
+2
*
Switch to ArrayRef<CodeGenRegisterClass*>.
Jakob Stoklund Olesen
2011-09-29
1
-13
/
+14
*
Prefer diagnostics from target predicate in asm matcher.
Jim Grosbach
2011-08-16
1
-2
/
+5
*
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
1
-4
/
+16
*
Move MatchResultTy enum into base class definition.
Jim Grosbach
2011-08-15
1
-7
/
+0
*
Unconstify Inits
David Greene
2011-07-29
1
-12
/
+12
*
[AVX] Constify Inits
David Greene
2011-07-29
1
-12
/
+12
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-1
/
+1
*
Have tblgen produce code that tolerates operands that return an invalid match...
Kevin Enderby
2011-07-15
1
-0
/
+4
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
1
-12
/
+12
*
[AVX] Make Inits Foldable
David Greene
2011-07-11
1
-12
/
+12
*
Fix dangling pointer.
Eli Friedman
2011-07-08
1
-1
/
+1
*
Fix a dangling reference. Patch by Dave Abrahams. pr10311
Evan Cheng
2011-07-08
1
-1
/
+2
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-6
/
+33
*
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-27
1
-0
/
+25
*
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-06-21
1
-0
/
+1
*
Store CodeGenRegisters as pointers so they won't be reallocated.
Jakob Stoklund Olesen
2011-06-18
1
-8
/
+11
*
Give CodeGenRegisterClass a real sorted member set.
Jakob Stoklund Olesen
2011-06-15
1
-4
/
+4
*
Tidy up. Add missing newline to generated file.
Jim Grosbach
2011-05-03
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-4
/
+4
*
tlbgen/MC: StringRef's to temporary objects considered harmful.
Daniel Dunbar
2011-04-01
1
-3
/
+3
*
Check that MnemonicAlias doesn't map back to the same string.
Joerg Sonnenberger
2011-02-17
1
-0
/
+2
*
AsmMatcher custom operand parser failure enhancements.
Jim Grosbach
2011-02-12
1
-17
/
+19
*
Tidy out asm matcher .inc output.
Jim Grosbach
2011-02-11
1
-2
/
+2
*
Don't return before calling the post-processing function(s).
Bill Wendling
2011-02-10
1
-1
/
+0
*
Do AsmMatcher operand classification per-opcode.
Jim Grosbach
2011-02-10
1
-88
/
+29
*
Implement support for custom target specific asm parsing of operands.
Bruno Cardoso Lopes
2011-02-07
1
-3
/
+262
*
MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, which
Daniel Dunbar
2011-02-04
1
-3
/
+8
*
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
2011-02-04
1
-8
/
+17
*
MC/AsmMatcher: Add support for custom conversion functions.
Daniel Dunbar
2011-02-04
1
-1
/
+20
*
Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.
Kevin Enderby
2011-02-02
1
-3
/
+1
*
Add a MnemonicIsValid method to the asm matcher.
Bob Wilson
2011-01-26
1
-0
/
+11
*
Fix spelling of CouldMatchAmbiguouslyWith method name.
Bob Wilson
2011-01-26
1
-4
/
+4
*
Whitespace and 80-column fixes.
Bob Wilson
2011-01-26
1
-119
/
+109
*
Improve the AsmMatcher's ability to handle suboperands.
Bob Wilson
2011-01-26
1
-84
/
+138
*
tblgen/AsmMatcherEmitter: Fix alias handling to honor -match-prefix.
Daniel Dunbar
2011-01-24
1
-0
/
+11
*
ARM uses '.' in their tokens. Give it a name instead of a numeric value.
Bill Wendling
2011-01-22
1
-0
/
+1
[next]