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
*
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
*
Create the Seciton -> Rel Section map when it is first needed. NFC.
Rafael Espindola
2015-02-11
1
-47
/
+45
*
Remove unused argument. NFC.
Rafael Espindola
2015-02-11
1
-8
/
+4
*
Don't recompute the entire section map just to add 3 entries. NFC.
Rafael Espindola
2015-02-11
1
-6
/
+6
*
Remove unused argument. NFC.
Rafael Espindola
2015-02-11
1
-4
/
+2
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
1
-20
/
+9
*
[pr21886] Change MCJIT/ELF to support MSVC C++ mangled symbol.
Rafael Espindola
2015-01-22
1
-9
/
+36
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-6
/
+4
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-4
/
+6
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-6
/
+4
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-4
/
+6
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-6
/
+4
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-4
/
+6
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-6
/
+4
*
Add back commits r219835 and a fixed version of r219829.
Rafael Espindola
2014-10-17
1
-48
/
+26
*
Revert commit r219835 and r219829.
Rafael Espindola
2014-10-17
1
-26
/
+48
*
Correctly handle references to section symbols.
Rafael Espindola
2014-10-15
1
-48
/
+26
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-7
/
+0
*
Note that a gold bug has been fixed.
Rafael Espindola
2014-10-06
1
-2
/
+3
*
WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
2014-09-29
1
-2
/
+2
*
Elide unnecessary DenseMap copy.
Benjamin Kramer
2014-09-19
1
-3
/
+3
*
[MC] Pass MCSymbolData to needsRelocateWithSymbol
Ulrich Weigand
2014-07-20
1
-1
/
+1
*
Mips.abiflags is a new implicitly generated section that will be present on ...
Vladimir Medic
2014-07-08
1
-0
/
+1
*
Invert the MC -> Object dependency.
Rafael Espindola
2014-07-03
1
-1
/
+1
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-2
/
+1
*
Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...
Artyom Skrobov
2014-06-14
1
-1
/
+1
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
1
-1
/
+1
*
Fix pr19645.
Rafael Espindola
2014-05-03
1
-2
/
+21
*
Move getBaseSymbol somewhere the COFF writer can use.
Rafael Espindola
2014-05-01
1
-26
/
+3
*
Make getBaseSymbol non recursive.
Rafael Espindola
2014-05-01
1
-3
/
+5
*
Provide a version of getSymbolOffset that returns false on error.
Rafael Espindola
2014-04-30
1
-24
/
+6
*
Simplify ELFObjectWriter::SymbolValue.
Rafael Espindola
2014-04-30
1
-22
/
+14
*
ELFObjectWriter: deduplicate suffices in strtab
Hans Wennborg
2014-04-30
1
-86
/
+32
*
Centralize the handling of the thumb bit.
Rafael Espindola
2014-04-29
1
-8
/
+9
*
Add an option for evaluating past symbols.
Rafael Espindola
2014-04-28
1
-2
/
+2
*
Simplify ELFObjectWriter::ExecutePostLayoutBinding.
Rafael Espindola
2014-04-28
1
-3
/
+6
*
Simplify isLocal().
Rafael Espindola
2014-04-28
1
-11
/
+6
*
Don't include an invalid symbol in the symbol table.
Rafael Espindola
2014-04-28
1
-8
/
+10
*
Produce an error instead of a crash in an expr we cannot represent.
Rafael Espindola
2014-04-28
1
-1
/
+6
*
Fix quadratic performance during debug compression due to sections x symbols ...
David Blaikie
2014-04-25
1
-12
/
+21
*
Spread some const around for non-mutating uses of MCSymbolData.
David Blaikie
2014-04-24
1
-1
/
+1
*
Centralize handling of ELF_Other_ThumbFunc.
Rafael Espindola
2014-04-23
1
-3
/
+2
[next]