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
/
ReaderImportHeader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[PECOFF] Fix -Wsign-compare warning.
Simon Atanasyan
2014-03-19
1
-1
/
+1
*
Add "override" to member functions where appropriate.
Rui Ueyama
2014-03-05
1
-13
/
+13
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-5
/
+4
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-15
/
+39
*
[PECOFF] Rename lld::coff -> lld::pecoff.
Rui Ueyama
2013-12-13
1
-2
/
+2
*
Run clang-format for PECOFF reader/writer code. No other changes.
Rui Ueyama
2013-12-11
1
-15
/
+15
*
Fix a variety of typos in function names and comments
Alp Toker
2013-12-01
1
-1
/
+1
*
[PECOFF] Set ordinals to linker internal atoms.
Rui Ueyama
2013-11-25
1
-1
/
+1
*
[PECOFF] Use INT3 instead of NOP.
Rui Ueyama
2013-11-15
1
-1
/
+1
*
[PECOFF] Remove unnecessary static member.
Rui Ueyama
2013-11-15
1
-17
/
+10
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-2
/
+2
*
Update error classes from all lowercase to camel case.
Rui Ueyama
2013-10-09
1
-2
/
+2
*
[PECOFF] Trim at most one character from imported symbols.
Rui Ueyama
2013-08-12
1
-2
/
+10
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-6
/
+6
*
[PECOFF] Add a comment on the idata section fragments.
Rui Ueyama
2013-07-31
1
-0
/
+19
*
[PECOFF] Process Import Name/Type field in the import library.
Rui Ueyama
2013-07-29
1
-6
/
+43
*
[PECOFF] Replace the magic number with sizeof().
Rui Ueyama
2013-07-29
1
-5
/
+7
*
[PECOFF] Simplicy object allocation code. No functionality change.
Rui Ueyama
2013-07-26
1
-5
/
+4
*
[PECOFF] Replace magic numbers with offsetof().
Rui Ueyama
2013-07-22
1
-4
/
+6
*
[PECOFF] Support linking against DLL.
Rui Ueyama
2013-07-11
1
-1
/
+2
*
[PECOFF] Handle hint field in Hint/Name table in the import library.
Rui Ueyama
2013-07-03
1
-10
/
+9
*
[PECOFF][Writer] Simplifies the COFFBaseDefinedAtom ctor by defining a new cl...
Rui Ueyama
2013-07-03
1
-2
/
+2
*
[PECOFF][Writer] Amend the comment about DLL linking.
Rui Ueyama
2013-07-01
1
-26
/
+25
*
[PECOFF][Writer] Fix buildbot failure on x86_64-win7.
Rui Ueyama
2013-06-30
1
-2
/
+9
*
[PECOFF][Reader] Create a jump table for functions exported by DLL.
Rui Ueyama
2013-06-30
1
-23
/
+127
*
[PECOFF] Implement the reader for the import library.
Rui Ueyama
2013-06-17
1
-0
/
+150