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
*
COFF: Remove the old COFF linker and make link an alias to link2.
Rui Ueyama
2015-08-06
1
-388
/
+0
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-24
1
-1
/
+1
*
Return an ErrorOr<std::unique_ptr<File>>. NFC.
Rafael Espindola
2015-04-24
1
-6
/
+6
*
Delete unnecessary generality in loadFile.
Rafael Espindola
2015-04-24
1
-5
/
+5
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-1
/
+1
*
Remove the Native file format.
Rui Ueyama
2015-04-10
1
-1
/
+1
*
Rename atom_collection -> AtomVector.
Rui Ueyama
2015-04-08
1
-6
/
+6
*
Separate atom_collection type into two different types. NFC.
Rui Ueyama
2015-04-08
1
-2
/
+2
*
Merge atom_collection_vector with atom_collection.
Rui Ueyama
2015-04-08
1
-2
/
+2
*
Remove a parameter for file extension from canParse.
Rui Ueyama
2015-04-04
1
-3
/
+2
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
Remove COFFReference and use SimpleReference instead.
Rui Ueyama
2015-03-09
1
-9
/
+14
*
Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.
Rui Ueyama
2015-03-02
1
-1
/
+2
*
Add missing includes for make_unique, lld edition.
Benjamin Kramer
2015-03-02
1
-0
/
+1
*
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
-6
/
+5
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-7
/
+6
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-2
/
+2
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-2
/
+2
*
PE/COFF: add support to import functions in ARM NT
Saleem Abdulrasool
2015-01-08
1
-7
/
+46
*
Make File always take the ownership of a MemoryBuffer.
Rui Ueyama
2014-12-12
1
-1
/
+1
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-19
/
+16
*
Use llvm::make_unique.
Rui Ueyama
2014-10-14
1
-1
/
+1
*
[PECOFF] Refactor _imp_ symbol generator.
Rui Ueyama
2014-10-09
1
-21
/
+28
*
[PECOFF] Remove another use of is64 to support non-Intel architecture
Rui Ueyama
2014-10-09
1
-19
/
+30
*
[PECOFF] Explicitly pass machine type
Rui Ueyama
2014-08-22
1
-2
/
+0
*
[PECOFF] Fix PE+ relocations
Rui Ueyama
2014-08-22
1
-9
/
+25
*
Remove dead code.
Rui Ueyama
2014-08-21
1
-24
/
+0
*
Remove a 'using std::error_code' I missed in the previous pass.
Rafael Espindola
2014-06-13
1
-11
/
+11
*
More prefixing of error_code.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
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
-6
/
+3
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-3
/
+3
*
[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
[next]