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