summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix dllimport on a class templateEric Fiselier2017-04-201-1/+1
* Do not run frame verification if target does not use frame instructionsSerge Pavlov2017-04-201-0/+2
* PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes wh...Richard Smith2017-04-203-6/+56
* [Sema] Use MSVC inner class behavior on ItaniumShoaib Meenai2017-04-202-3/+29
* Add a triple to codegen test.Richard Smith2017-04-201-1/+1
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-208-112/+442
* Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."Ahmed Bougacha2017-04-201-1/+0
* [libFuzzer] extend help for -minimize_crash to cover ASAN_OPTIONS=dedup_token...Kostya Serebryany2017-04-191-0/+2
* [APInt] Implement operator==(uint64_t) similar to ugt/ult(uint64_t) to remove...Craig Topper2017-04-192-14/+1
* [APInt] Don't call getActiveBits() in ult/ugt(uint64_t) if its a single word.Craig Topper2017-04-191-2/+4
* Statepoint Docs: fix incorrect uses of it'sSanjoy Das2017-04-191-4/+6
* [APInt] Use ugt(uint64_t) for the compare in getLimitedValue(uint64_t) since ...Craig Topper2017-04-191-2/+1
* [DAE] Simplify attribute list creation, NFCReid Kleckner2017-04-191-9/+6
* Revert r300789: There are Windows bot failures.Kuba Mracek2017-04-191-20/+14
* Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locationsAdrian Prantl2017-04-196-19/+62
* Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...Adrian Prantl2017-04-195-27/+19
* Revert earlier change. ds permute operations affect lgkm counter. Kannan Narayanan2017-04-191-2/+0
* Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locationsAdrian Prantl2017-04-195-19/+27
* [libFuzzer] Always build libFuzzerKuba Mracek2017-04-191-14/+20
* change what branches Appveyor buildsEric Fiselier2017-04-191-1/+1
* [GlobalOpt] Simplify attribute code stripping nest, NFCReid Kleckner2017-04-191-10/+5
* Add appveyor.yml config for a future Windows bot.Eric Fiselier2017-04-191-0/+97
* Fix !N and !-N commands and add a test case.Jim Ingham2017-04-193-3/+52
* Simplify test for sret attribute in instcombineReid Kleckner2017-04-193-27/+35
* Temporarily revert r299221 to fix nondeterminism in ThinLTO builder.Galina Kistanova2017-04-192-46/+18
* Refresh the statepoint docs a bitPhilip Reames2017-04-191-59/+92
* X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objectsMatthias Braun2017-04-193-6/+83
* [sanitizer-coverage] remove more unused codeKostya Serebryany2017-04-195-97/+0
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-1910-135/+253
* [sanitizer-coverage] remove some more stale codeKostya Serebryany2017-04-192-33/+5
* Remove two unused variables (-Werror).Evgeniy Stepanov2017-04-191-3/+0
* [sanitizer-coverage] trim down the docsKostya Serebryany2017-04-191-170/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany2017-04-196-230/+0
* [APInt] Cast more calls to add/sub/mul overflow functions to void. I missed t...Craig Topper2017-04-191-4/+4
* [DAG] add splat vector support for 'or' in SimplifyDemandedBitsSanjay Patel2017-04-193-21/+16
* Fix typo in Windows test configuration codeEric Fiselier2017-04-191-1/+1
* [sanitizer-coverage] remove stale codeKostya Serebryany2017-04-193-101/+4
* [libFuzzer] remove -output_csv option. It duplicates the default output and g...Kostya Serebryany2017-04-194-14/+1
* [sanitizer-coverage] deprecate -fsanitize-coverage=trace-bbKostya Serebryany2017-04-192-8/+8
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bbKostya Serebryany2017-04-193-164/+0
* Fixup style from r300760Francis Ricci2017-04-191-3/+3
* Corrrect warn_unused_result attribute Erich Keane2017-04-193-7/+48
* [DAG] add splat vector support for 'xor' in SimplifyDemandedBitsSanjay Patel2017-04-197-48/+38
* Fix assertion failure in codegen on non-template deduction guide.Richard Smith2017-04-192-0/+25
* ARMFrameLowering: Reserve emergency spill slot for large argumentsMatthias Braun2017-04-192-8/+129
* Make sure to scan mmap'd memory regions for root pointers on OS XFrancis Ricci2017-04-193-29/+58
* Implement StopTheWorld for DarwinFrancis Ricci2017-04-192-2/+47
* [APInt] Cast calls to add/sub/mul overflow methods to void if only their over...Craig Topper2017-04-194-6/+6
* [InstCombine] Add frem constant folding test (PR3316)Simon Pilgrim2017-04-191-0/+9
* [CodeGen] Use preincrement version of APInt::operator++ instead of postincrem...Craig Topper2017-04-191-1/+1
OpenPOWER on IntegriCloud