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
/
lld
/
lib
/
ReaderWriter
/
PECOFF
/
WriterPECOFF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
COFF: Remove the old COFF linker and make link an alias to link2.
Rui Ueyama
2015-08-06
1
-1417
/
+0
*
Fix undefined behaviour exposed by the new -Wshift-negative-value warning.
Davide Italiano
2015-07-07
1
-1
/
+1
*
Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."
Nico Weber
2015-04-11
1
-6
/
+8
*
PECOFF: Use C++11 braced init list to make Version objects.
Rui Ueyama
2015-04-10
1
-8
/
+6
*
Do s/_context/_ctx/g globally.
Rui Ueyama
2015-04-10
1
-4
/
+4
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-3
/
+3
*
Fix the local variable naming I used in r231765 to follow the LLD coding
Chandler Carruth
2015-03-10
1
-4
/
+4
*
Fix a bug where the code would use subscript a std::vector with the size
Chandler Carruth
2015-03-10
1
-6
/
+7
*
PECOFF: Define and use BaseReloc type instead of std::pair.
Rui Ueyama
2015-03-08
1
-33
/
+29
*
PECOFF: Fix off-by-one error.
Rui Ueyama
2015-03-08
1
-1
/
+1
*
PECOFF: Parallelize base relocation creation.
Rui Ueyama
2015-03-08
1
-29
/
+31
*
PECOFF: Optimize the writer using parallel_for.
Rui Ueyama
2015-03-06
1
-8
/
+11
*
Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.
Rui Ueyama
2015-03-02
1
-1
/
+2
*
Add {read,write}{16,32,64}{le,be} functions.
Rui Ueyama
2015-02-27
1
-5
/
+6
*
PECOFF: Fix base relocation for ImageBase.
Rui Ueyama
2015-02-20
1
-1
/
+7
*
PECOFF: Fix base relocation for an absolute symbol.
Rui Ueyama
2015-02-19
1
-0
/
+2
*
PECOFF: Fix dummy symbol table in executable.
Rui Ueyama
2015-02-12
1
-0
/
+4
*
PECOFF: make dumpbin tool happy.
Rui Ueyama
2015-02-12
1
-8
/
+17
*
PECOFF: Fix I386_DIR32 relocation to an absolute symbol
Rui Ueyama
2015-02-05
1
-2
/
+6
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-1
/
+1
*
PE/COFF: rework how we handle base relocations
Saleem Abdulrasool
2015-01-16
1
-51
/
+59
*
PE/COFF: use dyn_cast for the check of the target
Saleem Abdulrasool
2015-01-16
1
-1
/
+1
*
PE/COFF: teach ARMNT backend about ADDR32NB for exports
Saleem Abdulrasool
2015-01-07
1
-0
/
+3
*
PECOFF: adjust the entry point on ARM NT
Saleem Abdulrasool
2015-01-04
1
-3
/
+9
*
ReaderWriter: adjust ARM target addresses for exec
Saleem Abdulrasool
2015-01-03
1
-1
/
+8
*
ReaderWriter: teach the writer about IMAGE_REL_ARM_BRANCH24T
Saleem Abdulrasool
2015-01-02
1
-1
/
+7
*
ReaderWriter: teach the writer about IMAGE_REL_ARM_BLX23T
Saleem Abdulrasool
2015-01-02
1
-0
/
+20
*
ReaderWriter: teach the writer about IMAGE_REL_ARM_MOV32T
Saleem Abdulrasool
2015-01-02
1
-0
/
+17
*
ReaderWriter: teach the writer about IMAGE_REL_ARM_ADDR32
Saleem Abdulrasool
2015-01-01
1
-4
/
+25
*
ReaderWriter: teach PE/COFF backend about ARM NT
Saleem Abdulrasool
2014-12-31
1
-0
/
+3
*
[PECOFF] Fix section alignment.
Rui Ueyama
2014-11-14
1
-12
/
+31
*
[PECOFF] Remove dead code
Rui Ueyama
2014-11-14
1
-4
/
+0
*
[PECOFF] Add a comment for SECREL relocation.
Rui Ueyama
2014-11-06
1
-0
/
+2
*
[PECOFF] Fix SECREL relocations.
Rui Ueyama
2014-11-06
1
-1
/
+1
*
PECOFF: Set the AddressOfRelocationTable in the DOS header
David Majnemer
2014-11-05
1
-0
/
+1
*
PECOFF: Use the string table for long section names in EXEs/DLLs
David Majnemer
2014-11-04
1
-13
/
+69
*
Fix a leak found by asan.
Rafael Espindola
2014-11-03
1
-12
/
+15
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-3
/
+0
*
[PECOFF] Emit the delay-import table
Rui Ueyama
2014-10-09
1
-0
/
+1
*
Use llvm::StringSwitch.
Rui Ueyama
2014-10-08
1
-19
/
+16
*
PE/COFF: rename applyRelocations* family
Saleem Abdulrasool
2014-10-07
1
-18
/
+18
*
Do not use llvm_unreachable at reachable code.
Rui Ueyama
2014-10-07
1
-3
/
+3
*
PE/COFF: remove another use of PECOFFLinkingContext::is64bit
Saleem Abdulrasool
2014-10-05
1
-20
/
+37
*
PECOFF: loosen another assumption of x86 only
Saleem Abdulrasool
2014-09-19
1
-4
/
+14
*
[PECOFF] __tls_used is _tls_used on x64.
Rui Ueyama
2014-09-19
1
-5
/
+7
*
[PECOFF] Support TLS callbacks.
Rui Ueyama
2014-09-18
1
-14
/
+28
*
[PECOFF] Do r217639 leftover.
Rui Ueyama
2014-09-11
1
-9
/
+9
*
[PECOFF] Use ulittle32_t::operator+=.
Rui Ueyama
2014-09-11
1
-15
/
+9
*
[PECOFF] Fix AMD64_REL_[1-5] and AMD64_SECTION relocations
Rui Ueyama
2014-08-29
1
-6
/
+6
[next]