summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce the llvm-cfi-verify tool (resubmission of D37937).Vlad Tsyrklevich2017-09-206-1/+374
* AMDGPU: Fix encoding of op_sel for mad_mix* opcodesMatt Arsenault2017-09-203-37/+37
* [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...Cameron Desrochers2017-09-208-35/+80
* Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg2017-09-2014-9/+130
* Consider only A.Sec in moveAbsRight.Rafael Espindola2017-09-202-4/+5
* [APInt] Use getActiveBits() to implement logBase2 and ceilLogBase2. NFCCraig Topper2017-09-201-2/+2
* [InstCombine] Use APInt::getActiveBits() to avoid creating an APInt from a tr...Craig Topper2017-09-201-1/+1
* CodeGen: support SwiftError SwiftCC on Windows x64Saleem Abdulrasool2017-09-203-0/+23
* [llvm-readobj] Teach readobj to dump .res files (WindowsResource).Marek Sokolowski2017-09-2011-2/+442
* Mark the __eval methods on independent_bits_engine (and __independent_bits_en...Marshall Clow2017-09-202-8/+8
* Fix assigning to _gp in linker scripts.Rafael Espindola2017-09-203-1/+9
* Rename K_MIPS64 to K_GNU64Jake Ehrlich2017-09-203-10/+10
* Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"Reid Kleckner2017-09-205-43/+380
* Fix the SIGINT handlersAdrian McCarthy2017-09-202-9/+9
* Remove offset size check in nullptr arithmetic handlingAndrew Kaylor2017-09-204-7/+17
* [TableGen] Some optimizations to TableGen.Zachary Turner2017-09-202-44/+52
* [TableGen] Add a DenseMapInfo for MachineValueType.Zachary Turner2017-09-201-0/+21
* Revert r313771 "[SLP] Vectorize jumbled memory loads."Hans Wennborg2017-09-207-370/+135
OpenPOWER on IntegriCloud