1. ac2ecd0 `cat' is usually in /bin, not /usr/bin, at least on our systems. by Misha Brukman · 21 years ago
  2. b9632be When printing a stack trace, demangle it if possible. Since we are potentially by Chris Lattner · 21 years ago
  3. 38ce7e5 Use backtrace() and include execinfo.h, if they were detected by autoconf. by Brian Gaeke · 21 years ago
  4. 6559615 Disable the stack trace thing until we can get an autoconf test for it. This by Chris Lattner · 21 years ago
  5. 982774c Implement new function by Chris Lattner · 21 years ago
  6. 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
  7. 280f9c9 Print stacktrace in STDERR before dying on a fatal signal. Currently by Alkis Evlogimenos · 21 years ago
  8. 9cbbee3 Add support for just running the code generator by Chris Lattner · 21 years ago
  9. a3de117 indent correctly by Chris Lattner · 21 years ago
  10. 722ca71 Don't yell. BUGPOINT should yell, not the tool runner :) by Chris Lattner · 21 years ago
  11. 89bf9ea If there is an error running a tool, include the error message (e.g. assertion failure) in the exception by Chris Lattner · 21 years ago
  12. 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 21 years ago
  13. 9915cd9 The C backend is no longer in llvm-dis, it's in llc by Chris Lattner · 21 years ago
  14. 8709927 Fix a bug in the recent rewrite of the leakdetector that caused all of the by Chris Lattner · 22 years ago
  15. b663d76 Modularize implementation of LeakDetector into a typed template by Alkis Evlogimenos · 22 years ago
  16. a6acb4f Fix the logic in the name mangler. If there are two symbols named 'X', and one by Chris Lattner · 22 years ago
  17. 82a5ff4 Initialize the count instance variable. by Chris Lattner · 22 years ago
  18. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 22 years ago
  19. 64811a3 This file goes away by Chris Lattner · 22 years ago
  20. 67bb760 Remove use of ConstantHandling itf by Chris Lattner · 22 years ago
  21. 74b1f45 Remove config wrapper around <cerrno> by Chris Lattner · 22 years ago
  22. d2c39e9 Pass std::string to constructor as const reference to avoid multiple copies. by Alkis Evlogimenos · 22 years ago
  23. 2657aec Not all platforms supports sighandler_t, so I changed it to use the older by John Criswell · 22 years ago
  24. 9e26027 * Add a new helper progress method by Chris Lattner · 22 years ago
  25. 0a5f033 Add missing #include by Chris Lattner · 22 years ago
  26. 81a085a Add new function by Chris Lattner · 22 years ago
  27. a2e9363 New class, useful for command-line interactive programs. by Chris Lattner · 22 years ago
  28. 316cb08 Add new method by Chris Lattner · 22 years ago
  29. 9899ae3 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 22 years ago
  30. 9b448b7 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 22 years ago
  31. 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 22 years ago
  32. 872ccce implement new getToken function by Chris Lattner · 22 years ago
  33. 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
  34. b6d465f Finegrainify namespacification by Chris Lattner · 22 years ago
  35. 59e47e3 Lock abstraction, introduced with a view toward making the JIT thread-safe. by Brian Gaeke · 22 years ago
  36. 971a7b8 Fix copy-pasto. by Misha Brukman · 22 years ago
  37. 17cca96 Add ability to query if a file is a legitimate ELF shared object. by Misha Brukman · 22 years ago
  38. c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 22 years ago
  39. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  40. a2302ff Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic. by Brian Gaeke · 22 years ago
  41. 56be7ff Add implementation of FileOpenable(). by Brian Gaeke · 22 years ago
  42. 764486f Attempt to provide support for those without RTLD_DEFAULT. by Chris Lattner · 22 years ago
  43. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  44. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  45. 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 22 years ago
  46. 7b2ccff Fix PR #47 by Chris Lattner · 22 years ago
  47. 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 22 years ago
  48. 53e557d Fix up error message. by Brian Gaeke · 22 years ago
  49. eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 22 years ago
  50. 7915a1e Substantial cleanups: by Chris Lattner · 22 years ago
  51. 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 22 years ago
  52. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 22 years ago
  53. cf3056d Regularize header file comments by Chris Lattner · 22 years ago
  54. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
  55. 56d8616 Change to use LinkDynamicObject instead of dlopen. by Brian Gaeke · 22 years ago
  56. 2d6a236 Change to use strtoul instead of strtoll. by Brian Gaeke · 22 years ago
  57. f212e47 Add my abstracted dynamic linker support files. by Brian Gaeke · 22 years ago
  58. 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 22 years ago
  59. d5a310e Implement the NamedRegionTimer class by Chris Lattner · 22 years ago
  60. f708c79 Move support/lib/Support back to lib/Support by Chris Lattner · 22 years ago
  61. 44f8a34 Fixed space issues, code alignment, tabs -> spaces. by Misha Brukman · 22 years ago
  62. 9558c6a Implementation of the abstraction of running our tools + gcc, taken out of by Misha Brukman · 22 years ago
  63. ead9a94 Moved code from llvm/lib/Support to llvm/support/lib/Support. by John Criswell · 22 years ago
  64. e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 22 years ago
  65. 5afb5f6 Added the ExecWait() function. It executes a program with the specified by John Criswell · 22 years ago
  66. c86e84b Add missing apostrophe. It's been bugging me for years. by Brian Gaeke · 22 years ago
  67. 950971d Fixed spelling & grammar. by Misha Brukman · 22 years ago
  68. 66622be Added the MakeFileReadable() method. by John Criswell · 22 years ago
  69. 9adeccc Added a description of the algorithm. Return failure if the chmod() fails. by John Criswell · 22 years ago
  70. 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 22 years ago
  71. aa8a847 Mangle ALL letters that we do not allow, not just a few. by Chris Lattner · 22 years ago
  72. f7c4ace Initial checkin of ValueHolder helper by Chris Lattner · 22 years ago
  73. c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 22 years ago
  74. 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 22 years ago
  75. a4ca41e This file uses stable_sort by Chris Lattner · 22 years ago
  76. 33fbad7 Reenable optimized build by Chris Lattner · 22 years ago
  77. 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 22 years ago
  78. da81eca close() requires "unistd.h" . by Misha Brukman · 22 years ago
  79. f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 22 years ago
  80. 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 22 years ago
  81. 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 22 years ago
  82. 038e05a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 22 years ago
  83. 96a54db Describe the value name by Chris Lattner · 22 years ago
  84. 7a6ff2b Check in the implementation of the FileUtilities! by Chris Lattner · 22 years ago
  85. 794a58e Use the C++, more portable, deleter by Chris Lattner · 22 years ago
  86. fafac12 Move #include from a header to here by Chris Lattner · 22 years ago
  87. 71336a9 Fix the JIT in the Nightly tester. This was not a fun bug to track down. by Chris Lattner · 22 years ago
  88. 396aecd Trivial cleanups: no need to include header twice. Global variable is local to file by Chris Lattner · 22 years ago
  89. 9cf3d47 Add support for "named positional arguments" by Chris Lattner · 22 years ago
  90. 3ce4ac6 The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes by Misha Brukman · 22 years ago
  91. 6b902dc Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, by Brian Gaeke · 22 years ago
  92. 4166445 Cleanups: by Brian Gaeke · 22 years ago
  93. b198ca3 Factor out name-mangling from X86/Printer, which is derived from CWriter, by Brian Gaeke · 22 years ago
  94. c07736a Simplify code by using ConstantInt::getRawValue instead of checking to see by Chris Lattner · 22 years ago
  95. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  96. 1115e04 Fixed grammatical error. by Misha Brukman · 22 years ago
  97. b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 22 years ago
  98. dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 22 years ago
  99. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  100. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 22 years ago