summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Add the triple for the Sony Playstation®4.Alex Rosenberg2015-01-251-0/+2
* BPF backendAlexei Starovoitov2015-01-241-0/+8
* If we see UTF-8 BOM sequence at the beginning of a response file, we shallYunzhong Gao2015-01-241-0/+12
* [Object][ELF] Test unknown type.Michael J. Spencer2015-01-231-1/+1
* [YAMLIO] Add support for numeric values in enums.Michael J. Spencer2015-01-231-0/+14
* Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::g...Chris Bieneman2015-01-211-1/+11
* Add missing include guards to WindowsSupport.h.Yaron Keren2015-01-211-0/+5
* Remove std::move that was preventing return value optimization.Richard Trieu2015-01-171-3/+3
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-148-11/+10
* Running clang-format on CommandLine.h and CommandLine.cpp.Chris Bieneman2015-01-131-273/+262
* Triple: Add amdgcn tripleTom Stellard2015-01-061-1/+8
* [APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.Lang Hames2015-01-041-1/+1
* Remove unnecessary StringRef->std::string conversion.Alexey Samsonov2014-12-291-1/+1
* Add missing implementation of 'sys::path::is_other' to the support library.Juergen Ributzka2014-12-181-0/+8
* Random Number Generator Refactoring (removing from Module)JF Bastien2014-12-171-18/+12
* Remove a debugging assert.Rafael Espindola2014-12-171-1/+0
* Fix the windows build.Rafael Espindola2014-12-171-0/+2
* Refactor and simplify the code reading /proc/cpuinfo. NFC.Rafael Espindola2014-12-171-47/+32
* Remove the last unnecessary member variable of mapped_file_region. NFC.Rafael Espindola2014-12-161-11/+6
* Convert a member variable to a local variable. NFC.Rafael Espindola2014-12-161-3/+3
* Remove unused member and simplify. NFC.Rafael Espindola2014-12-161-22/+3
* ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cppDavid Majnemer2014-12-152-45/+43
* ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer2014-12-153-4/+4
* APInt: udivrem should use machine instructions for single-word APIntsDavid Majnemer2014-12-141-0/+12
* Pass EC by reference to MemoryBufferMMapFile to return error code.Yaron Keren2014-12-121-1/+1
* Clean up static analyzer warnings.Michael Ilseman2014-12-122-2/+2
* MAP_FILE is the default. We don't need to add it.Rafael Espindola2014-12-121-3/+0
* Remove silly left over from the Windows resize_file implementation.Rafael Espindola2014-12-121-1/+0
* Move the resize file feature from mapped_file_region to the only user.Rafael Espindola2014-12-122-13/+5
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-122-17/+6
* Remove unused feature. NFC.Rafael Espindola2014-12-121-7/+1
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-114-87/+24
* Silence static analyzer warnings in LLVMSupport.Michael Ilseman2014-12-112-0/+4
* Remove dead code. NFC.Rafael Espindola2014-12-112-81/+0
* Silence warning: variable 'buffer' set but not used.Yaron Keren2014-12-041-3/+5
* Remove dead code. NFC.Rafael Espindola2014-12-046-87/+11
* Triple: Add AMDHSA operating system typeTom Stellard2014-12-021-0/+2
* Fix several bugs in r221220's new program finding code.Chandler Carruth2014-12-022-6/+8
* [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
OpenPOWER on IntegriCloud