| Commit message (Expand) | Author | Age | Files | Lines |
| * | [msan] Annotate zlib functions for MemorySanitizer. | Evgeniy Stepanov | 2014-11-25 | 1 | -0/+6 |
| * | More long path name support on Windows, this time in program execution. | Paul Robinson | 2014-11-24 | 3 | -9/+24 |
| * | Allow multiple -debug-only args | Matthias Braun | 2014-11-21 | 1 | -6/+17 |
| * | Remove support for undocumented SpecialCaseList entries. | Alexey Samsonov | 2014-11-20 | 1 | -12/+0 |
| * | [ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80. | Lang Hames | 2014-11-19 | 1 | -12/+24 |
| * | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 2 | -8/+10 |
| * | Remove StringMap::GetOrCreateValue in favor of StringMap::insert | David Blaikie | 2014-11-19 | 2 | -3/+3 |
| * | Support ELF files of unknown type. | Michael J. Spencer | 2014-11-18 | 1 | -0/+3 |
| * | Fix ARM triple parsing | Renato Golin | 2014-11-17 | 1 | -13/+48 |
| * | 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 |
| * | Fixing -Wtype-limits warnings with the asserts (the expression would always e... | Aaron Ballman | 2014-11-13 | 1 | -3/+3 |
| * | Read 64 bits at a time in the bitcode reader. | Rafael Espindola | 2014-11-13 | 1 | -4/+3 |
| * | Improve long path name support on Windows. | Paul Robinson | 2014-11-13 | 1 | -38/+66 |
| * | Use the return of readBytes to find out if we are at the end of the stream. | Rafael Espindola | 2014-11-12 | 1 | -12/+0 |
| * | Return the number of read bytes in MemoryObject::readBytes. | Rafael Espindola | 2014-11-12 | 1 | -14/+30 |
| * | Merge StreamableMemoryObject into MemoryObject. | Rafael Espindola | 2014-11-12 | 3 | -10/+8 |
| * | Remove unused method. NFC. | Rafael Espindola | 2014-11-12 | 1 | -13/+0 |
| * | Make readBytes pure virtual. Every real implementation has it. | Rafael Espindola | 2014-11-12 | 1 | -19/+0 |
| * | Remove unused method. NFC. | Rafael Espindola | 2014-11-12 | 2 | -2/+1 |
| * | Remove the now unused StringRefMemoryObject.h. | Rafael Espindola | 2014-11-12 | 2 | -30/+0 |
| * | Fix style. | Michael J. Spencer | 2014-11-07 | 1 | -2/+1 |
| * | [CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built... | NAKAMURA Takumi | 2014-11-07 | 1 | -36/+31 |
| * | Remove unnecessary .c_str() when implicitly converting to Twine | Matt Arsenault | 2014-11-06 | 1 | -2/+2 |
| * | llvm-readobj: Add support for dumping the DOS header in PE files | David Majnemer | 2014-11-05 | 1 | -3/+4 |
| * | Revert 220932. | Jiangning Liu | 2014-11-05 | 5 | -49/+4 |
| * | Remove FindProgramByName. NFC. | Rafael Espindola | 2014-11-04 | 3 | -87/+4 |
| * | 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 |
| * | Use findProgramByName. | Michael J. Spencer | 2014-11-04 | 1 | -2/+4 |
| * | [Support][Program] Add findProgramByName(Name, OptionalPaths) | Michael J. Spencer | 2014-11-04 | 2 | -0/+92 |
| * | Add CRLF support to LineIterator. | Rafael Espindola | 2014-11-03 | 1 | -16/+30 |
| * | CMake: Add libm to list of system libs printed by llvm-config. | Peter Collingbourne | 2014-11-03 | 1 | -0/+1 |
| * | Update the non-pthreads fallback for RWMutex on Unix | David Blaikie | 2014-10-31 | 1 | -6/+6 |
| * | 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 | 5 | -4/+44 |
| * | Fix bug where sys::Wait could wait on wrong pid. | Rafael Espindola | 2014-10-27 | 1 | -1/+0 |
| * | Modernize doxygen comments in Support/Dwarf.h | Frederic Riss | 2014-10-23 | 1 | -45/+0 |
| * | Strength reduce constant-sized vectors into arrays. No functionality change. | Benjamin Kramer | 2014-10-22 | 1 | -8/+6 |
| * | PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCK | David Blaikie | 2014-10-21 | 1 | -5/+3 |
| * | Introduce LLVMParseCommandLineOptions C API function. | Peter Collingbourne | 2014-10-16 | 1 | -0/+6 |
| * | Defining a new API for debug options that doesn't rely on static global cl::o... | Chris Bieneman | 2014-10-15 | 3 | -3/+43 |
| * | Revert "r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'" | Hal Finkel | 2014-10-14 | 1 | -2/+2 |
| * | Revert r219638, (r219640 and r219676), "Removing the static destructor from M... | NAKAMURA Takumi | 2014-10-14 | 1 | -17/+6 |
| * | Removing the static destructor from ManagedStatic.cpp by controlling the allo... | Chris Bieneman | 2014-10-13 | 1 | -6/+17 |
| * | InstCombine: Don't miscompile (x lshr C1) udiv C2 | David Majnemer | 2014-10-13 | 1 | -5/+15 |