aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
Commit message (Expand)AuthorAgeFilesLines
* ARM / Mac OS X also wants to invalidate icache after jitting.Evan Cheng2008-11-141-20/+22
* CMake: when bulding shared libraries on non-WIN32 systems, link dl toOscar Fuentes2008-11-121-0/+4
* plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed...Nuno Lopes2008-11-061-1/+1
* hasDisassembler should return false if disassembler isn't available.Evan Cheng2008-11-041-0/+4
* Silence a warningAnton Korobeynikov2008-11-021-4/+6
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-202-2/+30
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab...Argyrios Kyrtzidis2008-10-041-0/+8
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-032-12/+25
* CMake: Added Host.cpp to lib/System/CMakeLists.txt.Oscar Fuentes2008-10-021-0/+1
* Add llvm::sys::{osName,osVersion} for retrieving operating system nameDaniel Dunbar2008-10-023-0/+101
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+13
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-182-0/+40
* AllocateRWXMemory -> AllocateRWX.Evan Cheng2008-09-161-1/+1
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-112-0/+13
* Create temp. file in current path.Devang Patel2008-07-241-6/+3
* While creating temp. file on disk, if the current filename points to a existi...Devang Patel2008-07-221-2/+8
* Handle bitcode wrappers.Devang Patel2008-07-221-1/+4
* open plugins with RTLD_GLOBAL, pointed out by Bram Adams.Chris Lattner2008-07-101-1/+1
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-091-1/+6
* Fix GetMainExecutable. Patch by Sam Bishop.Seo Sanghyeon2008-06-271-4/+2
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-261-1/+1
* Cleanup for unitialized types. Patch by Jean-Daniel Dupas!Bill Wendling2008-06-261-4/+4
* "An improved Mach-O file type detection for sys::IdentifyFileType()Chris Lattner2008-06-261-18/+32
* fix compilation errors in my previous patchChris Lattner2008-06-251-4/+5
* Add a new InvalidateInstructionCache method to sys::Memory.Chris Lattner2008-06-251-6/+31
* Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman2008-06-211-4/+4
* Minor comment fix.Argyrios Kyrtzidis2008-06-161-1/+1
* Add a missing semicolon.Wojciech Matyjewicz2008-06-151-1/+1
* Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis2008-06-153-5/+32
* Fix the environment block that is passed to the CreateProcess function.Argyrios Kyrtzidis2008-06-151-1/+28
* Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman2008-06-122-9/+19
* Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman2008-06-122-24/+18
* Provide hooks for libgcc symbols' address resolution inside lli on mingw32.Anton Korobeynikov2008-06-061-0/+30
* Unbreak build.Bill Wendling2008-05-291-3/+3
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-291-3/+3
* Follow-up to the reverting of r51218. This puts the checks out-of-line. BecauseBill Wendling2008-05-211-0/+12
* Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.Dan Gohman2008-05-141-2/+4
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-1/+1
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-112-1/+17
* Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky2008-05-061-1/+1
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-067-14/+0
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-055-8/+10
* Restore code to disable crash catcher on older OS X systemsNate Begeman2008-04-121-1/+25
* Make several symbols static.Dan Gohman2008-04-101-12/+12
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-073-3/+7
* Added method Path::getDirname().Ted Kremenek2008-04-073-2/+45
* Re-implemented Path::createDirectoryOnDisk (for Unix).Ted Kremenek2008-04-031-32/+39
* add some #includes.Chris Lattner2008-04-011-2/+8
* MappedFile is dead, remove it.Chris Lattner2008-04-013-235/+0