summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Do not generate address info for removed debug labels.Hsiangkai Wang2018-09-252-4/+42
* [MachineCopyPropagation] Reimplement CopyTracker in terms of register unitsJustin Bogner2018-09-251-54/+58
* Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."Lang Hames2018-09-2510-152/+92
* [MachineCopyPropagation] Rework how we manage RegMask clobbersJustin Bogner2018-09-251-35/+23
* [ORC] Switch to asynchronous resolution in JITSymbolResolver.Lang Hames2018-09-2510-92/+152
* Revert r342936 "Remove redundant null pointer check in operator delete"Louis Dionne2018-09-251-3/+5
* [WebAssembly] SIMD sqrtThomas Lively2018-09-253-0/+39
* Remove redundant null pointer check in operator deleteFangrui Song2018-09-251-5/+3
* [AMDGPU] Remove useless check from test. NFC.Stanislav Mekhanoshin2018-09-251-1/+0
* [X86] Don't create FILD ISD nodes when X87 is disabled.Craig Topper2018-09-252-1/+28
* [X86] Remove superfluous curly braces. NFCCraig Topper2018-09-251-2/+1
* [X86] Update comment. Use 'glued' instead of 'flagged' NFCCraig Topper2018-09-251-1/+1
* [WebAssembly] Move .debug_line section address of dead function outside secti...Yury Delendik2018-09-242-2/+47
* Driver: render arguments for the embedded bitcode correctlySaleem Abdulrasool2018-09-243-14/+161
* [WebAssembly][NFC] Fix hardcoded stack indices in testsThomas Lively2018-09-241-4/+4
* [www] Change 'Clang 7' items from yellow to green now Clang 7 isRichard Smith2018-09-243-14/+11
* [www] Update cxx_status to mark P0962R1 as done.Richard Smith2018-09-241-1/+1
* P0962R1: only use the member form of 'begin' and 'end' in a range-basedRichard Smith2018-09-244-58/+157
* [CUDA] Added basic support for compiling with CUDA-10.0Artem Belevich2018-09-246-3/+36
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-2421-228/+908
* Revert "[hwasan] Record and display stack history in stack-based reports."Evgeniy Stepanov2018-09-2421-908/+228
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-2421-228/+908
* [analyzer] Prevent crashes in FindLastStoreBRVisitorGeorge Karpenkov2018-09-243-4/+32
* Re-submitting changes in D51550 because it failed to patch.Christy Lee2018-09-245-38/+75
* [InstCombine] add bitcast+extelt helper function; NFCSanjay Patel2018-09-241-14/+26
* [compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid...Jordan Rupprecht2018-09-249-10/+282
* [X86] Remove shift/rotate by CL memory (RMW) overridesSimon Pilgrim2018-09-247-97/+43
* [lldb-mi] Fix hanging of target-select-so-path.testAlexander Polyakov2018-09-241-13/+21
* [X86] Infer 64bit feature support from the CPUID results in getHostCPUFeatures.Craig Topper2018-09-241-0/+2
* [profile] Revert commit https://reviews.llvm.org/rL342718Calixte Denizet2018-09-2416-19/+20
* [CodeGen] Revert commit https://reviews.llvm.org/rL342717Calixte Denizet2018-09-2410-43/+32
* [Power9] [CLANG] Add __float128 exponent GET and SET builtinsStefan Pintilie2018-09-242-0/+14
* [Power9] [LLVM] Add __float128 exponent GET and SET builtinsStefan Pintilie2018-09-243-0/+49
* Fix the type of 1<<31 integer constants.Benjamin Kramer2018-09-242-3/+3
* [X86][AVX] Add truncation as shuffle test for PR31451Simon Pilgrim2018-09-241-0/+17
* Reland r342494 after fixing LIT checks.Christy Lee2018-09-241-0/+60
* [Analysis] add comment to generalize finding a scalar op from vector; NFCSanjay Patel2018-09-241-3/+4
* [InstCombine] add/move tests for extractelement; NFCSanjay Patel2018-09-242-26/+82
* [X86] Remove WriteDiv/WriteIDiv schedule overrides - use classes directly. NFCI.Simon Pilgrim2018-09-244-125/+70
* [clangd] Fix uninit bool in r342888Sam McCall2018-09-241-1/+1
* [InstCombine] improve variable name and use 'match'; NFCSanjay Patel2018-09-241-13/+15
* Reverting r342895Luke Cheeseman2018-09-245-43/+2
* [ARM] Adjust the cost model for ExynosEvandro Menezes2018-09-241-2/+2
* [ARM] Adjust the feature set for ExynosEvandro Menezes2018-09-241-0/+2
* [Thumb1] Any imm8 should have cost of 1Zhaoshi Zheng2018-09-242-2/+41
* [python] [tests] Update test_code_completionMichal Gorny2018-09-241-4/+4
* [New PM][PassInstrumentation] IR printing support for New Pass ManagerFedor Sergeev2018-09-2413-43/+236
* [AArch64] Unwinding support for return address signingLuke Cheeseman2018-09-245-2/+43
* [lld-link] Generalize handling of /debug and /debug:{none,full,fastlink,ghash...Will Wilson2018-09-246-30/+92
* Revert "rL342883: [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fc...Kristina Brooks2018-09-243-75/+26
OpenPOWER on IntegriCloud