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
/
Core
/
LinkingContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Darwin] Use errorHandler from liblldCommon
Brian Gesiak
2018-06-12
1
-2
/
+2
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-04
1
-5
/
+6
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
1
-1
/
+1
*
Use C++11 initializers for data members.
Rui Ueyama
2016-03-02
1
-7
/
+1
*
Remove more dead code.
Rui Ueyama
2016-03-02
1
-1
/
+1
*
Remove default implementations that are always overridden by subclasses.
Rui Ueyama
2016-03-02
1
-7
/
+0
*
Remove dead code for ELF.
Rui Ueyama
2016-02-28
1
-4
/
+1
*
Remove remaining code for COFF.
Rui Ueyama
2016-02-28
1
-22
/
+0
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-3
/
+6
*
Reapply r234378, with test fixed (by emaste).
Davide Italiano
2015-04-10
1
-1
/
+1
*
Revert "Allow undefined symbols in shared library by default."
Rui Ueyama
2015-04-08
1
-1
/
+1
*
Allow undefined symbols in shared library by default.
Davide Italiano
2015-04-08
1
-1
/
+1
*
Replace the `createImplicitFiles` method return type with `void`
Simon Atanasyan
2015-04-06
1
-3
/
+3
*
[Core] Remove roundTripPass() function.
Shankar Easwaran
2015-02-06
1
-20
/
+0
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-1
/
+1
*
[Core] Remove function to not override RoundTripPasses.
Shankar Easwaran
2014-12-01
1
-1
/
+1
*
[Core] Add flag to check if RoundTripPasses need to be run.
Shankar Easwaran
2014-12-01
1
-0
/
+20
*
Add MachOLinkingContext parameter to MachOFileNode constructor.
Nick Kledzik
2014-10-01
1
-1
/
+1
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
1
-2
/
+2
*
Move alias symbols from ELFLinkingContext to LinkingContext.
Rui Ueyama
2014-05-22
1
-2
/
+22
*
Simplify nullptr check.
Rui Ueyama
2014-05-22
1
-7
/
+4
*
Don't use "auto" where the actual type is not obvious.
Rui Ueyama
2014-05-02
1
-2
/
+2
*
Move nextFile() from LinkingContext to InputGraph.
Rui Ueyama
2014-04-02
1
-33
/
+1
*
[ELF] Support --defsym option to define an absolute symbol.
Rui Ueyama
2014-03-28
1
-2
/
+2
*
[ELF] Add --allow-multiple-definition option.
Rui Ueyama
2014-03-28
1
-1
/
+2
*
Fix typo.
Rui Ueyama
2014-03-28
1
-1
/
+1
*
Use getError instead of the error_code operator.
Rafael Espindola
2014-01-08
1
-3
/
+3
*
The return value of createInternalFiles is unused, so remove it.
Joey Gouly
2013-12-31
1
-2
/
+1
*
Remove duplicate methods.
Rui Ueyama
2013-12-26
1
-4
/
+12
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-4
/
+2
*
[PassManager] add ReaderWriter{Native,YAML} to the Driver.
Shankar Easwaran
2013-10-29
1
-1
/
+1
*
[Layout] Assign ordinals in Resolution order.
Shankar Easwaran
2013-10-09
1
-1
/
+2
*
[inputGraph] Associate Resolve state with appropriate nodes
Shankar Easwaran
2013-10-09
1
-1
/
+1
*
Update error classes from all lowercase to camel case.
Rui Ueyama
2013-10-09
1
-5
/
+5
*
[LinkingContext] make LinkingContext non-const
Shankar Easwaran
2013-10-08
1
-2
/
+2
*
Make bitmask an unsigned type.
Rui Ueyama
2013-10-08
1
-1
/
+1
*
Add comments. Early return.
Rui Ueyama
2013-10-08
1
-10
/
+16
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-12
/
+39
*
[lld][LinkingContext][ELF] Allow different output file types.
Shankar Easwaran
2013-09-23
1
-1
/
+1
*
Drop the context forceLoadAllArchives() support. Rename the isForceLoad
Joerg Sonnenberger
2013-09-08
1
-1
/
+1
*
Change the parseFile argument from MemoryBuffer pointer to LinkerInput
Joerg Sonnenberger
2013-09-07
1
-11
/
+0
*
[lld][LinkingContext] Atoms created from command line options should be avail...
Shankar Easwaran
2013-08-31
1
-0
/
+35
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-0
/
+55