index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCParser
/
ELFAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove IsExplicit. It was always false.
Rafael Espindola
2010-11-09
1
-3
/
+2
*
Set default flags for .rodata.
Rafael Espindola
2010-11-08
1
-1
/
+3
*
Implement .weakref.
Rafael Espindola
2010-11-01
1
-0
/
+28
*
Improvements to .section parsing:
Rafael Espindola
2010-10-28
1
-10
/
+38
*
Set default type and flags for .init and .fini.
Rafael Espindola
2010-10-27
1
-1
/
+9
*
Add support for the .symver directive. This is really ugly, but most of it is
Rafael Espindola
2010-10-27
1
-0
/
+30
*
Add support for .ident.
Rafael Espindola
2010-10-26
1
-0
/
+32
*
MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...
Michael J. Spencer
2010-10-09
1
-1
/
+49
*
Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when
Jan Wen Voung
2010-09-30
1
-1
/
+2
*
Make sure .text doesn't produce extra alignment.
Rafael Espindola
2010-09-27
1
-9
/
+3
*
Make sure that names like .note.GNU-stack are accepted as valid section names.
Rafael Espindola
2010-09-16
1
-2
/
+37
*
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-15
1
-3
/
+11
*
Add support for leb128 of absolute expressions.
Rafael Espindola
2010-09-11
1
-23
/
+0
*
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-09-02
1
-0
/
+10
*
Add some more handlers for ELF section directives.
Matt Fleming
2010-07-20
1
-0
/
+54
*
MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't
Daniel Dunbar
2010-07-18
1
-12
/
+12
*
MC/AsmParser: Fix TokError() to accept a Twine.
Daniel Dunbar
2010-07-18
1
-0
/
+1
*
Start of .sleb128/.uleb128 parsing support.
Eli Friedman
2010-07-17
1
-0
/
+26
*
Work-in-progress parsing for ELF .section directive.
Eli Friedman
2010-07-17
1
-5
/
+113
*
Add support for parsing .size directives for ELF.
Eli Friedman
2010-07-17
1
-0
/
+24
*
MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.
Daniel Dunbar
2010-07-12
1
-0
/
+68