summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Add tests for uadd/sub.sat(a, b) == 0; NFCNikita Popov2019-10-201-0/+44
* [InstCombine] Shift amount reassociation in shifty sign bit test (PR43595)Roman Lebedev2019-10-204-32/+66
* [ConstantRange] makeGuaranteedNoWrapRegion(): `shl` supportRoman Lebedev2019-10-202-0/+99
* [ConstantRange] Optimize nowrap region test, remove redundant tests; NFCNikita Popov2019-10-201-103/+23
* AMDGPU: Increase vcc liveness scan thresholdMatt Arsenault2019-10-206-16/+12
* AMDGPU: Split flat offsets that don't fit in DAGMatt Arsenault2019-10-2012-376/+443
* AMDGPU: Fix missing OPERAND_IMMEDIATEMatt Arsenault2019-10-201-12/+13
* AMDGPU: Add baseline tests for flat offset splittingMatt Arsenault2019-10-202-0/+2916
* AMDGPU: Don't re-get the subtargetMatt Arsenault2019-10-201-21/+9
* [AMDGPU] Fix assertion due to initializer listYaxun Liu2019-10-202-25/+36
* [yaml2obj][obj2yaml] - Do not create a symbol table by default.George Rimar2019-10-2062-87/+178
* [LLD][ELF] - Update tests after yaml2obj tool update.George Rimar2019-10-202-2/+0
* Fix minor warning in DWARFVerifier.Zinovy Nis2019-10-201-2/+2
* AMDGPU: Don't error on calls to null or undefMatt Arsenault2019-10-203-0/+64
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-194-46/+78
* [SCEV] Simplify umin/max of zext and sext of the same valuePhilip Reames2019-10-195-49/+82
* [X86] Pulled out helper to decode target shuffle element sentinel values to '...Simon Pilgrim2019-10-191-13/+22
* [TargetLowering][DAGCombine][MSP430] add/use hook for Shift Amount Threshold ...Sanjay Patel2019-10-195-26/+31
* [ARM] Add dependency on GlobalISel for unit tests to fix shared libs buildNemanja Ivanovic2019-10-191-0/+1
* [MSP430] Shift Amount Threshold in DAGCombine (Baseline Tests); NFCSanjay Patel2019-10-191-0/+178
* [X86][SSE] lowerV16I8Shuffle - tryToWidenViaDuplication - undef unpack argsSimon Pilgrim2019-10-198-300/+309
* [X86][SSE] LowerUINT_TO_FP_i64 - only use HADDPD for size/fast-hopsSimon Pilgrim2019-10-195-44/+79
* Refine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSDDimitry Andric2019-10-191-1/+3
* Explicit in the doc the current list of projects (with easy copy and paste)Sylvestre Ledru2019-10-191-0/+2
* Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer2019-10-195-85/+1
* Make it clear in the doc that 'all' in LLVM_ENABLE_PROJECTS does install ALL ...Sylvestre Ledru2019-10-191-1/+1
* convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna2019-10-193-5/+32
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-197-19/+167
* [analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.Artem Dergachev2019-10-192-8/+29
* [analyzer] Fix a crash on tracking Objective-C 'self' as a control dependency.Artem Dergachev2019-10-192-7/+44
* [Docs] Fix header level.Michael J. Spencer2019-10-191-1/+1
* Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu2019-10-195-2/+41
* Avoid including CodeView/SymbolRecord.h from MCStreamer.hReid Kleckner2019-10-196-53/+62
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-195-1/+85
* AMDGPU: Remove optnone from a testMatt Arsenault2019-10-191-3/+1
* Prune a LegacyDivergenceAnalysis and MachineLoopInfo include eachReid Kleckner2019-10-1926-7/+31
* Prune Analysis includes from SelectionDAG.hReid Kleckner2019-10-1913-40/+44
* New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu2019-10-198-9/+102
* [profile] Use -fPIC -shared in a test instead of -dynamiclibVedant Kumar2019-10-191-1/+1
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-1919-37/+47
* [profile] Disable instrprof-get-filename-merge-mode.c on WindowsVedant Kumar2019-10-191-0/+0
* Sema: Create a no-op implicit cast for lvalue function conversions.Peter Collingbourne2019-10-196-40/+62
* Skip (more) PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl2019-10-191-0/+3
* Prune two MachineInstr.h includes, fix up depsReid Kleckner2019-10-1923-36/+52
* [clang][driver] Print compilation phases with indentation.Michael Liao2019-10-191-5/+24
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-199-38/+143
* [analyzer] Specify the C++ standard in more tests.Artem Dergachev2019-10-1929-42/+42
* P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith2019-10-194-8/+31
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-1921-199/+966
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-1923-0/+295
OpenPOWER on IntegriCloud