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
/
COFF
/
InputFiles.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[COFF] Store import symbol pointers as pointers to the base class
Martin Storsjo
2018-07-10
1
-1
/
+2
*
COFF: Add a flag for disabling string tail merging.
Peter Collingbourne
2018-05-11
1
-2
/
+2
*
[COFF] more informative "broken object file" diagnostics
Bob Haarman
2018-04-25
1
-5
/
+4
*
COFF: Friendlier undefined symbol errors.
Peter Collingbourne
2018-04-17
1
-2
/
+2
*
Remove references to old SymbolBody class
Sam Clegg
2018-04-11
1
-1
/
+1
*
COFF: Implement string tail merging.
Peter Collingbourne
2018-03-15
1
-4
/
+11
*
[LLD] Implement /guard:[no]longjmp
Reid Kleckner
2018-02-13
1
-1
/
+3
*
[COFF] Add minimal support for /guard:cf
Reid Kleckner
2018-02-06
1
-12
/
+6
*
Remove checkToString functions and use toString instead.
Rui Ueyama
2017-12-07
1
-2
/
+2
*
[COFF] Stop lowercasing paths in messages
Shoaib Meenai
2017-12-07
1
-5
/
+4
*
Always evaluate the second argument for CHECK() lazily.
Rui Ueyama
2017-12-06
1
-5
/
+5
*
toString function take a const refs where possible
Sam Clegg
2017-12-05
1
-1
/
+1
*
COFF: Simplify construction of safe SEH table. NFCI.
Peter Collingbourne
2017-11-28
1
-16
/
+6
*
COFF: Do not add symbols in discarded sections to SEH handler list.
Peter Collingbourne
2017-11-28
1
-1
/
+2
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Reland r319090, "COFF: Do not create SectionChunks for discarded comdat secti...
Peter Collingbourne
2017-11-28
1
-85
/
+178
*
Consistent use of <internal> when displaying internal symbol names
Sam Clegg
2017-11-27
1
-1
/
+1
*
Revert r319090, "COFF: Do not create SectionChunks for discarded comdat secti...
Peter Collingbourne
2017-11-27
1
-177
/
+85
*
COFF: Do not create SectionChunks for discarded comdat sections.
Peter Collingbourne
2017-11-27
1
-85
/
+177
*
COFF: Remove the SymbolBodies vector, and rename SparseSymbolBodies to Symbols.
Peter Collingbourne
2017-11-20
1
-8
/
+4
*
COFF: Change SparseChunks to be of type std::vector<SectionChunk *>. NFC.
Peter Collingbourne
2017-11-20
1
-3
/
+2
*
[COFF] Avoid "Body" as a local variable name.
Rui Ueyama
2017-11-03
1
-15
/
+15
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-11
/
+11
*
[COFF] Merge Symbol and SymbolBody.
Rui Ueyama
2017-10-31
1
-10
/
+10
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-4
/
+3
*
Update for llvm change.
Rafael Espindola
2017-10-11
1
-5
/
+2
*
COFF: simplify thunk handling (NFC)
Saleem Abdulrasool
2017-09-01
1
-6
/
+3
*
COFF: handle multiply defined symbols with different storage
Saleem Abdulrasool
2017-09-01
1
-8
/
+8
*
Revert r312171: Support nested static libraries.
Rui Ueyama
2017-08-30
1
-6
/
+0
*
Support nested static libraries.
Rui Ueyama
2017-08-30
1
-0
/
+6
*
Move a function from Driver.cpp to InputFile.cpp.
Rui Ueyama
2017-08-30
1
-0
/
+19
*
Add {Obj,Import,Bitcode}File::Instances to COFF input files.
Rui Ueyama
2017-07-27
1
-0
/
+4
*
Rename ObjectFile ObjFile for COFF as well.
Rui Ueyama
2017-07-26
1
-8
/
+8
*
[COFF] Add initial support for linking ARM64 binaries
Martin Storsjo
2017-07-01
1
-0
/
+2
*
[PDB] Don't emit debug info associated with dead chunks
Reid Kleckner
2017-06-20
1
-8
/
+8
*
[COFF] Drop unused comdat sections when GC is turned off
Reid Kleckner
2017-06-16
1
-1
/
+5
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Make key-value types explicit. NFC.
Rui Ueyama
2017-05-24
1
-3
/
+8
*
Change the control flow so that the function is a bit more readable. NFC.
Rui Ueyama
2017-05-24
1
-6
/
+4
*
Revert r303304: Re-submit r303225: Garbage collect dllimported symbols.
Rui Ueyama
2017-05-22
1
-10
/
+1
*
Use make<> everywhere in COFF to make it consistent with ELF.
Rui Ueyama
2017-05-18
1
-8
/
+8
*
Re-submit r303225: Garbage collect dllimported symbols.
Rui Ueyama
2017-05-17
1
-1
/
+10
*
Revert r303225 "Garbage collect dllimported symbols."
Hans Wennborg
2017-05-17
1
-10
/
+1
*
Garbage collect dllimported symbols.
Rui Ueyama
2017-05-17
1
-1
/
+10
*
COFF: actually synthesize CONST imports properly
Saleem Abdulrasool
2017-04-28
1
-0
/
+3
*
Object, LTO: Add target triple to irsymtab and LTO API.
Peter Collingbourne
2017-04-14
1
-5
/
+1
*
Re-apply r299168 and r299169 now that the libdeps are fixed.
Peter Collingbourne
2017-03-31
1
-3
/
+2
*
Revert r299168 and r299169 due to library dependency issues.
Peter Collingbourne
2017-03-31
1
-2
/
+3
*
LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...
Peter Collingbourne
2017-03-31
1
-3
/
+2
*
LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.
Peter Collingbourne
2017-03-28
1
-5
/
+3
[prev]
[next]