summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU/GlobalISel: Fix flat load/store of pointer typesMatt Arsenault2019-08-018-104/+117
* AMDGPU/GlobalISel: Remove manual store select codeMatt Arsenault2019-08-0110-447/+395
* AMDGPU/GlobalISel: Select local atomic cmpxchgMatt Arsenault2019-08-014-28/+104
* Revert "[NFC] Remove obsolete LLVM_GNUC_PREREQ"JF Bastien2019-08-014-81/+61
* AMDGPU/GlobalISel: Handle G_ATOMICRMW_FADDMatt Arsenault2019-08-017-0/+159
* [NFC] Remove obsolete LLVM_GNUC_PREREQJF Bastien2019-08-014-61/+81
* AMDGPU/GlobalISel: Allow selection of DS atomicrmwMatt Arsenault2019-08-015-6/+110
* AMDGPU: Start redefining atomic PatFragsMatt Arsenault2019-08-017-194/+215
* AMDGPU: Correct FP atomic patternsMatt Arsenault2019-08-013-9/+10
* AMDGPU/GlobalISel: Select simple local storesMatt Arsenault2019-08-017-19/+314
* GlobalISel: moreElementsVector for G_LOAD/G_STOREMatt Arsenault2019-08-015-8/+78
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-08-011-17/+4
* Create unique, but identically-named ELF sections for explicitly-sectioned fu...Peter Collingbourne2019-08-013-8/+94
* Reapply "AMDGPU: Split block for si_end_cf"Matt Arsenault2019-08-017-80/+236
* Fix a release-only build warning triggered by rL367485Philip Reames2019-08-011-0/+3
* AMDGPU/GlobalISel: Select local loadsMatt Arsenault2019-08-016-9/+1014
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-08-017-21/+149
* Revert "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG" andAmy Huang2019-07-314-153/+81
* Fix build when both gtest death tests and LLVM_NODISCARD are available.Richard Smith2019-07-311-2/+2
* [Reproducers] Force replay in synchronous mode.Jonas Devlieghere2019-07-312-1/+18
* compiler-rt: Try to appease lint script.Nico Weber2019-07-312-9/+7
* [ARM] Lower "(x<<c) > 0x80000000U" to "lsls" on Thumb1.Eli Friedman2019-07-316-8/+36
* [ARM] Transform compare of masked value to shift on Thumb1.Eli Friedman2019-07-312-0/+251
* [ConstExprPreter] Overflow-detecting methods use GCC or clang builtinsJF Bastien2019-07-311-0/+12
* [ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scal...Craig Topper2019-07-3114-24286/+20826
* [X86] Add DAG combine to fold any_extend_vector_inreg+truncstore to an extrac...Craig Topper2019-07-319-817/+271
* Attempt to unbreak sphinx build bot by inserting a link.Philip Reames2019-07-312-3/+4
* Migrate some more fadd and fsub cases away from UnsafeFPMath control to utili...Michael Berg2019-07-3114-455/+534
* [IndVars, RLEV] Support rewriting exit values in loops without known exits (p...Philip Reames2019-07-313-15/+9
* [NFC] allow creating error strings from a TwineJF Bastien2019-07-311-0/+4
* Fix to r367374 "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG"Amy Huang2019-07-312-12/+13
* Fix unused variable warning for non-assert builds.Eric Christopher2019-07-311-0/+1
* [GDBRemote] Reflow comments and improve docs.Jonas Devlieghere2019-07-311-31/+35
* [API] Remove use of ClangASTContext from SBTargetAlex Langford2019-07-313-13/+42
* [clang][ARM] Fix msvc arm{64} builtins to use int on LP64 systems.Michael J. Spencer2019-07-314-49/+275
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 3.Puyan Lotfi2019-07-313-64/+68
* [GISel] Address review feedback on passing MD_callees to lowerCall.Mark Lacey2019-07-314-5/+5
* [GISel] Pass MD_callees metadata down in call lowering.Mark Lacey2019-07-3110-16/+31
* AArch64: Add a tagged-globals backend feature.Peter Collingbourne2019-07-318-1/+74
* SelectionDAG, MI, AArch64: Widen target flags fields/arguments from unsigned ...Peter Collingbourne2019-07-3112-97/+90
* Attempt to heal bots after r367467Nico Weber2019-07-311-1/+1
* [DAGCombine] Limit the number of times for the same store and root nodesWei Mi2019-07-311-3/+42
* compiler-rt: Rename .cc file in lib/sanitizer_common/symbolizer to .cppNico Weber2019-07-313-3/+3
* [Support] Added overflow checking add, sub and mul.JF Bastien2019-07-312-0/+204
* Attempt to heal tsan bot after r367463Nico Weber2019-07-311-1/+1
* [pstl] Fully qualify pstl names.Eric Fiselier2019-07-313-404/+401
* compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cppNico Weber2019-07-3135-68/+71
* [X86] Add test cases to show premature decomposition of vector multiplies int...Craig Topper2019-07-311-0/+452
* [X86] Add AVX512DQ command lines to vector-mul.ll to show that we use vpmullq...Craig Topper2019-07-311-111/+405
* gn build: Merge r367463Nico Weber2019-07-311-64/+81
OpenPOWER on IntegriCloud