| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the last unnecessary member variable of mapped_file_region. NFC. | Rafael Espindola | 2014-12-16 | 1 | -11/+6 |
* | Convert a member variable to a local variable. NFC. | Rafael Espindola | 2014-12-16 | 1 | -3/+3 |
* | Remove unused member and simplify. NFC. | Rafael Espindola | 2014-12-16 | 1 | -22/+3 |
* | ThreadLocal: Return a mutable pointer if templated with a non-const type | David Majnemer | 2014-12-15 | 1 | -1/+1 |
* | Remove silly left over from the Windows resize_file implementation. | Rafael Espindola | 2014-12-12 | 1 | -1/+0 |
* | Pass a FD to resise_file and add a testcase. | Rafael Espindola | 2014-12-12 | 1 | -12/+4 |
* | Remove a convoluted way of calling close by moving the call to the only caller. | Rafael Espindola | 2014-12-11 | 1 | -39/+7 |
* | Remove dead code. NFC. | Rafael Espindola | 2014-12-11 | 1 | -48/+0 |
* | Remove dead code. NFC. | Rafael Espindola | 2014-12-04 | 1 | -27/+4 |
* | Fix several bugs in r221220's new program finding code. | Chandler Carruth | 2014-12-02 | 1 | -1/+2 |
* | More long path name support on Windows, this time in program execution. | Paul Robinson | 2014-11-24 | 3 | -9/+24 |
* | silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39: | Yaron Keren | 2014-11-17 | 1 | -1/+1 |
* | SearchForAddressOfSymbol(): Disable 3 symbols, copysignf, fminf, and fmaxf, o... | NAKAMURA Takumi | 2014-11-14 | 1 | -1/+1 |
* | Fix the VS 2012 build | Reid Kleckner | 2014-11-13 | 1 | -5/+7 |
* | Fix symbol resolution of floating point libc builtins in MCJIT | Reid Kleckner | 2014-11-13 | 2 | -9/+60 |
* | Avoid usage of char16_t as MSVC "14" doesn't appear to support it | Reid Kleckner | 2014-11-13 | 1 | -4/+4 |
* | Improve long path name support on Windows. | Paul Robinson | 2014-11-13 | 1 | -38/+66 |
* | Revert 220932. | Jiangning Liu | 2014-11-05 | 1 | -24/+0 |
* | Remove FindProgramByName. NFC. | Rafael Espindola | 2014-11-04 | 1 | -39/+0 |
* | Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned... | Yaron Keren | 2014-11-04 | 1 | -1/+1 |
* | sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(... | NAKAMURA Takumi | 2014-11-04 | 1 | -0/+1 |
* | #include <winbase.h> is not enough for Visual C++ 2013, it errors: | Yaron Keren | 2014-11-04 | 1 | -1/+1 |
* | [Support][Program] Add findProgramByName(Name, OptionalPaths) | Michael J. Spencer | 2014-11-04 | 1 | -0/+64 |
* | Speculative fix for Windows build after r220932 | Hans Wennborg | 2014-10-30 | 1 | -0/+5 |
* | Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ... | Chris Bieneman | 2014-10-30 | 1 | -0/+19 |
* | PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCK | David Blaikie | 2014-10-21 | 1 | -5/+3 |
* | Support: Don't call close again if we get EINTR | David Majnemer | 2014-10-07 | 1 | -0/+6 |
* | Support: Add a utility to remap std{in,out,err} to /dev/null if closed | David Majnemer | 2014-10-06 | 1 | -0/+4 |
* | clang-format of ChangeStdinToBinary & ChangeStdoutToBinary. | Yaron Keren | 2014-09-26 | 1 | -4/+4 |
* | Windows/Host.inc: Reformat the header to fit 80-col. | NAKAMURA Takumi | 2014-09-24 | 1 | -1/+1 |
* | Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback. | NAKAMURA Takumi | 2014-09-23 | 1 | -1/+1 |
* | In this callback ModuleName includes the file path. | Yaron Keren | 2014-09-22 | 1 | -26/+5 |
* | Misc cleanups to the FileSytem api. | Rafael Espindola | 2014-09-11 | 1 | -33/+13 |
* | Add writeFileWithSystemEncoding to LibLLVMSuppor. | Rafael Espindola | 2014-09-03 | 3 | -4/+65 |
* | Merge TempDir and system_temp_directory. | Rafael Espindola | 2014-08-26 | 1 | -17/+45 |
* | Refactor argument serialization logic when executing process. NFC. | Rafael Espindola | 2014-08-25 | 1 | -13/+17 |
* | Remove dead code. Fixes pr20544. | Rafael Espindola | 2014-08-08 | 1 | -5/+0 |
* | Windows: Don't wildcard expand /? or -? | Hans Wennborg | 2014-07-24 | 1 | -0/+5 |
* | Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098) | Hans Wennborg | 2014-07-16 | 1 | -19/+71 |
* | Fix a -Wunused-local-typedefs warning | Alp Toker | 2014-07-14 | 1 | -1/+1 |
* | Finishing touch for the std::error_code transition. | Rafael Espindola | 2014-06-13 | 1 | -7/+7 |
* | Fix build on windows. | Rafael Espindola | 2014-06-13 | 1 | -84/+89 |
* | Remove 'using std::errro_code' from lib. | Rafael Espindola | 2014-06-13 | 3 | -28/+25 |
* | Try to fix the windows build. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 3 | -1/+3 |
* | Trying to fix the windows build. | Rafael Espindola | 2014-06-12 | 1 | -4/+3 |
* | Remove system_error.h. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -4/+4 |
* | Don't import make_error_code into the llvm namespace. | Rafael Espindola | 2014-06-12 | 1 | -4/+4 |
* | Prefix generic_category with std::. | Rafael Espindola | 2014-06-12 | 1 | -2/+2 |