index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-extract
/
llvm-extract.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-09
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
1
-1
/
+1
2016-04-14
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
1
-1
/
+1
2016-01-15
Bring back "Assert that we have all use/users in the getters."
Rafael Espindola
1
-3
/
+12
2016-01-14
Revert "Assert that we have all use/users in the getters."
Michael Zolotukhin
1
-12
/
+3
2015-12-19
Assert that we have all use/users in the getters.
Rafael Espindola
1
-3
/
+12
2015-12-18
Delete dead code: only functions are materializable.
Rafael Espindola
1
-4
/
+0
2015-12-18
Use a lambda to reduce code duplication.
Rafael Espindola
1
-23
/
+15
2015-04-15
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
1
-10
/
+13
2015-04-15
uselistorder: Pull the bit through PrintModulePass
Duncan P. N. Exon Smith
1
-1
/
+2
2015-04-15
uselistorder: Pull bit through BitcodeWriterPass
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-04
Make DataLayout Non-Optional in the Module
Mehdi Amini
1
-1
/
+0
2015-02-13
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
1
-2
/
+2
2014-11-01
Remove redundant calls to isMaterializable.
Rafael Espindola
1
-8
/
+5
2014-10-24
Modernize the error handling of the Materialize function.
Rafael Espindola
1
-9
/
+9
2014-09-10
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
1
-1
/
+1
2014-08-26
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
1
-2
/
+1
2014-08-25
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
1
-4
/
+4
2014-05-08
Use range loops.
Rafael Espindola
1
-13
/
+9
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
-1
/
+1
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-1
/
+1
2014-02-25
Make DataLayout a plain object, not a pass.
Rafael Espindola
1
-1
/
+1
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-1
/
+1
2014-01-13
[PM] Wire up support for writing bitcode with new PM.
Chandler Carruth
1
-1
/
+1
2014-01-12
[PM] Simplify the interface exposed for IR printing passes.
Chandler Carruth
1
-1
/
+1
2014-01-12
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
1
-2
/
+2
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
1
-1
/
+1
2013-09-19
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Andrew Trick
1
-4
/
+0
2013-09-18
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
Andrew Trick
1
-0
/
+4
2013-09-18
whitespace
Andrew Trick
1
-1
/
+1
2013-07-16
Add a wrapper for open.
Rafael Espindola
1
-2
/
+1
2013-04-12
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
1
-1
/
+1
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
1
-1
/
+2
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-3
/
+3
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
1
-8
/
+8
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
1
-2
/
+0
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
1
-0
/
+2
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
1
-2
/
+0
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
1
-0
/
+2
2012-10-29
Add -alias and -ralias options to match what we have for functions and
Rafael Espindola
1
-0
/
+47
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
1
-2
/
+2
2011-12-30
Remove extraneous ".get()->" which is just "->". No functionality change.
Nick Lewycky
1
-5
/
+5
2011-10-16
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
1
-1
/
+1
2011-09-16
Add -rfunc and -rglob options to llvm-extract to support regular
Chad Rosier
1
-6
/
+71
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
1
-1
/
+0
2010-11-29
Merge System into Support.
Michael J. Spencer
1
-1
/
+1
2010-10-07
Move tool_output_file into its own file.
Dan Gohman
1
-1
/
+1
2010-09-23
Fix llvm-extract -delete's lazy loading to materialize the functions that
Dan Gohman
1
-7
/
+34
2010-09-01
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
1
-3
/
+3
[next]