1. b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 21 years ago
  2. dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 21 years ago
  3. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  4. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
  5. ed4775a Remove usage of sys/unistd.h by Chris Lattner · 21 years ago
  6. 8c63883 Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. by Brian Gaeke · 21 years ago
  7. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
  8. 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
  9. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  10. 903c2d11 Fix compilation problem with some versions of G++ by Chris Lattner · 21 years ago
  11. b8c8829 Fix problem with perror by Chris Lattner · 21 years ago
  12. 39602b2 Make _sure_ we don't go into an infinite loop if a signal happens! by Chris Lattner · 21 years ago
  13. 7594b29 Remove long dead code by Chris Lattner · 21 years ago
  14. 01e770a Add using declarations by Chris Lattner · 21 years ago
  15. 72fb8e5 Add new CommaSeparated option modifier by Chris Lattner · 21 years ago
  16. ca6433f Destroy using declarations by Chris Lattner · 21 years ago
  17. f205fec Add a new info-output-file option (hidden from --help) which is to be used by by Chris Lattner · 21 years ago
  18. 8166b7c Make more compatible with GCC 2.96 by Chris Lattner · 22 years ago
  19. e040f97 Remove gunk that was supposed to make space evaluation more precise, but never worked. by Chris Lattner · 22 years ago
  20. 98d829c Don't output times in "scientific" notation by Chris Lattner · 22 years ago
  21. 0ad4c00 Remove the -debug option from release executables by Chris Lattner · 22 years ago
  22. bbe5ac1 Squelch warning by Chris Lattner · 22 years ago
  23. 3f39849 * Add new -track-memory option to tools which enables the mem usage column in the reports. by Chris Lattner · 22 years ago
  24. 3301b69 Fix build problem on sparc by Chris Lattner · 22 years ago
  25. cb09cc2 Move annotation to support library by Chris Lattner · 22 years ago
  26. 3fa61eb Fix static initializer ordering dependency by Chris Lattner · 22 years ago
  27. e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 22 years ago
  28. 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago
  29. 8f0d824 Add peak memory usage measurement capability by Chris Lattner · 22 years ago
  30. 69e79e0 Simplify code by Chris Lattner · 22 years ago
  31. a95078d Sun can now use mallinfo() by Chris Lattner · 22 years ago
  32. 18eba91 Allow memory sizes to be negative, remove obsolete TmpRSS field by Chris Lattner · 22 years ago
  33. 6cd11f6 mallinfo is not available on sun apparently :( by Chris Lattner · 22 years ago
  34. a5cf936 Minor fix to space accounting by Chris Lattner · 22 years ago
  35. 9d4ef12 Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives by Chris Lattner · 22 years ago
  36. 9550dc2 Add #include by Chris Lattner · 22 years ago
  37. 3400837 Added #include<unistd.h> to compile with solaris gcc3.2 by Anand Shukla · 22 years ago
  38. c1d4d79 added cast to unsigned to compile with gcc3.2 (sparc) by Anand Shukla · 22 years ago
  39. 96ef1b9 - Rework Statistics: by Chris Lattner · 22 years ago
  40. 6c38a79 Checkin generic interval timer support by Chris Lattner · 22 years ago
  41. 3f6962e Add an optimization to support the most common access pattern for the by Chris Lattner · 22 years ago
  42. 7c97cee Submitted by Casey Carter: by Chris Lattner · 22 years ago
  43. 6e65cda Remove extra #include by Chris Lattner · 22 years ago
  44. de69a4c by Chris Lattner · 22 years ago
  45. 20d4129 Minor bug fix. by Chris Lattner · 22 years ago
  46. d122f4b Fix bugs by Chris Lattner · 22 years ago
  47. 96f9d72 Add printing support to ConstantRange class by Chris Lattner · 22 years ago
  48. 645e00d Initial implementation of ConstantRange support by Chris Lattner · 22 years ago
  49. 9b14eb5 Simplify writing custom parsers. by Chris Lattner · 22 years ago
  50. b490c20 Fix lli with no arguments by Chris Lattner · 22 years ago
  51. d16714b Fix bug that was causing problems for lli by Chris Lattner · 22 years ago
  52. e8e258b * Fix assertion failure caused by command line argument getting removed after by Chris Lattner · 22 years ago
  53. 99b7c1a Remove needless #include by Chris Lattner · 22 years ago
  54. 0c0edf8 *** empty log message *** by Chris Lattner · 22 years ago
  55. 60bfeb8 Fix problem that GCC3.1 doesn't like. by Chris Lattner · 22 years ago
  56. faba809 Fix a bug exposed by lli by Chris Lattner · 22 years ago
  57. c1b5d09 Initial checkin by Chris Lattner · 22 years ago
  58. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  59. aa852bb *** empty log message *** by Chris Lattner · 22 years ago
  60. 54ec7ae Minor bugfix, prevents error in LLI by Chris Lattner · 22 years ago
  61. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  62. 331de23 Checkin CommandLine 2.0 by Chris Lattner · 22 years ago
  63. cfb22d3 changes to make it compatible with 64bit gcc by Anand Shukla · 22 years ago
  64. d6c5104 Fix const problems by Chris Lattner · 22 years ago
  65. 4435ac0 Implement a new command line option, -debug, which is meant to unify all of by Chris Lattner · 22 years ago
  66. 71fb716 Add ability to update existing variables with values read from the command line by Chris Lattner · 22 years ago
  67. f3f4fd5 Initial checkin of Statistic class. by Chris Lattner · 22 years ago
  68. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  69. bac27a4 Add new api for basic signal handling for tools by Chris Lattner · 22 years ago
  70. 2aac6bf s/MethodType/FunctionType by Chris Lattner · 22 years ago
  71. 7f1576f 64 bit clean now by Chris Lattner · 22 years ago
  72. 9c9be48 If an invalid alternative is listed for an argument, print the valid options by Chris Lattner · 23 years ago
  73. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  74. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  75. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  76. f78032f * Implement support for folding multiple single letter arguments together like by Chris Lattner · 23 years ago
  77. 7c41223 Checkin of C string stuff. Fix several bugs, including most escape codes being by Chris Lattner · 23 years ago
  78. 0047a70 Initial checkin of name mangling code moved from linker by Chris Lattner · 23 years ago
  79. caccd76 Provide option to enable eating of all arguments following a specific one by Chris Lattner · 23 years ago
  80. 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
  81. d215fd1 Add StringList support by Chris Lattner · 23 years ago
  82. 82072d4 Clean up Type class by removing mutable ConstRules member and use annotations insead by Chris Lattner · 23 years ago
  83. c0f483d Annotations are const objects now by Chris Lattner · 23 years ago
  84. da8f004 Support passing a data pointer to annotation factory methods by Chris Lattner · 23 years ago
  85. 8dc89a3 Add annotation support by Chris Lattner · 23 years ago
  86. 3805e4c Fixed a bug exposed when doing something like this: <program> -notanoption --help by Chris Lattner · 23 years ago
  87. 2233a07 Doh! Wrong Optional flag. :( by Chris Lattner · 23 years ago
  88. 03fe1bd Add a comment indicating that there is documentation of the library by Chris Lattner · 23 years ago
  89. dc4693d Minor changes to implementation of CommandLine library to let users override by Chris Lattner · 23 years ago
  90. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 23 years ago
  91. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago
  92. dbab15a Initial checkin by Chris Lattner · 23 years ago
  93. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 23 years ago
  94. 953e0d7 Convert from using C style char*'s to strings. by Chris Lattner · 23 years ago
  95. 29f921c Remove String file some more by Chris Lattner · 23 years ago
  96. c035202 Remove stringutils.h file by Chris Lattner · 23 years ago
  97. 6beedac Program options class. by Vikram S. Adve · 23 years ago