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
/
MCParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC] Expose ParseEscapedString to target AsmParser implementations.
Daniel Dunbar
2013-01-18
1
-0
/
+4
*
[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.
Chad Rosier
2013-01-17
1
-1
/
+3
*
Clean up some unnecessary headers and forward declarations
Eli Bendersky
2013-01-16
1
-3
/
+0
*
Now that GenericAsmParser was folded into AsmParser, some methods and types can
Eli Bendersky
2013-01-16
1
-54
/
+0
*
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
1
-3
/
+4
*
Properly encapsulate additional methods and data from AsmParser.
Eli Bendersky
2013-01-14
1
-1
/
+43
*
Move CheckForValidSection to the MCAsmParser interface.
Eli Bendersky
2013-01-14
1
-0
/
+4
*
Move ParseMacroArgument to the MCAsmParser interfance.
Eli Bendersky
2013-01-14
1
-1
/
+12
*
Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.
Eli Bendersky
2013-01-14
1
-0
/
+4
*
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
2
-1
/
+5
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
6
-12
/
+12
*
Remove MCTargetAsmLexer and its derived classes now that edis,
Roman Divacky
2012-12-20
1
-10
/
+0
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
2
-2
/
+2
*
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
1
-0
/
+6
*
[ms-inline asm] Perform field lookups with the dot operator.
Chad Rosier
2012-10-25
1
-0
/
+2
*
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
2
-1
/
+4
*
[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...
Eli Friedman
2012-10-22
1
-3
/
+0
*
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
1
-0
/
+5
*
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
1
-0
/
+5
*
Pacify -Wnon-virtual-dtor.
Nick Lewycky
2012-10-19
1
-0
/
+1
*
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
1
-1
/
+2
*
[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a
Chad Rosier
2012-10-18
1
-4
/
+2
*
[ms-inline asm] Move most of the AsmParsing logic in clang back into the MC
Chad Rosier
2012-10-18
1
-16
/
+20
*
[ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...
Chad Rosier
2012-10-16
1
-0
/
+1
*
[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-Style
Chad Rosier
2012-10-15
1
-0
/
+20
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
1
-0
/
+2
*
[ms-inline asm] Add a few data members and member functions to the
Chad Rosier
2012-10-12
1
-0
/
+24
*
Revert 165057, per Jim's request. This requires further discussion.
Chad Rosier
2012-10-02
1
-7
/
+0
*
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
Chad Rosier
2012-10-02
1
-0
/
+7
*
[ms-inline asm] Expose the getReg() function in the base class.
Chad Rosier
2012-10-01
1
-0
/
+2
*
Add support for macro parameters/arguments delimited by spaces,
Preston Gurd
2012-09-19
1
-0
/
+5
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
3
-9
/
+7
*
Add documentation.
Chad Rosier
2012-09-11
1
-0
/
+4
*
Add a few virtual functions to the abstract MCParsedAsmOperand class.
Chad Rosier
2012-09-11
1
-0
/
+5
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
4
-8
/
+9
*
Make member variables of AsmToken private. Remove unnecessary forward declara...
Craig Topper
2012-04-15
2
-5
/
+1
*
Add assembler dialect attribute in asm parser which lets target specific asm ...
Devang Patel
2012-01-31
1
-0
/
+1
*
Let asm parser query asm syntax dialect.
Devang Patel
2012-01-10
1
-0
/
+2
*
Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.
Benjamin Kramer
2011-10-16
1
-0
/
+1
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-3
/
+8
*
Move state var to private class member.
Jim Grosbach
2011-09-14
1
-0
/
+1
*
First step in supporting #line directives in assembler. This step parses the
Kevin Enderby
2011-09-13
1
-0
/
+1
*
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
1
-2
/
+1
*
Remove unused forward declaration.
Jim Grosbach
2011-08-16
1
-1
/
+0
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
2
-5
/
+5
*
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-07-13
1
-2
/
+12
*
Basic support for macros with explicit arguments.
Rafael Espindola
2011-06-05
1
-0
/
+1
*
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
2011-05-19
2
-2
/
+4
*
Clean up assembly statement separator support.
Jim Grosbach
2011-03-24
1
-0
/
+1
*
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
1
-0
/
+4
[next]