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
...
*
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
*
Consider the base pointer for setting the symbol type.
Rafael Espindola
2014-03-17
1
-2
/
+3
*
Correctly handle an ELF symbol defined with "a = b + expr".
Rafael Espindola
2014-03-14
1
-37
/
+49
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-10
/
+8
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
doesSectionRequireSymbols is meaningless on ELF, remove.
Rafael Espindola
2014-02-06
1
-3
/
+0
*
Force emit a relocation for @gnu_indirect_function symbols so that the indirect
Roman Divacky
2014-01-08
1
-1
/
+1
*
In the ELFWriter when writing aliased (.set) symbols dont blindly
Roman Divacky
2014-01-07
1
-1
/
+36
*
MC: Fatally error if subtraction operand is bad
David Majnemer
2014-01-06
1
-0
/
+6
*
[mc] Fix ELF st_other flag.
Logan Chien
2013-12-05
1
-2
/
+1
*
Move the STT_FILE symbols out of the normal symbol table processing for
Joerg Sonnenberger
2013-10-29
1
-8
/
+26
*
MC: Support multiple sections with the same name in the same comdat group
David Blaikie
2013-10-22
1
-8
/
+11
*
Whitespace
David Blaikie
2013-10-22
1
-2
/
+2
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-5
/
+4
*
Put ELF COMDAT relocations into the relevant COMDAT group.
Tim Northover
2013-07-10
1
-2
/
+9
*
Remove MCELFObjectTargetWriter::adjustFixupOffset hack
Ulrich Weigand
2013-05-15
1
-3
/
+0
*
Commit the right files for r176762. Sigh.
Nick Lewycky
2013-03-09
1
-3
/
+3
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-3
/
+8
*
This patch just fixes up various llvm formatting
Jack Carter
2013-02-12
1
-1
/
+2
*
Link .ARM.exidx with corresponding text section.
Logan Chien
2013-02-05
1
-0
/
+18
*
This patch reworks how llvm targets set
Jack Carter
2013-01-30
1
-8
/
+6
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
1
-0
/
+2
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-1
/
+1
*
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
1
-8
/
+8
*
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+3
*
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-25
1
-5
/
+13
*
Check .rela instead of ELF64 for the compensation vaue resetting
Michael Liao
2012-10-16
1
-2
/
+1
*
Fix comment.
Rafael Espindola
2012-08-27
1
-3
/
+4
*
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
1
-4
/
+12
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
1
-1
/
+1
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-3
/
+2
*
Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
Akira Hatanaka
2012-03-23
1
-29
/
+5
[prev]
[next]