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
*
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
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-28
1
-29
/
+13
*
Revert "[MC] Support symbolic expressions in assembly directives"
Petr Hosek
2016-05-27
1
-13
/
+29
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-27
1
-29
/
+13
*
PR11740: Disable assembly debug info when assembly already contains line dire...
David Blaikie
2016-05-26
1
-5
/
+4
*
Revert "[MC] Support symbolic expressions in assembly directives"
Reid Kleckner
2016-05-25
1
-13
/
+29
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-25
1
-29
/
+13
*
Zero-initialize members of the CpuHashInfoTy structure for AsmParser
Andrew Kaylor
2016-04-21
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
AsmParser: record "# line file" context to calculate location for diag
Tim Northover
2016-04-13
1
-30
/
+40
*
MCParser: diagnose missing directional labels more clearly.
Tim Northover
2016-04-11
1
-13
/
+27
*
[Object] Make .alt_entry directive parsing MachO specific.
Lang Hames
2016-04-11
1
-4
/
+1
*
[MachO] Add MachO alt-entry directive support.
Lang Hames
2016-03-15
1
-2
/
+5
*
[ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...
Marina Yatsina
2016-03-07
1
-0
/
+26
*
AsmParser: Fix nested .irp/.irpc
Nikolay Haustov
2016-03-01
1
-1
/
+3
*
[MC] Fixed parsing of macro arguments where expressions with spaces are present.
Scott Egerton
2016-02-11
1
-16
/
+20
*
[MC] Add support for encoding CodeView variable definition ranges
David Majnemer
2016-02-05
1
-2
/
+41
*
[codeview] Correctly handle inlining functions post-dominated by unreachable
David Majnemer
2016-02-02
1
-2
/
+8
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
1
-3
/
+10
*
[CodeView] Implement .cv_inline_linetable
David Majnemer
2016-01-29
1
-3
/
+52
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-0
/
+174
[next]