summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [x86][AVX512CD] Add conflict and lzcnt intrinsics in their 512bit versionsAsaf Badouh2015-06-295-0/+200
* [X86][AVX512BW] Add more intrinsics support:Asaf Badouh2015-06-293-0/+1185
* clang-format: Don't indent relative to unary operators (some more).Daniel Jasper2015-06-292-5/+7
* This is a comment-only change to test commit accessIgor Breger2015-06-291-1/+1
* [ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar2015-06-291-0/+55
* AVX-512: Implemented AVX-512 FMA intrinsics and tests.Elena Demikhovsky2015-06-295-46/+2378
* Delete unused variables.Frederic Riss2015-06-291-3/+0
* [MS ABI] Unify constant and non-constant member pointer conversionDavid Majnemer2015-06-291-138/+51
* Revert r240872, "Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Ass...NAKAMURA Takumi2015-06-281-1/+1
* [PPC] fixes typos in builtins-ppc-p8vector.cJingyue Wu2015-06-281-2/+2
* clang-format: Stop old options from overriding new optionsBirunthan Mohanathas2015-06-281-10/+10
* clang-format: Add missing members to FormatStyle::operator==Birunthan Mohanathas2015-06-281-0/+6
* clang-format: Alphabetize FormatStyle membersBirunthan Mohanathas2015-06-282-299/+301
* [Driver] x86-64 Windows is always PICDavid Majnemer2015-06-282-2/+12
* clang-format: Support @autoreleasepool.Nico Weber2015-06-282-0/+31
* [Sema] Unions cannot have virtual functions.Davide Italiano2015-06-273-0/+12
* Fix typo. NFC.Alex Denisov2015-06-271-2/+2
* clang-format: Fix language of DisableFormat descriptionBirunthan Mohanathas2015-06-272-2/+2
* Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Asserts for now. Wil...NAKAMURA Takumi2015-06-271-1/+1
* Add a testcase for bitfield debug info.Adrian Prantl2015-06-261-0/+91
* Add missing builtins to altivec.h for ABI compliance (vol. 1)Nemanja Ivanovic2015-06-265-14/+347
* [PPC]: Fix bug in getMultiarchTriple.Douglas Katzman2015-06-265-18/+35
* Avoid false positive/negative test results from line directive interference.NFC.Chad Rosier2015-06-261-5/+8
* [static analyzer] Analyzer is skipping forward declared C/C++ functionsAnna Zaks2015-06-265-1/+49
* clang-format some of the files in lib/Driver. NFCDouglas Katzman2015-06-264-1540/+1338
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-2622-53/+392
* Fix crash-on-invalid bug in template instantiation.Manuel Klimek2015-06-262-27/+9
* FileCheck-ize test and make sure more things don't happen.Paul Robinson2015-06-261-3/+23
* Add new file from r240741 to CMakeLists.txt.Nico Weber2015-06-261-0/+1
* [Sema] Commit a better fix for r240242Davide Italiano2015-06-261-4/+5
* Add an inttypes.h wrapper that fixes up some macros in Microsoft mode.Nico Weber2015-06-261-0/+102
* [Sema] Maintain ellipsis location when transforming lambda capturesMeador Inge2015-06-262-1/+17
* [CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwardin...David Majnemer2015-06-252-10/+24
* Fix a typo correction crash when resolving ambiguous corrections.Kaelyn Takata2015-06-252-0/+32
* [docs] Several updates to the Address Sanitizer webpage.Anna Zaks2015-06-252-46/+103
* Remove `requires` for x86 CPU features.Sean Silva2015-06-251-25/+0
* Fix the test added in r240710.Jonathan Roelofs2015-06-251-1/+1
* [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.Alexey Samsonov2015-06-252-1/+20
* Display profile file name when emitting a file not found diagnostic.Diego Novillo2015-06-252-3/+4
* This should actually fix the broken bots.Chris Bieneman2015-06-251-0/+3
* [Parse] Allow 'constexpr' in condition declarationsMeador Inge2015-06-255-8/+40
* [modules] Properly merge visibility of class definitions that got merged whileRichard Smith2015-06-256-10/+26
* docs: Fix bad link in SafeStack.rst.Peter Collingbourne2015-06-251-1/+1
* Speculative fix for the broken bots.Chris Bieneman2015-06-251-2/+1
* [modules] Fix findDirectiveAtLoc to not call a member function on a null poin...Richard Smith2015-06-251-1/+3
* Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.Chris Bieneman2015-06-252-0/+6
* [clang-fuzzer] Update clang-fuzzer to API change in r240225.Alexey Samsonov2015-06-251-1/+4
* Rename local variable CCCPrintActions -> CCCPrintPhases.Douglas Katzman2015-06-251-15/+12
* Use more range-based for loopsDouglas Katzman2015-06-253-58/+49
* [CUDA] Implemented __nvvm_atom_*_gen_* builtins.Artem Belevich2015-06-253-65/+237