summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [X86] Split WriteIMul into 8/16/32/64 implementations (PR36931)Simon Pilgrim2018-09-2417-402/+212
* [Arm][AsmParser] Restrict register list size for VSTM/VLDMLuke Cheeseman2018-09-242-0/+24
* [CFString][ELF] Fix a missed test causing buildbot failures from 342883.Kristina Brooks2018-09-241-2/+2
* [VFS] Use llvm::StringMap instead of std::map. NFCEric Liu2018-09-241-1/+1
* [clangd] Do bounds checks while reading data, otherwise var-length records ar...Sam McCall2018-09-241-139/+138
* Correct RISC-V link in release notesEd Maste2018-09-241-1/+1
* [DAGCombiner] use UADDO to optimize saturated unsigned addSanjay Patel2018-09-243-22/+42
* Revert "We allow implicit function declarations as an extension in all C dial...Anastasia Stulova2018-09-244-6/+10
* [Mips][FastISel] Fix selectBranch on icmp i1Petar Jovanovic2018-09-242-0/+194
* [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cfstrings`.Kristina Brooks2018-09-242-24/+73
* [PowerPC] Support operand modifier 'x' in inline asmZaara Syeda2018-09-242-0/+37
* [dsymutil] Set LSan blacklist whenever sanitizers are enabled.Jonas Devlieghere2018-09-241-1/+1
OpenPOWER on IntegriCloud