| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | FoldingSet: Make FoldingSetImpl's dtor protected and non-virtual | Benjamin Kramer | 2015-03-22 | 1 | -0/+2 |
| * | Note that we don't support COFF on PPC. | Rafael Espindola | 2015-03-19 | 1 | -0/+7 |
| * | Teach getDefaultFormat that we only support ELF on some architectures. | Rafael Espindola | 2015-03-18 | 1 | -0/+17 |
| * | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 4 | -14/+14 |
| * | [ARM] Add support for ARMV6K subtarget (LLVM) | Renato Golin | 2015-03-17 | 1 | -2/+3 |
| * | Teach Twine to support SmallString. | Yaron Keren | 2015-03-17 | 1 | -7/+7 |
| * | Fix uses of reserved identifiers starting with an underscore followed by an u... | David Blaikie | 2015-03-16 | 1 | -17/+9 |
| * | [llvm] Replacing asserts with static_asserts where appropriate | Gabor Horvath | 2015-03-16 | 1 | -2/+3 |
| * | No need to prototype RtlCaptureContext with mingw-w64. | Yaron Keren | 2015-03-14 | 1 | -2/+3 |
| * | CommandLine: Replace cold std::sort with array_pod_sort. | Benjamin Kramer | 2015-03-14 | 1 | -11/+12 |
| * | Wrap in __MINGW32__ to avoid warnings from msvc. | Benjamin Kramer | 2015-03-11 | 1 | -1/+3 |
| * | Add missing namespace specifier for MSVC. | Benjamin Kramer | 2015-03-11 | 1 | -1/+1 |
| * | RtlCaptureContext is absent from the mingw32 headers, provide a prototype. | Benjamin Kramer | 2015-03-11 | 1 | -1/+4 |
| * | Teach raw_ostream to accept SmallString. | Yaron Keren | 2015-03-10 | 1 | -1/+1 |
| * | Don't treat .foo as two path components in path::iterators | Ben Langmuir | 2015-03-10 | 1 | -7/+0 |
| * | Add support for Nuxi CloudABI. | Ed Schouten | 2015-03-09 | 1 | -0/+2 |
| * | Drop the hacks used for partial C99 math libraries. | Benjamin Kramer | 2015-03-09 | 4 | -89/+0 |
| * | Simplify expressions involving boolean constants with clang-tidy | David Blaikie | 2015-03-09 | 2 | -4/+4 |
| * | Support: Improve performance of FileOutputBuffer on Windows | Rui Ueyama | 2015-03-06 | 1 | -0/+7 |
| * | 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 |