summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Represent array members in new-format TBAA type descriptorsIvan A. Kosarev2017-12-222-0/+38
* [CodeGen] Support generation of TBAA info in the new formatIvan A. Kosarev2017-12-222-30/+70
* [clangd] Simplify GlobalCompilationDatabase, cache missing GCDsSam McCall2017-12-222-47/+23
* [DAGCombine] Revert r321259Sam Parker2017-12-223-140/+22
* [clangd] Improve packing of Symbol struct. NFCSam McCall2017-12-222-4/+10
* Fix unused variable warning in SemaTemplate. NFCSam McCall2017-12-221-1/+1
* Rewrite the cached map used for locating the most precise DIE amongChandler Carruth2017-12-222-33/+397
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-224-15/+24
* [X86] Add missing check lines for the silvermont cases in predefined-arch-mac...Craig Topper2017-12-221-0/+8
* [Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes2017-12-223-2/+53
* [X86] Add 'prfchw' to the correct CPUs to match the backend.Craig Topper2017-12-222-0/+21
* [X86] Add missing initialization for the HasPREFETCHWT1 subtarget variable.Craig Topper2017-12-221-0/+1
* Diagnose the various invalid decl-specifiers on nontype template parameters.Faisal Vali2017-12-223-3/+85
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-225-2/+84
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-2229-87/+216
* [X86] Enable PRFCHW feature on KNL/KNM and all CPUs inherited from Broadwell.Craig Topper2017-12-221-2/+4
* [X86] Add prefetchwt1 instruction and overhaul priorities and isel enabling f...Craig Topper2017-12-229-21/+126
* [X86] Use SIGN_EXTEND to implement ANY_EXTEND from vXi1.Craig Topper2017-12-226-170/+156
* inline-fp.ll was moved in r321332; delete it properly.Eli Friedman2017-12-221-137/+0
* [Inliner] Restrict soft-float inlining penalty.Eli Friedman2017-12-225-35/+143
* Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman2017-12-2210-16/+21
* [DWARF] Fix formatting bug with r321295. This fixes a MIPS buildbot failure.Wolfgang Pieb2017-12-221-1/+1
* Fix isl out-of-quota errors affecting later quota guards.Michael Kruse2017-12-222-0/+20
* Change the default Aarch64 ISA to be v8.2 to correctly decode newerJason Molenda2017-12-221-0/+5
* Enable more abilities in SymbolFilePDBAaron Smith2017-12-222-4/+46
* [CUDA] More fixes for __shfl_* intrinsics.Artem Belevich2017-12-211-28/+49
* [X86] Allow _mm_prefetch (both the header implementation and the builtin) to ...Craig Topper2017-12-213-7/+11
* Correct hasFeature/isValidFeatureName's handling of shstk/adx/mwaitxErich Keane2017-12-211-2/+7
* Update test after r321312Paul Robinson2017-12-211-3/+2
* Bring clang options in error messages up to date.Adrian Prantl2017-12-211-4/+4
* Delete dead code.Adrian Prantl2017-12-211-1/+0
* [analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation.George Karpenkov2017-12-212-2/+94
* [ODRHash] Canonicalize Decl's before processing.Richard Trieu2017-12-211-0/+1
* Suppress "redundant parens" warning for "A (::B())".Richard Smith2017-12-213-1/+39
* Define isUndefWeak inline.Rafael Espindola2017-12-212-7/+4
* [CMake][Fuchsia] Enable assertionsPetr Hosek2017-12-212-0/+2
* [X86] Use SIGN_EXTEND rather than ZERO_EXTEND for lowering extract_vector_elt...Craig Topper2017-12-212-6/+6
* [scudo] Add -fsanitize=scudo option to FuchsiaPetr Hosek2017-12-212-0/+18
* Include process.h for getpid on Windows in instr profilingReid Kleckner2017-12-211-0/+1
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-216-7/+36
* Call isStaticLinkTimeConstant only once per relocation.Rafael Espindola2017-12-211-7/+10
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-2118-1998/+2016
* [ModRefInfo] Add must alias info to ModRefInfo.Alina Sbirlea2017-12-2111-64/+295
* [WebAssembly] Add extra test for weak global symbolsSam Clegg2017-12-213-9/+20
* Revert "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai2017-12-217-91/+11
* [sanitizer] Make function declarations C-compatiblePetr Hosek2017-12-219-37/+37
* Don't produce redundant parentheses warning for "A (::B);" and the like.Richard Smith2017-12-212-5/+42
* [X86] When lowering truncates to vXi1, don't sign extend i16/i8 types to 512-...Craig Topper2017-12-214-22/+23
* [clangd] Don't re-hash SymbolID in maps, just use the SHA1 dataSam McCall2017-12-212-2/+4
* [AArch64] Enable fp16 data type for the Builtin for AArch64 only.Abderrazek Zaafrani2017-12-213-141/+160
OpenPOWER on IntegriCloud