- Aug 23, 2009
-
-
Chris Lattner authored
llvm-svn: 79842
-
- Aug 02, 2009
-
-
Benjamin Kramer authored
llvm-svn: 77892
-
- Jul 26, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77127
-
- Jul 16, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75889
-
- Jul 14, 2009
-
-
Torok Edwin authored
This adds location info for all llvm_unreachable calls (which is a macro now) in !NDEBUG builds. In NDEBUG builds location info and the message is off (it only prints "UREACHABLE executed"). llvm-svn: 75640
-
- Jul 11, 2009
-
-
Torok Edwin authored
Make llvm_unreachable take an optional string, thus moving the cerr<< out of line. LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for NDEBUG builds. llvm-svn: 75379
-
Torok Edwin authored
and abort()/exit() -> llvm_report_error(). llvm-svn: 75363
-
- Apr 30, 2009
-
-
Bill Wendling authored
llvm-svn: 70437
-
- Apr 08, 2009
-
-
Chris Lattner authored
abstraction for CommandLine. llvm-svn: 68588
-
- Apr 01, 2009
-
-
Misha Brukman authored
* Simplified if statement llvm-svn: 68163
-
- Mar 28, 2009
-
-
Chris Lattner authored
llvm-svn: 67892
-
- Feb 02, 2009
-
-
Mike Stump authored
option to make the -fno- form on the option. We also document the new form in the CommandLine documentation. llvm-svn: 63559
-
- Jan 30, 2009
-
-
Mike Stump authored
is necessary for eventual gcc commmand line compatibility. llvm-svn: 63384
-
- Jan 28, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 63171
-
- Jan 21, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 62688
-
- Jan 16, 2009
-
-
Mikhail Glushenkov authored
Makes possible to specify options that take multiple arguments (a-la -sectalign on Darwin). See documentation for details. llvm-svn: 62372
-
- Dec 23, 2008
-
-
Steve Naroff authored
llvm-svn: 61378
-
- Dec 09, 2008
-
-
Nuno Lopes authored
llvm-svn: 60770
-
- Oct 14, 2008
-
-
Dan Gohman authored
instead of requiring all "short description" strings to begin with two spaces. This makes these strings less mysterious, and it fixes some cases where short description strings mistakenly did not begin with two spaces. llvm-svn: 57521
-
- May 30, 2008
-
-
Matthijs Kooijman authored
once (ie, at two different places in the source, not two times on the commandline). llvm-svn: 51771
-
- May 05, 2008
-
-
Evan Cheng authored
llvm-svn: 50659
-
- Apr 28, 2008
-
-
Mikhail Glushenkov authored
llvm-svn: 50355
-
- Mar 25, 2008
-
-
Dan Gohman authored
llvm-svn: 48801
-
Dan Gohman authored
marked read-write. Use const so that they can be allocated in a read-only segment. llvm-svn: 48800
-
- Feb 23, 2008
-
-
Dan Gohman authored
invalid command-line options. llvm-svn: 47523
-
- Feb 20, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47377
-
Anton Korobeynikov authored
llvm-svn: 47367
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Oct 09, 2007
-
-
Dan Gohman authored
llvm-svn: 42788
-
- Oct 08, 2007
-
-
Dan Gohman authored
commands and into the common code. llvm-svn: 42752
-
- May 22, 2007
-
-
Dale Johannesen authored
for a target-dependent default with a command-line override; this way should be generally usable. llvm-svn: 37285
-
- Apr 12, 2007
-
-
Chris Lattner authored
handlers (like the pass list). My previous fix only supported *new* command line options, not additions to old ones. This fixes test/Feature/load_module.ll llvm-svn: 35935
-
- Apr 11, 2007
-
-
Chris Lattner authored
llvm-svn: 35905
-
- Apr 07, 2007
-
-
Chris Lattner authored
This fixes llvm-ar. llvm-svn: 35727
-
- Apr 06, 2007
-
-
Chris Lattner authored
This dramatically reduce the amount of memory allocated by the commandline stuff at static init time, changing it to build local data structures when ParseCommandLineOptions is called. In a dummy empty program that links some llvm libraries, this reduces the number of malloc'd bytes from 4864 to 3360 on entry to main. Most of that memory is now allocated by non-commandline related stuff. llvm-svn: 35701
-
- Apr 05, 2007
-
-
Chris Lattner authored
llvm-svn: 35690
-
- Feb 01, 2007
-
-
Devang Patel authored
without exiting program. llvm-svn: 33737
-
- Dec 08, 2006
-
-
Bill Wendling authored
llvm-svn: 32340
-
- Dec 07, 2006
-
-
Bill Wendling authored
now cerr, cout, and NullStream resp. llvm-svn: 32298
-
- Nov 26, 2006
-
-
Bill Wendling authored
llvm-svn: 31927
-