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
/
IdataPass.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
-360
/
+0
*
Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
David Blaikie
2015-06-19
1
-7
/
+7
*
[lld] Allow LLD passes to return error codes.
Lang Hames
2015-06-19
1
-2
/
+4
*
Merge MutableFile with SimpleFile.
Rui Ueyama
2015-04-07
1
-6
/
+6
*
PECOFF: Reduce import table size.
Rui Ueyama
2015-03-24
1
-6
/
+19
*
Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.
Rui Ueyama
2015-03-02
1
-1
/
+2
*
Remove unused #includes.
Rui Ueyama
2015-02-27
1
-1
/
+0
*
Add {read,write}{16,32,64}{le,be} functions.
Rui Ueyama
2015-02-27
1
-3
/
+4
*
[PECOFF] Fix 32-bit delay-import table.
Rui Ueyama
2014-11-17
1
-1
/
+1
*
Follow-up to r221913. Fix some -Wcast-qual warning reasons.
Simon Atanasyan
2014-11-14
1
-2
/
+3
*
[PECOFF] Fix delay-import address table contents.
Rui Ueyama
2014-11-13
1
-1
/
+4
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
[PECOFF] Emit x64 delay-import wrapper function
Rui Ueyama
2014-10-17
1
-9
/
+51
*
[PECOFF] Support delay-load import table for x86
Rui Ueyama
2014-10-16
1
-6
/
+77
*
[PECOFF] Emit ModuleHandle field in delay-import table.
Rui Ueyama
2014-10-09
1
-3
/
+8
*
[PECOFF] Emit the delay-import table
Rui Ueyama
2014-10-09
1
-3
/
+53
*
[PECOFF] Simplify IdataPass. No functionality change.
Rui Ueyama
2014-10-08
1
-3
/
+3
*
[PECOFF] Move a function out of a class
Rui Ueyama
2014-10-08
1
-30
/
+31
*
[PECOFF] Remove yet another use of _is64
Rui Ueyama
2014-10-07
1
-14
/
+14
*
[PECOFF] Fix x64 export table.
Rui Ueyama
2014-10-01
1
-2
/
+3
*
[PECOFF] Fix PE+ relocations
Rui Ueyama
2014-08-22
1
-5
/
+7
*
[PECOFF] Don't use default argument.
Rui Ueyama
2014-08-21
1
-1
/
+1
*
[PECOFF] Emit PE+ idata tables.
Rui Ueyama
2014-08-20
1
-3
/
+10
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
1
-1
/
+1
*
Add empty() to atom_collection.
Rui Ueyama
2014-04-03
1
-1
/
+1
*
[PECOFF] Rename lld::coff -> lld::pecoff.
Rui Ueyama
2013-12-13
1
-3
/
+3
*
[PECOFF] Move a utility function used in a pass to Pass.cpp.
Rui Ueyama
2013-12-12
1
-7
/
+1
*
[PECOFF] Replace DLLNameAtom with COFFStringAtom.
Rui Ueyama
2013-12-12
1
-12
/
+5
*
[PECOFF] Remove code which is no longer needed because of r197016.
Rui Ueyama
2013-12-11
1
-36
/
+5
*
[PECOFF] Refactor IdataPass.
Rui Ueyama
2013-12-11
1
-50
/
+13
*
[PECOFF] Move definitions to IdataPass.cpp.
Rui Ueyama
2013-11-25
1
-0
/
+244