summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Triple: refactor redundant code.Tim Northover2015-02-121-19/+5
* Revert "Change Path::filename_pos() to skip the drive letter."Zachary Turner2015-02-121-5/+2
* Change Path::filename_pos() to skip the drive letter.Zachary Turner2015-02-111-2/+5
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+1
* [ARM] Add armv6s[-]m as an alias to armv6[-]mBradley Smith2015-02-101-2/+3
* Teach llvm_add_library() to find include dirs.Zachary Turner2015-02-101-24/+3
* Reduce the LockFileManager timeout, and provide unsafeRemoveLockFileBen Langmuir2015-02-091-2/+6
* Make UTF8->UTF16 conversion null terminate output on empty input.Zachary Turner2015-02-081-1/+4
* Avoid integer overflows around realloc calls resulting in potentialJoerg Sonnenberger2015-02-071-0/+21
* Support: Add dwarf::getVirtuality()Duncan P. N. Exon Smith2015-02-071-0/+8
* Support: Use Dwarf.def for DW_VIRTUALITY, NFCDuncan P. N. Exon Smith2015-02-071-4/+6
* Support: Add dwarf::getAttributeEncoding()Duncan P. N. Exon Smith2015-02-061-0/+7
* Support: Rewrite AttributeEncodingString(), NFCDuncan P. N. Exon Smith2015-02-061-17/+5
* Support: Stop stringifying DW_ATE_{lo,hi}_userDuncan P. N. Exon Smith2015-02-061-2/+0
* Support: Add dwarf::getLanguage()Duncan P. N. Exon Smith2015-02-061-0/+7
* Support: Rewrite dwarf::LanguageString(), NFCDuncan P. N. Exon Smith2015-02-061-29/+6
* Support: Stop stringifying DW_LANG_{lo,hi}_userDuncan P. N. Exon Smith2015-02-061-2/+0
* Make helper functions/classes/globals static. NFC.Benjamin Kramer2015-02-061-0/+4
* SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov2015-02-041-23/+35
OpenPOWER on IntegriCloud