| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&) | Zachary Turner | 2015-03-05 | 2 | -36/+43 |
| * | Silence -Wmissing-braces warning from clang-cl | Reid Kleckner | 2015-03-05 | 1 | -1/+1 |
| * | [Windows] Implement PrintStackTrace(FILE*) | Zachary Turner | 2015-03-05 | 1 | -81/+104 |
| * | [Support] Increase timeout for the LockFileManager back to 5 mins. | Argyrios Kyrtzidis | 2015-03-04 | 1 | -2/+3 |
| * | Make Triple::getOSVersion make sense for Android. | Dan Albert | 2015-03-03 | 1 | -0/+8 |
| * | Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,... | Rui Ueyama | 2015-03-02 | 1 | -3/+3 |
| * | Detect malformed YAML sequence in yaml::Input::beginSequence() | Justin Bogner | 2015-03-02 | 1 | -7/+10 |
| * | [raw_ostream] When printing color on Windows, use correct bg color. | Zachary Turner | 2015-02-28 | 1 | -0/+13 |
| * | Silence some Win64 clang-cl warnings about unused stuff due to ifdefs | Reid Kleckner | 2015-02-26 | 1 | -1/+2 |
| * | Use wider type for overflow check on LLP64 platforms like Win64, found by cla... | Reid Kleckner | 2015-02-26 | 1 | -2/+2 |
| * | Object: Handle Mach-O kext bundle files | Justin Bogner | 2015-02-25 | 1 | -0/+1 |
| * | Sync the __builtin_expects for our 3 quadratically probed hash table implemen... | Benjamin Kramer | 2015-02-23 | 2 | -11/+13 |
| * | Small cleanup. Don't use else when not needed. | Davide Italiano | 2015-02-21 | 1 | -4/+2 |
| * | Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier. | Chris Bieneman | 2015-02-19 | 1 | -2/+10 |
| * | Assume the original file is created before release in LockFileManager | Ben Langmuir | 2015-02-19 | 1 | -39/+9 |
| * | Demote vectors to arrays. No functionality change. | Benjamin Kramer | 2015-02-19 | 1 | -3/+1 |
| * | [Support/Timer] Make GetMallocUsage() aware of jemalloc. | Davide Italiano | 2015-02-19 | 1 | -0/+10 |
| * | Provide the same ABI regardless of NDEBUG | Dmitri Gribenko | 2015-02-19 | 2 | -30/+38 |
| * | Prefer SmallVector::append/insert over push_back loops. | Benjamin Kramer | 2015-02-17 | 1 | -3/+1 |
| * | We require MSVC 1800 as our minimum, so these checks can safely go away; NFC. | Aaron Ballman | 2015-02-16 | 1 | -12/+7 |
| * | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 2 | -4/+4 |
| * | Format: Modernize using variadic templates. | Benjamin Kramer | 2015-02-15 | 1 | -1/+1 |
| * | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 1 | -1/+1 |
| * | Fixing broken bots. | Chris Bieneman | 2015-02-13 | 1 | -1/+1 |
| * | NFC. Moving the RegisteredOptionCategories global into the CommandLineParser ... | Chris Bieneman | 2015-02-13 | 1 | -15/+18 |
| * | NFC. clang-format wants to change this from two lines to one. | Chris Bieneman | 2015-02-13 | 1 | -2/+1 |
| * | NFC. More code cleanup making LookupOption a member of the CommandLineParser. | Chris Bieneman | 2015-02-13 | 1 | -4/+6 |
| * | Triple: Make setEnvironment not override the object format | Reid Kleckner | 2015-02-13 | 1 | -1/+5 |
| * | Support: Add dwarf::getOperationEncoding() | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -0/+7 |
| * | Support: Rewrite LocationAtom and OperationEncodingString(), NFC | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -162/+5 |
| * | MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit... | Benjamin Kramer | 2015-02-12 | 1 | -5/+5 |
| * | Triple: refactor redundant code. | Tim Northover | 2015-02-12 | 1 | -19/+5 |
| * | Revert "Change Path::filename_pos() to skip the drive letter." | Zachary Turner | 2015-02-12 | 1 | -5/+2 |
| * | Change Path::filename_pos() to skip the drive letter. | Zachary Turner | 2015-02-11 | 1 | -2/+5 |
| * | Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. | Zachary Turner | 2015-02-11 | 1 | -0/+1 |
| * | [ARM] Add armv6s[-]m as an alias to armv6[-]m | Bradley Smith | 2015-02-10 | 1 | -2/+3 |
| * | Teach llvm_add_library() to find include dirs. | Zachary Turner | 2015-02-10 | 1 | -24/+3 |
| * | Reduce the LockFileManager timeout, and provide unsafeRemoveLockFile | Ben Langmuir | 2015-02-09 | 1 | -2/+6 |
| * | Make UTF8->UTF16 conversion null terminate output on empty input. | Zachary Turner | 2015-02-08 | 1 | -1/+4 |
| * | Avoid integer overflows around realloc calls resulting in potential | Joerg Sonnenberger | 2015-02-07 | 1 | -0/+21 |
| * | Support: Add dwarf::getVirtuality() | Duncan P. N. Exon Smith | 2015-02-07 | 1 | -0/+8 |
| * | Support: Use Dwarf.def for DW_VIRTUALITY, NFC | Duncan P. N. Exon Smith | 2015-02-07 | 1 | -4/+6 |
| * | Support: Add dwarf::getAttributeEncoding() | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -0/+7 |
| * | Support: Rewrite AttributeEncodingString(), NFC | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -17/+5 |
| * | Support: Stop stringifying DW_ATE_{lo,hi}_user | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -2/+0 |
| * | Support: Add dwarf::getLanguage() | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -0/+7 |
| * | Support: Rewrite dwarf::LanguageString(), NFC | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -29/+6 |
| * | Support: Stop stringifying DW_LANG_{lo,hi}_user | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -2/+0 |
| * | Make helper functions/classes/globals static. NFC. | Benjamin Kramer | 2015-02-06 | 1 | -0/+4 |
| * | SpecialCaseList: Add support for parsing multiple input files. | Alexey Samsonov | 2015-02-04 | 1 | -23/+35 |