summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* FoldingSet: Make FoldingSetImpl's dtor protected and non-virtualBenjamin Kramer2015-03-221-0/+2
* Note that we don't support COFF on PPC.Rafael Espindola2015-03-191-0/+7
* Teach getDefaultFormat that we only support ELF on some architectures.Rafael Espindola2015-03-181-0/+17
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-184-14/+14
* [ARM] Add support for ARMV6K subtarget (LLVM)Renato Golin2015-03-171-2/+3
* Teach Twine to support SmallString.Yaron Keren2015-03-171-7/+7
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-17/+9
* [llvm] Replacing asserts with static_asserts where appropriateGabor Horvath2015-03-161-2/+3
* No need to prototype RtlCaptureContext with mingw-w64.Yaron Keren2015-03-141-2/+3
* CommandLine: Replace cold std::sort with array_pod_sort.Benjamin Kramer2015-03-141-11/+12
* Wrap in __MINGW32__ to avoid warnings from msvc.Benjamin Kramer2015-03-111-1/+3
* Add missing namespace specifier for MSVC.Benjamin Kramer2015-03-111-1/+1
* RtlCaptureContext is absent from the mingw32 headers, provide a prototype.Benjamin Kramer2015-03-111-1/+4
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-1/+1
* Don't treat .foo as two path components in path::iteratorsBen Langmuir2015-03-101-7/+0
* Add support for Nuxi CloudABI.Ed Schouten2015-03-091-0/+2
* Drop the hacks used for partial C99 math libraries.Benjamin Kramer2015-03-094-89/+0
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-092-4/+4
* Support: Improve performance of FileOutputBuffer on WindowsRui Ueyama2015-03-061-0/+7
* Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)Zachary Turner2015-03-052-36/+43
* Silence -Wmissing-braces warning from clang-clReid Kleckner2015-03-051-1/+1
* [Windows] Implement PrintStackTrace(FILE*)Zachary Turner2015-03-051-81/+104
* [Support] Increase timeout for the LockFileManager back to 5 mins.Argyrios Kyrtzidis2015-03-041-2/+3
* Make Triple::getOSVersion make sense for Android.Dan Albert2015-03-031-0/+8
* Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...Rui Ueyama2015-03-021-3/+3
* Detect malformed YAML sequence in yaml::Input::beginSequence()Justin Bogner2015-03-021-7/+10
* [raw_ostream] When printing color on Windows, use correct bg color.Zachary Turner2015-02-281-0/+13
* Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner2015-02-261-1/+2
* Use wider type for overflow check on LLP64 platforms like Win64, found by cla...Reid Kleckner2015-02-261-2/+2
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-251-0/+1
* Sync the __builtin_expects for our 3 quadratically probed hash table implemen...Benjamin Kramer2015-02-232-11/+13
* Small cleanup. Don't use else when not needed.Davide Italiano2015-02-211-4/+2
* Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier.Chris Bieneman2015-02-191-2/+10
* Assume the original file is created before release in LockFileManagerBen Langmuir2015-02-191-39/+9
* Demote vectors to arrays. No functionality change.Benjamin Kramer2015-02-191-3/+1
* [Support/Timer] Make GetMallocUsage() aware of jemalloc.Davide Italiano2015-02-191-0/+10
* Provide the same ABI regardless of NDEBUGDmitri Gribenko2015-02-192-30/+38
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-3/+1
* We require MSVC 1800 as our minimum, so these checks can safely go away; NFC.Aaron Ballman2015-02-161-12/+7
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-152-4/+4
* Format: Modernize using variadic templates.Benjamin Kramer2015-02-151-1/+1
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* Fixing broken bots.Chris Bieneman2015-02-131-1/+1
* NFC. Moving the RegisteredOptionCategories global into the CommandLineParser ...Chris Bieneman2015-02-131-15/+18
* NFC. clang-format wants to change this from two lines to one.Chris Bieneman2015-02-131-2/+1
* NFC. More code cleanup making LookupOption a member of the CommandLineParser.Chris Bieneman2015-02-131-4/+6
* Triple: Make setEnvironment not override the object formatReid Kleckner2015-02-131-1/+5
* Support: Add dwarf::getOperationEncoding()Duncan P. N. Exon Smith2015-02-131-0/+7
* Support: Rewrite LocationAtom and OperationEncodingString(), NFCDuncan P. N. Exon Smith2015-02-131-162/+5
* MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...Benjamin Kramer2015-02-121-5/+5
OpenPOWER on IntegriCloud