| Commit message (Expand) | Author | Age | Files | Lines |
* | When a crash signal is delivered do two things: remove all of our | Chris Lattner | 2009-03-07 | 1 | -5/+14 |
* | move some code to gracefully handle the case when a handler crashes. | Chris Lattner | 2009-03-05 | 1 | -4/+6 |
* | Add a new 'AddSignalHandler' function to Signals.h that allows | Chris Lattner | 2009-03-04 | 2 | -135/+83 |
* | Fix main executable path name resolution on FreeBSD, patch by | Chris Lattner | 2009-03-02 | 1 | -1/+60 |
* | If an executable is run through a symlink, dladdr will return the | Chris Lattner | 2009-02-19 | 1 | -3/+8 |
* | Fix warning on gcc 4.3. | Mikhail Glushenkov | 2009-02-15 | 1 | -1/+4 |
* | Whitespace fixes. | Mikhail Glushenkov | 2009-02-15 | 1 | -58/+58 |
* | Unbreak the build on win32. | Cédric Venet | 2009-02-14 | 1 | -1/+1 |
* | Fix MingW build, patch by Kenneth Boyd! | Julien Lerouge | 2009-02-12 | 1 | -1/+4 |
* | Use const, to support platforms where strrchr returns a const char *. | Dan Gohman | 2009-02-10 | 1 | -2/+2 |
* | Add a Sleep() function. | Mikhail Glushenkov | 2009-02-08 | 2 | -0/+8 |
* | Add Emacs hints to Alarm.inc. | Mikhail Glushenkov | 2009-02-08 | 3 | -8/+8 |
* | Fix windows build, patch by Marius Wachtler! | Chris Lattner | 2009-01-29 | 1 | -2/+2 |
* | Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster! | Chris Lattner | 2009-01-29 | 1 | -4/+7 |
* | rename methods in System/Host to be more consistent. | Chris Lattner | 2009-01-22 | 2 | -4/+4 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -2/+2 |
* | Don't use plain %x to print pointer values. I had changed it from %p | Dan Gohman | 2008-12-05 | 1 | -1/+2 |
* | Demangle and pretty-print symbols in internal backtraces. Patch by | Dan Gohman | 2008-12-05 | 1 | -0/+44 |
* | ARM / Mac OS X also wants to invalidate icache after jitting. | Evan Cheng | 2008-11-14 | 1 | -20/+22 |
* | CMake: when bulding shared libraries on non-WIN32 systems, link dl to | Oscar Fuentes | 2008-11-12 | 1 | -0/+4 |
* | plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed... | Nuno Lopes | 2008-11-06 | 1 | -1/+1 |
* | hasDisassembler should return false if disassembler isn't available. | Evan Cheng | 2008-11-04 | 1 | -0/+4 |
* | Silence a warning | Anton Korobeynikov | 2008-11-02 | 1 | -4/+6 |
* | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach | 2008-10-20 | 2 | -2/+30 |
* | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands | 2008-10-08 | 1 | -0/+1 |
* | Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab... | Argiris Kirtzidis | 2008-10-04 | 1 | -0/+8 |
* | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach | 2008-10-03 | 2 | -12/+25 |
* | CMake: Added Host.cpp to lib/System/CMakeLists.txt. | Oscar Fuentes | 2008-10-02 | 1 | -0/+1 |
* | Add llvm::sys::{osName,osVersion} for retrieving operating system name | Daniel Dunbar | 2008-10-02 | 3 | -0/+101 |
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+13 |
* | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng | 2008-09-18 | 2 | -0/+40 |
* | AllocateRWXMemory -> AllocateRWX. | Evan Cheng | 2008-09-16 | 1 | -1/+1 |
* | add a helper method to sys::Path for clang, patch by | Chris Lattner | 2008-08-11 | 2 | -0/+13 |
* | Create temp. file in current path. | Devang Patel | 2008-07-24 | 1 | -6/+3 |
* | While creating temp. file on disk, if the current filename points to a existi... | Devang Patel | 2008-07-22 | 1 | -2/+8 |
* | Handle bitcode wrappers. | Devang Patel | 2008-07-22 | 1 | -1/+4 |
* | open plugins with RTLD_GLOBAL, pointed out by Bram Adams. | Chris Lattner | 2008-07-10 | 1 | -1/+1 |
* | Add a little wrapper header that is put around bc files when emitting | Chris Lattner | 2008-07-09 | 1 | -1/+6 |
* | Fix GetMainExecutable. Patch by Sam Bishop. | Seo Sanghyeon | 2008-06-27 | 1 | -4/+2 |
* | Make LLVM compile on DragonFly BSD (PR2499). | Matthijs Kooijman | 2008-06-26 | 1 | -1/+1 |
* | Cleanup for unitialized types. Patch by Jean-Daniel Dupas! | Bill Wendling | 2008-06-26 | 1 | -4/+4 |
* | "An improved Mach-O file type detection for sys::IdentifyFileType() | Chris Lattner | 2008-06-26 | 1 | -18/+32 |
* | fix compilation errors in my previous patch | Chris Lattner | 2008-06-25 | 1 | -4/+5 |
* | Add a new InvalidateInstructionCache method to sys::Memory. | Chris Lattner | 2008-06-25 | 1 | -6/+31 |
* | Use static_cast instead of reinterpret_cast for casting void*. | Dan Gohman | 2008-06-21 | 1 | -4/+4 |
* | Minor comment fix. | Argiris Kirtzidis | 2008-06-16 | 1 | -1/+1 |
* | Add a missing semicolon. | Wojciech Matyjewicz | 2008-06-15 | 1 | -1/+1 |
* | Fix the sys::Path::getSuffix() implementation. | Argiris Kirtzidis | 2008-06-15 | 3 | -5/+32 |
* | Fix the environment block that is passed to the CreateProcess function. | Argiris Kirtzidis | 2008-06-15 | 1 | -1/+28 |
* | Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic | Matthijs Kooijman | 2008-06-12 | 2 | -9/+19 |