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
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-9
/
+0
*
TableGen: fix constness of new comparison function.
Tim Northover
2013-09-16
1
-1
/
+1
*
TableGen: give asm match classes deterministic order.
Tim Northover
2013-09-16
1
-23
/
+46
*
AsmMatcher: emit subtarget feature enum in deterministic order.
Tim Northover
2013-09-16
1
-7
/
+7
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-0
/
+20
*
Move StringToOffsetTable into the TableGen include directory so I can use it ...
Craig Topper
2013-08-29
1
-1
/
+1
*
Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitter
Richard Sandiford
2013-08-12
1
-21
/
+19
*
Stablize MCK_Reg ordering in AsmMatcherEmitter
Richard Sandiford
2013-08-12
1
-19
/
+21
*
Remove some std stream usage from Support and TableGen
Reid Kleckner
2013-08-06
1
-1
/
+2
*
Moving definition of MnemonicContainsDot field from class Instruction to clas...
Vladimir Medic
2013-08-01
1
-2
/
+1
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-38
/
+71
*
This patch allows targets to define weather the instruction mnemonics in asm ...
Vladimir Medic
2013-07-16
1
-4
/
+7
*
Teaching llvm-tblgen to not emit a switch statement when there are no case st...
Aaron Ballman
2013-07-15
1
-22
/
+45
*
Handle tied sub-operands in AsmMatcherEmitter
Ulrich Weigand
2013-04-27
1
-30
/
+19
*
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
1
-20
/
+45
*
Allow targets to add custom asm operand matching logic.
Jim Grosbach
2013-02-06
1
-0
/
+9
*
[ms-inline asm] Address the FIXME in AsmParser.cpp.
Chad Rosier
2013-01-15
1
-4
/
+8
*
Remove locale-dependence of enum mangling and use existing function.
Tim Northover
2013-01-10
1
-14
/
+10
*
Make TableGen mangle operand method names before putting in enum.
Tim Northover
2013-01-10
1
-2
/
+13
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-29
/
+29
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-22
/
+15
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
1
-5
/
+3
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-9
/
+9
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-11
/
+12
*
[ms-inline asm] Default to the 'm' constraint. This matches the behavior of the
Chad Rosier
2012-10-03
1
-3
/
+3
*
Fix 80-column violations. Cleanup whitespace in generated code.
Chad Rosier
2012-10-02
1
-15
/
+23
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
1
-45
/
+38
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-6
/
+6
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-2
/
+2
*
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
1
-2
/
+2
*
Whitespace.
Chad Rosier
2012-09-21
1
-2
/
+2
*
Iterate deterministicaly over ClassInfo*'s
Sean Silva
2012-09-19
1
-2
/
+12
*
Iterate deterministically over register classes
Sean Silva
2012-09-19
1
-2
/
+3
*
Make custom operand parsing mnemonic indices use the same mnemonic table as t...
Craig Topper
2012-09-18
1
-34
/
+39
*
Use variable type for index into mnemonic table. Shrinks size of index field ...
Craig Topper
2012-09-18
1
-5
/
+14
*
Mark asm matcher conversion table as const.
Craig Topper
2012-09-18
1
-5
/
+5
*
Fix typo in comment. No functional change.
Craig Topper
2012-09-18
1
-1
/
+1
*
Fix Doxygen issues: wrap code examples in \code and use \p to refer to
Dmitri Gribenko
2012-09-15
1
-4
/
+4
*
TableGen: Convert an assert() to a proper diagnostic.
Jim Grosbach
2012-09-12
1
-1
/
+3
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
1
-3
/
+3
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
1
-4
/
+4
*
[ms-inline asm] Make comment more verbose and add an assert.
Chad Rosier
2012-09-03
1
-1
/
+2
*
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
1
-2
/
+20
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
1
-6
/
+7
*
Remove extraneous return.
Chad Rosier
2012-09-03
1
-1
/
+1
*
[ms-inline asm] Return the MCOperandNum instead of passing a reference.
Chad Rosier
2012-09-03
1
-10
/
+9
*
Removed unused argument.
Chad Rosier
2012-09-03
1
-5
/
+4
*
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
1
-5
/
+8
[next]