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
*
COFF: Remove the old COFF linker and make link an alias to link2.
Rui Ueyama
2015-08-06
1
-1134
/
+0
*
Update for llvm api change.
Rafael Espindola
2015-06-13
1
-6
/
+5
*
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
-4
/
+5
*
Delete unnecessary generality in loadFile.
Rafael Espindola
2015-04-24
1
-5
/
+3
*
Remove the Native file format.
Rui Ueyama
2015-04-10
1
-5
/
+4
*
Rename atom_collection -> AtomVector.
Rui Ueyama
2015-04-08
1
-8
/
+8
*
Separate atom_collection type into two different types. NFC.
Rui Ueyama
2015-04-08
1
-6
/
+6
*
Merge atom_collection_vector with atom_collection.
Rui Ueyama
2015-04-08
1
-4
/
+4
*
Remove a parameter for file extension from canParse.
Rui Ueyama
2015-04-04
1
-2
/
+1
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-6
/
+4
*
PECOFF: Do not copy all undefined symbols to a set. NFC.
Rui Ueyama
2015-03-18
1
-12
/
+8
*
Remove unused parameter.
Rui Ueyama
2015-03-18
1
-7
/
+3
*
PECOFF: Make FileCOFF:findAtomAt from O(n) to O(1).
Rui Ueyama
2015-03-16
1
-19
/
+18
*
Add SimpleAbsoluteAtom which is analogous to other Simple* atoms.
Rui Ueyama
2015-03-09
1
-3
/
+2
*
Remove COFFReference and use SimpleReference instead.
Rui Ueyama
2015-03-09
1
-5
/
+7
*
PECOFF: Create layout-afters instead of layout-befores.
Rui Ueyama
2015-03-09
1
-3
/
+3
*
Re-commit r231545: PECOFF: Do not add extraneous symbols to the dead strip root
Rui Ueyama
2015-03-08
1
-5
/
+3
*
Revert r231545 to unbreak buildbot.
Rui Ueyama
2015-03-08
1
-3
/
+5
*
PECOFF: Do not add extraneous symbols to the dead strip root.
Rui Ueyama
2015-03-07
1
-5
/
+3
*
Remove unused typedefs.
Rui Ueyama
2015-03-07
1
-5
/
+0
*
Use multimap<T, U> instead of map<T, set<U>>. NFC.
Rui Ueyama
2015-03-07
1
-11
/
+6
*
PECOFF: Update comments on .drectve section encoding.
Rui Ueyama
2015-03-04
1
-6
/
+4
*
PECOFF: Do not add layout-after edges.
Rui Ueyama
2015-03-04
1
-2
/
+8
*
Define DefinedAtom::sectionSize.
Rui Ueyama
2015-03-04
1
-9
/
+10
*
Fix -Wcast-qual warning.
Rui Ueyama
2015-03-03
1
-1
/
+1
*
Revert "PECOFF: Temporarily add a lock to un-break buildbot."
Rui Ueyama
2015-03-01
1
-4
/
+0
*
PECOFF: Move a call of WinLinkDriver::parse from FileCOFF::doParse to FileCOF...
Rui Ueyama
2015-02-27
1
-27
/
+26
*
PECOFF: Use StringRef::find_first_of instead of a hand-written loop.
Rui Ueyama
2015-02-27
1
-11
/
+3
*
Partially revert "PECOFF: Do not add layout-after edges."
Rui Ueyama
2015-02-27
1
-1
/
+1
*
PECOFF: Do not add layout-after edges.
Rui Ueyama
2015-02-27
1
-1
/
+1
*
Twine should be used within a statement.
Rui Ueyama
2015-02-27
1
-3
/
+3
*
Update comments, fix typos.
Rui Ueyama
2015-02-27
1
-1
/
+4
*
PECOFF: allow more than one /alternatename for the same symbol.
Rui Ueyama
2015-02-26
1
-7
/
+7
*
PECOFF: Temporarily add a lock to un-break buildbot.
Rui Ueyama
2015-02-20
1
-0
/
+4
*
PECOFF: Fix symbol aliases
Rui Ueyama
2015-02-18
1
-13
/
+17
*
Fix use-after-free bug identified by the Address Sanitizer
Greg Fitzgerald
2015-02-18
1
-3
/
+1
*
MSVC no longer requires the explicit cast operation to obtain a function poin...
Aaron Ballman
2015-02-16
1
-7
/
+2
*
Fix shared library build
Greg Fitzgerald
2015-01-26
1
-3
/
+4
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-1
/
+1
*
[PATCH] Speculatively instantiate archive members
Rui Ueyama
2015-01-16
1
-4
/
+7
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-2
/
+2
*
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
*
ReaderWriter: teach PE/COFF backend about ARM NT
Saleem Abdulrasool
2014-12-31
1
-0
/
+3
*
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
-172
/
+159
*
[PECOFF] Do not skip COMDAT section symbols.
Rui Ueyama
2014-11-05
1
-11
/
+0
*
PE/COFF: add ARM NT reference kinds
Saleem Abdulrasool
2014-10-07
1
-0
/
+20
*
PE/COFF: add a check to ensure that we dont mix up architectures
Saleem Abdulrasool
2014-10-05
1
-1
/
+27
[next]