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
...
*
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
*
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
*
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Andrew Trick
2013-09-19
1
-5
/
+0
*
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
Andrew Trick
2013-09-18
1
-0
/
+5
*
whitespace
Andrew Trick
2013-09-18
1
-1
/
+1
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-2
/
+1
*
Don't use PathV1.h in llvm-link.
Rafael Espindola
2013-06-17
1
-11
/
+3
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
1
-0
/
+1
*
Optimize llvm-link too.
Rafael Espindola
2013-05-04
1
-2
/
+2
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-15
1
-10
/
+8
*
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
1
-9
/
+10
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-10
/
+9
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
1
-1
/
+2
*
Remove stale comment
Eli Bendersky
2013-03-19
1
-3
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-6
/
+6
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-1
/
+1
*
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
2011-10-11
1
-1
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
Move tool_output_file into its own file.
Dan Gohman
2010-10-07
1
-1
/
+1
[prev]
[next]