aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2020-09-23[GlobalISel][AMDGPU] Lower G_SMULH/G_UMULHPushpinder Singh5-63/+1124
2020-09-23[NFC] Remove unnecessary default constructorsArthur Eubanks1-2/+0
2020-09-24[AMDGPU] Consider all SGPR uses as unique in constant bus verifyCarl Ritson2-7/+42
2020-09-23Revert "[NewPM] Add callbacks to PassBuilder to run before/after parsing a pass"Arthur Eubanks5-305/+146
2020-09-23[X86] Parse data32 call in .code16 as CALLpcrel32Fangrui Song3-0/+22
2020-09-24[X86] Add TDX instructions.Freddy Ye6-0/+76
2020-09-23Explicitly specify CMAKE_AR in WinMsvc.cmakeGwen Mittertreiner2-1/+8
2020-09-23[CGProfile] don't emit cgprofile entry if called function is dllimportZequan Wu2-2/+5
2020-09-24[JSON] Add error reporting to fromJSON and ObjectMapperSam McCall3-36/+124
2020-09-24[JSON] Display errors associated with Paths in contextSam McCall3-13/+163
2020-09-23[NewPM] Add callbacks to PassBuilder to run before/after parsing a passArthur Eubanks5-146/+305
2020-09-23[NewPM][CGSCC] Handle newly added functions in updateCGAndAnalysisManagerForPassArthur Eubanks7-146/+54
2020-09-23[NewPM][MSSA] Fix failures under NPM due to -enable-mssa-loop-dependencyArthur Eubanks6-14/+16
2020-09-24[JSON] Facility to track position within an object and report errors.Sam McCall3-0/+117
2020-09-23[JSON] Allow emitting comments in json::OStreamSam McCall3-3/+54
2020-09-23[SelectionDAG][GISel] Make LegalizeDAG lower FNEG using integer ops.Eli Friedman8-84/+173
2020-09-23[AArch64] Expand some vector of i64 reductions on NEONCameron McInally3-8/+27
2020-09-23[PowerPC] Implement the 128-bit vec_[all|any]_[eq | ne | lt | gt | le | ge] b...Amy Kwan3-0/+63
2020-09-23[PowerPC] Implement Vector signed/unsigned __int128 overloads for the compari...Albion Fung4-2/+292
2020-09-23Clean up test file, NFCKrzysztof Parzyszek1-717/+88
2020-09-23[LoopTerminology][NFC] Fix formatting typoStefanos Baziotis1-1/+1
2020-09-23[AArch64][SVE] Add lowering for llvm frecpxMuhammad Asif Manzoor4-21/+23
2020-09-23[PowerPC][PCRelative] Thread Local Storage Support for Local DynamicVictor Huang16-12/+171
2020-09-23[IRSim] Adding IRSimilarityCandidate that contains a region of IRInstructionD...Andrew Litteken3-51/+622
2020-09-23[AMDGPU] Make ds fp atomics overloadableStanislav Mekhanoshin2-20/+19
2020-09-23[AArch64][SVE] Fix frame offset calculation when d8 is saved.Eli Friedman2-3/+41
2020-09-23[gn build] Allow option to build with asan/tsan/ubsanArthur Eubanks2-0/+30
2020-09-23Document the `--verbatim` flag from arc to update the description for a phabr...Mehdi Amini1-0/+15
2020-09-23Update Phabricator doc to remove the warning on "arc land": tags a properly h...Mehdi Amini1-8/+0
2020-09-23Revert "[ms] [llvm-ml] Add support for .radix directive, and accept all radix...Eric Astor7-288/+22
2020-09-23[SLP] Make HorizontalReduction::getOperationData take an Instruction* instead...Craig Topper1-14/+13
2020-09-23[X86] Improve demanded bits for X86ISD::BEXTR.Craig Topper2-0/+34
2020-09-23Fix include location (accidentally committed a local variation)Eric Astor1-1/+1
2020-09-23[TTI] add wrapper for matching vector reduction to reduce code duplication; NFCSanjay Patel3-30/+28
2020-09-23[ms] [llvm-ml] Add support for .radix directive, and accept all radix specifiersEric Astor7-22/+288
2020-09-23Enhance TableGen so that backends can produce better error messages.Paul C. Anagnostopoulos11-87/+182
2020-09-23Break long line accidentally left in the previous commitKrzysztof Parzyszek1-1/+3
2020-09-23Revert D87970 "[ThinLTO] Avoid temporaries when loading global decl attachmen...Fangrui Song2-110/+22
2020-09-23[EarlyCSE] Fix crash with expensive checks after D87691Krzysztof Parzyszek2-1/+783
2020-09-23[Support/Path] Add path::is_absolute_gnuVinicius Tinti3-0/+74
2020-09-23Add optimal thread strategyDmitry Antipov1-1/+11
2020-09-23[MBFIWrapper] Add a new function getBlockProfileCountGuozhi Wei3-1/+15
2020-09-23[UpdateTestChecks] Remove bug-exposing testDavid Greene4-354/+0
2020-09-23[AArch64] Fix ldst optimization of non-immediate store offsetAndrew Wei2-1/+30
2020-09-23Add missing namespace closure comments. NFCI.Simon Pilgrim2-3/+3
2020-09-23Add missing namespace closure comment. NFCI.Simon Pilgrim1-1/+1
2020-09-23Revert "[AMDGPU] Insert waitcnt after returning from call"Sebastian Neubauer120-106/+2196
2020-09-23[docs][llvm] Fix typosSuJunda (Junda Su)1-2/+2
2020-09-23[SVE] Lower fixed length ISD::VECREDUCE_ADD to ScalableCameron McInally3-0/+352
2020-09-23[VPlan] Disconnect VPValue and VPUser.Florian Hahn4-33/+24