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
*
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
*
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-09-01
1
-3
/
+3
*
Use tool_output_file in llvm-extract and llvm-link too.
Dan Gohman
2010-08-20
1
-11
/
+8
*
Eliminate some unnessary Path::exists() calls.
Dan Gohman
2010-05-27
1
-13
/
+7
*
Trim #includes.
Dan Gohman
2010-03-24
1
-1
/
+0
*
Give llvm-link a -S option.
Dan Gohman
2009-09-15
1
-3
/
+9
*
Convert llvm-link to IRReader.
Dan Gohman
2009-09-12
1
-14
/
+11
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
1
-6
/
+6
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-1
/
+2
*
simplify output file selection, fixing two FIXMEs about binary output
Chris Lattner
2009-08-23
1
-16
/
+12
[next]