Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dda8015434c41fcad81c49dee581666b05c40a08
/
llvm
/
lib
/
MC
/
MCObjectFileInfo.cpp
c7557dd
[Remarks] Remove references to ELF support
by Francis Visoiu Mistrih
· 6 years ago
d157a9b
Add Windows Control Flow Guard checks (/guard:cf).
by Andrew Paverd
· 6 years ago
f1c2892
AArch64: support arm64_32, an ILP32 slice for watchOS.
by Tim Northover
· 6 years ago
ef039a3
[PowerPC][AIX] Adds support for writing the .data section in assembly files
by Xing Xue
· 6 years ago
1e46d4c
Adds support for writing the .bss section for XCOFF object files.
by Sean Fertile
· 6 years ago
942537d
Stubs out TLOF for AIX and add support for common vars in assembly output.
by Sean Fertile
· 6 years ago
f09d54e
Boilerplate for producing XCOFF object files from the PowerPC backend.
by Sean Fertile
· 6 years ago
ee1a6e7
[Remarks] Emit a section containing remark diagnostics metadata
by Francis Visoiu Mistrih
· 7 years ago
a03ae73
Add XCOFF triple object format type for AIX
by Jason Liu
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
8f0cb9c
[AArch64] [MinGW] Allow enabling SEH exceptions
by Martin Storsjo
· 7 years ago
44c4c64
[COFF] Remove an outdated/incorrect comment. NFC.
by Martin Storsjo
· 7 years ago
1aa7e90
[COFF] Don't mark mingw .eh_frame sections writable
by Martin Storsjo
· 7 years ago
f487334
Revert "[BTF] Add BTF DebugInfo"
by Yonghong Song
· 7 years ago
81b77e9
[BTF] Add BTF DebugInfo
by Yonghong Song
· 7 years ago
ddbde9a
[DWARFv5] Emit normal type units in .debug_info comdats.
by Paul Robinson
· 7 years ago
088d96b
[Codegen] - Implement basic .debug_loclists section emission (DWARF5).
by George Rimar
· 7 years ago
24faf85
Reland "[WebAssembly] LSDA info generation"
by Heejin Ahn
· 7 years ago
d0e5eca
Add missed file from previous commit (r344838)
by David Blaikie
· 7 years ago
547d824
Revert "[WebAssembly] LSDA info generation"
by Krasimir Georgiev
· 7 years ago
0981eaa
[WebAssembly] LSDA info generation
by Heejin Ahn
· 7 years ago
a6e3a82
Revert BTF commit series.
by Eli Friedman
· 7 years ago
6c2327a
[BPF] Add BTF generation for BPF target
by Yonghong Song
· 7 years ago
4d6f425
[mips] Fix FDE/CFI encoding in case of N32 ABI
by Simon Atanasyan
· 7 years ago
ce95ac6
[lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.
by George Rimar
· 7 years ago
3640d85
Fix -Wimplicit-fallthrough warning introduced in rL339397.
by Simon Pilgrim
· 7 years ago
fce7f73
[MC] Move EH DWARF encodings from MC to CodeGen, NFC
by Reid Kleckner
· 7 years ago
25b15f1
Fix "not all control paths return a value" MSVC warning.
by Simon Pilgrim
· 7 years ago
8acb74e
[MC] Report fatal error for DWARF types for non-ELF object files
by Jonas Devlieghere
· 7 years ago
fcf3810
[DWARF v5] Generate range list tables into the .debug_rnglists section. No support for split DWARF
by Wolfgang Pieb
· 7 years ago
85e200e
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
by Alexander Richardson
· 7 years ago
dcf59c5
Recommit r335333 "[MC] - Add .stack_size sections into groups and link them with .text"
by George Rimar
· 7 years ago
6d448da1
Revert r335332 "[MC] - Add .stack_size sections into groups and link them with .text"
by George Rimar
· 7 years ago
e14485a
[MC] - Add .stack_size sections into groups and link them with .text
by George Rimar
· 7 years ago
b210c64
[WebAssembly] Create section start symbols automatically for all sections
by Sam Clegg
· 7 years ago
fb807d4
[WebAssembly] Ensure all .debug_XXX section has proper symbol names
by Sam Clegg
· 7 years ago
4d57fbd
[WebAssembly] MC: Create and use first class section symbols
by Sam Clegg
· 8 years ago
d0804aa
[MachO] Emit Weak ReadOnlyWithRel to ConstDataSection
by Steven Wu
· 8 years ago
6088c23
Re-commit r329179 after fixing build&test issues
by Pavel Labath
· 8 years ago
55fcd07
Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it doesn't build.
by Nico Weber
· 8 years ago
69baab1
[CodeGen] Generate DWARF v5 Accelerator Tables
by Pavel Labath
· 8 years ago
fe6e6d9
Allow FDE references outside the +/-2GB range supported by PC relative
by Eric Christopher
· 8 years ago
1f90029
[DWARFv5] Emit .debug_line_str (in a non-DWO file).
by Paul Robinson
· 8 years ago
db2736d
Reland "Emit Function IDs table for Control Flow Guard"
by Adrian McCarthy
· 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
048f8f9
[CodeView] Teach clang to emit the .debug$H COFF section.
by Zachary Turner
· 8 years ago
a6bcd53
[MC] Function stack size section.
by Sean Eveson
· 8 years ago
661e4fb
Revert r319423: [MC] Function stack size section.
by Sean Eveson
· 8 years ago
f77b4d2
[MC] Function stack size section.
by Sean Eveson
· 8 years ago
12fd3da
[WebAssembly] MC: Fix crash when -g specified.
by Sam Clegg
· 8 years ago
8aedfde
[llvm-dsymutil] Add support for __swift_ast MachO DWARF section
by Francis Ricci
· 8 years ago
b4e77d9
Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"
by Francis Ricci
· 8 years ago
2b513b5
[llvm-dsymutil] Add support for __swift_ast MachO DWARF section
by Francis Ricci
· 8 years ago
5f689d0
Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"
by Francis Ricci
· 8 years ago
7767277
[llvm-dsymutil] Add support for __swift_ast MachO DWARF section
by Francis Ricci
· 8 years ago
759631c
[WebAssembly] MC: Create wasm data segments based on MCSections
by Sam Clegg
· 8 years ago
2176a9f
[WebAssembly] Remove flags from MCSectionWasm
by Sam Clegg
· 8 years ago
9f92995
Don't pass the code model to MC
by Rafael Espindola
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
77d3e93
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader part only).
by Wolfgang Pieb
· 8 years ago
4198f2a
[bpf] add relocation support
by Alexei Starovoitov
· 9 years ago
ec8dfb1
[MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPS
by Simon Atanasyan
· 9 years ago
d934cb8
[WebAssembly] Basic support for Wasm object file encoding.
by Dan Gohman
· 9 years ago
18eafb6
[WebAssembly] Add skeleton MC support for the Wasm container format
by Dan Gohman
· 9 years ago
d96089b
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
13a79bb
Change how we handle section symbols on ELF.
by Rafael Espindola
· 9 years ago
1209c7a
[WebAssembly] Add triple support for the new wasm object format
by Dan Gohman
· 9 years ago
46fa231
Move code only used by codegen out of MC. NFC.
by Rafael Espindola
· 9 years ago
cd1d5aa
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
by Justin Bogner
· 9 years ago
5dcbac5
[mips] Set Personality and LSDA encoding for FreeBSD
by Daniel Sanders
· 9 years ago
ef3eb06
[ARM] Fix Thumb text sections' flags under COFF/Windows
by Renato Golin
· 9 years ago
c321e53
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
by Benjamin Kramer
· 9 years ago
699281c
Don't pass a Reloc::Model to MC.
by Rafael Espindola
· 9 years ago
705231b
Delete deprecated function.
by Rafael Espindola
· 9 years ago
1711f2d
Add accidentally deleted "break"
by Krzysztof Parzyszek
· 10 years ago
5c3140f
ARM: put extern __thread stubs in a special section.
by Tim Northover
· 10 years ago
3e28229
[Hexagon] Few fixes for exception handling
by Krzysztof Parzyszek
· 10 years ago
ea9f25a
[lanai] Add ELF enum value and relocations.
by Jacques Pienaar
· 10 years ago
964b70d
[X86] Create mergeable constant pool entries for AVX
by David Majnemer
· 10 years ago
8bbce8a
Improved macro emission in dwarf.
by Amjad Aboud
· 10 years ago
f3b9ba4
[codeview] Begin to add support for inlined call sites
by Reid Kleckner
· 10 years ago
042a6c1
ARMv7k: base ABI decision on v7k Arch rather than watchos OS.
by Tim Northover
· 10 years ago
d7cfb48
Added support for macro emission in dwarf (supporting DWARF version 4).
by Amjad Aboud
· 10 years ago
5a02dc4
[MC] Fix file name in file header
by Jeroen Ketema
· 10 years ago
ff1d084
[MC] Don't use the architecture to govern which object file format to use
by David Majnemer
· 10 years ago
24c8ac9
[llvm-dwp] Support debug_tu_index
by David Blaikie
· 10 years ago
b073cb9
[llvm-dwp] Emit a rather fictional debug_cu_index
by David Blaikie
· 10 years ago
449711c
Stop producing .data.rel sections.
by Rafael Espindola
· 10 years ago
65e4902
Drop prelink support.
by Rafael Espindola
· 10 years ago
889d7bb
Bring r252305 back with a test fix.
by Rafael Espindola
· 10 years ago
1aa4d1c
Revert "Simplify the creation of .eh_frame/.debug_frame sections."
by Rafael Espindola
· 10 years ago
e69bcd7
Simplify the creation of .eh_frame/.debug_frame sections.
by Rafael Espindola
· 10 years ago
b20b706
Use SHT_X86_64_UNWIND on every OS.
by Rafael Espindola
· 10 years ago
f8e47e4
ARM: add support for WatchOS's compact unwind information.
by Tim Northover
· 10 years ago
8ad7399
[MachO] Stop generating *coal* sections.
by Akira Hatanaka
· 10 years ago
276332b
Revert r250349.
by Akira Hatanaka
· 10 years ago
1cea644
[MachO] Stop generating *coal* sections.
by Akira Hatanaka
· 10 years ago
d58d347
Revert r250342.
by Akira Hatanaka
· 10 years ago
c078ae3
[MachO] Stop generating *coal* sections.
by Akira Hatanaka
· 10 years ago
Next »