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
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-4
/
+20
*
TableGen: AsmMatcher diagnostic when missing instruction mnemonic.
Jim Grosbach
2012-05-06
1
-0
/
+3
*
Move llvm-tblgen's StringMatcher into the TableGen library so it can
Douglas Gregor
2012-05-02
1
-1
/
+1
*
Add ifdef around getSubtargetFeatureName in tablegen output file so that only...
Craig Topper
2012-04-25
1
-3
/
+7
*
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-24
1
-2
/
+26
*
TableGen support for auto-generating assembly two-operand aliases.
Jim Grosbach
2012-04-19
1
-2
/
+97
*
Use a SmallVector instead of std::vector for ResOperands.
Jim Grosbach
2012-04-19
1
-2
/
+2
*
Update some internal naming conventions to modern style.
Jim Grosbach
2012-04-19
1
-85
/
+85
*
Fix typo.
Jim Grosbach
2012-04-18
1
-1
/
+1
*
Sanity check error handling for TokenAlias.
Jim Grosbach
2012-04-17
1
-0
/
+3
*
Tidy up. 80 columns.
Jim Grosbach
2012-04-17
1
-7
/
+9
*
Tidy up. Remove hard tab characters.
Jim Grosbach
2012-04-11
1
-28
/
+28
*
Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...
Craig Topper
2012-04-02
1
-24
/
+25
*
Make MnemonicTable const again. That part of r152202 was OK.
Jakob Stoklund Olesen
2012-03-15
1
-4
/
+4
*
Don't assume all mnemonics fit in 64k.
Jakob Stoklund Olesen
2012-03-15
1
-2
/
+2
*
Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."
Jakob Stoklund Olesen
2012-03-15
1
-10
/
+8
*
Re-commit r152202 hopefully fixing the MSVC linker error.
Craig Topper
2012-03-08
1
-8
/
+10
*
Revert r152202 as it's causing internal buildbot failures.
Chad Rosier
2012-03-07
1
-10
/
+8
*
Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...
Craig Topper
2012-03-07
1
-8
/
+10
*
Perform the string table optimization for OperandMatchEntries too.
Benjamin Kramer
2012-03-03
1
-10
/
+28
*
Shrink the asm matcher tables.
Benjamin Kramer
2012-03-03
1
-8
/
+23
*
Revert "Emit the SubRegTable with the smallest possible integer type."
Jim Grosbach
2012-03-01
1
-0
/
+9
*
Emit the SubRegTable with the smallest possible integer type.
Benjamin Kramer
2012-02-29
1
-9
/
+0
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-1
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-01-24
1
-24
/
+24
*
Intel syntax: Ignore mnemonic aliases.
Devang Patel
2012-01-17
1
-1
/
+3
*
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
[next]