summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [msan] Annotate zlib functions for MemorySanitizer.Evgeniy Stepanov2014-11-251-0/+6
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-243-9/+24
* Allow multiple -debug-only argsMatthias Braun2014-11-211-6/+17
* Remove support for undocumented SpecialCaseList entries.Alexey Samsonov2014-11-201-12/+0
* [ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.Lang Hames2014-11-191-12/+24
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-192-8/+10
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-192-3/+3
* Support ELF files of unknown type.Michael J. Spencer2014-11-181-0/+3
* Fix ARM triple parsingRenato Golin2014-11-171-13/+48
* silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:Yaron Keren2014-11-171-1/+1
* SearchForAddressOfSymbol(): Disable 3 symbols, copysignf, fminf, and fmaxf, o...NAKAMURA Takumi2014-11-141-1/+1
* Fix the VS 2012 buildReid Kleckner2014-11-131-5/+7
* Fix symbol resolution of floating point libc builtins in MCJITReid Kleckner2014-11-132-9/+60
* Avoid usage of char16_t as MSVC "14" doesn't appear to support itReid Kleckner2014-11-131-4/+4
* Fixing -Wtype-limits warnings with the asserts (the expression would always e...Aaron Ballman2014-11-131-3/+3
* Read 64 bits at a time in the bitcode reader.Rafael Espindola2014-11-131-4/+3
* Improve long path name support on Windows.Paul Robinson2014-11-131-38/+66
* Use the return of readBytes to find out if we are at the end of the stream.Rafael Espindola2014-11-121-12/+0
* Return the number of read bytes in MemoryObject::readBytes.Rafael Espindola2014-11-121-14/+30
* Merge StreamableMemoryObject into MemoryObject.Rafael Espindola2014-11-123-10/+8
* Remove unused method. NFC.Rafael Espindola2014-11-121-13/+0
* Make readBytes pure virtual. Every real implementation has it.Rafael Espindola2014-11-121-19/+0
* Remove unused method. NFC.Rafael Espindola2014-11-122-2/+1
* Remove the now unused StringRefMemoryObject.h.Rafael Espindola2014-11-122-30/+0
* Fix style.Michael J. Spencer2014-11-071-2/+1
* [CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built...NAKAMURA Takumi2014-11-071-36/+31
* Remove unnecessary .c_str() when implicitly converting to TwineMatt Arsenault2014-11-061-2/+2
* llvm-readobj: Add support for dumping the DOS header in PE filesDavid Majnemer2014-11-051-3/+4
* Revert 220932.Jiangning Liu2014-11-055-49/+4
* Remove FindProgramByName. NFC.Rafael Espindola2014-11-043-87/+4
* Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned...Yaron Keren2014-11-041-1/+1
* sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(...NAKAMURA Takumi2014-11-041-0/+1
* #include <winbase.h> is not enough for Visual C++ 2013, it errors:Yaron Keren2014-11-041-1/+1
* Use findProgramByName.Michael J. Spencer2014-11-041-2/+4
* [Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer2014-11-042-0/+92
* Add CRLF support to LineIterator.Rafael Espindola2014-11-031-16/+30
* CMake: Add libm to list of system libs printed by llvm-config.Peter Collingbourne2014-11-031-0/+1
* Update the non-pthreads fallback for RWMutex on UnixDavid Blaikie2014-10-311-6/+6
* Speculative fix for Windows build after r220932Hans Wennborg2014-10-301-0/+5
* Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...Chris Bieneman2014-10-305-4/+44
* Fix bug where sys::Wait could wait on wrong pid.Rafael Espindola2014-10-271-1/+0
* Modernize doxygen comments in Support/Dwarf.hFrederic Riss2014-10-231-45/+0
* Strength reduce constant-sized vectors into arrays. No functionality change.Benjamin Kramer2014-10-221-8/+6
* PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCKDavid Blaikie2014-10-211-5/+3
* Introduce LLVMParseCommandLineOptions C API function.Peter Collingbourne2014-10-161-0/+6
* Defining a new API for debug options that doesn't rely on static global cl::o...Chris Bieneman2014-10-153-3/+43
* Revert "r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'"Hal Finkel2014-10-141-2/+2
* Revert r219638, (r219640 and r219676), "Removing the static destructor from M...NAKAMURA Takumi2014-10-141-17/+6
* Removing the static destructor from ManagedStatic.cpp by controlling the allo...Chris Bieneman2014-10-131-6/+17
* InstCombine: Don't miscompile (x lshr C1) udiv C2David Majnemer2014-10-131-5/+15
OpenPOWER on IntegriCloud