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
/
ReaderCOFF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PECOFF] Set ordinal to alias atoms
Rui Ueyama
2014-09-19
1
-3
/
+4
*
PECOFF: loosen assumptions about x86-only targets
Saleem Abdulrasool
2014-09-19
1
-12
/
+14
*
ReaderWriter: print magic in hex
Saleem Abdulrasool
2014-09-19
1
-1
/
+3
*
Adjust lld to handle LLVM r217812
David Majnemer
2014-09-15
1
-1
/
+2
*
[PECOFF] Add support for bigobj
David Majnemer
2014-09-10
1
-79
/
+73
*
[PECOFF] Explicitly pass machine type
Rui Ueyama
2014-08-22
1
-3
/
+2
*
[PECOFF] Fix PE+ relocations
Rui Ueyama
2014-08-22
1
-1
/
+14
*
Remove dead code.
Rui Ueyama
2014-08-21
1
-1
/
+0
*
Update for llvm api change.
Rafael Espindola
2014-08-19
1
-3
/
+4
*
[PECOFF] addDeadStripRoot is not thread-safe.
Rui Ueyama
2014-08-05
1
-8
/
+14
*
[PECOFF] Fix /include option in .drectve section.
Rui Ueyama
2014-08-04
1
-3
/
+20
*
[PECOFF] Remove unused paraemter.
Rui Ueyama
2014-08-04
1
-3
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
Fix lld build for llvm API changes committed in r213557
David Blaikie
2014-07-21
1
-1
/
+1
*
[PECOFF] Invoke cvtres.exe in the driver.
Rui Ueyama
2014-07-10
1
-109
/
+0
*
[PECOFF] Fix .bss section alignment
Rui Ueyama
2014-07-08
1
-4
/
+5
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-3
/
+4
*
Update for llvm api change.
Rafael Espindola
2014-06-23
1
-1
/
+1
*
[PECOFF] Support COMDAT associative sections.
Rui Ueyama
2014-06-17
1
-11
/
+41
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-2
/
+3
*
include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Run llvm/utils/sort_includes.py in a few files.
Rafael Espindola
2014-06-12
1
-3
/
+0
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-110
/
+119
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-2
/
+2
*
Revert "[PECOFF] Support COMDAT associative sections."
Rui Ueyama
2014-06-05
1
-40
/
+11
*
[PECOFF] Support COMDAT associative sections.
Rui Ueyama
2014-06-05
1
-11
/
+40
*
Improve error message.
Rui Ueyama
2014-06-03
1
-3
/
+3
*
Run clang-format.
Rui Ueyama
2014-06-02
1
-62
/
+61
*
s/vector/std::vector/
Rui Ueyama
2014-06-02
1
-22
/
+21
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-27
/
+27
*
Use short identifier.
Rui Ueyama
2014-05-23
1
-7
/
+7
*
[PECOFF] Make a separate pass for /alternatename symbols.
Rui Ueyama
2014-05-23
1
-27
/
+44
*
[PECOFF] Check for a Characteristics field of a .debug section.
Rui Ueyama
2014-05-21
1
-1
/
+3
*
[PECOFF] Discard .debug sections.
Rui Ueyama
2014-05-21
1
-0
/
+7
*
[PECOFF] Make COFFObjectReader thread-safe.
Rui Ueyama
2014-05-21
1
-0
/
+3
*
[PECOFF] Skip IMAGE_SYM_DEBUG sections correctly.
Rui Ueyama
2014-04-22
1
-6
/
+8
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[PECOFF] Fix common symbol alignment.
Rui Ueyama
2014-04-09
1
-0
/
+8
*
[PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
2014-03-18
1
-1
/
+3
*
Fix lld build
Alexey Samsonov
2014-03-18
1
-12
/
+8
*
[PECOFF] Data type of SectionNumber is now unsigned (r203986).
Rui Ueyama
2014-03-15
1
-4
/
+2
*
[PECOFF] Handle large objects having more than 32768 sections.
Rui Ueyama
2014-03-14
1
-2
/
+4
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-13
1
-6
/
+5
*
[PECOFF] Handle objects with unknown machine type header value.
Rui Ueyama
2014-03-13
1
-0
/
+3
*
[PECOFF] Support a new type of weak symbol.
Rui Ueyama
2014-03-07
1
-1
/
+3
*
Add "override" to member functions where appropriate.
Rui Ueyama
2014-03-05
1
-13
/
+13
*
[PECOFF] Emit Load Configuration and SEH Table for x86.
Rui Ueyama
2014-02-26
1
-4
/
+59
*
[COFF] Refactor .drectve section handling. No functionality change.
Rui Ueyama
2014-02-25
1
-7
/
+18
*
[PECOFF] Fix uninitialized variable
Nico Rieck
2014-02-23
1
-1
/
+2
[prev]
[next]