summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ...NAKAMURA Takumi2015-01-301-0/+6
* iOS doesn't have crt_externs.h available, so we fall back to the posix method.Chris Bieneman2015-01-301-2/+5
* All signal handlers are required to have C language linkage in C++. This does...Aaron Ballman2015-01-291-1/+1
* [Support][Windows] Unify dialog box suppression and print stack traces on abort.Michael J. Spencer2015-01-292-20/+30
* CommandLineParser: Avoid non-static member nitializer(s).NAKAMURA Takumi2015-01-291-2/+4
* Fix the preprocessor checks used to determine if backtraces have been enabled.Owen Anderson2015-01-291-6/+6
* Use the existing build configuration parameter ENABLE_BACKTRACE to compile ou...Owen Anderson2015-01-291-0/+16
* [LPM] Clean up the use of TLS in pretty stack trace and disable itChandler Carruth2015-01-291-20/+2
* [LPM] Fix the PPC attribute to be spelled 'global-dynamic'. This shouldChandler Carruth2015-01-281-2/+2
* Build fix for Visual Studio. NFC.Chris Bieneman2015-01-281-5/+2
* [LPM] Try to work around a bug with local-dynamic TLS on PowerPC 64.Chandler Carruth2015-01-281-5/+18
* Refactoring llvm command line parsing and option registration.Chris Bieneman2015-01-281-170/+158
* [Hexagon] Replacing intrinsics for halfword adds and max/min word/dword.Colin LeMahieu2015-01-281-8/+0
* [LPM] Rip all of ManagedStatic and ThreadLocal out of the pretty stackChandler Carruth2015-01-281-21/+18
* [mips] Use __clear_cache builtin instead of cacheflush()Petar Jovanovic2015-01-271-13/+2
* Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.Chris Bieneman2015-01-271-2/+1
* Revert r227148 & r227154 which added a test which infinitely loops.Richard Trieu2015-01-271-1/+2
* One more fix to the new API to fix const-correctness.Chris Bieneman2015-01-271-1/+1
* Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorI...Chris Bieneman2015-01-261-2/+1
* Have the UTF conversion wrappers append a null terminator.Zachary Turner2015-01-261-4/+11
* Add new HideUnrelatedOptions API that takes a SmallVectorImpl.Chris Bieneman2015-01-261-0/+14
* Add a UTF8 to UTF16 conversion wrapper for use in the pdb dumperReid Kleckner2015-01-261-0/+31
* Teach raw_ostream to support hex formatting without a prefix '0x'.Zachary Turner2015-01-261-2/+5
* Remove trailing whitespace. NFC ®Alex Rosenberg2015-01-261-1/+1
* [Support][Windows] Disable error dialog boxes when stack trace printing is en...Michael J. Spencer2015-01-261-0/+8
* Putting all the standard tool options into a "Generic" category.Chris Bieneman2015-01-261-9/+16
* The canonical CPU variant for ARM according to config.guess uses aJoerg Sonnenberger2015-01-261-5/+21
* 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
OpenPOWER on IntegriCloud