aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* raw_fd_ostream: Be more verbose about the reason when opening a file fails.Benjamin Kramer2013-10-031-1/+2
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-013-128/+145
* Remove several unused variables.Rafael Espindola2013-10-011-0/+3
* SourceMgr diagnotics printing: fix a bug where printing a fixit for a sourceDmitri Gribenko2013-09-271-1/+1
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-271-3/+8
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-3/+3
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-201-2/+2
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-0/+34
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-191-23/+0
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-182-28/+10
* Revert r190921. It broke Windows.Filip Pizlo2013-09-181-7/+25
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-181-25/+7
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-131-8/+20
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-131-1/+2
* This switches CrashRecoveryContext to using ManagedStatic for its global Mute...Filip Pizlo2013-09-121-16/+17
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-111-14/+9
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-2/+14
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-111-10/+2
* Remove trailing whitespaceRui Ueyama2013-09-111-5/+4
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-2/+10
* Support ANSI escape code on WindowsNico Rieck2013-09-113-19/+35
* Fix typoMatt Arsenault2013-09-101-1/+1
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-104-56/+113
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-091-0/+23
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-051-0/+16
* Formatting.Eric Christopher2013-09-051-2/+2
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-045-115/+41
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-042-2/+4
* MemoryBuffer.cpp: Don't peek the next page if file is multiple of *physical* ...NAKAMURA Takumi2013-09-041-0/+9
* Whitespace.NAKAMURA Takumi2013-09-041-1/+1
* Fix some rather confusing indentation and control flow in the errnoChandler Carruth2013-09-021-15/+14
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-301-2/+2
* X86: Add a description of the Intel Atom Silvermont CPU.Benjamin Kramer2013-08-301-0/+5
* Change default # of digits for APFloat::toStringEli Friedman2013-08-291-5/+8
* isCharInSet refactoring.Alexander Kornienko2013-08-291-5/+8
* Revert r189442 "Change default # of digits for APFloat::toString"Ted Kremenek2013-08-281-8/+5
* Change default # of digits for APFloat::toStringEli Friedman2013-08-281-5/+8
* [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,...Argyrios Kyrtzidis2013-08-281-3/+4
* Added const qualifier to StringRef::edit_distance member functionDmitri Gribenko2013-08-241-1/+1
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-221-2/+2
* Whitespace.NAKAMURA Takumi2013-08-221-3/+3
* MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Foll...NAKAMURA Takumi2013-08-221-1/+1
* Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi2013-08-211-6/+3
* Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-181-2/+12
* Actually, use GNU inline asm for cpuid with clangReid Kleckner2013-08-161-10/+10
* Switching to using a helper function instead of manually converting the strin...Aaron Ballman2013-08-161-24/+1
* Removing unused functionality.Aaron Ballman2013-08-162-18/+0
* Updating function comments; no functional changes intended.Aaron Ballman2013-08-161-5/+12
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-0/+17
* Use the MSVC __cpuid intrinsic instead of inline asmReid Kleckner2013-08-141-31/+14