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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Use bulk importing in llvm-link
Teresa Johnson
2016-03-24
1
-56
/
+89
*
Add a dependency from llvm-link to TransformUtils following r263860
Mehdi Amini
2016-03-19
2
-1
/
+2
*
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
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-17
/
+0
*
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
4
-3
/
+125
*
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-02
3
-124
/
+2
*
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2015-11-02
3
-2
/
+124
*
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
*
Set the SuppressWarnings option on tool level and propagate to the library.
Eli Bendersky
2014-02-20
1
-1
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-1
/
+7
[next]