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
...
*
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
*
Follow aliases when determining if a symbol is thumb.
Rafael Espindola
2014-04-22
1
-2
/
+1
*
Add parens to appease GCC warning.
David Blaikie
2014-04-19
1
-4
/
+4
*
Compress debug sections only when beneficial.
David Blaikie
2014-04-18
1
-2
/
+6
*
Update the fragments of symbols in compressed sections.
David Blaikie
2014-04-18
1
-0
/
+21
*
Add range access to MCAssembler's symbol collection.
David Blaikie
2014-04-18
1
-16
/
+14
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-2
/
+2
*
Format fixes for r205990
David Blaikie
2014-04-11
1
-5
/
+12
*
Don't lose the thumb bit by using relocations with sections.
Rafael Espindola
2014-04-11
1
-0
/
+7
*
Reimplement debug info compression by compressing the whole section, rather t...
David Blaikie
2014-04-10
1
-0
/
+114
*
Work around gold bug http://sourceware.org/PR16794.
Rafael Espindola
2014-04-02
1
-0
/
+5
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-160
/
+226
*
Remove another unused argument.
Rafael Espindola
2014-03-27
1
-6
/
+3
*
Remove unused argument.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
Correctly propagates st_size.
Rafael Espindola
2014-03-27
1
-7
/
+6
*
Correctly detect if a symbol uses a reserved section index or not.
Rafael Espindola
2014-03-26
1
-3
/
+5
*
Create .symtab_shndxr only when needed.
Rafael Espindola
2014-03-25
1
-86
/
+120
*
Use Endian.h to simplify this code a bit.
Rafael Espindola
2014-03-25
1
-104
/
+64
*
Propagate section from base to derived symbol.
Rafael Espindola
2014-03-24
1
-18
/
+19
*
Propagate types from symbol to aliases.
Rafael Espindola
2014-03-23
1
-1
/
+22
*
Fix the value computation in
Rafael Espindola
2014-03-21
1
-23
/
+31
*
Reapply 'ARM IAS: support .thumb_set'
Saleem Abdulrasool
2014-03-20
1
-4
/
+11
*
Look through variables when computing relocations.
Rafael Espindola
2014-03-20
1
-5
/
+9
*
Revert "Add back r203962, r204028 and r204059."
Rafael Espindola
2014-03-19
1
-58
/
+39
*
Add back r203962, r204028 and r204059.
Rafael Espindola
2014-03-18
1
-39
/
+58
*
Revert r203962 and two revisions depending on it: r204028 and r204059.
Alexander Kornienko
2014-03-18
1
-58
/
+39
*
ARM IAS: support .thumb_set
Saleem Abdulrasool
2014-03-17
1
-2
/
+8
[prev]
[next]