index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
MCParser
/
ELFAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-3
/
+3
*
Remove yet another method of creating begin and end symbol for sections.
Rafael Espindola
2015-05-21
1
-3
/
+3
*
Use existing helper for adding a section. NFC.
Rafael Espindola
2015-05-21
1
-3
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-8
/
+8
*
Use a comma after the unique keyword.
Rafael Espindola
2015-04-06
1
-0
/
+3
*
Implement unique sections with an unique ID.
Rafael Espindola
2015-04-04
1
-3
/
+8
*
Add r228980 back.
Rafael Espindola
2015-02-17
1
-2
/
+12
*
Revert a series of commits starting at r228886 which is triggering some
Chandler Carruth
2015-02-13
1
-12
/
+2
*
Add support for having multiple sections with the same name and comdat.
Rafael Espindola
2015-02-12
1
-2
/
+12
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
1
-42
/
+4
*
Downgrade DWARF2 section limit error to a warning
Oliver Stannard
2014-09-22
1
-1
/
+1
*
Emit DWARF info for all code section in an assembly file
Oliver Stannard
2014-06-19
1
-9
/
+23
*
MC: make ELF .type handling more GNU AS compatible
Saleem Abdulrasool
2014-06-08
1
-38
/
+34
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-4
/
+4
*
Map ELf flags back to more specific section kinds.
Rafael Espindola
2014-03-28
1
-2
/
+28
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-1
/
+1
*
Add support for parsing sun-style section flags in ELFAsmParser.
Venkatraman Govindaraju
2014-03-01
1
-6
/
+43
*
Fix parsing of .symver directive on ARM
David Peixotto
2014-01-15
1
-0
/
+7
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-22
/
+4
*
ELF: Parse types in directives like binutils gas
David Majnemer
2013-09-21
1
-20
/
+43
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
1
-5
/
+8
*
MC: Add support for '?' flags in .section directives
David Majnemer
2013-09-15
1
-2
/
+20
*
Remove unused StringRef that no compiler warned about, I wonder why.
Benjamin Kramer
2013-09-14
1
-1
/
+0
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-9
/
+44
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-41
/
+41
*
Derive ELF section type from the name in some cases where GNU as does
Joerg Sonnenberger
2013-02-16
1
-1
/
+10
*
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
1
-3
/
+5
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-2
/
+2
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
ELF: Add support for the asm .version directive.
Benjamin Kramer
2012-05-12
1
-0
/
+28
*
Add support for gnu_indirect_function.
Roman Divacky
2011-12-12
1
-0
/
+1
*
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
1
-0
/
+44
*
Tidy up. 80 columns.
Jim Grosbach
2011-07-25
1
-5
/
+10
*
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
1
-1
/
+3
*
Bug#9172: Don't use static in file scope, use an attribute on the
Joerg Sonnenberger
2011-02-22
1
-5
/
+5
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-4
/
+26
*
Handle strings in section names the same way as gas:
Rafael Espindola
2011-01-24
1
-3
/
+14
*
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2011-01-23
1
-0
/
+2
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
1
-35
/
+35
*
Remove duplicated code.
Rafael Espindola
2011-01-23
1
-18
/
+19
*
Add support for @note. Patch by Jörg Sonnenberger.
Rafael Espindola
2010-12-26
1
-0
/
+2
*
Factor some code to parseSectionFlags and fix the default type of a section.
Rafael Espindola
2010-11-25
1
-49
/
+58
*
Behave a bit more like gnu as and use the symbol (instead of the section)
Rafael Espindola
2010-11-24
1
-3
/
+9
*
Parse and record the gnu_unique_object type.
Rafael Espindola
2010-11-13
1
-0
/
+1
*
gnu as support both % and @ before types, do the same.
Rafael Espindola
2010-11-12
1
-10
/
+4
*
Initial comdat implementation.
Rafael Espindola
2010-11-11
1
-5
/
+7
*
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
1
-3
/
+2
*
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
1
-2
/
+3
*
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
[prev]
[next]