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
...
*
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
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-174
/
+0
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-0
/
+174
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
[MC, COFF] Add .reloc support for WinCOFF
David Majnemer
2016-01-19
1
-0
/
+3
*
[X86][inline asm] support even directive
Michael Zuckerman
2015-12-13
1
-0
/
+5
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-2
/
+2
*
[Assembler] Allow non-fatal errors after parsing
Oliver Stannard
2015-11-17
1
-1
/
+1
*
Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...
Daniel Sanders
2015-11-12
1
-0
/
+51
*
[AsmParser] Backends can parameterize ASM tokenization.
Colin LeMahieu
2015-11-09
1
-0
/
+9
*
[AsmParser] Provide target direct access to mnemonic token. Allow assignment...
Colin LeMahieu
2015-11-09
1
-1
/
+5
*
Simplify now that emitValueToOffset always returns false.
Rafael Espindola
2015-11-04
1
-13
/
+2
*
[ms-inline-asm] Leave alignment in bytes if the native assembler uses bytes
Reid Kleckner
2015-10-27
1
-3
/
+9
*
[MC] Add support for GNU as-compatible binary operator precedence
David Majnemer
2015-10-26
1
-3
/
+87
*
MC: Don't crash after issuing a diagnostic.
Jim Grosbach
2015-10-16
1
-3
/
+2
*
Change isUIntN/isIntN calls with constant N to use the template version. NFC
Craig Topper
2015-10-10
1
-1
/
+1
*
Use range-based for loops. NFC
Craig Topper
2015-10-10
1
-17
/
+10
*
Use emplace_back instead of a constructor call and push_back. NFC
Craig Topper
2015-10-10
1
-7
/
+6
*
Cleanup places that passed SMLoc by const reference to pass it by value inste...
Craig Topper
2015-09-20
1
-5
/
+5
*
[MC/ELF] Accept zero for .align directive
Davide Italiano
2015-09-08
1
-1
/
+5
*
[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
Vedant Kumar
2015-08-31
1
-9
/
+8
*
Revert "Centralize the information about which object format we are using."
Rafael Espindola
2015-08-14
1
-6
/
+4
*
Centralize the information about which object format we are using.
Rafael Espindola
2015-08-14
1
-4
/
+6
*
[llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings whi...
Colin LeMahieu
2015-07-27
1
-0
/
+2
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-3
/
+1
[prev]
[next]