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
*
Merging r340839:
Hans Wennborg
2018-08-30
1
-8
/
+8
*
Merging r339895 and r339896:
Hans Wennborg
2018-08-21
1
-14
/
+10
*
[MC] Fix nested macro body parsing
Nirav Dave
2018-07-18
1
-1
/
+2
*
MC: Implement support for new .addrsig and .addrsig_sym directives.
Peter Collingbourne
2018-07-17
1
-0
/
+27
*
[WebAssembly] Remove ELF file support.
Sam Clegg
2018-07-16
1
-2
/
+1
*
[DWARFv5] Allow ".loc 0" to refer to the root file.
Paul Robinson
2018-06-22
1
-1
/
+1
*
[DWARF] Warn on and ignore ".file 0" for DWARF v4 and earlier.
Paul Robinson
2018-06-21
1
-2
/
+4
*
Remove a redundant initialization. NFC
Paul Robinson
2018-06-20
1
-1
/
+1
*
[DWARFv5] Tolerate files not all having an MD5 checksum.
Paul Robinson
2018-06-14
1
-1
/
+14
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-1
/
+3
*
[MC][X86] Allow assembler variable assignment to register name.
Nirav Dave
2018-06-05
1
-16
/
+23
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-39
/
+39
*
[MC] Change AsmParser to leverage Assembler during evaluation
Nirav Dave
2018-04-30
1
-7
/
+10
*
[MC] Undo spurious commit added into r331052.
Nirav Dave
2018-04-27
1
-10
/
+7
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-7
/
+10
*
[WebAssembly] Enabled -triple=wasm32-unknown-unknown-wasm path using ELF dire...
Sam Clegg
2018-04-19
1
-3
/
+7
*
[DWARFv5] Fuss with asm syntax for conveying MD5 checksum.
Paul Robinson
2018-04-11
1
-24
/
+30
*
[Support] Make line-number cache robust against access patterns.
Graydon Hoare
2018-04-07
1
-22
/
+2
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-29
1
-7
/
+11
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Potapenko
2018-03-28
1
-11
/
+7
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-27
1
-7
/
+11
*
[DWARF] Fix mixing assembler -g with DWARF .file directives.
Paul Robinson
2018-03-22
1
-16
/
+32
*
Revert "[DWARF] Fix mixing assembler -g with DWARF .file directives."
Paul Robinson
2018-03-09
1
-29
/
+14
*
[DWARF] Fix mixing assembler -g with DWARF .file directives.
Paul Robinson
2018-03-08
1
-14
/
+29
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Kornienko
2018-03-07
1
-4
/
+2
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
1
-2
/
+4
*
[ARM][Asm] Fix layering violation introduced by r326795
Oliver Stannard
2018-03-06
1
-1
/
+6
*
Revert "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
1
-4
/
+2
*
[DWARFv5] Emit file 0 to the line table.
Paul Robinson
2018-03-06
1
-2
/
+4
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-15
/
+33
*
[DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files
Paul Robinson
2018-02-22
1
-4
/
+7
*
Store defined macros in MCContext.
Rafael Espindola
2018-02-14
1
-51
/
+5
*
[DWARFv5] MC support for MD5 file checksums
Paul Robinson
2018-01-09
1
-7
/
+32
*
[codeview] Implement FPO data assembler directives
Reid Kleckner
2017-10-11
1
-0
/
+19
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
[AsmParser] Support GAS's .print directive
Coby Tayree
2017-10-02
1
-0
/
+18
*
Re-land "Fix Bug 30978 by emitting cv file checksums."
Reid Kleckner
2017-09-19
1
-7
/
+40
*
Revert "Fix Bug 30978 by emitting cv file checksums."
Eric Beckmann
2017-09-16
1
-33
/
+7
*
Fix Bug 30978 by emitting cv file checksums.
Eric Beckmann
2017-09-15
1
-7
/
+33
*
bpf: Add BPF AsmParser support in LLVM
Yonghong Song
2017-09-12
1
-0
/
+5
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-4
/
+4
*
[X86AsmParser] Refactoring, (almost) NFC.
Coby Tayree
2017-08-24
1
-14
/
+15
*
[AsmParser] Recommit: Hash is not a comment on some targets
Oliver Stannard
2017-08-21
1
-10
/
+0
*
Revert "[AsmParser] Hash is not a comment on some targets"
Ahmed Bougacha
2017-08-10
1
-0
/
+10
*
[AsmParser] Hash is not a comment on some targets
Oliver Stannard
2017-08-09
1
-10
/
+0
*
[AsmParser][GAS-compatibility] Ignore an empty 'p2align' directive
Coby Tayree
2017-08-02
1
-1
/
+8
*
MC: add support for cfi_return_column
Saleem Abdulrasool
2017-07-28
1
-0
/
+15
*
MC: clang-format enumeration (NFC)
Saleem Abdulrasool
2017-07-28
1
-29
/
+146
*
[MC] Fix compiler crash in AsmParser::Lex
Nirav Dave
2017-06-09
1
-2
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
[next]