Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
MCContext.cpp
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
58963e4
Fix typos. NFC
by Fangrui Song
· 7 years ago
9fbecc9
Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."
by George Rimar
· 7 years ago
999d1ce
[llvm-mc] - Allow to set custom flags for debug sections.
by George Rimar
· 7 years ago
689f773
[codeview] Clean up machinery for deferring .cv_loc emission
by Reid Kleckner
· 7 years ago
26ddf27
Use debug-prefix-map for AT_NAME
by Jonas Devlieghere
· 7 years ago
c17c8bf
Support -fdebug-prefix-map in llvm-mc. This is useful to omit the
by Paul Robinson
· 7 years ago
11539b0
[DWARFv5] Allow ".loc 0" to refer to the root file.
by Paul Robinson
· 7 years ago
105bdc2
[WebAssembly] MC: Add compile-twice test and fix corresponding bug
by Sam Clegg
· 7 years ago
b210c64
[WebAssembly] Create section start symbols automatically for all sections
by Sam Clegg
· 7 years ago
4d57fbd
[WebAssembly] MC: Create and use first class section symbols
by Sam Clegg
· 7 years ago
2c6430f
[codeview] Ignore .cv_loc directives at the end of a function
by Reid Kleckner
· 7 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
d423f0d
[WebAssemlby] MC: Don't write COMDAT symbols as global imports
by Sam Clegg
· 8 years ago
29f5f98
[DWARFv5] MC support for MD5 file checksums
by Paul Robinson
· 8 years ago
12fd3da
[WebAssembly] MC: Fix crash when -g specified.
by Sam Clegg
· 8 years ago
2176a9f
[WebAssembly] Remove flags from MCSectionWasm
by Sam Clegg
· 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
43dcf4d
Fix asm printing of associated sections.
by Evgeniy Stepanov
· 9 years ago
00400d3
Disallow redefinition of section symbols.
by Evgeniy Stepanov
· 9 years ago
0338ce8
Initialize MCContext::InlineSrcMgr in the constructor.
by Evgeniy Stepanov
· 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
dc1c301
Make it possible to set SHF_LINK_ORDER explicitly.
by Rafael Espindola
· 9 years ago
2933875
[Assembler] Enable nicer diagnostics for inline assembly.
by Sanne Wouda
· 9 years ago
79add41
Revert "[Assembler] Enable nicer diagnostics for inline assembly."
by Diana Picus
· 9 years ago
09adc24
[Assembler] Enable nicer diagnostics for inline assembly.
by Sanne Wouda
· 9 years ago
13a79bb
Change how we handle section symbols on ELF.
by Rafael Espindola
· 9 years ago
52a7dd7
[ARM] Implement execute-only support in CodeGen
by Prakhar Bahuguna
· 9 years ago
9a561aa
[llvm] Fix D26214: Move error handling out of MC and to the callers.
by Mandeep Singh Grang
· 9 years ago
abceeee
[MC] Generalize MCContext's SectionSymbols field.
by Dan Gohman
· 9 years ago
3236007
[llvm] Implement support for -defsym assembler option
by Mandeep Singh Grang
· 9 years ago
8e94895
Tidy spelling and grammar.
by Eric Christopher
· 9 years ago
a5b1eef
[MC] Move .cv_loc management logic out of MCContext
by Reid Kleckner
· 9 years ago
36e601c
Add support for allowing us to create uniquely identified "COMDAT" or "ELF
by Eric Christopher
· 9 years ago
7b99885
[MCContext] Don't use getenv inside class constructor
by Igor Laevsky
· 9 years ago
b910e56
Revert r270569 (teach llvm-mc to generate compressed debug sections in zlib
by Richard Smith
· 9 years ago
68003e0
Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.)
by George Rimar
· 9 years ago
cf2bf9d
Temporarily revert r270070
by George Rimar
· 9 years ago
99c901f
[llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.
by George Rimar
· 9 years ago
97837b7
[MC] Create unique .pdata sections for every .text section
by Reid Kleckner
· 9 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
a023f79
Handle section vs global name conflict.
by Evgeniy Stepanov
· 9 years ago
8809c40
MC: Don't access the filesystem in MCContext's constructor
by Justin Bogner
· 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
c49ac5e
Use std::unique_ptr. NFC.
by Rafael Espindola
· 10 years ago
07b43d3
[Assembler] Allow non-fatal errors after parsing
by Oliver Stannard
· 10 years ago
b11ef08
Reduce the size of MCRelaxableFragment.
by Akira Hatanaka
· 10 years ago
21a7f23
Clear SectionSymbols in MCContext::Reset
by Keno Fischer
· 10 years ago
4264e2d
Use SpecificBumpPtrAllocator to simplify the MCSeciton destruction.
by Rafael Espindola
· 10 years ago
1f13d47
Sink COFF.h MC include into .cpp files
by Reid Kleckner
· 10 years ago
dbaf049
Revert "Centralize the information about which object format we are using."
by Rafael Espindola
· 10 years ago
90eb70c
Centralize the information about which object format we are using.
by Rafael Espindola
· 10 years ago
41de802
Revert r240302 ("Bring r240130 back.").
by Daniel Jasper
· 10 years ago
2d6bae2
Bring r240130 back.
by Rafael Espindola
· 10 years ago
67e715f
Revert 240130, it caused crashes (repro in PR23900).
by Nico Weber
· 10 years ago
284a750
Make all temporary symbols unnamed.
by Rafael Espindola
· 10 years ago
f27fa2b
Use named temporaries for directional labels.
by Rafael Espindola
· 10 years ago
234b875
Allocate space for MCSymbol::Name only if required.
by Pete Cooper
· 10 years ago
eb012fa
Add MCSymbolMachO which will be used to hide the MCSymbolMachO flags.
by Pete Cooper
· 10 years ago
ad9f9c3
Add MCSymbolCOFF class and use it to get and set the COFF type field.
by Pete Cooper
· 10 years ago
a3ab384
Change MCSymbol IsELF to an enum to support future MCSymbolCOFF and MCSymbolMachO.
by Pete Cooper
· 10 years ago
3e9e72a
Clarify when we can avoid creating names for temp symbols.
by Rafael Espindola
· 10 years ago
0ccf9b7
Pass a MCSymbolELF to a few ELF only functions. NFC.
by Rafael Espindola
· 10 years ago
a869576
Create a MCSymbolELF.
by Rafael Espindola
· 10 years ago
412c4db
[MC] Simplify code. No functionality change intended.
by Benjamin Kramer
· 10 years ago
ed34d58
Move MCSection destruction to MCContext::reset.
by Rafael Espindola
· 10 years ago
24d285d
Call the destructors of the MCSections.
by Rafael Espindola
· 10 years ago
0365616
MC: Shave a pointer off of MCSymbol::Name
by Duncan P. N. Exon Smith
· 10 years ago
0709a7b
Move alignment from MCSectionData to MCSection.
by Rafael Espindola
· 10 years ago
e2fdf8d
Avoid unnecessary section switching. NFC.
by Rafael Espindola
· 10 years ago
e074679
Remove yet another method of creating begin and end symbol for sections.
by Rafael Espindola
· 10 years ago
2632f0d
[WinEH] Store pointers to the LSDA in the exception registration object
by Reid Kleckner
· 10 years ago
008359a
MC: clang-format MCContext. NFC.
by Jim Grosbach
· 10 years ago
6f48200
MC: Clean up method names in MCContext.
by Jim Grosbach
· 10 years ago
c177fec
MC: Skip names of temporary symbols in object streamer
by Duncan P. N. Exon Smith
· 10 years ago
55a3afb
Remove the GroupMapTy DenseMap. NFC.
by Rafael Espindola
· 10 years ago
9897e03
Revert accidentally committed "MC: Allow targets to stop symbol name quoting"
by Matt Arsenault
· 10 years ago
0bad85d
MC: Allow targets to stop symbol name quoting
by Matt Arsenault
· 10 years ago
61e8ce3
Store the sh_link of ARM_EXIDX directly in MCSectionELF.
by Rafael Espindola
· 10 years ago
b73b70e
Simplify mapping from relocation sections to relocated sections.
by Rafael Espindola
· 10 years ago
972d558
Don't mix overload and default values.
by Rafael Espindola
· 10 years ago
8ca44f0
Implement unique sections with an unique ID.
by Rafael Espindola
· 10 years ago
a225a19
[WinEH] Generate .xdata for catch handlers
by David Majnemer
· 10 years ago
d3ac79b
Save a std::string.
by Rafael Espindola
· 10 years ago
c9d0692
Special case the creation of relocation sections.
by Rafael Espindola
· 10 years ago
44d5057
Add two small structs for readability in place of std::pair and std::tuple. NFC.
by Rafael Espindola
· 11 years ago
9ab0923
Centralize the handling of unique ids for temporary labels.
by Rafael Espindola
· 11 years ago
d7c546c
Remove LookupSymbol(StringRef) and optimize LookupSymbol(Twine).
by Yaron Keren
· 11 years ago
1ee89fc
Teach Twine to support SmallString.
by Yaron Keren
· 11 years ago
6b9998b
Create symbols marking the start of a section earlier.
by Rafael Espindola
· 11 years ago
6ed58a2
clang-format code that is about to change.
by Rafael Espindola
· 11 years ago
cfb9ce5
Replace llvm.frameallocate with llvm.frameescape
by Reid Kleckner
· 11 years ago
ef21bd4
Remove MCStreamer.h include from MCContext.h and explictly include it where necessary. NFC
by Pete Cooper
· 11 years ago
629cdba
Centralize handling of the eh_begin and eh_end labels.
by Rafael Espindola
· 11 years ago
Next »