index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
MCParser
/
AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Assembler] Add location info to unary expressions.
Sanne Wouda
2017-03-10
1
-4
/
+4
*
[WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman
2017-02-22
1
-0
/
+3
*
Move some error handling down to MCStreamer.
Rafael Espindola
2017-02-10
1
-7
/
+1
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-10
1
-26
/
+23
*
[Assembler] Enable nicer diagnostics for inline assembly.
Sanne Wouda
2017-02-08
1
-5
/
+10
*
Revert "[Assembler] Enable nicer diagnostics for inline assembly."
Diana Picus
2017-02-08
1
-10
/
+5
*
[Assembler] Enable nicer diagnostics for inline assembly.
Sanne Wouda
2017-02-08
1
-5
/
+10
*
Change how we handle section symbols on ELF.
Rafael Espindola
2017-02-02
1
-0
/
+1
*
[Assembler] Improve error when unable to evaluate expression.
Chad Rosier
2017-01-19
1
-2
/
+3
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-5
/
+5
*
[Assembler] Better error messages for .org directive
Oliver Stannard
2016-12-14
1
-2
/
+3
*
[AsmParser] Diagnose empty symbol for .set directive
Weiming Zhao
2016-12-01
1
-0
/
+3
*
[MC] Fix comma typo in .loc parsing
Nirav Dave
2016-10-26
1
-1
/
+1
*
[MC] Fix Various End Of Line Comment checkings
Nirav Dave
2016-10-24
1
-336
/
+250
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
1
-4
/
+4
*
[MC] Fix Error Location for ParseIdentifier
Nirav Dave
2016-10-12
1
-4
/
+11
*
Add return type for checkForValidSection parsing function. NFC Intended.
Nirav Dave
2016-10-10
1
-41
/
+35
*
[MC] Support .ds directives in assembler parser
Petr Hosek
2016-09-23
1
-0
/
+49
*
[MC] Support .dcb directives in assembler parser
Petr Hosek
2016-09-23
1
-35
/
+149
*
[MC] Support skip and count for .incbin directive
Petr Hosek
2016-09-23
1
-7
/
+45
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-16
1
-124
/
+130
*
Revert r281336 (and r281337), it caused PR30372.
Nico Weber
2016-09-13
1
-130
/
+124
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-13
1
-124
/
+130
*
Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...
Eric Christopher
2016-09-13
1
-129
/
+124
*
[MC] Defer asm errors to post-statement failure
Nirav Dave
2016-09-12
1
-124
/
+129
*
[codeview] Add new directives to record inlined call site line info
Reid Kleckner
2016-09-07
1
-44
/
+125
*
(LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block:
Yunzhong Gao
2016-09-02
1
-1
/
+4
*
[MC] Move parser helper functions from Asmparser to MCAsmParser
Nirav Dave
2016-08-30
1
-65
/
+18
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
1
-3
/
+6
*
[MC] Support .dc directives in assembler parser
Petr Hosek
2016-08-23
1
-0
/
+26
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
1
-22
/
+43
*
Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...
Daniel Sanders
2016-08-08
1
-0
/
+37
*
Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...
Daniel Sanders
2016-08-08
1
-37
/
+0
*
[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...
Daniel Sanders
2016-08-08
1
-0
/
+37
*
Fix handling of end-of-line preprocessor comments Attempt 2
Nirav Dave
2016-08-02
1
-0
/
+34
*
Revert "[MC] Fix handling of end-of-line preprocessor comments"
Nirav Dave
2016-08-02
1
-34
/
+0
*
[MC] Fix handling of end-of-line preprocessor comments
Nirav Dave
2016-08-02
1
-0
/
+34
*
Revert r277408 and r277407
Bruno Cardoso Lopes
2016-08-02
1
-34
/
+0
*
[MC] Fix handling of end-of-line preprocessor comments
Nirav Dave
2016-08-02
1
-0
/
+34
*
[MC] Add command-line option to choose the max nest level in asm macros.
Davide Italiano
2016-07-27
1
-4
/
+17
*
[ARM] Implement -mimplicit-it assembler option
Oliver Stannard
2016-07-26
1
-0
/
+4
*
[MC] Separate non-parsing operations from conditional chains. NFC.
Nirav Dave
2016-07-18
1
-15
/
+20
*
[MC] Cleanup Error Handling in AsmParser
Nirav Dave
2016-07-18
1
-425
/
+330
*
[MC] Fix lexing ordering in assembly label parsing to preserve same line
Nirav Dave
2016-07-13
1
-7
/
+7
*
Provide support for preserving assembly comments
Nirav Dave
2016-07-11
1
-1
/
+12
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-17
1
-51
/
+37
*
Revert "Refactor and cleanup Assembly Parsing / Lexing"
Nirav Dave
2016-06-16
1
-37
/
+51
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-16
1
-51
/
+37
*
Ignore Lexing errors in macro body definitions
Nirav Dave
2016-06-02
1
-21
/
+34
*
[MC] Return early when .fill size is negative
Petr Hosek
2016-05-28
1
-1
/
+1
[next]