summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Fix handling of integer fp immediatesJohn Brawn2017-04-202-22/+27
* [ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus2017-04-2012-102/+111
* Add #pragma clang attribute support to the availability attributeAlex Lorenz2017-04-205-9/+8
* PR19260: Teach doxygen to spell correctly the include paths.Vassil Vassilev2017-04-201-4/+4
* [APInt] In slt/sgt(uint64_t), only call getMinSignedBits if the APInt is not ...Craig Topper2017-04-201-2/+4
* [APInt] Call the slow case counting methods directly in isMask/isShiftedMask....Craig Topper2017-04-201-6/+8
* [XRay] [compiler-rt] - Fix standalone and non-deterministic test issueKeith Wyss2017-04-203-2/+8
* [SelectionDAG] Fix another place that was passing a large value to APInt::lsh...Craig Topper2017-04-201-15/+17
* Disable the filesystem library on Windows by defaultEric Fiselier2017-04-201-2/+6
* [SelectionDAG] Use getActiveBits() and countTrailingZeros() to avoid creating...Craig Topper2017-04-201-4/+3
* [AVR] Add -mmcu option to the driverLeslie Zhai2017-04-203-0/+12
* Rename the static version of libc++ on Windows.Eric Fiselier2017-04-202-2/+11
* Recommit "[APInt] Add back the asserts that check that the APInt shift method...Craig Topper2017-04-203-6/+9
* [XRay][compiler-rt] Cleanup CFI/CFA annotations on trampolinesDean Michael Berris2017-04-201-19/+14
* [ODRHash] clean up test and add new examples. NFCRichard Trieu2017-04-201-124/+67
* Revert r300811 "[APInt] Add back the asserts that check that the APInt shift ...Craig Topper2017-04-202-6/+4
* [APInt] Implement APInt::intersects without creating a temporary APInt in the...Craig Topper2017-04-202-3/+15
* [APInt] Add back the asserts that check that the APInt shift methods aren't c...Craig Topper2017-04-202-4/+6
* Add extra logging for when lldb is looking for kernels and kexts.Jason Molenda2017-04-201-3/+31
* Make linker errors verbose on WindowsEric Fiselier2017-04-201-0/+2
* 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
OpenPOWER on IntegriCloud