- Mar 30, 2010
-
-
Dan Gohman authored
llvm-svn: 99915
-
- Mar 27, 2010
-
-
Chris Lattner authored
llvm-svn: 99721
-
Dan Gohman authored
llvm-svn: 99719
-
Dan Gohman authored
llvm-svn: 99716
-
- Mar 24, 2010
-
-
Dan Gohman authored
llvm-svn: 99416
-
Dan Gohman authored
raw_ostream variables immediately before they go out of scope. llvm-svn: 99413
-
- Mar 23, 2010
-
-
Chris Lattner authored
this fixes crashes in error cases, PR6683 llvm-svn: 99334
-
- Jan 28, 2010
-
-
Benjamin Kramer authored
llvm-svn: 94746
-
- Oct 22, 2009
-
-
Chris Lattner authored
llvm-svn: 84819
-
- Aug 25, 2009
-
-
Dan Gohman authored
This is conventional command-line tool behavior. -f now just means "enable binary output on terminals". Add a -f option to llvm-extract and llvm-link, for consistency. Remove F_Force from raw_fd_ostream and enable overwriting and truncating by default. Introduce an F_Excl flag to permit users to enable a failure when the file already exists. This flag is currently unused. Update Makefiles and documentation accordingly. llvm-svn: 79990
-
- Aug 24, 2009
-
-
Chris Lattner authored
forcing them down into various .cpp files. This change also: 1. Renames TimeValue::toString() and Path::toString() to ::str() for similarity with the STL. 2. Removes all stream insertion support for sys::Path, forcing clients to call .str(). 3. Removes a use of Config/alloca.h from bugpoint, using smallvector instead. 4. Weans llvm-db off <iostream> sys::Path really needs to be gutted, but I don't have the desire to do it at this point. llvm-svn: 79869
-
- Aug 23, 2009
-
-
Chris Lattner authored
instead of as two bools. Use this to add a F_Append flag which has the obvious behavior. Other unrelated changes conflated into this patch: 1. REmove EH stuff from llvm-dis and llvm-as, the try blocks are dead. 2. Simplify the filename inference code in llvm-as/llvm-dis, because raw_fd_ostream does the right thing with '-'. 3. Switch machine verifier to use raw_ostream instead of ostream (Which is the thing that needed append in the first place). llvm-svn: 79807
-
- Aug 05, 2009
-
-
Dan Gohman authored
for use with sys::Path::GetMainExecutable, to avoid warnings with -pedantic. llvm-svn: 78245
-
Dan Gohman authored
just argv[0]. And remove the code for searching the current working directory and for searching PATH; the point of FindExecutable is not to find whatever version of the executable can be found by searching around, but to find an executable that accompanies the current executable. Update the tools to use sys::Program::FindProgramByName when they want PATH searching. llvm-svn: 78240
-
- Jul 22, 2009
-
-
Sanjiv Gupta authored
llvm-svn: 76768
-
- Jul 16, 2009
-
-
Dan Gohman authored
llvm-svn: 76070
-
Daniel Dunbar authored
llvm-svn: 75892
-
Owen Anderson authored
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. This will let us to hardwire stuff to the global context in the short term while the API is sorted out. llvm-svn: 75846
-
- Jul 01, 2009
-
-
Owen Anderson authored
llvm-svn: 74640
-
Owen Anderson authored
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools. Patches for Clang and LLVM-GCC to follow. llvm-svn: 74614
-
- Mar 06, 2009
-
-
Chris Lattner authored
their main routines. This makes the tools print their argc/argv commands if they crash. llvm-svn: 66248
-
- Jan 05, 2009
-
-
Chris Lattner authored
not in system library directories by checking -L paths as well. Patch by Axel Naumann! llvm-svn: 61730
-
- Nov 19, 2008
-
-
Andrew Lenharth authored
llvm-svn: 59642
-
- Jun 27, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 52827
-
- Jun 15, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 52289
-
Argyrios Kyrtzidis authored
With this more general way, -native and -native-cbe options are handled too. llvm-svn: 52287
-
Argyrios Kyrtzidis authored
llvm-svn: 52285
-
- Feb 20, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47367
-
- Jan 27, 2008
-
-
Chris Lattner authored
llvm-svn: 46421
-
- Jan 09, 2008
-
-
Chris Lattner authored
llvm-svn: 45770
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45421
-
- Oct 08, 2007
-
-
Dan Gohman authored
commands and into the common code. llvm-svn: 42752
-
- Jul 23, 2007
-
-
Reid Spencer authored
llvm-svn: 40415
-
- Jul 05, 2007
-
-
Gabor Greif authored
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
-
- Jun 19, 2007
-
-
Chris Lattner authored
llvm-svn: 37658
-
- May 06, 2007
-
-
Chris Lattner authored
llvm-svn: 36868
-
Chris Lattner authored
llvm-svn: 36853
-
- Apr 30, 2007
-
-
Reid Spencer authored
llvm-svn: 36581
-
- Apr 04, 2007
-
-
Reid Spencer authored
Rename LinkItems as NativeLinkItems since it is filled out by the Linker library to contain only those items deemed to be native. llvm-svn: 35654
-
- Feb 16, 2007
-
-
Anton Korobeynikov authored
is especially needed for bugpoint. This partly implements PR688 llvm-svn: 34349
-