index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCParser
/
ELFAsmParser.cpp
Age
Commit message (
Expand
)
Author
2011-07-25
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
Tidy up. 80 columns.
Jim Grosbach
2011-02-24
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-22
Bug#9172: Don't use static in file scope, use an attribute on the
Joerg Sonnenberger
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-01-24
Handle strings in section names the same way as gas:
Rafael Espindola
2011-01-23
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Remove duplicated code.
Rafael Espindola
2010-12-26
Add support for @note. Patch by Jörg Sonnenberger.
Rafael Espindola
2010-11-25
Factor some code to parseSectionFlags and fix the default type of a section.
Rafael Espindola
2010-11-24
Behave a bit more like gnu as and use the symbol (instead of the section)
Rafael Espindola
2010-11-13
Parse and record the gnu_unique_object type.
Rafael Espindola
2010-11-12
gnu as support both % and @ before types, do the same.
Rafael Espindola
2010-11-11
Initial comdat implementation.
Rafael Espindola
2010-11-09
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
Remove IsExplicit. It was always false.
Rafael Espindola
2010-11-08
Set default flags for .rodata.
Rafael Espindola
2010-11-01
Implement .weakref.
Rafael Espindola
2010-10-28
Improvements to .section parsing:
Rafael Espindola
2010-10-27
Set default type and flags for .init and .fini.
Rafael Espindola
2010-10-27
Add support for the .symver directive. This is really ugly, but most of it is
Rafael Espindola
2010-10-26
Add support for .ident.
Rafael Espindola
2010-10-09
MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...
Michael J. Spencer
2010-09-30
Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when
Jan Wen Voung
2010-09-27
Make sure .text doesn't produce extra alignment.
Rafael Espindola
2010-09-16
Make sure that names like .note.GNU-stack are accepted as valid section names.
Rafael Espindola
2010-09-15
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-11
Add support for leb128 of absolute expressions.
Rafael Espindola
2010-09-02
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-07-20
Add some more handlers for ELF section directives.
Matt Fleming
2010-07-18
MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't
Daniel Dunbar
2010-07-18
MC/AsmParser: Fix TokError() to accept a Twine.
Daniel Dunbar
2010-07-17
Start of .sleb128/.uleb128 parsing support.
Eli Friedman
2010-07-17
Work-in-progress parsing for ELF .section directive.
Eli Friedman
2010-07-17
Add support for parsing .size directives for ELF.
Eli Friedman
2010-07-12
MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.
Daniel Dunbar