1. d18a2c1 If an executable is run through a symlink, dladdr will return the by Chris Lattner · 16 years ago
  2. 8eada62 Fix warning on gcc 4.3. by Mikhail Glushenkov · 16 years ago
  3. b8863a1 Whitespace fixes. by Mikhail Glushenkov · 16 years ago
  4. aff9c27 Unbreak the build on win32. Cleanup some warning. by Cedric Venet · 16 years ago
  5. 9430fe7 Fix MingW build, patch by Kenneth Boyd! by Julien Lerouge · 16 years ago
  6. d4e1845 Use const, to support platforms where strrchr returns a const char *. by Dan Gohman · 16 years ago
  7. ba041f4 Add a Sleep() function. by Mikhail Glushenkov · 16 years ago
  8. 0cdadd8 Add Emacs hints to Alarm.inc. by Mikhail Glushenkov · 16 years ago
  9. f87d287 Fix windows build, patch by Marius Wachtler! by Chris Lattner · 16 years ago
  10. cee3e7c Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster! by Chris Lattner · 16 years ago
  11. b67c958 rename methods in System/Host to be more consistent. by Chris Lattner · 16 years ago
  12. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  13. dd17b25 Don't use plain %x to print pointer values. I had changed it from %p by Dan Gohman · 16 years ago
  14. 56d9b6d Demangle and pretty-print symbols in internal backtraces. Patch by by Dan Gohman · 16 years ago
  15. c663bee ARM / Mac OS X also wants to invalidate icache after jitting. by Evan Cheng · 16 years ago
  16. bc8dda8 CMake: when bulding shared libraries on non-WIN32 systems, link dl to by Oscar Fuentes · 16 years ago
  17. 274c6a6 plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed memory. by Nuno Lopes · 16 years ago
  18. afc0e0a hasDisassembler should return false if disassembler isn't available. by Evan Cheng · 16 years ago
  19. fc09f64 Silence a warning by Anton Korobeynikov · 16 years ago
  20. 932a32d Update the stub and callback code to handle lazy compilation. The stub by Jim Grosbach · 16 years ago
  21. 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 16 years ago
  22. c8a0773 Add implementations for sys::Memory::setWritable and sys::Memory::setExecutable on Win32 platform. by Argyrios Kyrtzidis · 16 years ago
  23. cce6c29 On Darwin ARM, memory needs special handling to do JIT. This patch expands by Jim Grosbach · 16 years ago
  24. 208ca6a CMake: Added Host.cpp to lib/System/CMakeLists.txt. by Oscar Fuentes · 16 years ago
  25. bb14672 Add llvm::sys::{osName,osVersion} for retrieving operating system name by Daniel Dunbar · 16 years ago
  26. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  27. bc4707a Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable. by Evan Cheng · 16 years ago
  28. 19a341a AllocateRWXMemory -> AllocateRWX. by Evan Cheng · 16 years ago
  29. 0eab5e2 add a helper method to sys::Path for clang, patch by Kovarththanan Rajaratnam! by Chris Lattner · 16 years ago
  30. bdfa9ac Create temp. file in current path. by Devang Patel · 16 years ago
  31. ce8fdf1 While creating temp. file on disk, if the current filename points to a existing directory then create new temp. file inside the directory. by Devang Patel · 16 years ago
  32. 54ce536 Handle bitcode wrappers. by Devang Patel · 16 years ago
  33. ae55e04 open plugins with RTLD_GLOBAL, pointed out by Bram Adams. by Chris Lattner · 16 years ago
  34. 6fa6a32 Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 16 years ago
  35. fd6437f Fix GetMainExecutable. Patch by Sam Bishop. by Seo Sanghyeon · 16 years ago
  36. f512281 Make LLVM compile on DragonFly BSD (PR2499). by Matthijs Kooijman · 16 years ago
  37. fc1fd54 Cleanup for unitialized types. Patch by Jean-Daniel Dupas! by Bill Wendling · 16 years ago
  38. 6521549 "An improved Mach-O file type detection for sys::IdentifyFileType() by Chris Lattner · 16 years ago
  39. 95f3900 fix compilation errors in my previous patch by Chris Lattner · 16 years ago
  40. 93bb4aa Add a new InvalidateInstructionCache method to sys::Memory. by Chris Lattner · 16 years ago
  41. 933e51c Use static_cast instead of reinterpret_cast for casting void*. by Dan Gohman · 16 years ago
  42. 4bd3225 Minor comment fix. by Argyrios Kyrtzidis · 16 years ago
  43. 93c5346 Add a missing semicolon. by Wojciech Matyjewicz · 16 years ago
  44. fc19988 Fix the sys::Path::getSuffix() implementation. by Argyrios Kyrtzidis · 16 years ago
  45. f1844d2 Fix the environment block that is passed to the CreateProcess function. by Argyrios Kyrtzidis · 16 years ago
  46. cf45ca0 Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic by Matthijs Kooijman · 16 years ago
  47. 905261e Make I/O redirection handling in sys::Program a bit more consistent. No by Matthijs Kooijman · 16 years ago
  48. 232a4ab Provide hooks for libgcc symbols' address resolution inside lli on mingw32. by Anton Korobeynikov · 16 years ago
  49. 6445537 Unbreak build. by Bill Wendling · 16 years ago
  50. eecfa36 Remove more iostream header includes. Needed to implement a "FlushStream" by Bill Wendling · 16 years ago
  51. 40db5d4 Follow-up to the reverting of r51218. This puts the checks out-of-line. Because by Bill Wendling · 16 years ago
  52. 4d9dd6b Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. by Dan Gohman · 17 years ago
  53. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  54. fff116f Make constructors target-specific. This fixes problems where the path would by Nick Lewycky · 17 years ago
  55. 5c632e9 Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with by Nick Lewycky · 17 years ago
  56. 84b7df4 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  57. 34cd4a4 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
  58. e956398 Restore code to disable crash catcher on older OS X systems by Nate Begeman · 17 years ago
  59. 3bd659b Make several symbols static. by Dan Gohman · 17 years ago
  60. 9b01cc0 Make getDirnameSep a static method (not part of Path's interface). by Ted Kremenek · 17 years ago
  61. cf55c8e Added method Path::getDirname(). by Ted Kremenek · 17 years ago
  62. c5412c5 Re-implemented Path::createDirectoryOnDisk (for Unix). by Ted Kremenek · 17 years ago
  63. 14c762d add some #includes. by Chris Lattner · 17 years ago
  64. 98b7e61 MappedFile is dead, remove it. by Chris Lattner · 17 years ago
  65. 9ffd19a Implement Path::MapInFilePages/UnMapFilePages on unix, which by Chris Lattner · 17 years ago
  66. 799ed10 Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. by Chris Lattner · 17 years ago
  67. 23ffec8 Make MappedFile::map return a const correct pointer, don't leak address space on Unix platforms. by Chris Lattner · 17 years ago
  68. bdbd2d7 Remove MappedFile support for mapping files for write and exec by Chris Lattner · 17 years ago
  69. 540630f cleanup the MappedFile API and comments. This removes and updates by Chris Lattner · 17 years ago
  70. 328c84a remove DEFINING_FILE_FOR for MappedFile.h by Chris Lattner · 17 years ago
  71. 82b53cd Actually disable crash reporting on Mac OS X, returning bugpoint to speedy by Nate Begeman · 17 years ago
  72. 19cfd73 Revert r48676. I had plans for using it, but now it's just dead code. by Owen Anderson · 17 years ago
  73. 191dfcf Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead of itself. by Owen Anderson · 17 years ago
  74. a4bf5c0 Add an AllocateRW to match AllocateRWX. by Owen Anderson · 17 years ago
  75. 32f3b19 Avoid calling array_endof in a static initializer, as it incurs by Dan Gohman · 17 years ago
  76. fbee880 Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trick by Dan Gohman · 17 years ago
  77. 7e526e7 this was removed from the Unix side. by Chris Lattner · 17 years ago
  78. a133417 Remove unused GetAddressOfSymbol() Thanks Daniel Dunbar! by Devang Patel · 17 years ago
  79. 3bdfa04 Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop. by Chris Lattner · 17 years ago
  80. a17fa28 remove extraneous namespace qualifier, PR2142 by Chris Lattner · 17 years ago
  81. d5f1627 This is a simple fix for getting error messages from dlerror in by Chris Lattner · 17 years ago
  82. 1a09144 Stub out a Path::GetMainExecutable call to find the path to the by Chris Lattner · 17 years ago
  83. e1b332a Add path separator support, patch by Sam Bishop. by Chris Lattner · 17 years ago
  84. 47ccf1a Provide __main hooks for cygwin & mingw32 by Anton Korobeynikov · 17 years ago
  85. e18bc08 Add convenient helper to get suffix of the file by Anton Korobeynikov · 17 years ago
  86. 2e78b78 It is not safe to call fork in PrintStackTrace. Sometimes it freezes the program. by Lauro Ramos Venancio · 17 years ago
  87. e45252e Remove use of ltdl by Devang Patel · 17 years ago
  88. a1e4bba Set error message. Patch by Shantonu Sen. by Devang Patel · 17 years ago
  89. 3035959 Use empty() instead of comparing size() with zero. by Dan Gohman · 17 years ago
  90. 58ea52a Fix potential buffer overflow by Anton Korobeynikov · 17 years ago
  91. f52e32a Fix compile failures with g++-4.3. by Duncan Sands · 17 years ago
  92. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  93. fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 17 years ago
  94. 64ddbe4 Unbreak mingw build by Anton Korobeynikov · 17 years ago
  95. 7920078 Added "GetCurrentDirectory()" to sys::Path. by Ted Kremenek · 17 years ago
  96. fd52711 Added "isDirectory" method to llvm::sys::Path. by Ted Kremenek · 17 years ago
  97. ef361a6 remove obviously dead uses of IncludeFile. by Chris Lattner · 17 years ago
  98. e507c48 Remove dead file and directory. by Chris Lattner · 17 years ago
  99. 96ea209 Provide hook for _alloca to make JITing on Cygwin slightly happier :) by Anton Korobeynikov · 17 years ago
  100. 0ccb930 This change does a couple of things. First it gets the Visual Studio builds working. by Chuck Rose III · 17 years ago