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