summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun2015-02-174-10/+49
* clang-cl: Disable frame pointer elimination at -O0Reid Kleckner2015-02-171-0/+1
* Sema: Replace some push_backs of expensive to move objects with emplace_back.Benjamin Kramer2015-02-174-17/+8
* Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov2015-02-174-49/+10
* Revert r229543.Meador Inge2015-02-172-1/+3
* Sema: Allow 'constexpr' variables in range loopsMeador Inge2015-02-172-3/+1
* Remove a recovery attempt that was untested and crashed when used.Nico Weber2015-02-172-7/+2
* Remove the ABI from the target features. It's obsoleted byEric Christopher2015-02-171-3/+0
* Add a testcase that exercises DIBuilder's handling of cyclic debug info nodes.Adrian Prantl2015-02-171-0/+21
* Revert accidental commit.Benjamin Kramer2015-02-171-2/+3
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-1711-35/+16
* Append -fno-assume-sane-operator-new in ASan builds.Sergey Matveev2015-02-172-2/+9
* clang-format: Don't force a break after "endl" if everything fits on one line.Daniel Jasper2015-02-173-5/+7
* clang-format: Fix crasher.Daniel Jasper2015-02-172-1/+2
* Make tests independent of llvm variable naming.Manuel Klimek2015-02-172-2/+2
* [X86] Convert palignr builtin handling to use shuffle form of right shift ins...Craig Topper2015-02-173-37/+18
* Add more tests for NSArray/NSDictionary literalsAlex Denisov2015-02-172-0/+26
* [X86] Merge the 2 separate builtin handlers for PALIGNR into a single one tha...Craig Topper2015-02-172-52/+49
* [X86] Remove code that does custom handling of the builtin for MMX palignr. T...Craig Topper2015-02-171-31/+0
* [Objctive-C sema]. Do not do the unused-getter-return-valueFariborz Jahanian2015-02-163-10/+28
* Minor tweaks to r229447 to ensure the attribute is properly quoted when diagn...Aaron Ballman2015-02-165-11/+10
* Wrap to 80 columns. No behavior change.Nico Weber2015-02-161-4/+5
* For variables with dependent type, don't crash on `var->::new` or `var->__super`Nico Weber2015-02-163-6/+25
* Sema: diagnose use of unscoped deprecated prior to C++14Saleem Abdulrasool2015-02-165-2/+32
* Parse: return true from ParseCXX11AttributeArgs if an attribute was addedSaleem Abdulrasool2015-02-161-2/+0
* [X86] Remove completely unnecessary switch statement.Craig Topper2015-02-161-12/+2
* InstrProf: Update for LLVM API changeJustin Bogner2015-02-161-2/+4
* Fix typo in comment.Nico Weber2015-02-161-2/+2
* ASTMatchers: Make TypeList a variadic template and remove the implicit flatte...Benjamin Kramer2015-02-162-43/+15
* Enhance printing SizeOfPackExpr in dump.Serge Pavlov2015-02-161-0/+8
* Regression test for RP6954.Serge Pavlov2015-02-161-0/+14
* Revert r229409: "Hack to try deleting file from build bots"Matt Arsenault2015-02-161-1/+0
* Hack to try deleting file from build botsMatt Arsenault2015-02-161-0/+1
* x86-64 ABI: unwrap single element structs / arrays of 256-bit vectors to pass...Sanjay Patel2015-02-162-11/+29
* Don't create output file in testMatt Arsenault2015-02-161-1/+1
* Move helper class into an anonymous namespace.Benjamin Kramer2015-02-161-1/+2
* OpenCL: Accept -cl-strict-aliasingMatt Arsenault2015-02-162-0/+3
* Fix crash when clang tries to build NSNumber literal after forward declarationAlex Denisov2015-02-162-1/+21
* Analyzer: Flatten Checker hierarchy.Benjamin Kramer2015-02-161-1/+1
* Reverting a switch from LLVM_DELETED_FUNCTION to = delete; this test should n...Aaron Ballman2015-02-161-1/+1
* Fix quoting of #pragma comment for MS compat, clang part.Michael Kuperstein2015-02-162-4/+12
* ASTMatchers: Replace enable_if with static_assert.Benjamin Kramer2015-02-161-7/+3
* ASTMatchers: Make VariadicOperatorMatcher a real variadic template.Benjamin Kramer2015-02-161-119/+15
* DR1467: If aggregate initialization encounters an initializer list for whichRichard Smith2015-02-162-1/+9
* [X86] Teach clang to lower __builtin_ia32_psrldqi256 and __builtin_ia32_pslld...Craig Topper2015-02-162-2/+56
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-1570-166/+165
* Partial revert of r229336; this wasn't intended to go in.Aaron Ballman2015-02-157-214/+62
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-1527-83/+235
* Unbreak the build.Benjamin Kramer2015-02-151-1/+1
* Make pushCleanup a variadic template. NFC.Benjamin Kramer2015-02-151-46/+5