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
*
[ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...
Eric Astor
2020-01-09
1
-1
/
+1
*
[APFloat] Fix checked error assert failures
Ehud Katz
2020-01-09
1
-1
/
+3
*
[APFloat] Add recoverable string parsing errors to APFloat
Ehud Katz
2020-01-06
1
-2
/
+1
*
[X86][AsmParser] re-introduce 'offset' operator
Eric Astor
2019-12-30
1
-10
/
+42
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
1
-1
/
+7
*
[MC] Clean up MacroInstantiation. NFC
Fangrui Song
2019-11-09
1
-13
/
+5
*
Always flush pending errors in MCAsmParser
Joerg Sonnenberger
2019-10-25
1
-4
/
+3
*
Avoid including CodeView/SymbolRecord.h from MCStreamer.h
Reid Kleckner
2019-10-19
1
-4
/
+5
*
[IA] Recognize hexadecimal escape sequences
Bill Wendling
2019-10-08
1
-1
/
+17
*
Revert r373888 "[IA] Recognize hexadecimal escape sequences"
Nico Weber
2019-10-07
1
-16
/
+1
*
[IA] Recognize hexadecimal escape sequences
Bill Wendling
2019-10-07
1
-1
/
+16
*
[MC] Don't recreate a label if it's already used
Bill Wendling
2019-08-09
1
-1
/
+3
*
[XCOFF][MC] report_fatal_error before dereferencing NULL
Hubert Tong
2019-08-06
1
-1
/
+2
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-7
/
+109
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
1
-107
/
+7
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-7
/
+107
*
Temporarily Revert "Changing representation of cv_def_range directives in Cod...
Eric Christopher
2019-08-02
1
-107
/
+7
*
Changing representation of cv_def_range directives in Codeview debug info ass...
Nilanjana Basu
2019-08-02
1
-7
/
+107
*
Delete dead stores
Fangrui Song
2019-07-12
1
-1
/
+0
*
Fix a crash with assembler source and -g.
Paul Robinson
2019-06-21
1
-2
/
+2
*
[DebugInfo] Handle '# line "file"' correctly for asm source.
Paul Robinson
2019-05-21
1
-1
/
+14
*
NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.
Eric Christopher
2019-04-04
1
-4
/
+5
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+3
*
[DWARF] Make -g with empty assembler source work better.
Paul Robinson
2019-03-01
1
-5
/
+6
*
[MC] Don't error on numberless .file directives on MachO
Reid Kleckner
2019-02-05
1
-4
/
+5
*
[DWARF] Emit reasonable debug info for empty .s files.
Paul Robinson
2019-01-29
1
-0
/
+3
*
[MC] Do not consider .ifdef/.ifndef as a use
Scott Linder
2019-01-28
1
-2
/
+2
*
[MC] Teach the MachO object writer about N_FUNC_COLD
Vedant Kumar
2019-01-25
1
-0
/
+4
*
Tentative fix for r351701 and gcc 6.2 build on ubuntu
Serge Guelton
2019-01-20
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Make assembler check for proper nesting of control flow.
Wouter van Oortmerssen
2018-12-26
1
-0
/
+3
*
[MC] Enable .file support on COFF and diagnose it on unsupported targets
Reid Kleckner
2018-12-21
1
-2
/
+5
*
[Dwarf/AArch64] Return address signing B key dwarf support
Luke Cheeseman
2018-12-21
1
-0
/
+2
*
[MC] Support labels as offsets in .reloc directive
Vladimir Stefanovic
2018-11-21
1
-9
/
+9
*
[WebAssembly] Added WasmAsmParser.
Wouter van Oortmerssen
2018-11-12
1
-5
/
+3
*
[MC] Separate masm integer literal lexer support from inline asm
Reid Kleckner
2018-10-24
1
-1
/
+3
*
[MC][DWARF][AsmParser] Ensure nested CFI frames are diagnosed.
Kristina Brooks
2018-10-19
1
-2
/
+7
*
[AsmParser] Return an error in the case of empty symbol ref in an expression
Francis Visoiu Mistrih
2018-10-08
1
-1
/
+1
*
[MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer
Craig Topper
2018-09-25
1
-9
/
+8
*
[MC] Return a std::string instead of taking it as an out parameter. Make two ...
Craig Topper
2018-09-25
1
-7
/
+5
*
[MC] Fix bad indentation and 80 column violations. Use StringRef::front inste...
Craig Topper
2018-09-25
1
-29
/
+34
*
[MC] Replace NULL constant in code with nullptr.
Craig Topper
2018-09-25
1
-1
/
+1
*
Fix for bug 34002 - label generated before it block is finalized. Differentia...
Maya Madhavan
2018-09-20
1
-0
/
+2
*
[MC] Avoid inlining constant symbols with variants.
Nirav Dave
2018-09-17
1
-1
/
+1
*
[codeview] Add .cv_string directive for testing purposes
Reid Kleckner
2018-09-07
1
-1
/
+20
*
[debuginfo] generate debug info with asm+.file
Brian Cain
2018-08-28
1
-8
/
+8
*
[MC, RISCV] Fixed StringRef Assertion `Index < Length && "Invalid index!"'
Ana Pazos
2018-08-25
1
-1
/
+1
*
[MC] Remove unused variable
Benjamin Kramer
2018-08-16
1
-1
/
+0
*
[MC][X86] Enhance X86 Register expression handling to more closely match GCC.
Nirav Dave
2018-08-16
1
-13
/
+10
*
[MC] Fix nested macro body parsing
Nirav Dave
2018-07-18
1
-1
/
+2
[next]