index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-link
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-15
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
1
-1
/
+2
2015-04-14
IR: Set -preserve-bc-uselistorder=false by default
Duncan P. N. Exon Smith
1
-0
/
+6
2015-03-31
tools: Unify how verifyModule() is called
Duncan P. N. Exon Smith
1
-5
/
+5
2015-03-30
Fix PR23045.
Rafael Espindola
1
-5
/
+3
2015-03-27
Work around pr23045 and make it easier to reproduce.
Rafael Espindola
1
-0
/
+6
2015-03-25
llvm-link: Verify input modules
Duncan P. N. Exon Smith
1
-0
/
+6
2015-03-01
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
1
-0
/
+1
2014-10-27
Make it easier to pass a custom diagnostic handler to the IR linker.
Rafael Espindola
1
-3
/
+4
2014-10-25
Update the error handling of lib/Linker.
Rafael Espindola
1
-6
/
+24
2014-10-23
Make llvm-link behave a bit more like LTO.
Rafael Espindola
1
-13
/
+5
2014-08-26
Invert the condition to have a single return.
Rafael Espindola
1
-4
/
+3
2014-08-26
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
1
-11
/
+10
2014-08-25
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
1
-4
/
+4
2014-04-29
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
1
-0
/
+1
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
1
-4
/
+4
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-3
/
+3
2014-03-06
[Layering] Sink Linker.h into a Linker subdirectory to make it
Chandler Carruth
1
-1
/
+1
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-1
/
+1
2014-02-20
Set the SuppressWarnings option on tool level and propagate to the library.
Eli Bendersky
1
-1
/
+5
2014-01-13
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
1
-1
/
+1
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
1
-1
/
+7
2013-09-19
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Andrew Trick
1
-5
/
+0
2013-09-18
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
Andrew Trick
1
-0
/
+5
2013-09-18
whitespace
Andrew Trick
1
-1
/
+1
2013-07-16
Add a wrapper for open.
Rafael Espindola
1
-2
/
+1
2013-06-17
Don't use PathV1.h in llvm-link.
Rafael Espindola
1
-11
/
+3
2013-06-13
Don't use PathV1.h in Signals.h.
Rafael Espindola
1
-0
/
+1
2013-05-04
Optimize llvm-link too.
Rafael Espindola
1
-2
/
+2
2013-04-15
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
1
-10
/
+8
2013-04-12
Revert broken pieces of r179373.
Benjamin Kramer
1
-9
/
+10
2013-04-12
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
1
-10
/
+9
2013-03-26
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
1
-1
/
+1
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
3
-3
/
+4
2013-03-19
Remove stale comment
Eli Bendersky
1
-3
/
+0
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-2
/
+2
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
1
-6
/
+6
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
1
-1
/
+0
2011-11-11
LLVMBuild: Add description files for the LLVM tools.
Daniel Dunbar
1
-0
/
+23
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
1
-4
/
+4
2011-10-16
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
1
-1
/
+1
2011-10-11
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
1
-1
/
+2
2010-11-29
Merge System into Support.
Michael J. Spencer
1
-2
/
+2
2010-10-07
Move tool_output_file into its own file.
Dan Gohman
1
-1
/
+1
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
1
-7
/
+2
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
1
-2
/
+7
2010-09-01
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
1
-3
/
+3
2010-08-26
Updated CMake library dependencies. Removed unnecessary component name
Oscar Fuentes
1
-1
/
+1
2010-08-25
Apparently this is needed for llvm-link to link.
Eric Christopher
1
-1
/
+1
2010-08-20
Use tool_output_file in llvm-extract and llvm-link too.
Dan Gohman
1
-11
/
+8
2010-05-27
Eliminate some unnessary Path::exists() calls.
Dan Gohman
1
-13
/
+7
[next]