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
...
*
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
*
Avoid a few const_cast.
Rafael Espindola
2015-04-29
1
-13
/
+12
*
Map directly from signature symbol to group index. NFC.
Rafael Espindola
2015-04-28
1
-10
/
+13
*
Remove redundant temporary std::vector.
Rafael Espindola
2015-04-28
1
-25
/
+7
*
Avoid one more walk over all sections. NFC.
Rafael Espindola
2015-04-28
1
-9
/
+3
*
Use a range loop. NFC.
Rafael Espindola
2015-04-28
1
-3
/
+2
*
Avoid an extra walk over the sections just to assign sections to groups.
Rafael Espindola
2015-04-28
1
-30
/
+41
*
Remove the GroupMapTy DenseMap. NFC.
Rafael Espindola
2015-04-28
1
-18
/
+10
*
Use range loops. NFC.
Rafael Espindola
2015-04-28
1
-7
/
+3
*
Avoid adding to SectionIndexMap sections that we never lookup. NFC.
Rafael Espindola
2015-04-28
1
-33
/
+28
*
Use a range loop. NFC.
Rafael Espindola
2015-04-28
1
-3
/
+2
*
Use a std::vector to record the offsets of the sections. NFC.
Rafael Espindola
2015-04-28
1
-10
/
+8
*
Avoid an extra loop for computing the section size. NFC.
Rafael Espindola
2015-04-28
1
-29
/
+13
*
Look past locals in comdats.
Rafael Espindola
2015-04-20
1
-9
/
+8
*
Compute A-B when A or B is weak.
Rafael Espindola
2015-04-17
1
-8
/
+9
*
Compute A-B if both A and B are in the same comdat section.
Rafael Espindola
2015-04-17
1
-18
/
+23
*
[mc] Clean up emission of byte sequences
Benjamin Kramer
2015-04-17
1
-4
/
+1
*
Don't walk aliases from global to local symbols in comdats.
Rafael Espindola
2015-04-17
1
-1
/
+30
*
Write relocation sections contiguously.
Rafael Espindola
2015-04-17
1
-1
/
+8
[prev]
[next]