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
/
MCAsmStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[MC][X86] Allow assembler variable assignment to register name.
Nirav Dave
2018-06-05
1
-5
/
+12
*
[MC] Add assembler support for .cg_profile.
Michael J. Spencer
2018-06-02
1
-0
/
+14
*
[MC] Change AsmParser to leverage Assembler during evaluation
Nirav Dave
2018-04-30
1
-4
/
+7
*
[MC] Undo spurious commit added into r331052.
Nirav Dave
2018-04-27
1
-7
/
+4
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-4
/
+7
*
[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.
Nirav Dave
2018-04-27
1
-16
/
+31
*
[DWARFv5] Fuss with asm syntax for conveying MD5 checksum.
Paul Robinson
2018-04-11
1
-4
/
+2
*
[DEBUGINFO] Add option that allows to disable emission of flags in .loc direc...
Alexey Bataev
2018-04-03
1
-19
/
+21
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-29
1
-28
/
+63
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Potapenko
2018-03-28
1
-58
/
+28
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-27
1
-28
/
+58
*
Use .set instead of = when printing assignment in assembly output
Krzysztof Parzyszek
2018-03-27
1
-1
/
+2
*
[MC] fix documentation comments; NFC
Sanjay Patel
2018-03-13
1
-25
/
+14
*
Delay creating an alias for @@@.
Rafael Espindola
2018-03-09
1
-4
/
+3
*
Don't treat .symver as a regular alias definition.
Rafael Espindola
2018-03-09
1
-0
/
+12
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Kornienko
2018-03-07
1
-58
/
+28
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
1
-28
/
+58
*
Revert "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
1
-58
/
+28
*
[DWARFv5] Emit file 0 to the line table.
Paul Robinson
2018-03-06
1
-28
/
+58
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-2
/
+8
*
[DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files
Paul Robinson
2018-02-22
1
-12
/
+13
*
Use assembler expressions to lay out the EH LSDA.
Rafael Espindola
2018-02-09
1
-2
/
+2
*
[ELF] Print the .type assembly directive correctly for STT_NOTYPE
Oliver Stannard
2018-02-09
1
-1
/
+1
*
[DWARFv5] CodeGen support for MD5 file checksums
Paul Robinson
2018-01-12
1
-0
/
+4
*
Reland "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-09
1
-0
/
+7
*
[DWARFv5] MC support for MD5 file checksums
Paul Robinson
2018-01-09
1
-1
/
+3
*
Inline a emitFill variant that is only used once. NFC.
Rafael Espindola
2018-01-09
1
-10
/
+0
*
Make one of the emitFill methods non virtual. NFC.
Rafael Espindola
2018-01-09
1
-12
/
+4
*
Revert "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-08
1
-7
/
+0
*
Emit Function IDs table for Control Flow Guard
Adrian McCarthy
2018-01-08
1
-0
/
+7
*
[NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info i...
Alexey Bataev
2017-12-20
1
-14
/
+33
*
MC: Add support for mach-o build_version
Matthias Braun
2017-12-14
1
-7
/
+33
*
Remove redundant includes from lib/MC.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
[MC] Handle unknown literal register numbers in .cfi_* directives
Jake Ehrlich
2017-12-01
1
-4
/
+9
*
[AsmPrinterDwarf] Add support for .cfi_restore directive
Francis Visoiu Mistrih
2017-11-02
1
-0
/
+8
*
[codeview] Implement FPO data assembler directives
Reid Kleckner
2017-10-11
1
-0
/
+7
*
[SEH] Use reportError instead of report_fatal_error for bad directives
Reid Kleckner
2017-10-10
1
-40
/
+47
*
Re-land "Fix Bug 30978 by emitting cv file checksums."
Reid Kleckner
2017-09-19
1
-4
/
+24
*
Revert "Fix Bug 30978 by emitting cv file checksums."
Eric Beckmann
2017-09-16
1
-23
/
+4
*
[llvm] Fix some typos. NFC.
Mandeep Singh Grang
2017-09-15
1
-2
/
+2
*
Fix Bug 30978 by emitting cv file checksums.
Eric Beckmann
2017-09-15
1
-4
/
+23
*
MC: add support for cfi_return_column
Saleem Abdulrasool
2017-07-28
1
-0
/
+7
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-6
/
+28
*
Move some error handling down to MCStreamer.
Rafael Espindola
2017-02-10
1
-4
/
+3
*
Only print architecture dependent flags for that architecture.
Rafael Espindola
2017-01-30
1
-1
/
+3
*
Reapply "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2017-01-02
1
-2
/
+4
*
This is a large patch for X86 AVX-512 of an optimization for reducing code si...
Gadi Haber
2016-12-28
1
-4
/
+6
*
[Assembler] Better error messages for .org directive
Oliver Stannard
2016-12-14
1
-2
/
+4
*
Revert "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2016-12-08
1
-4
/
+2
*
[CodeGen] Fix invalid DWARF info on Win64
Keno Fischer
2016-12-08
1
-2
/
+4
[prev]
[next]