| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the Win32 VS2008 build: | Sebastian Redl | 2009-03-19 | 2 | -11/+13 |
* | add some explicit llvm:: qualifiers to the unix side, fix problems on the win... | Chris Lattner | 2009-03-08 | 1 | -2/+2 |
* | Add a new 'AddSignalHandler' function to Signals.h that allows | Chris Lattner | 2009-03-04 | 1 | -41/+15 |
* | Unbreak the build on win32. | Cedric Venet | 2009-02-14 | 1 | -1/+1 |
* | Fix MingW build, patch by Kenneth Boyd! | Julien Lerouge | 2009-02-12 | 1 | -1/+4 |
* | Add a Sleep() function. | Mikhail Glushenkov | 2009-02-08 | 1 | -0/+4 |
* | Add Emacs hints to Alarm.inc. | Mikhail Glushenkov | 2009-02-08 | 1 | -2/+2 |
* | Fix windows build, patch by Marius Wachtler! | Chris Lattner | 2009-01-29 | 1 | -2/+2 |
* | rename methods in System/Host to be more consistent. | Chris Lattner | 2009-01-22 | 1 | -2/+2 |
* | 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 | 1 | -2/+9 |
* | Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab... | Argyrios Kyrtzidis | 2008-10-04 | 1 | -0/+8 |
* | Add llvm::sys::{osName,osVersion} for retrieving operating system name | Daniel Dunbar | 2008-10-02 | 1 | -0/+35 |
* | add a helper method to sys::Path for clang, patch by | Chris Lattner | 2008-08-11 | 1 | -0/+7 |
* | Minor comment fix. | Argyrios Kyrtzidis | 2008-06-16 | 1 | -1/+1 |
* | Fix the sys::Path::getSuffix() implementation. | Argyrios Kyrtzidis | 2008-06-15 | 1 | -0/+16 |
* | Fix the environment block that is passed to the CreateProcess function. | Argyrios Kyrtzidis | 2008-06-15 | 1 | -1/+28 |
* | Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic | Matthijs Kooijman | 2008-06-12 | 1 | -5/+8 |
* | Make I/O redirection handling in sys::Program a bit more consistent. No | Matthijs Kooijman | 2008-06-12 | 1 | -3/+5 |
* | Provide hooks for libgcc symbols' address resolution inside lli on mingw32. | Anton Korobeynikov | 2008-06-06 | 1 | -0/+30 |
* | Make constructors target-specific. This fixes problems where the path would | Nick Lewycky | 2008-05-11 | 1 | -1/+11 |
* | Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with | Nick Lewycky | 2008-05-06 | 1 | -1/+1 |
* | Make getDirnameSep a static method (not part of Path's interface). | Ted Kremenek | 2008-04-07 | 1 | -1/+3 |
* | Added method Path::getDirname(). | Ted Kremenek | 2008-04-07 | 1 | -0/+2 |
* | MappedFile is dead, remove it. | Chris Lattner | 2008-04-01 | 1 | -104/+0 |
* | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner | 2008-04-01 | 1 | -0/+10 |
* | Make MappedFile::map return a const correct pointer, don't leak address space... | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
* | Remove MappedFile support for mapping files for write and exec | Chris Lattner | 2008-04-01 | 1 | -42/+6 |
* | cleanup the MappedFile API and comments. This removes and updates | Chris Lattner | 2008-04-01 | 1 | -52/+52 |
* | Revert r48676. I had plans for using it, but now it's just dead code. | Owen Anderson | 2008-03-24 | 1 | -23/+0 |
* | Add an AllocateRW to match AllocateRWX. | Owen Anderson | 2008-03-22 | 1 | -0/+23 |
* | this was removed from the Unix side. | Chris Lattner | 2008-03-14 | 1 | -5/+0 |
* | remove extraneous namespace qualifier, PR2142 | Chris Lattner | 2008-03-13 | 1 | -2/+1 |
* | Stub out a Path::GetMainExecutable call to find the path to the | Chris Lattner | 2008-03-03 | 1 | -0/+6 |
* | Add path separator support, patch by Sam Bishop. | Chris Lattner | 2008-02-27 | 1 | -19/+2 |
* | Provide __main hooks for cygwin & mingw32 | Anton Korobeynikov | 2008-02-22 | 1 | -17/+27 |
* | Use empty() instead of comparing size() with zero. | Dan Gohman | 2008-01-29 | 1 | -1/+1 |
* | Fix potential buffer overflow | Anton Korobeynikov | 2008-01-24 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 11 | -22/+22 |
* | Unbreak mingw build | Anton Korobeynikov | 2007-12-22 | 1 | -1/+2 |
* | Added "GetCurrentDirectory()" to sys::Path. | Ted Kremenek | 2007-12-18 | 1 | -0/+9 |
* | Added "isDirectory" method to llvm::sys::Path. | Ted Kremenek | 2007-12-18 | 1 | -0/+7 |
* | This change does a couple of things. First it gets the Visual Studio builds ... | Chuck Rose III | 2007-11-21 | 2 | -2/+15 |
* | finishing touches of bytecode -> bitcode changes. also unbreak Windows | Gabor Greif | 2007-07-06 | 1 | -1/+1 |
* | Provide hook for alloca on VCPP. Patch by Scott Graham | Anton Korobeynikov | 2007-06-25 | 1 | -4/+18 |
* | pull some win32 code into common code, add bitcode identification support. | Chris Lattner | 2007-05-06 | 1 | -15/+0 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-04-07 | 2 | -32/+32 |
* | For PR1291: | Reid Spencer | 2007-04-07 | 1 | -16/+14 |
* | For PR789: | Reid Spencer | 2007-03-29 | 2 | -16/+18 |
* | Determine absolute paths the correct way :) | Jeff Cohen | 2007-03-29 | 1 | -3/+9 |