summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [mlir][docs] Remove redundant path prefixJacques Pienaar2019-12-311-1/+1
* [X86] Add test case for opposite branch condition for PR44412. NFCCraig Topper2019-12-311-0/+34
* [CodeGen] Emit conj/conjf/confjl libcalls as fneg instructions if possible.Craig Topper2019-12-313-8/+29
* [mlir] Make code blocks more consistentJacques Pienaar2019-12-319-44/+43
* [InstCombine] fold zext of masked bit set/clearSanjay Patel2019-12-312-31/+54
* [InstCombine] add/adjust tests for masked bit; NFCSanjay Patel2019-12-311-6/+66
* Implement additional traverse() overloadsStephen Kelly2019-12-313-0/+150
* Unnest struct in Matcher implementationStephen Kelly2019-12-311-18/+23
* Match code following lambdas when ignoring invisible nodesStephen Kelly2019-12-312-1/+7
* [Attributor][Fix] Avoid leaking memory after D68765Johannes Doerfert2019-12-311-1/+5
* Revert "[InstCombine] Fix infinite loop due to bitcast <-> phi transforms"Nikita Popov2019-12-312-148/+0
* [PowerPC][NFC] Fix clang-tidy warningJinsong Ji2019-12-311-5/+5
* [OpenCL] Remove redundant foreach in OpenCLBuiltins.td; NFCSven van Haastregt2019-12-311-76/+32
* [AArch64] add test for fsub+fneg; NFCSanjay Patel2019-12-311-0/+16
* [InstCombine] add tests for masked bit set/clear; NFCSanjay Patel2019-12-311-20/+188
* [InstCombine] Fix infinite loop due to bitcast <-> phi transformsNikita Popov2019-12-312-0/+148
* [mlir][Linalg] Delete unused LinalgLibraryOps.tdNicolas Vasilache2019-12-311-616/+0
* [llvm-exegesis] Check counters before runningMiloš Stojanović2019-12-313-8/+18
* [ARM][TypePromotion] Re-enable by defaultSam Parker2019-12-311-1/+1
* Fix external-names.c test when separator is \\Michael Platings2019-12-311-3/+3
* [InstCombine] Don't rewrite phi-of-bitcast when the phi has other usersConnor Abbott2019-12-312-41/+68
* [InstCombine] Add tests for PR44242Connor Abbott2019-12-311-0/+192
* clang-tidy doc: modernize-make-unique has an autofixSylvestre Ledru2019-12-311-1/+1
* [Attributor] Suppress unused warnings when assertions are disabled. NFCIlya Biryukov2019-12-311-0/+2
* [Utils] Deal with occasionally deleted functionsJohannes Doerfert2019-12-314-4/+61
* [Attributor] Function signature rewrite infrastructureJohannes Doerfert2019-12-3110-30/+408
* [X86] Slightly improve our attempted error recovery for 64-bit -mno-sse2 in L...Craig Topper2019-12-311-2/+8
* [Utils][Fix] Minor test result changeJohannes Doerfert2019-12-311-1/+1
* [NFC] Style cleanupShengchen Kan2019-12-311-28/+29
* [Utils] Reuse argument variable names in the bodyJohannes Doerfert2019-12-316-5/+45
* [Utils] Allow update_test_checks to scrub attribute annotationsJohannes Doerfert2019-12-316-1/+55
* [Attributor] Propagate known align from arguments to call sites argumentsJohannes Doerfert2019-12-315-9/+20
* [Attributor] Use abstract call sites to determine associated argumentsJohannes Doerfert2019-12-319-38/+146
* [Attributor] Annotate the memory behavior of call site argumentsJohannes Doerfert2019-12-3128-79/+86
* [NFC] Make X86MCCodeEmitter::isPCRel32Branch staticShengchen Kan2019-12-311-4/+2
* Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...David Blaikie2019-12-305-7/+6
* [NFC] Style cleanupShengchen Kan2019-12-311-389/+479
* [mlir] Refactor operation results to use a single use list for all results of...River Riddle2019-12-307-264/+365
* [TargetLowering][AMDGPU] Make scalarizeVectorLoad return a pair of SDValues i...Craig Topper2019-12-306-27/+28
* [SelectionDAG] Fix copy/paste mistake in comment. NFCCraig Topper2019-12-301-1/+1
* [NFC] Add comments in unit test aix-xcoff-toc.ll to clarify the intentjasonliu2019-12-311-0/+10
* [X86] Add test case for PR44412. NFCCraig Topper2019-12-301-0/+36
* [CodeGen] Use IRBuilder::CreateFNeg for __builtin_conjCraig Topper2019-12-302-6/+21
* [CodeGen] Use CreateFNeg in buildFMulAddCraig Topper2019-12-302-11/+19
* Remove a redundant `default:` on an exhaustive switch(enum).Eric Astor2019-12-301-2/+0
* [OpenMP][FIX] Generalize a test check lineJohannes Doerfert2019-12-301-2/+2
* [libomptarget][nfc] Change unintentional target_impl prefix to kmpc_implJon Chesterfield2019-12-303-7/+7
* [PowerPC][docs] Update Embedded PowerPC docs in Compiler Writers Info pageJinsong Ji2019-12-301-1/+11
* [OpenMP] Use the OpenMPIRBuilder for `omp parallel`Johannes Doerfert2019-12-307-95/+274
* [OpenMP] Use the OpenMPIRBuilder for `omp cancel`Johannes Doerfert2019-12-304-32/+237
OpenPOWER on IntegriCloud