| Commit message (Expand) | Author | Age | Files | Lines |
* | inline-fp.ll was moved in r321332; delete it properly. | Eli Friedman | 2017-12-22 | 1 | -137/+0 |
* | [Inliner] Restrict soft-float inlining penalty. | Eli Friedman | 2017-12-22 | 5 | -35/+143 |
* | Add hasProfileData() to check if a function has profile data. NFC. | Easwaran Raman | 2017-12-22 | 10 | -16/+21 |
* | [DWARF] Fix formatting bug with r321295. This fixes a MIPS buildbot failure. | Wolfgang Pieb | 2017-12-22 | 1 | -1/+1 |
* | Fix isl out-of-quota errors affecting later quota guards. | Michael Kruse | 2017-12-22 | 2 | -0/+20 |
* | Change the default Aarch64 ISA to be v8.2 to correctly decode newer | Jason Molenda | 2017-12-22 | 1 | -0/+5 |
* | Enable more abilities in SymbolFilePDB | Aaron Smith | 2017-12-22 | 2 | -4/+46 |
* | [CUDA] More fixes for __shfl_* intrinsics. | Artem Belevich | 2017-12-21 | 1 | -28/+49 |
* | [X86] Allow _mm_prefetch (both the header implementation and the builtin) to ... | Craig Topper | 2017-12-21 | 3 | -7/+11 |
* | Correct hasFeature/isValidFeatureName's handling of shstk/adx/mwaitx | Erich Keane | 2017-12-21 | 1 | -2/+7 |
* | Update test after r321312 | Paul Robinson | 2017-12-21 | 1 | -3/+2 |
* | Bring clang options in error messages up to date. | Adrian Prantl | 2017-12-21 | 1 | -4/+4 |
* | Delete dead code. | Adrian Prantl | 2017-12-21 | 1 | -1/+0 |
* | [analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation. | George Karpenkov | 2017-12-21 | 2 | -2/+94 |
* | [ODRHash] Canonicalize Decl's before processing. | Richard Trieu | 2017-12-21 | 1 | -0/+1 |
* | Suppress "redundant parens" warning for "A (::B())". | Richard Smith | 2017-12-21 | 3 | -1/+39 |
* | Define isUndefWeak inline. | Rafael Espindola | 2017-12-21 | 2 | -7/+4 |
* | [CMake][Fuchsia] Enable assertions | Petr Hosek | 2017-12-21 | 2 | -0/+2 |
* | [X86] Use SIGN_EXTEND rather than ZERO_EXTEND for lowering extract_vector_elt... | Craig Topper | 2017-12-21 | 2 | -6/+6 |
* | [scudo] Add -fsanitize=scudo option to Fuchsia | Petr Hosek | 2017-12-21 | 2 | -0/+18 |
* | Include process.h for getpid on Windows in instr profiling | Reid Kleckner | 2017-12-21 | 1 | -0/+1 |
* | [AST] Incorrectly qualified unscoped enumeration as template actual parameter. | Paul Robinson | 2017-12-21 | 6 | -7/+36 |
* | Call isStaticLinkTimeConstant only once per relocation. | Rafael Espindola | 2017-12-21 | 1 | -7/+10 |
* | Re-commit r321223, which adds a printing policy to the ASTDumper. | Aaron Ballman | 2017-12-21 | 18 | -1998/+2016 |
* | [ModRefInfo] Add must alias info to ModRefInfo. | Alina Sbirlea | 2017-12-21 | 11 | -64/+295 |
* | [WebAssembly] Add extra test for weak global symbols | Sam Clegg | 2017-12-21 | 3 | -9/+20 |
* | Revert "[CodeGen] Fix crash when a function taking transparent union is redec... | Volodymyr Sapsai | 2017-12-21 | 7 | -91/+11 |
* | [sanitizer] Make function declarations C-compatible | Petr Hosek | 2017-12-21 | 9 | -37/+37 |
* | Don't produce redundant parentheses warning for "A (::B);" and the like. | Richard Smith | 2017-12-21 | 2 | -5/+42 |
* | [X86] When lowering truncates to vXi1, don't sign extend i16/i8 types to 512-... | Craig Topper | 2017-12-21 | 4 | -22/+23 |
* | [clangd] Don't re-hash SymbolID in maps, just use the SHA1 data | Sam McCall | 2017-12-21 | 2 | -2/+4 |
* | [AArch64] Enable fp16 data type for the Builtin for AArch64 only. | Abderrazek Zaafrani | 2017-12-21 | 3 | -141/+160 |
* | [CMake] Allow passing extra CMake arguments to custom libc++ | Petr Hosek | 2017-12-21 | 1 | -1/+2 |
* | Revert "Fix for PR32990" | Reid Kleckner | 2017-12-21 | 6 | -138/+27 |
* | When instantiating a deduction guide, transform its name. | Richard Smith | 2017-12-21 | 2 | -3/+20 |
* | [CodeGen] Fix crash when a function taking transparent union is redeclared. | Volodymyr Sapsai | 2017-12-21 | 7 | -11/+91 |
* | [DWARF v5] Rework of string offsets table reader | Wolfgang Pieb | 2017-12-21 | 9 | -207/+497 |
* | [AARch64] Add ARMv8.2-A FP16 vector intrinsics | Abderrazek Zaafrani | 2017-12-21 | 10 | -363/+2348 |
* | Revert "[mips][compiler-rt] Provide 64bit atomic add and sub" | Simon Dardis | 2017-12-21 | 3 | -125/+73 |
* | [X86] Promote v8i1 shuffles to v8i32 instead of v8i64 if we have VLX. | Craig Topper | 2017-12-21 | 4 | -145/+163 |
* | [analyzer] Fix zero-initialization of stack VLAs under ObjC ARC. | Artem Dergachev | 2017-12-21 | 2 | -3/+50 |
* | [X86][SSE] Split large PAVGB/PAVGW vectors to legal widths | Simon Pilgrim | 2017-12-21 | 3 | -2323/+318 |
* | [clangd] Fix use after free. | Benjamin Kramer | 2017-12-21 | 1 | -3/+4 |
* | [ASTImporterTest] Add mandatory testing with '-fdelayed-template-parsing' | Aleksei Sidorin | 2017-12-21 | 1 | -384/+386 |
* | [YAML] Refactor escaping unittests | Francis Visoiu Mistrih | 2017-12-21 | 2 | -112/+25 |
* | [YAML] Fix UTF-8 handling | Francis Visoiu Mistrih | 2017-12-21 | 2 | -1/+34 |
* | [TableGen] Print more helpful information in case of type contradiction | Krzysztof Parzyszek | 2017-12-21 | 2 | -21/+39 |
* | [DAGCombiner] Remove (xor (xor x, c1), c2) -> (xor x, (xor c1, c2)) fold. NFCI. | Simon Pilgrim | 2017-12-21 | 1 | -15/+0 |
* | [DAGCombiner] Generalize (or (and X, c1), c2) -> (and (or X, c2), c1|c2) comb... | Simon Pilgrim | 2017-12-21 | 3 | -18/+20 |
* | [X86] Add (or (and X, c1), c2) -> (and (or X, c2), c1|c2) non-splat vector test | Simon Pilgrim | 2017-12-21 | 1 | -4/+14 |