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
/
ELFObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove structure field that can be computed just before use.
Rafael Espindola
2015-05-28
1
-14
/
+15
*
Avoid warnings when building without asserts.
Rafael Espindola
2015-05-28
1
-7
/
+2
*
Move these vectors to the only function where they are used.
Rafael Espindola
2015-05-28
1
-6
/
+4
*
Merge redundant loops. NFC.
Rafael Espindola
2015-05-28
1
-18
/
+11
*
Simplify LastLocalSymbolIndex computation. NFC.
Rafael Espindola
2015-05-28
1
-4
/
+2
*
Use range loops. NFC.
Rafael Espindola
2015-05-28
1
-7
/
+3
*
Remove temporary FileSymbolData. NFC.
Rafael Espindola
2015-05-28
1
-12
/
+8
*
Use range loops for accessing file names. NFC.
Rafael Espindola
2015-05-28
1
-4
/
+4
*
Merge computeSymbolTable and writeSymbolTable.
Rafael Espindola
2015-05-28
1
-94
/
+80
*
Don't create an unused _GLOBAL_OFFSET_TABLE_.
Rafael Espindola
2015-05-28
1
-43
/
+1
*
There is only one current section.
Rafael Espindola
2015-05-27
1
-3
/
+4
*
Delete MCSectionData.
Rafael Espindola
2015-05-27
1
-2
/
+2
*
Remove uses of MCSectionData from ELFObjectWriter. NFC.
Rafael Espindola
2015-05-27
1
-9
/
+7
*
Remove most uses of MCSectionData from MCAssembler.
Rafael Espindola
2015-05-26
1
-3
/
+3
*
Stop using MCSectionData in MCAsmLayout.h.
Rafael Espindola
2015-05-26
1
-5
/
+3
*
Return a MCSection from MCFragment::getParent().
Rafael Espindola
2015-05-26
1
-5
/
+2
*
Turn MCSectionData into a field of MCSection.
Rafael Espindola
2015-05-25
1
-2
/
+3
*
Make a few MCSectionELF& variables const. NFC.
Rafael Espindola
2015-05-25
1
-8
/
+9
*
Produce a single string table in a ELF .o
Rafael Espindola
2015-05-22
1
-43
/
+39
*
MC: Lift MCSymbolData::Index up to MCSymbol::Index, NFC
Duncan P. N. Exon Smith
2015-05-22
1
-5
/
+5
*
Stop forwarding (get|set)Aligment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-1
/
+1
*
Stop creating MCSectionData is the ELF writer.
Rafael Espindola
2015-05-21
1
-35
/
+45
*
writeSymbolTable now only needs a MCContext.
Rafael Espindola
2015-05-21
1
-12
/
+7
*
Pass a const MCAssembler to writeSectionHeader.
Rafael Espindola
2015-05-21
1
-5
/
+9
*
Remove unused argument. NFC.
Rafael Espindola
2015-05-21
1
-8
/
+5
*
Fetch alignment directly out of MCSection. NFC.
Rafael Espindola
2015-05-21
1
-7
/
+5
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-18
/
+16
*
MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
Duncan P. N. Exon Smith
2015-05-20
1
-3
/
+3
*
MC: Use MCSymbol in most of ELFObjectWriter, NFC
Duncan P. N. Exon Smith
2015-05-20
1
-36
/
+36
*
MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC
Duncan P. N. Exon Smith
2015-05-19
1
-5
/
+4
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-5
/
+5
*
MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()
Duncan P. N. Exon Smith
2015-05-16
1
-9
/
+8
*
MC: Change MCAssembler::Symbols to store MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-4
/
+4
*
Update ELFObjectWriter::reset() following r236255.
Yaron Keren
2015-05-13
1
-0
/
+2
*
Remove unnecessary break.
Rafael Espindola
2015-04-30
1
-1
/
+0
*
Simplify the creation of compressed debug sections.
Rafael Espindola
2015-04-30
1
-106
/
+33
*
Replace unreachable code with llvm_unreachable.
Rafael Espindola
2015-04-30
1
-1
/
+1
*
Don't create a MCSectionData when we don't have to.
Rafael Espindola
2015-04-30
1
-11
/
+7
*
Avoid an extra loop over the sections.
Rafael Espindola
2015-04-30
1
-7
/
+1
*
Make the section table a member of ELFObjectWriter.
Rafael Espindola
2015-04-30
1
-52
/
+43
*
Nothing inherits from this, drop the protected:
Rafael Espindola
2015-04-30
1
-2
/
+0
*
Write sections mostly in one pass.
Rafael Espindola
2015-04-30
1
-143
/
+93
*
Silencing an "enumeral and non-enumeral type in conditional expression" warni...
Aaron Ballman
2015-04-30
1
-1
/
+1
*
Store relocations in a map from MCSectionELF.
Rafael Espindola
2015-04-30
1
-25
/
+21
*
Write relocations directly to the output stream. NFC.
Rafael Espindola
2015-04-30
1
-46
/
+29
*
Inline FragmentWriter into the only user.
Rafael Espindola
2015-04-29
1
-18
/
+4
*
Write the symbol table directly to the output file.
Rafael Espindola
2015-04-29
1
-79
/
+85
*
Use pwrite to write the number of sections.
Rafael Espindola
2015-04-29
1
-10
/
+15
*
Write the string table directly to the output file.
Rafael Espindola
2015-04-29
1
-14
/
+22
*
Write the section header string table directly to the output stream.
Rafael Espindola
2015-04-29
1
-30
/
+38
[prev]
[next]