Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
MCStreamer.cpp
e434280
[MCStreamer] Use report_fatal_error in EmitRawTextImpl
by Kristina Brooks
· 7 years ago
bbbec9d
Don't go over 80 chars in MCStreamer.cpp. NFC.
by Kristina Brooks
· 7 years ago
41a9e53
[Dwarf/AArch64] Return address signing B key dwarf support
by Luke Cheeseman
· 7 years ago
f57d7d8
[AArch64] - Return address signing dwarf support
by Luke Cheeseman
· 7 years ago
afa75d7
[macho] save the SDK version stored in module metadata into the version min and
by Alex Lorenz
· 7 years ago
6db3a6a
Revert r347490 as it breaks address sanitizer builds
by Luke Cheeseman
· 7 years ago
d6dbd64
Revert r343341
by Luke Cheeseman
· 7 years ago
96f2ea3
[ARM64][Windows] MCLayer support for exception handling
by Sanjin Sijaric
· 7 years ago
c15c853
[DEBUGINFO, NVPTX] Try to pack bytes data into a single string.
by Alexey Bataev
· 7 years ago
1a41a11
[MC][DWARF][AsmParser] Ensure nested CFI frames are diagnosed.
by Kristina Brooks
· 7 years ago
10981cc
Revert r343317
by Luke Cheeseman
· 7 years ago
21f2955b
Reapply changes reverted by r343235
by Luke Cheeseman
· 7 years ago
8e5676b
Revert r343192 as an ubsan build is currently failing
by Luke Cheeseman
· 7 years ago
f6844b3
Reapply changes reverted in r343114, lldb patch to follow shortly
by Luke Cheeseman
· 7 years ago
77aaa22
Revert r343112 as CallFrameString API change has broken lldb builds
by Luke Cheeseman
· 7 years ago
03ad881
[AArch64] - Return address signing dwarf support
by Luke Cheeseman
· 7 years ago
00b88bb
Revert r343089 "[AArch64] - Return address signing dwarf support"
by Hans Wennborg
· 7 years ago
f755e68
[AArch64] - Return address signing dwarf support
by Luke Cheeseman
· 7 years ago
edc3181
[MC] fix a clang-tidy warning, NFC
by Krasimir Georgiev
· 7 years ago
689f773
[codeview] Clean up machinery for deferring .cv_loc emission
by Reid Kleckner
· 7 years ago
f78650a
Remove trailing space
by Fangrui Song
· 7 years ago
390bce4
[MC] Add support for the .rva assembler directive for COFF targets
by Martin Storsjo
· 7 years ago
13c9ee6
[mingw] Fix GCC ABI compatibility for comdat things
by Reid Kleckner
· 7 years ago
ae6eeae
[MC] Add assembler support for .cg_profile.
by Michael J. Spencer
· 7 years ago
6c0665e
[MC] Change AsmParser to leverage Assembler during evaluation
by Nirav Dave
· 7 years ago
6b01b88
[MC] Undo spurious commit added into r331052.
by Nirav Dave
· 7 years ago
38b4b54
[MC] Provide default value for IsResolved.
by Nirav Dave
· 7 years ago
b271f31
Reapply "[DWARFv5] Emit file 0 to the line table."
by Paul Robinson
· 7 years ago
202f809
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
by Alexander Potapenko
· 7 years ago
07480bd
Reapply "[DWARFv5] Emit file 0 to the line table."
by Paul Robinson
· 8 years ago
47b4d6b
Delay creating an alias for @@@.
by Rafael Espindola
· 8 years ago
e12a48b
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
by Alexander Kornienko
· 8 years ago
4428e90
Reapply "[DWARFv5] Emit file 0 to the line table."
by Paul Robinson
· 8 years ago
732e443
Revert "[DWARFv5] Emit file 0 to the line table." Caused an asan failure.
by Paul Robinson
· 8 years ago
d5069ba
[DWARFv5] Emit file 0 to the line table.
by Paul Robinson
· 8 years ago
16c7bda
[DebugInfo] Support DWARF v5 source code embedding extension
by Scott Linder
· 8 years ago
70def12
[DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files
by Paul Robinson
· 8 years ago
9712113
[MC] - Don't crash on unclosed frame.
by George Rimar
· 8 years ago
d09b416
Use assembler expressions to lay out the EH LSDA.
by Rafael Espindola
· 8 years ago
db2736d
Reland "Emit Function IDs table for Control Flow Guard"
by Adrian McCarthy
· 8 years ago
29f5f98
[DWARFv5] MC support for MD5 file checksums
by Paul Robinson
· 8 years ago
e70ecec
Inline a emitFill variant that is only used once. NFC.
by Rafael Espindola
· 8 years ago
8fcd07d
Make one of the emitFill methods non virtual. NFC.
by Rafael Espindola
· 8 years ago
ce63a92
Revert "Emit Function IDs table for Control Flow Guard"
by Adrian McCarthy
· 8 years ago
cf6e6c8
Emit Function IDs table for Control Flow Guard
by Adrian McCarthy
· 8 years ago
88fb980
[NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info in Cuda.
by Alexey Bataev
· 8 years ago
5dd72ad
MC/AsmPrinter: Reduce code duplication.
by Matthias Braun
· 8 years ago
97a2d5c
[MC] Properly diagnose badly scoped .cfi_ directives
by Reid Kleckner
· 8 years ago
e52d1e6
[SEH] Use reportError instead of report_fatal_error for bad directives
by Reid Kleckner
· 8 years ago
ab23dac
[MC] Suppress .Lcfi labels when emitting textual assembly
by Reid Kleckner
· 8 years ago
4c4422f
[MC] Use unique_ptr to manage WinFrameInfos, NFC
by Reid Kleckner
· 8 years ago
26fa1bf
Re-land "Fix Bug 30978 by emitting cv file checksums."
by Reid Kleckner
· 8 years ago
913213c
Revert "Fix Bug 30978 by emitting cv file checksums."
by Eric Beckmann
· 8 years ago
66a99e4
Change encodeU/SLEB128 to pad to certain number of bytes
by Sam Clegg
· 8 years ago
349746f
Fix Bug 30978 by emitting cv file checksums.
by Eric Beckmann
· 8 years ago
a219b3d
MC: add support for cfi_return_column
by Saleem Abdulrasool
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
75745d0
This patch closes PR#32216: Better testing of schedule model instruction latencies/throughputs.
by Andrew V. Tischenko
· 8 years ago
d820447
Perform symbol binding for .symver versioned symbols
by Teresa Johnson
· 9 years ago
1f4e26f
[MC] Factor out non-COFF handling of COFF-specific directives.
by Dan Gohman
· 9 years ago
be99157
Move some error handling down to MCStreamer.
by Rafael Espindola
· 9 years ago
1d43552
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
f7d84ee
Reapply "[CodeGen] Fix invalid DWARF info on Win64"
by Keno Fischer
· 9 years ago
268f42f
[Assembler] Better error messages for .org directive
by Oliver Stannard
· 9 years ago
d4ea4c1
Revert "[CodeGen] Fix invalid DWARF info on Win64"
by Keno Fischer
· 9 years ago
460218f
[CodeGen] Fix invalid DWARF info on Win64
by Keno Fischer
· 9 years ago
734c59d
[MC] Refactor emitELFSize to make usage more consistent. NFC.
by Dan Gohman
· 9 years ago
39c3c89
MCStreamer: Use "cfi" for CFI related temp labels.
by Matthias Braun
· 9 years ago
445c952
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
by Eric Christopher
· 9 years ago
0da8630
Revert r283690, "MC: Remove unused entities."
by Peter Collingbourne
· 9 years ago
cc723cc
MC: Remove unused entities.
by Peter Collingbourne
· 9 years ago
a9f4cc9
[codeview] Add new directives to record inlined call site line info
by Reid Kleckner
· 9 years ago
a5b1eef
[MC] Move .cv_loc management logic out of MCContext
by Reid Kleckner
· 9 years ago
eb9ed61
[mips][ias] Support .dtprel[d]word and .tprel[d]word directives
by Simon Atanasyan
· 9 years ago
53a72f4
Provide support for preserving assembly comments
by Nirav Dave
· 9 years ago
2298203
doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, the
by Joerg Sonnenberger
· 9 years ago
faef320
[MC] Rename EmitFill to emitFill
by Petr Hosek
· 9 years ago
fbdbe9e
[codeview] Improve readability of type record assembly
by Reid Kleckner
· 9 years ago
67a94a7
[MC] Support symbolic expressions in assembly directives
by Petr Hosek
· 9 years ago
97859cc
Revert "[MC] Support symbolic expressions in assembly directives"
by Petr Hosek
· 9 years ago
ec73d8b
[MC] Support symbolic expressions in assembly directives
by Petr Hosek
· 9 years ago
63d3d6d
Revert "[MC] Support symbolic expressions in assembly directives"
by Reid Kleckner
· 9 years ago
e258375
[MC] Support symbolic expressions in assembly directives
by Petr Hosek
· 9 years ago
97837b7
[MC] Create unique .pdata sections for every .text section
by Reid Kleckner
· 9 years ago
6194276
Add capability to push/pop DFI in MCStreamer. NFC
by Amaury Sechet
· 10 years ago
408b5e6
[MC] Add support for encoding CodeView variable definition ranges
by David Majnemer
· 10 years ago
c9911f2
[codeview] Correctly handle inlining functions post-dominated by unreachable
by David Majnemer
· 10 years ago
1fcd610
[codeview] Wire up the .cv_inline_linetable directive
by Reid Kleckner
· 10 years ago
6fcbd7e
[CodeView] Implement .cv_inline_linetable
by David Majnemer
· 10 years ago
2214ed8
Reland "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
00d9639
Revert "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
c62e379
[CodeView] Use assembler directives for line tables
by Reid Kleckner
· 10 years ago
7ae65d8
Simplify now that emitValueToOffset always returns false.
by Rafael Espindola
· 10 years ago
259f150
[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls
by Michael Kuperstein
· 10 years ago
e3a20f5
Fix pr24486.
by Rafael Espindola
· 10 years ago
2f83437
Disallow assigning symbol a null section.
by Rafael Espindola
· 10 years ago
3c76c52
Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC
by Craig Topper
· 10 years ago
23d952b
[X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output
by Michael Kuperstein
· 10 years ago
48a9b71
[MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize how instructions are printed to asm.
by Colin LeMahieu
· 10 years ago
Next »