1. cfb22d3 changes to make it compatible with 64bit gcc by Anand Shukla · 22 years ago
  2. 4435ac0 Implement a new command line option, -debug, which is meant to unify all of by Chris Lattner · 22 years ago
  3. 71fb716 Add ability to update existing variables with values read from the command line by Chris Lattner · 22 years ago
  4. f3f4fd5 Initial checkin of Statistic class. by Chris Lattner · 23 years ago
  5. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  6. bac27a4 Add new api for basic signal handling for tools by Chris Lattner · 23 years ago
  7. 7f1576f 64 bit clean now by Chris Lattner · 23 years ago
  8. 9c9be48 If an invalid alternative is listed for an argument, print the valid options by Chris Lattner · 23 years ago
  9. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  10. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  11. f78032f * Implement support for folding multiple single letter arguments together like by Chris Lattner · 23 years ago
  12. caccd76 Provide option to enable eating of all arguments following a specific one by Chris Lattner · 23 years ago
  13. f038acb Clean up error handling a bit. Add / as a seperator for command line arguments. This is just a big old ugly hack. by Chris Lattner · 23 years ago
  14. d215fd1 Add StringList support by Chris Lattner · 23 years ago
  15. 82072d4 Clean up Type class by removing mutable ConstRules member and use annotations insead by Chris Lattner · 23 years ago
  16. c0f483d Annotations are const objects now by Chris Lattner · 23 years ago
  17. da8f004 Support passing a data pointer to annotation factory methods by Chris Lattner · 23 years ago
  18. 8dc89a3 Add annotation support by Chris Lattner · 23 years ago
  19. 3805e4c Fixed a bug exposed when doing something like this: <program> -notanoption --help by Chris Lattner · 23 years ago
  20. 2233a07 Doh! Wrong Optional flag. :( by Chris Lattner · 23 years ago
  21. 03fe1bd Add a comment indicating that there is documentation of the library by Chris Lattner · 23 years ago
  22. dc4693d Minor changes to implementation of CommandLine library to let users override by Chris Lattner · 23 years ago
  23. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 23 years ago
  24. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago
  25. dbab15a Initial checkin by Chris Lattner · 23 years ago
  26. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 23 years ago
  27. 6beedac Program options class. by Vikram S. Adve · 23 years ago