summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MIBundles] Move analyzeVirtReg out of MIBundleOperands iterator (NFC).Florian Hahn2019-12-023-44/+45
* [WebAssembly] Find wasm-opt with GetProgramPathDan Gohman2019-12-021-4/+4
* [AArch64] Attempt to fixup test line. NFCDavid Green2019-12-021-1/+3
* [OPENMP]Use cast instead dyn_cast, NFC.Alexey Bataev2019-12-021-1/+1
* [OPENMP]Fix PR44133: Emit definitions of used constructors/functions.Alexey Bataev2019-12-022-81/+48
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-12-0210-1/+84
* Reland "b19ec1eb3d0c [BPI] Improve unreachable/ColdCall heurstics to handle l...Taewook Oh2019-12-0210-147/+868
* [VPlan] Move graph traits (NFC).Florian Hahn2019-12-021-121/+122
* [update_cc_test_checks.py] Use CHECK_RE from commonAlex Richardson2019-12-022-4/+2
* [lit] Be more explicit about the state of testsJulian Lettner2019-12-021-17/+19
* [DAGCombine] Factor oplist operations. NFCAmaury Séchet2019-12-021-6/+10
* [ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...Fangrui Song2019-12-0213-60/+106
* [InstCombine] fix undef propagation for vector urem transform (PR44186)Sanjay Patel2019-12-022-3/+5
* [SelectionDAG] Reduce assumptions made about levels. NFCAmaury Séchet2019-12-022-10/+9
* Add AIX assembler supportstevewan2019-12-026-5/+147
* [ARM,MVE] Add intrinsics to deal with predicates.Simon Tatham2019-12-025-19/+558
* [ARM,MVE] Rename and clean up VCTP IR intrinsics.Simon Tatham2019-12-0210-82/+40
* [ARM,MVE] Add an InstCombine rule permitting VPNOT.Simon Tatham2019-12-023-0/+129
* Add contributing info to CONTRIBUTING.md and README.mdFlorian Hahn2019-12-022-0/+15
* [PatternMatch] Add support for matching intrinsics with 5 operands.Florian Hahn2019-12-022-0/+94
* [Attributor] Copy or port test cases related to Attributor to` Attributor` te...Hideto Ueno2019-12-0233-751/+3081
* Autogenerate test/Analysis/ValueTracking/non-negative-phi-bits.ll testRoman Lebedev2019-12-021-1/+1
* [clangd] Try harder to find a plausible `clang` as argv0, particularly on Mac.Sam McCall2019-12-023-17/+142
* [llvm-exegesis] Fix 44b9942898c7.Clement Courbet2019-12-022-0/+14
* [InstCombine] Revert rL341831: relax one-use check in foldICmpAddConstant() (...Roman Lebedev2019-12-025-52/+52
* [PowerPC] Fix crash in peephole optimizationNemanja Ivanovic2019-12-022-2/+60
* [ARM][AArch64] Complex addition Neon intrinsics for Armv8.3-AVictor Campos2019-12-0213-1/+328
* [InstCombine] fold copysign with constant sign argument to (fneg+)fabsSanjay Patel2019-12-022-8/+25
* [OpenCL] Fix address space for implicit conversion (PR43145)Sven van Haastregt2019-12-022-3/+31
* [lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChild...Raphael Isemann2019-12-021-2/+0
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-028-49/+56
* [X86] Add initialization of FPCW in llvm-exegesisWang, Pengfei2019-12-022-5/+20
* [llvm-readobj/llvm-readelf] - Simplify the code that dumps versions.Georgii Rymar2019-12-023-153/+166
* AMDGPU: Fixed indeterminate map iteration in SIPeepholeSDWATim Renouf2019-12-021-2/+3
* [lldb][NFC] Make Stream's IndentLevel an unsigned integers.Raphael Isemann2019-12-023-11/+13
* [ARM][MVE][Intrinsics] Add VMINQ/VMAXQ/VMINNMQ/VMAXNMQ intrinsics.Mark Murray2019-12-0212-38/+731
* [update_cc_test_checks.py] Handle extern "C" and namespacesAlex Richardson2019-12-021-9/+18
* [UpdateTestChecks] Share the code to parse RUN: lines between all scriptsAlex Richardson2019-12-027-150/+62
* [lldb][NFC] Add 'breakpoint command list' testRaphael Isemann2019-12-022-0/+62
* [ARM] Remove VHADD patternsDavid Green2019-12-022-78/+48
* [X86] Add initialization of MXCSR in llvm-exegesisWang, Pengfei2019-12-022-0/+20
* [InstCombine] Fix big-endian miscompile of (bitcast (zext/trunc (bitcast)))Bjorn Pettersson2019-12-022-32/+80
* [llvm-readelf/llvm-readobj] - Check the version of SHT_GNU_verneed section en...Georgii Rymar2019-12-022-0/+37
* [ORC] Add a runAsMain utility function to ExecutionUtils.Lang Hames2019-12-025-42/+48
* [ExecutionEngine] Add a jitTargetAddressToFunction utility function.Lang Hames2019-12-021-0/+18
* [Orc] Add setters for target options and features to JITTargetMachineBuilder.Lang Hames2019-12-022-3/+18
* [clangd] Fix a regression issue in local rename.Haojian Wu2019-12-022-7/+20
* [llvm-readobj/llvm-readelf] - Reimplement dumping of the SHT_GNU_verneed sect...Georgii Rymar2019-12-022-98/+390
* [NFC] Precommit test showing SROA loses `!tbaa.struct` metadataAnton Afanasyev2019-12-021-0/+32
* [Clang-Tidy] Quick fix for bug in bugprone-macro-parentheses 43804Adam Balogh2019-12-022-1/+2
OpenPOWER on IntegriCloud