#
471ba48c |
| 23-Aug-2009 |
Chris Lattner <sabre@nondot.org> |
remove some uses of llvm/Support/Streams.h
llvm-svn: 79842
|
#
666cf9d2 |
| 02-Aug-2009 |
Benjamin Kramer <benny.kra@googlemail.com> |
Remove duplicated colons and spaces.
llvm-svn: 77892
|
#
a0ad190a |
| 26-Jul-2009 |
Daniel Dunbar <daniel@zuster.org> |
Sort list of targets in --version.
llvm-svn: 77127
|
#
78c8fb10 |
| 16-Jul-2009 |
Daniel Dunbar <daniel@zuster.org> |
Add registered target list to --version output.
llvm-svn: 75889
|
#
fbcc663c |
| 14-Jul-2009 |
Torok Edwin <edwintorok@gmail.com> |
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. This adds location info for all llvm_unreachable calls (which is a macro now) in !NDEBUG builds. In NDEBUG builds location i
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 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
show more ...
|
#
56d06597 |
| 11-Jul-2009 |
Torok Edwin <edwintorok@gmail.com> |
assert(0) -> LLVM_UNREACHABLE. 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 bu
assert(0) -> LLVM_UNREACHABLE. 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
show more ...
|
#
ccb29cd2 |
| 11-Jul-2009 |
Torok Edwin <edwintorok@gmail.com> |
Convert more assert(0)+abort() -> LLVM_UNREACHABLE, and abort()/exit() -> llvm_report_error().
llvm-svn: 75363
|
#
db59fda3 |
| 29-Apr-2009 |
Bill Wendling <isanbard@gmail.com> |
Add support for a character after a command line option. Like '-Os'.
llvm-svn: 70437
|
#
38751958 |
| 08-Apr-2009 |
Chris Lattner <sabre@nondot.org> |
Remove AllowInverse: it leaks memory and is not the right abstraction for CommandLine.
llvm-svn: 68588
|
#
5fc1a033 |
| 01-Apr-2009 |
Misha Brukman <brukman+llvm@gmail.com> |
* Fixed spelling of `invertible' * Simplified if statement
llvm-svn: 68163
|
#
75166689 |
| 28-Mar-2009 |
Chris Lattner <sabre@nondot.org> |
move a large method out of line.
llvm-svn: 67892
|
Revision tags: llvmorg-2.5.0 |
|
#
b92f839f |
| 02-Feb-2009 |
Mike Stump <mrs@apple.com> |
Improve -fno-opt style option processing to not require an extra option to make the -fno- form on the option. We also document the new form in the CommandLine documentation.
llvm-svn: 63559
|
#
ecbe4a08 |
| 30-Jan-2009 |
Mike Stump <mrs@apple.com> |
Add opposite_of and inverse_opt to support -fno- style options. This is necessary for eventual gcc commmand line compatibility.
llvm-svn: 63384
|
#
57cf3964 |
| 28-Jan-2009 |
Mikhail Glushenkov <foldr@codedgers.com> |
Clarify comment.
llvm-svn: 63171
|
#
6a4f729d |
| 21-Jan-2009 |
Mikhail Glushenkov <foldr@codedgers.com> |
Mimic gcc behaviour with regard to response files.
llvm-svn: 62688
|
#
cbc26fdb |
| 16-Jan-2009 |
Mikhail Glushenkov <foldr@codedgers.com> |
Support for multi-valued options in CommandLine
Makes possible to specify options that take multiple arguments (a-la -sectalign on Darwin). See documentation for details.
llvm-svn: 62372
|
#
b0ad08b3 |
| 23-Dec-2008 |
Steve Naroff <snaroff@apple.com> |
Tweak --version to include the date and time.
llvm-svn: 61378
|
#
10ab44a3 |
| 09-Dec-2008 |
Nuno Lopes <nunoplopes@sapo.pt> |
remove unused var
llvm-svn: 60770
|
Revision tags: llvmorg-2.4.0 |
|
#
9c4b7d5c |
| 14-Oct-2008 |
Dan Gohman <gohman@apple.com> |
Fix command-line option printing to print two spaces where needed, instead of requiring all "short description" strings to begin with two spaces. This makes these strings less mysterious, and it fixe
Fix command-line option printing to print two spaces where needed, 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
show more ...
|
Revision tags: llvmorg-2.3.0 |
|
#
c9c67157 |
| 30-May-2008 |
Matthijs Kooijman <matthijs@stdin.nl> |
Give a proper error message when a command line option is defined more than once (ie, at two different places in the source, not two times on the commandline).
llvm-svn: 51771
|
#
86cb3186 |
| 05-May-2008 |
Evan Cheng <evan.cheng@apple.com> |
Fix more -Wshorten-64-to-32 warnings.
llvm-svn: 50659
|
#
5653d3bc |
| 28-Apr-2008 |
Mikhail Glushenkov <foldr@codedgers.com> |
Add support for response files to the CommandLine library.
llvm-svn: 50355
|
#
c60c67fc |
| 25-Mar-2008 |
Dan Gohman <gohman@apple.com> |
Add explicit keywords.
llvm-svn: 48801
|
#
bdc24ada |
| 25-Mar-2008 |
Dan Gohman <gohman@apple.com> |
A quick nm audit turned up several fixed tables and objects that were marked read-write. Use const so that they can be allocated in a read-only segment.
llvm-svn: 48800
|
#
63d2d1f5 |
| 23-Feb-2008 |
Dan Gohman <gohman@apple.com> |
Fix a bug that caused opt and other tools to silently ignore invalid command-line options.
llvm-svn: 47523
|