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
/
llvm
/
tools
/
llvm-link
/
llvm-link.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-1
/
+2
*
ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...
Mehdi Amini
2016-04-21
1
-2
/
+4
*
IR: Rename API for enabling ODR uniquing of DITypes, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
IR: Use an explicit map for debug info type uniquing
Duncan P. N. Exon Smith
2016-04-17
1
-0
/
+7
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-1
/
+1
*
[ThinLTO] Use bulk importing in llvm-link
Teresa Johnson
2016-03-24
1
-56
/
+89
*
Rework linkInModule(), making it oblivious to ThinLTO
Mehdi Amini
2016-03-19
1
-10
/
+19
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-15
1
-17
/
+16
*
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
2016-03-14
1
-16
/
+17
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-14
1
-17
/
+16
*
Pass a std::unique_ptr to IRMover::move.
Rafael Espindola
2016-02-16
1
-1
/
+1
*
Revert obsolete llvm-link -preserve-modules option/test
Teresa Johnson
2016-01-21
1
-13
/
+0
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
1
-7
/
+42
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
1
-2
/
+2
*
Use diagnostic handler in the LLVMContext
Rafael Espindola
2015-12-14
1
-1
/
+7
*
Rename Set variable to be plural
Mehdi Amini
2015-12-03
1
-3
/
+3
*
Remove "ExportingModule" from ThinLTO Index (NFC)
Mehdi Amini
2015-12-03
1
-1
/
+1
*
Change ModuleLinker to take a set of GlobalValues to import instead of a sing...
Mehdi Amini
2015-12-02
1
-1
/
+4
*
Use references now that it is natural to do so.
Rafael Espindola
2015-12-01
1
-3
/
+3
*
[ThinLTO] Deduplicate function index loading into shared helper (NFC)
Teresa Johnson
2015-11-23
1
-23
/
+4
*
Remove unused function parameter (NFC)
Teresa Johnson
2015-11-23
1
-5
/
+3
*
llvm-link option and test for recent metadata mapping bug
Teresa Johnson
2015-11-21
1
-0
/
+13
*
Do not require a Context to extract the FunctionIndex from Bitcode (NFC)
Mehdi Amini
2015-11-19
1
-1
/
+1
*
Pass enum instead of bool to new linkInModule call in llvm-link
Teresa Johnson
2015-11-03
1
-1
/
+1
*
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-03
1
-1
/
+122
*
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-02
1
-122
/
+1
*
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2015-11-02
1
-1
/
+122
*
New bitcode linker flags:
Artem Belevich
2015-09-01
1
-4
/
+21
*
Linker: Add flag to override linkage rules
Duncan P. N. Exon Smith
2015-04-22
1
-3
/
+14
*
llvm-link: Factor out loop over input files, NFC
Duncan P. N. Exon Smith
2015-04-22
1
-18
/
+26
*
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
2015-04-15
1
-9
/
+12
*
uselistorder: Pull the assembly bit up out of the printer
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+2
*
IR: Set -preserve-bc-uselistorder=false by default
Duncan P. N. Exon Smith
2015-04-14
1
-0
/
+6
*
tools: Unify how verifyModule() is called
Duncan P. N. Exon Smith
2015-03-31
1
-5
/
+5
*
Fix PR23045.
Rafael Espindola
2015-03-30
1
-5
/
+3
*
Work around pr23045 and make it easier to reproduce.
Rafael Espindola
2015-03-27
1
-0
/
+6
*
llvm-link: Verify input modules
Duncan P. N. Exon Smith
2015-03-25
1
-0
/
+6
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
Make it easier to pass a custom diagnostic handler to the IR linker.
Rafael Espindola
2014-10-27
1
-3
/
+4
*
Update the error handling of lib/Linker.
Rafael Espindola
2014-10-25
1
-6
/
+24
*
Make llvm-link behave a bit more like LTO.
Rafael Espindola
2014-10-23
1
-13
/
+5
*
Invert the condition to have a single return.
Rafael Espindola
2014-08-26
1
-4
/
+3
*
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
2014-08-26
1
-11
/
+10
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-4
/
+4
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+3
*
[Layering] Sink Linker.h into a Linker subdirectory to make it
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
[next]