Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
tools
/
llvm-extract
/
llvm-extract.cpp
59aa5d4
Add support to llvm-extract for extracting multiple functions and/or
by Dan Gohman
· 16 years ago
31b20c7
Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't
by Dan Gohman
· 16 years ago
176426d
Make LLVM command-line tools overwrite their output files without -f.
by Dan Gohman
· 16 years ago
4e95ea9
simplify output file selection, fixing two FIXMEs about binary output
by Chris Lattner
· 16 years ago
fdcd46e
Change raw_fd_ostream to take flags as an optional bitmask
by Chris Lattner
· 16 years ago
3077125
"-" should write to stdout, not stderr.
by Chris Lattner
· 16 years ago
b714fab
Convert more tools code from cerr and cout to errs() and outs().
by Dan Gohman
· 16 years ago
e84b8b3
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now.
by Owen Anderson
· 16 years ago
dd7ca8e
Add a Force option to raw_fd_ostream to specify whether opening
by Dan Gohman
· 16 years ago
a148fdd
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 16 years ago
25209b4
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 16 years ago
5e0550b
Use .empty() instead of .size().
by Dan Gohman
· 16 years ago
e6012df
Change various llvm utilities to use PrettyStackTraceProgram in
by Chris Lattner
· 16 years ago
d931240
only extract main if the user didn't specify anything to extract
by Andrew Lenharth
· 17 years ago
df35b3c
make error message reflect default search function name
by Andrew Lenharth
· 17 years ago
38a1767
add a pass that can extract all kinds of global values, not just functions. Update llvm-extract to use it and optionally extract a global variable if you want it too
by Andrew Lenharth
· 17 years ago
5f5a573
remove attributions from tools.
by Chris Lattner
· 18 years ago
6099df8
Move the space in overview output for commands out of each of the
by Dan Gohman
· 18 years ago
0e8e10d
Separate program name from error message with a :
by Reid Spencer
· 18 years ago
d3e33b2
Terminate an error message with a newline.
by Reid Spencer
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago