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
...
*
[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
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
chang type from 'int' to 'size_t'. This will fix revision number 302652
Michael Zuckerman
2017-05-10
1
-1
/
+1
*
[LLVM][inline-asm] Altmacro string escape character '!'
Michael Zuckerman
2017-05-10
1
-0
/
+21
*
[LLVM][inline-asm][Altmacor] Altmacro string delimiter '<..>'
Michael Zuckerman
2017-05-04
1
-4
/
+38
*
[LLVM][inline-asm] Altmacro absolute expression '%' feature
Michael Zuckerman
2017-05-01
1
-6
/
+50
*
PR31007 and PR27884 will be closed: a possibility to compile constants like 0...
Andrew V. Tischenko
2017-04-26
1
-6
/
+7
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-2
/
+2
*
[AsmParser]Emit an error if a macro has two (or more) parameters sharing the ...
Coby Tayree
2017-04-08
1
-0
/
+6
*
[X86][inline-asm] Add support for MS 'EVEN' directive
Coby Tayree
2017-04-04
1
-1
/
+1
*
[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
[prev]
[next]