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