summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Fix r335097Clement Courbet2018-06-201-1/+5
* [X86] Add sched class WriteLAHFSAHF and fix values.Clement Courbet2018-06-2022-35/+112
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-06-206-43/+43
* [DAGCombiner] Add some comments to some true/false arguments to make it obvio...Craig Topper2018-06-201-2/+2
* [X86] Remove a fptosi from the test_mm512_mask_reduce_max_pd fast-isel test.Craig Topper2018-06-201-10/+5
* [SelectionDAG] Don't crash on inline assembly errors when the inline assembly...Craig Topper2018-06-202-2/+28
* [X86] Use binary search of the EVEX->VEX static tables instead of populating ...Craig Topper2018-06-201-38/+29
* Add more test cases for deopt-operands via regallocPhilip Reames2018-06-201-0/+55
* [ELF] Support -z initfirstFangrui Song2018-06-204-4/+8
* [asan] Add flushes to try to fix testReid Kleckner2018-06-201-1/+2
* Add a test to verify the x86 intrinsic headers compile cleanly with no warnin...Douglas Yung2018-06-201-0/+14
* [asan] Add Windows test for handle_segv and SetUnhandledExceptionFilterReid Kleckner2018-06-201-0/+35
* [X86] Undefine _mm512_mask_reduce_operator macro in avx512fintrin.h before re...Craig Topper2018-06-201-0/+1
* Revert r334980 and 334983Vlad Tsyrklevich2018-06-2048-1126/+110
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-1936-188/+146
* [IR] Introduce helpers to skip debug instructions (NFC)Vedant Kumar2018-06-196-11/+78
* clang-cl: Emit narrowing diag for initializer lists if -fmsc-version is at le...Nico Weber2018-06-192-19/+40
* Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-196-38/+63
* [llvm] Document "%T" as deprecated in TestingGuide.rstKuba Mracek2018-06-191-1/+4
* Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUIDJason Molenda2018-06-192-4/+4
* Refactor OnExit utility class in ClangUserExpressionRaphael Isemann2018-06-191-24/+15
* [InlineSpiller] Fix a crash due to lack of forward progress from remat specif...Philip Reames2018-06-192-0/+97
* [MachineOutliner] NFC: Remove insertOutlinerPrologue, rename insertOutlinerEp...Jessica Paquette2018-06-196-37/+9
* Recommit r335070 "[X86] Rewrite the max and min reduction intrinsics to make ...Craig Topper2018-06-192-2512/+2525
* [WebAssembly] Fix liveness tracking info after drop insertionHeejin Ahn2018-06-192-2/+31
* Revert r335063 as it causes bot failuresAlex Lorenz2018-06-194-60/+35
* Revert r335070 "[X86] Rewrite the max and min reduction intrinsics to make be...Craig Topper2018-06-192-2716/+2510
* [X86] Update fast-isel tests for clang's avx512f reduction intrinsics to matc...Craig Topper2018-06-191-551/+552
* [X86] Rewrite the max and min reduction intrinsics to make better use of othe...Craig Topper2018-06-192-2510/+2716
* Remove liboffload from repositoryJonas Hahnfeld2018-06-1960-136205/+2
* [X86] Add fast-isel tests for clang's AVX512F vector reduction intrinsics.Craig Topper2018-06-191-0/+2396
* [IR] move shuffle mask queries from TTI to ShuffleVectorInstSanjay Patel2018-06-194-172/+377
* [MIRParser] Update a diagnostic message to use the correct register sigil. NFCMatt Davis2018-06-194-4/+4
* [Hexagon] Fix the value of HexagonII::TypeCVI_FIRSTKrzysztof Parzyszek2018-06-192-1/+13
* [X86] Initialize FMA3Info directly in its constructor instead of relying on s...Craig Topper2018-06-192-27/+2
* [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-194-35/+60
* [X86] Don't fold unaligned loads into SSE ROUNDPS/ROUNDPD for ceil/floor/near...Craig Topper2018-06-192-122/+164
* [Hexagon] Enforce restrictions on packetizing cache instructionsKrzysztof Parzyszek2018-06-192-0/+20
* Scalar: Use llvm integer conversion functionsPavel Labath2018-06-193-10/+40
* [ELF][MIPS] Temporarily mark failed MIPS tests as XFAIL.Simon Atanasyan2018-06-192-0/+12
* docs: document CodeView directivesSaleem Abdulrasool2018-06-191-0/+67
* [mips] Mark microMIPS64 as being unsupported.Simon Dardis2018-06-197-53/+20
* Remove empty unused folders. NFCSimon Atanasyan2018-06-190-0/+0
* [XRay] Fix error message. NFCFangrui Song2018-06-191-2/+2
* [scudo] Move noinline functions definitions out of lineKostya Kortchinsky2018-06-191-63/+67
* [mips] Fix the predicates of some aliasesSimon Dardis2018-06-193-3/+8
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-1921-228/+204
* Make TestCommandScript.py NO_DEBUG_INFO_TESTCASEPavel Labath2018-06-191-0/+1
* Implement semantic checking for __builtin_signbit.Aaron Ballman2018-06-192-4/+34
* Reverting due to line ending changes; will reapply after addressing that.Aaron Ballman2018-06-192-1039/+1009
OpenPOWER on IntegriCloud