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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PECOFF] Treat the common symbol as mergeable symbol.
Rui Ueyama
2013-08-13
2
-9
/
+23
*
[PECOFF] Fixed base images now have the IMAGE_FILE_RELOCS_STRIPPED flag
Rui Ueyama
2013-08-12
1
-0
/
+3
*
[PECOFF] Trim at most one character from imported symbols.
Rui Ueyama
2013-08-12
1
-2
/
+10
*
Revert r188150 to un-break the buildbot.
Rui Ueyama
2013-08-12
1
-5
/
+0
*
[PECOFF] It's an error if subsystem is not specified.
Rui Ueyama
2013-08-12
1
-0
/
+5
*
[PECOFF] Add a note about underscore symbol prefix.
Rui Ueyama
2013-08-09
1
-1
/
+6
*
[PECOFF] Create __ImageBase symbol.
Rui Ueyama
2013-08-09
2
-20
/
+134
*
Fix spelling error. s/Libary/Library/g.
Rui Ueyama
2013-08-09
1
-1
/
+1
*
[PECOFF] Fully cover the switch for COMDAT attributes and add a comment.
Rui Ueyama
2013-08-09
1
-2
/
+13
*
Fix comment typo.
Rui Ueyama
2013-08-09
1
-1
/
+1
*
[PECOFF] Support COMDAT section that contains mergeable atoms.
Rui Ueyama
2013-08-08
2
-9
/
+94
*
Update to llvm changes.
Michael J. Spencer
2013-08-08
4
-152
/
+263
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
73
-1229
/
+1059
*
Remove unused using's.
Rui Ueyama
2013-08-02
1
-4
/
+0
*
[PECOFF] Move more code from Atoms.h to ReaderCOFF.cpp.
Rui Ueyama
2013-08-02
2
-78
/
+81
*
[PECOFF] Remove COFFDefinedFileAtom::originalOffset().
Rui Ueyama
2013-08-02
2
-15
/
+25
*
[PECOFF] Handle .drectve section.
Rui Ueyama
2013-08-02
1
-2
/
+130
*
[PECOFF] Return an error_code instead of calling report_fatal_error().
Rui Ueyama
2013-08-02
1
-8
/
+14
*
Use report_fatal_error() instead of llvm_unreachable() to show broken input f...
Rui Ueyama
2013-08-02
1
-1
/
+1
*
[PECOFF] Remove an assertion that's too heavy.
Rui Ueyama
2013-08-02
1
-6
/
+0
*
[PECOFF] Relocations now take into account the address which is stored at the...
Rui Ueyama
2013-08-02
1
-0
/
+2
*
[PECOFF] A symbol with symbol with section number 0 and non-zero value repres...
Rui Ueyama
2013-08-02
1
-0
/
+14
*
[PECOFF] Simplify COFFBSSAtom.
Rui Ueyama
2013-08-02
2
-5
/
+6
*
Use StringRef::equals_lower(). No functionality change.
Rui Ueyama
2013-07-31
1
-2
/
+2
*
[PECOFF] Add a comment about .bss section.
Rui Ueyama
2013-07-31
1
-0
/
+9
*
[PECOFF] Add a comment on the idata section fragments.
Rui Ueyama
2013-07-31
1
-0
/
+19
*
Fix comment.
Rui Ueyama
2013-07-30
1
-1
/
+1
*
[PECOFF] Emit BSS section.
Rui Ueyama
2013-07-30
2
-5
/
+57
*
[PECOFF] Split COFFDefinedAtom to add COFFBSSAtom class.
Rui Ueyama
2013-07-30
2
-22
/
+56
*
[PECOFF] Process Import Name/Type field in the import library.
Rui Ueyama
2013-07-29
3
-40
/
+91
*
[PECOFF] Replace the magic number with sizeof().
Rui Ueyama
2013-07-29
1
-5
/
+7
*
[PECOFF] Simplicy FileCOFF ctor. No functionality change.
Rui Ueyama
2013-07-28
1
-73
/
+87
*
Removed unnecessary parameter.
Rui Ueyama
2013-07-28
1
-2
/
+1
*
[PECOFF] Skip a section if there's no atom in the section.
Rui Ueyama
2013-07-27
1
-0
/
+7
*
[PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Rui Ueyama
2013-07-26
3
-5
/
+13
*
[PECOFF][Driver] Add a library file even if it does not exist.
Rui Ueyama
2013-07-26
1
-8
/
+8
*
[PECOFF] Don't set IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE if "-fixed" is prov...
Rui Ueyama
2013-07-26
1
-1
/
+2
*
[PECOFF] Replace magic number with llvm::COFF::DataDirectoryIndex value
Rui Ueyama
2013-07-26
1
-1
/
+2
*
[PECOFF] Fixed a bug which caused DataDirectoryChunk to write to a wrong offs...
Rui Ueyama
2013-07-26
1
-1
/
+0
*
Make local variables to start with a lowercase character for consistency with...
Rui Ueyama
2013-07-26
1
-54
/
+54
*
[PECOFF] Simplicy object allocation code. No functionality change.
Rui Ueyama
2013-07-26
2
-20
/
+17
*
[PECOFF] Ignore sections with IMAGE_SCN_LNK_REMOVE attribute.
Rui Ueyama
2013-07-26
1
-0
/
+5
*
[PECOFF] Create an atom for a symbol whose storage type is IMAGE_SYM_CLASS_LA...
Rui Ueyama
2013-07-26
2
-2
/
+5
*
[PECOFF] Add /include command line option.
Rui Ueyama
2013-07-24
1
-0
/
+28
*
[PECOFF] Support -tsaware:no command line option.
Rui Ueyama
2013-07-23
1
-3
/
+5
*
[PECOFF] Support -fixed command line option to disable base relocations.
Rui Ueyama
2013-07-23
1
-6
/
+10
*
[PECOFF] Replace magic numbers with offsetof().
Rui Ueyama
2013-07-22
1
-4
/
+6
*
[PECOFF][Driver] Show error message if no input file is given.
Rui Ueyama
2013-07-22
1
-0
/
+5
*
Rename ReaderCOFF members to follow the LLD coding style.
Rui Ueyama
2013-07-22
1
-31
/
+31
*
[PECOFF] Fix use-after-free.
Rui Ueyama
2013-07-20
1
-1
/
+1
[next]