Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
8b0bb375c9be32347afec9ee406cb15dd4c32cbb
/
lib
/
Support
/
CommandLine.cpp
8032993
Sort list of targets in --version.
by Daniel Dunbar
· 16 years ago
9b3edb6
Add registered target list to --version output.
by Daniel Dunbar
· 16 years ago
bd448e3
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
by Edwin Török
· 16 years ago
675d562
assert(0) -> LLVM_UNREACHABLE.
by Edwin Török
· 16 years ago
ced9ff8
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
by Edwin Török
· 16 years ago
f0d2d95
Add support for a character after a command line option. Like '-Os'.
by Bill Wendling
· 16 years ago
250dbdc
Remove AllowInverse: it leaks memory and is not the right
by Chris Lattner
· 16 years ago
cdd50fc
* Fixed spelling of `invertible' * Simplified if statement
by Misha Brukman
· 16 years ago
5ea5ba8
move a large method out of line.
by Chris Lattner
· 16 years ago
3567d38
Improve -fno-opt style option processing to not require an extra
by Mike Stump
· 17 years ago
66fcfa4
Add opposite_of and inverse_opt to support -fno- style options. This
by Mike Stump
· 17 years ago
c591ed14
Clarify comment.
by Mikhail Glushenkov
· 17 years ago
0215ec2
Mimic gcc behaviour with regard to response files.
by Mikhail Glushenkov
· 17 years ago
ad6fc7f
Support for multi-valued options in CommandLine
by Mikhail Glushenkov
· 17 years ago
7a1210f
Tweak --version to include the date and time.
by Steve Naroff
· 17 years ago
abfdef3
remove unused var
by Nuno Lopes
· 17 years ago
669b9bf
Fix command-line option printing to print two spaces where needed,
by Dan Gohman
· 17 years ago
5e27009
Give a proper error message when a command line option is defined more than
by Matthijs Kooijman
· 17 years ago
591bfc8
Fix more -Wshorten-64-to-32 warnings.
by Evan Cheng
· 17 years ago
7015ef8
Add support for response files to the CommandLine library.
by Mikhail Glushenkov
· 17 years ago
40bd38e
Add explicit keywords.
by Dan Gohman
· 17 years ago
12300e1
A quick nm audit turned up several fixed tables and objects that were
by Dan Gohman
· 17 years ago
e411a2d
Fix a bug that caused opt and other tools to silently ignore
by Dan Gohman
· 17 years ago
6288e92
Add 'sink' cmdline option. Patch by Mikhail Glushenkov!
by Anton Korobeynikov
· 18 years ago
357a27d
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
61db06b
Pass argc by value, not by reference, since it isn't modified.
by Dan Gohman
· 18 years ago
6099df8
Move the space in overview output for commands out of each of the
by Dan Gohman
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago