aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Remove LVALUE / RVALUE workaroundsJF Bastien3-39/+10
2019-08-14[Attributor] Try to fix "missing field 'RetInsts' initializer" warningJohannes Doerfert1-1/+1
2019-08-14[Bugpoint redesign] Modified Functions pass to consider declarationsDiego Trevino Ferrer2-26/+16
2019-08-14[docs] Fix sphinx doc generation errorsJordan Rupprecht6-21/+31
2019-08-14[Attributor][NFC] Make debug output consistentJohannes Doerfert1-4/+4
2019-08-14[SCEV] Rename getMaxBackedgeTakenCount to getConstantMaxBackedgeTakenCount [NFC]Philip Reames5-15/+15
2019-08-14[Attributor][NFC] Try to eliminate warnings (debug build + fall through)Johannes Doerfert1-1/+3
2019-08-14[Attributor][NFC] Introduce statistics macros for new positionsJohannes Doerfert1-54/+42
2019-08-14[SelectionDAGBuilder] Teach gather/scatter getUniformBase to look through vec...Craig Topper2-10/+56
2019-08-14[Attributor][NFC] Add merge/join/clamp operators to the IntegerStateJohannes Doerfert2-0/+49
2019-08-14[Attributor] Use the AANoNull attribute directly in AADereferenceableJohannes Doerfert2-81/+34
2019-08-14[AArch64][GlobalISel] Custom selection for s8 load acquire.Amara Emerson2-1/+45
2019-08-14[Attributor] Use liveness during the creation of AAReturnedValuesJohannes Doerfert3-235/+263
2019-08-14[Attributor] Do not update or manifest dead attributesJohannes Doerfert2-3/+29
2019-08-14[Attributor] Use IRPosition consistentlyJohannes Doerfert2-462/+788
2019-08-14[Bugpoint redesign] Added Pass to Remove Global VariablesDiego Trevino Ferrer7-1/+139
2019-08-14[Bugpoint redesign] Reduced scope of variables in Delta implementationDiego Trevino Ferrer1-5/+4
2019-08-14[x86] add tests for fadd reduction; NFCSanjay Patel1-0/+132
2019-08-14Use std::is_final directlyJF Bastien2-12/+1
2019-08-14SwapByteOrder.h: don't check for unsupported GCC versionsJF Bastien1-6/+4
2019-08-14MathExtras.h: don't check for unsupported GCC versionsJF Bastien1-8/+8
2019-08-14Add support in CMake to statically link the C++ standard library.Erich Keane3-0/+26
2019-08-14[SLP][NFC] Use pointers to address to ScalarToTreeEntry elements, instead of ...Dinar Temirbulatov1-4/+4
2019-08-14[SDAG] move variable closer to use; NFCSanjay Patel1-1/+1
2019-08-14Revert "Un-break the bots"JF Bastien1-4/+1
2019-08-14AMDGPU: Reduce number of registers in testMatt Arsenault1-5/+1
2019-08-14[PowerPC][NFC] Remove duplicate tests in build-vector-test.llJinsong Ji1-341/+221
2019-08-14[Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ...Jan Korous1-1/+1
2019-08-14[RLEV] Rewrite loop exit values for multiple exit loops w/o overall loop exit...Philip Reames3-5/+188
2019-08-14[CMake] Fix cache invalidation of LLVM_CXX_STDChris Bieneman1-1/+4
2019-08-14Un-break the botsJF Bastien1-1/+4
2019-08-14InferAddressSpaces: Move target intrinsic handling to TTIMatt Arsenault7-23/+118
2019-08-14InferAddressSpaces: Remove unnecessary check for ConstantIntMatt Arsenault1-2/+2
2019-08-14Match if / elseif properlyJF Bastien1-1/+1
2019-08-14[DebugInfo] Consider debug label scope has an extra lexical block fileTaewook Oh3-4/+9
2019-08-14Remove now useless C++1y flagJF Bastien1-2/+0
2019-08-14Don't explicitly check for C++14JF Bastien1-6/+0
2019-08-14Fix cppcheck + MSVC analyzer uninitialized member variable warning. NFCI.Simon Pilgrim1-1/+1
2019-08-14Move to C++14JF Bastien4-98/+16
2019-08-14[InstCombine][NFC] Tests for 'try to reuse constant from select in comparison'Roman Lebedev1-0/+298
2019-08-14[SLC] Dereferenceable annonation - handle valid null pointersDavid Bolvansky3-5/+34
2019-08-14[DebugLine] Improve path handling.Jonas Devlieghere1-2/+20
2019-08-14Fix cppcheck + MSVC analyzer uninitialized member variable warning. NFCI.Simon Pilgrim1-1/+1
2019-08-14[BuildLibCalls] Noalias annotationDavid Bolvansky21-136/+71
2019-08-14Ignore indirect branches from callbr.Bill Wendling2-2/+48
2019-08-14[mips] Remove redundant case in the test. NFCSimon Atanasyan1-10/+7
2019-08-14[mips] Split long lines in the test case file. NFCSimon Atanasyan2-15/+32
2019-08-14[WebAssembly] Stop unrolling SIMD shifts since they are fixed in V8Thomas Lively1-5/+0
2019-08-14Fix cppcheck + MSVC analyzer uninitialized member variable warning. NFCI.Simon Pilgrim1-1/+1
2019-08-14[X86] Use PSADBW for v8i8 addition reductions.Craig Topper2-104/+40