summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Replace a condition that can never be true with an assert.Craig Topper2017-09-211-2/+2
* [SelectionDAG] Replace a flag that can never be true with an assert.Craig Topper2017-09-211-3/+2
* [AArch64] Include test for out of range LD_PREL_LO19.Davide Italiano2017-09-211-0/+11
* [asan] Remove trailing spacesVitaly Buka2017-09-211-2/+2
* [asan] Remove "COLLISION" workaround for datarace in asanVitaly Buka2017-09-211-11/+8
* [asan] Remove "rm -f" in tests where it was needed only because of >>Vitaly Buka2017-09-213-17/+12
* Check whether IslAstInfo and DependenceInfo were computed for the same Scop.Michael Kruse2017-09-217-3/+101
* [AArch64] Implement R_AARCH64_ LD_PREL_LO19.Davide Italiano2017-09-204-0/+32
* [InstCombine] Teach getDemandedBitsLHSMask to handle constant splat vectorsCraig Topper2017-09-202-16/+10
* [SelectionDAG] Use APInt::getActivebits instead of Bitwidth - leading zeros.Craig Topper2017-09-201-1/+1
* [WebAssembly] Weak symbols should be defined in SF_GlobalSam Clegg2017-09-202-2/+15
* typoAdrian Prantl2017-09-201-1/+1
* llvm-dwarfdump: move -eh-frame into the right section in the help output.Adrian Prantl2017-09-202-1/+2
* [asan] Fix nested error detectionVitaly Buka2017-09-202-53/+67
* [llvm-readobj] Fix 'Teach readobj to dump .res files', pt 3.Marek Sokolowski2017-09-201-1/+2
* [llvm-readobj] Fix 'Teach readobj to dump .res files', pt 2.Marek Sokolowski2017-09-201-2/+5
* Include thin --whole-archive members in --reproduce.Rafael Espindola2017-09-202-0/+9
* [MSan] Disable sanitization for __sanitizer_dtor_callback.Matt Morehouse2017-09-204-0/+21
* Remove references to response file argument in CommandLine.rstDave Lee2017-09-201-8/+4
* [SimplifyCFG] don't create a no-op subtractSanjay Patel2017-09-203-23/+21
* [MS Compat]Allow __interfaces to have properties.Erich Keane2017-09-202-247/+279
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-2010-65/+117
* Commit local changes that missed llvm.dbg.addrReid Kleckner2017-09-201-2/+4
* [IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declareReid Kleckner2017-09-2016-128/+706
* [docs] llvm-cov: Document -show-instantiation-summaryVedant Kumar2017-09-201-0/+4
* [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-09-2017-233/+456
* Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}""Saleem Abdulrasool2017-09-202-2/+25
* [SimplifyCFG] auto-generate full checks; NFCSanjay Patel2017-09-201-78/+204
* [NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.Artem Belevich2017-09-208-6/+360
* [InstCombine] Handle (X & C2) < C1 --> (X & C2) == 0Craig Topper2017-09-202-8/+15
* [InstCombine] Pre-commit test cases for D38065.Craig Topper2017-09-201-0/+22
* [WebAssembly] Add support for local symbol bindingsSam Clegg2017-09-209-38/+81
* [llvm-readobj] Fix 'Teach readobj to dump .res files'.Marek Sokolowski2017-09-201-1/+1
* [mips] Fix calculation of a branch instruction offset to escape left shift of...Simon Atanasyan2017-09-202-5/+10
* AMDGPU: Start selecting v_mad_mixhi_f16Matt Arsenault2017-09-206-43/+309
* X86: treat SwiftCC as Win64_CC on Win64Saleem Abdulrasool2017-09-202-0/+12
* AMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16Matt Arsenault2017-09-202-12/+23
* Implement cl_khr_int64_extended_atomics builtinsJan Vesely2017-09-2014-0/+172
* Implement cl_khr_int64_base_atomics builtinsJan Vesely2017-09-2014-0/+136
* Introduce the llvm-cfi-verify tool (resubmission of D37937).Vlad Tsyrklevich2017-09-206-1/+375
* Remove the default subtarget from the new Nios2 port. It's unused and depreca...Eric Christopher2017-09-202-9/+1
* [lit] Undo the patch to stop writing pyc files.Zachary Turner2017-09-202-4/+0
* AMDGPU: Start selecting v_mad_mixlo_f16Matt Arsenault2017-09-204-0/+306
* [OPENMP] Support for re-declarations when checking captured variables.Alexey Bataev2017-09-202-6/+5
* Revert "Introduce the llvm-cfi-verify tool (resubmission of D37937)."Vlad Tsyrklevich2017-09-206-374/+1
* Revert 313789 because gcc doesn't like itMarshall Clow2017-09-202-8/+8
* Fixed unused variable warning introduced in r313796 causing build failureCameron Desrochers2017-09-201-3/+0
* [clangd] Fixed crash on MacOS.Ilya Biryukov2017-09-202-6/+5
* Consider ForceAbsolute again in moveAbsRight.Rafael Espindola2017-09-202-1/+18
* Fix warning caused by new clang::BuiltinType::Float16 added in r312794Ted Woodward2017-09-201-0/+1
OpenPOWER on IntegriCloud