summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Can we move to C++11 already?Michael J. Spencer2013-10-18
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-18
* Fix a conversion warning in the mingw32 buildAlp Toker2013-10-18
* Fix initialization order warning in mingw32 buildAlp Toker2013-10-18
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-17
* Fix a bug in Windows resource file detection.Rui Ueyama2013-10-16
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Windows: Fix a typo in an assertDavid Majnemer2013-10-14
* Windows: Don't bother with pinning Kernel32.dllDavid Majnemer2013-10-14
* Windows: Use GetModuleHandleEx instead of LoadLibraryDavid Majnemer2013-10-13
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Fix build on Solaris 11.Rafael Espindola2013-10-08
* Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer2013-10-07
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-07
* Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi2013-10-07
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-07
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* raw_fd_ostream: Be more verbose about the reason when opening a file fails.Benjamin Kramer2013-10-03
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* Remove several unused variables.Rafael Espindola2013-10-01
* SourceMgr diagnotics printing: fix a bug where printing a fixit for a sourceDmitri Gribenko2013-09-27
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-27
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-20
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-19
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-19
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-18
* Revert r190921. It broke Windows.Filip Pizlo2013-09-18
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-18
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-13
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-13
* This switches CrashRecoveryContext to using ManagedStatic for its global Mute...Filip Pizlo2013-09-12
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-11
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-11
* Remove trailing whitespaceRui Ueyama2013-09-11
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Fix typoMatt Arsenault2013-09-10
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-09
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-05
* Formatting.Eric Christopher2013-09-05
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-04
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-04
* MemoryBuffer.cpp: Don't peek the next page if file is multiple of *physical* ...NAKAMURA Takumi2013-09-04
* Whitespace.NAKAMURA Takumi2013-09-04
* Fix some rather confusing indentation and control flow in the errnoChandler Carruth2013-09-02