1. 0d3ac4c Solaris hack for isinf() by Brian Gaeke · 21 years ago
  2. 418f73c Add platform-independent wrapper function for isinf(). by Brian Gaeke · 21 years ago
  3. e312e15 Err, fix last checkin by Chris Lattner · 21 years ago
  4. 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 21 years ago
  5. f98cfc7 Add a workaround for a GCC 3.3.2 bug by Chris Lattner · 21 years ago
  6. b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 21 years ago
  7. ce36d55 Bug fixes for PR341 by Chris Lattner · 21 years ago
  8. 13a253a Implicitly getting a new option by linking to support.o instead of support.a by Chris Lattner · 21 years ago
  9. d6391d7 Do not call Type::getUniqueID by Chris Lattner · 21 years ago
  10. a4c7c41 Work around apparent Apple compiler bug which was making all mangled by Brian Gaeke · 21 years ago
  11. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  12. 5114004 Fix compilation on internix by Chris Lattner · 21 years ago
  13. 30135b2 Wrapper for c99 isnan() by Brian Gaeke · 21 years ago
  14. ebb0faa * Fix file header and name * Order #includes alphabetically by Misha Brukman · 21 years ago
  15. b487303 Use the machine-independent method of querying the page size. by Misha Brukman · 21 years ago
  16. fa5fe7c Make all of this functionality work directly on win32. Properly conditionalize by Chris Lattner · 21 years ago
  17. b4db5f3 Implement getTimeRecord natively in Win32, properly conditionalize the by Chris Lattner · 21 years ago
  18. 8868e84 Include cerrno. by Alkis Evlogimenos · 21 years ago
  19. 5bfac5d Implement the new CopyFile function by Chris Lattner · 21 years ago
  20. d6af686 Fix spelling, trim empty space, tighten up function header comment. by Misha Brukman · 21 years ago
  21. 3c82aa3 Moved this file to lib/Bytecode/Writer because its used there only. by Reid Spencer · 21 years ago
  22. aafb1c1 Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32 by Chris Lattner · 21 years ago
  23. 1c457b8 Prune #includes by Chris Lattner · 21 years ago
  24. 49f61c4 Add support for getting executable memory on Windows. This is actually by Chris Lattner · 21 years ago
  25. c89fe6d Add a new function for the JIT. libsupport is now the only library that by Chris Lattner · 21 years ago
  26. e53477e Add support for zero length files by Chris Lattner · 21 years ago
  27. eb08299 Add a pair of functions to hide system specific details of mapping a file in for reading. by Chris Lattner · 21 years ago
  28. 0a576b0 Add DynamicLinker support for systems that provide windows.h by Chris Lattner · 21 years ago
  29. a5648f2 Signals.h header moved. Eventually this should move into a lib/System library, by Chris Lattner · 21 years ago
  30. d895ffe Changes to make libSupport build on systems that don't have the wait syscall. by Chris Lattner · 21 years ago
  31. 6b1f58b Put SlotTable.h inclusion back at front of list to be coding standards by Reid Spencer · 21 years ago
  32. 3751bd6 Make some improvements suggested by Chris. by Reid Spencer · 21 years ago
  33. 293a55f Adding the initial implementation of the SlotTable class. This class is by Reid Spencer · 21 years ago
  34. 2662aa0 Remove this file as well as it is no longer needed nor it compiles by Alkis Evlogimenos · 21 years ago
  35. bf455c2 Implement the new cl::PositionalEatsArgs flag, refactor code a bit by Chris Lattner · 21 years ago
  36. 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 21 years ago
  37. d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 21 years ago
  38. bf3d2e2 Bugpoint was not correctly capturing stderr! This caused it to "find" bugs by Chris Lattner · 21 years ago
  39. 8505c86 lli no longer takes the -quiet option! by Chris Lattner · 21 years ago
  40. 6e40e1d Do not mangle intrinsics in any way! by Chris Lattner · 21 years ago
  41. 8507ecb Add autoconf support for isStandardOutAConsole (). by Brian Gaeke · 21 years ago
  42. b234d46 Add new function, autoconf support required tho by Chris Lattner · 21 years ago
  43. fc33d30 Add some new methods by Chris Lattner · 21 years ago
  44. db81395 Adjust to new itf by Chris Lattner · 21 years ago
  45. 5f65add Hide variable from other functions. by Alkis Evlogimenos · 21 years ago
  46. 1cd4c72 Make sure that at least one virtual method is defined in a .cpp file to avoid by Chris Lattner · 21 years ago
  47. ac2ecd0 `cat' is usually in /bin, not /usr/bin, at least on our systems. by Misha Brukman · 21 years ago
  48. b9632be When printing a stack trace, demangle it if possible. Since we are potentially by Chris Lattner · 21 years ago
  49. 38ce7e5 Use backtrace() and include execinfo.h, if they were detected by autoconf. by Brian Gaeke · 21 years ago
  50. 6559615 Disable the stack trace thing until we can get an autoconf test for it. This by Chris Lattner · 21 years ago
  51. 982774c Implement new function by Chris Lattner · 21 years ago
  52. 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
  53. 280f9c9 Print stacktrace in STDERR before dying on a fatal signal. Currently by Alkis Evlogimenos · 21 years ago
  54. 9cbbee3 Add support for just running the code generator by Chris Lattner · 21 years ago
  55. a3de117 indent correctly by Chris Lattner · 21 years ago
  56. 722ca71 Don't yell. BUGPOINT should yell, not the tool runner :) by Chris Lattner · 21 years ago
  57. 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
  58. 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 21 years ago
  59. 9915cd9 The C backend is no longer in llvm-dis, it's in llc by Chris Lattner · 21 years ago
  60. 8709927 Fix a bug in the recent rewrite of the leakdetector that caused all of the by Chris Lattner · 22 years ago
  61. b663d76 Modularize implementation of LeakDetector into a typed template by Alkis Evlogimenos · 22 years ago
  62. a6acb4f Fix the logic in the name mangler. If there are two symbols named 'X', and one by Chris Lattner · 22 years ago
  63. 82a5ff4 Initialize the count instance variable. by Chris Lattner · 22 years ago
  64. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 22 years ago
  65. 64811a3 This file goes away by Chris Lattner · 22 years ago
  66. 67bb760 Remove use of ConstantHandling itf by Chris Lattner · 22 years ago
  67. 74b1f45 Remove config wrapper around <cerrno> by Chris Lattner · 22 years ago
  68. d2c39e9 Pass std::string to constructor as const reference to avoid multiple copies. by Alkis Evlogimenos · 22 years ago
  69. 2657aec Not all platforms supports sighandler_t, so I changed it to use the older by John Criswell · 22 years ago
  70. 9e26027 * Add a new helper progress method by Chris Lattner · 22 years ago
  71. 0a5f033 Add missing #include by Chris Lattner · 22 years ago
  72. 81a085a Add new function by Chris Lattner · 22 years ago
  73. a2e9363 New class, useful for command-line interactive programs. by Chris Lattner · 22 years ago
  74. 316cb08 Add new method by Chris Lattner · 22 years ago
  75. 9899ae3 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 22 years ago
  76. 9b448b7 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 22 years ago
  77. 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 22 years ago
  78. 872ccce implement new getToken function by Chris Lattner · 22 years ago
  79. 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
  80. b6d465f Finegrainify namespacification by Chris Lattner · 22 years ago
  81. 59e47e3 Lock abstraction, introduced with a view toward making the JIT thread-safe. by Brian Gaeke · 22 years ago
  82. 971a7b8 Fix copy-pasto. by Misha Brukman · 22 years ago
  83. 17cca96 Add ability to query if a file is a legitimate ELF shared object. by Misha Brukman · 22 years ago
  84. c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 22 years ago
  85. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  86. a2302ff Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic. by Brian Gaeke · 22 years ago
  87. 56be7ff Add implementation of FileOpenable(). by Brian Gaeke · 22 years ago
  88. 764486f Attempt to provide support for those without RTLD_DEFAULT. by Chris Lattner · 22 years ago
  89. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  90. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  91. 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 22 years ago
  92. 7b2ccff Fix PR #47 by Chris Lattner · 22 years ago
  93. 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 22 years ago
  94. 53e557d Fix up error message. by Brian Gaeke · 22 years ago
  95. eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 22 years ago
  96. 7915a1e Substantial cleanups: by Chris Lattner · 22 years ago
  97. 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 22 years ago
  98. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 22 years ago
  99. cf3056d Regularize header file comments by Chris Lattner · 22 years ago
  100. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago