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
...
*
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
*
Write section and section table entries in the same order.
Rafael Espindola
2015-04-15
1
-50
/
+15
*
Use the ability to pwrite to simplify the ELF writer.
Rafael Espindola
2015-04-14
1
-44
/
+31
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-2
/
+2
*
Re-enable target-specific relocation table sorting and use it for Mips
Petar Jovanovic
2015-04-14
1
-31
/
+3
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Remove unused variable.
Rafael Espindola
2015-04-08
1
-2
/
+0
*
Write the section header in the end.
Rafael Espindola
2015-04-08
1
-27
/
+4
*
ELFObjectWriter.cpp: Prune obsolete \param since r234342. [-Wdocumentation]
NAKAMURA Takumi
2015-04-08
1
-1
/
+0
*
Delete commented code. Don't repeat name in comment.
Rafael Espindola
2015-04-07
1
-7
/
+1
*
Don't subtract the header size just to add it back.
Rafael Espindola
2015-04-07
1
-5
/
+4
*
Remove intermediate variables.
Rafael Espindola
2015-04-07
1
-7
/
+1
*
Remove unused argument.
Rafael Espindola
2015-04-07
1
-9
/
+6
*
Be consistent when deciding if a relocation is needed.
Rafael Espindola
2015-04-06
1
-9
/
+8
*
Store the sh_link of ARM_EXIDX directly in MCSectionELF.
Rafael Espindola
2015-04-06
1
-13
/
+2
*
Simplify this function a bit. NFC.
Rafael Espindola
2015-04-06
1
-20
/
+4
*
Simplify mapping from relocation sections to relocated sections.
Rafael Espindola
2015-04-06
1
-39
/
+21
*
Special case the creation of relocation sections.
Rafael Espindola
2015-03-30
1
-6
/
+3
*
Fix fixup evaluation when deciding what to relocate with.
Rafael Espindola
2015-03-25
1
-2
/
+8
*
Don't be over eager in evaluating a subtraction with a weak symbol.
Rafael Espindola
2015-03-24
1
-1
/
+9
*
Add missing ELFObjectWriter::reset() override, like other MC classes.
Yaron Keren
2015-03-23
1
-0
/
+14
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-2
/
+2
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-1
/
+2
*
Make some non-constant static variables non-static or fully const.
Benjamin Kramer
2015-03-01
1
-1
/
+1
*
Fix UTF8 chars to ASCII.
NAKAMURA Takumi
2015-02-25
1
-1
/
+1
*
Add r228980 back.
Rafael Espindola
2015-02-17
1
-1
/
+1
*
Add r228889 back.
Rafael Espindola
2015-02-17
1
-31
/
+26
*
Add r228888 back.
Rafael Espindola
2015-02-17
1
-7
/
+3
*
Add r228886 back now that r229530 fixed the issue lldb was hitting.
Rafael Espindola
2015-02-17
1
-47
/
+45
*
Revert a series of commits starting at r228886 which is triggering some
Chandler Carruth
2015-02-13
1
-71
/
+82
*
Add support for having multiple sections with the same name and comdat.
Rafael Espindola
2015-02-12
1
-1
/
+1
*
Invert the section relocation map.
Rafael Espindola
2015-02-11
1
-31
/
+26
*
Use the existing SymbolTableIndex instead of doing a lookup. NFC.
Rafael Espindola
2015-02-11
1
-7
/
+3
[prev]
[next]