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