Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
56653f0df85f8e4ee60941a6ca31c17ca6f936ff
/
lib
/
MC
/
MCParser
/
ELFAsmParser.cpp
34be396
Fixed version of 118639 with an extra assert to catch similar problems
by Rafael Espindola
· 15 years ago
037b5be
Revert previous patch. Missed a case.
by Rafael Espindola
· 15 years ago
e61a1ac
Remove IsExplicit. It was always false.
by Rafael Espindola
· 15 years ago
4faf7c7
Set default flags for .rodata.
by Rafael Espindola
· 15 years ago
484291c
Implement .weakref.
by Rafael Espindola
· 15 years ago
f4b0f3e
Improvements to .section parsing:
by Rafael Espindola
· 15 years ago
4fa3478
Set default type and flags for .init and .fini.
by Rafael Espindola
· 15 years ago
8818213
Add support for the .symver directive. This is really ugly, but most of it is
by Rafael Espindola
· 15 years ago
61e3b91
Add support for .ident.
by Rafael Espindola
· 15 years ago
e90ea13
MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for something else.
by Michael J. Spencer
· 15 years ago
12ad94e
Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when
by Jan Wen Voung
· 15 years ago
0453dd9
Make sure .text doesn't produce extra alignment.
by Rafael Espindola
· 15 years ago
34e3d0c
Make sure that names like .note.GNU-stack are accepted as valid section names.
by Rafael Espindola
· 15 years ago
d80781b
Add a InitSections method to the streamer interface.
by Rafael Espindola
· 15 years ago
b98ac2a
Add support for leb128 of absolute expressions.
by Rafael Espindola
· 15 years ago
1674b0b
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
by Benjamin Kramer
· 15 years ago
f525c2a
Add some more handlers for ELF section directives.
by Matt Fleming
· 15 years ago
1edf6ca
MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't
by Daniel Dunbar
· 15 years ago
f21e4e9
MC/AsmParser: Fix TokError() to accept a Twine.
by Daniel Dunbar
· 15 years ago
dc1ad22
Start of .sleb128/.uleb128 parsing support.
by Eli Friedman
· 15 years ago
21444ef
Work-in-progress parsing for ELF .section directive.
by Eli Friedman
· 15 years ago
f82ccf5
Add support for parsing .size directives for ELF.
by Eli Friedman
· 15 years ago
5146a09
MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.
by Daniel Dunbar
· 15 years ago