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
/
include
/
llvm
/
MC
/
MCTargetAsmParser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-1
/
+1
*
ARM: allow .thumb_func to be separated from symbol definition
Tim Northover
2013-10-25
1
-0
/
+2
*
reverting per request
Jack Carter
2013-10-04
1
-5
/
+0
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
1
-0
/
+5
*
[MC] Revert part of my previous change, I was a bit overzealous.
Joey Gouly
2013-09-03
1
-3
/
+3
*
[MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...
Joey Gouly
2013-09-03
1
-3
/
+3
*
Given target assembler parsers a chance to handle variant expressions
Joerg Sonnenberger
2013-08-27
1
-0
/
+7
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-1
/
+1
*
[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a future
Chad Rosier
2013-04-11
1
-10
/
+12
*
[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.
Chad Rosier
2013-04-08
1
-1
/
+13
*
[ms-inline-asm] Implement align directive (which is roughly equivalent to .al...
Chad Rosier
2013-02-12
1
-0
/
+1
*
Allow targets to add custom asm operand matching logic.
Jim Grosbach
2013-02-06
1
-0
/
+9
*
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
1
-8
/
+10
*
Fix anonymous namespace issue introduced by r166714:
Kaelyn Uhrain
2012-10-25
1
-2
/
+0
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-1
/
+35
*
[ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.
Chad Rosier
2012-10-19
1
-0
/
+8
*
[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.
Chad Rosier
2012-10-19
1
-0
/
+6
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
1
-18
/
+4
*
[ms-inline asm] Capitalize per coding standard.
Chad Rosier
2012-10-12
1
-1
/
+1
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-11
/
+3
*
[ms-inline asm] Add a comment describing the MapAndConstraints.
Chad Rosier
2012-10-05
1
-0
/
+2
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-2
/
+6
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
1
-7
/
+6
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-1
/
+1
*
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
1
-0
/
+4
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
1
-1
/
+1
*
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
1
-1
/
+2
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
1
-0
/
+3
*
Removed unused argument.
Chad Rosier
2012-09-03
1
-1
/
+1
*
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
1
-1
/
+1
*
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
1
-1
/
+0
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
1
-2
/
+2
*
[ms-inline asm] Do not report a Parser error when matching inline assembly.
Chad Rosier
2012-08-21
1
-1
/
+2
*
[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,
Chad Rosier
2012-08-21
1
-1
/
+3
*
[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).
Chad Rosier
2012-08-09
1
-0
/
+13
*
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
1
-1
/
+9
*
Move MatchResultTy enum into base class definition.
Jim Grosbach
2011-08-15
1
-0
/
+10
*
Tidy up trailing whitespace.
Jim Grosbach
2011-08-15
1
-4
/
+4
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-0
/
+85