]> granicus.if.org Git - llvm/shortlog
llvm
2019-10-11 Craig Topper[X86] Add test case for trunc_packus_v16i32_v16i8_store...
2019-10-11 Philip Reames[CVP] Remove a masking operation if range information...
2019-10-11 Craig Topper[X86] Add more packus/ssat/usat truncate tests from...
2019-10-11 Nico WeberRevert 374481 "[tsan,msan] Insert module constructors...
2019-10-11 Lang Hames[JITLink] Disable the MachO/AArch64 testcase while...
2019-10-11 Lang Hames[JITLink] Fix MachO/arm64 GOTPAGEOFF encoding.
2019-10-11 Johannes Doerfert[Attributor][FIX] Do not replace musstail calls with...
2019-10-11 Matt ArsenaultAMDGPU: Move SelectFlatOffset back into AMDGPUISelDAGToDAG
2019-10-11 Volodymyr Sapsai[Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless...
2019-10-11 Craig Topper[X86] Improve the AVX512 bailout in combineTruncateWith...
2019-10-11 Craig Topper[X86] Update trunc_packus_v32i32_v32i8 test in min...
2019-10-10 GN Sync Botgn build: Merge r374476
2019-10-10 Vitaly Buka[tsan,msan] Insert module constructors in a module...
2019-10-10 Vitaly Buka[msan, NFC] Move option parsing into constructor
2019-10-10 Michael LiaoFix compilation warning due to typo.
2019-10-10 Lang Hames[JITLink] Add an initial implementation of JITLink...
2019-10-10 Lang Hames[JITLink] Move MachO/x86 got test further down in the...
2019-10-10 Tom Stellarddocs/DeveloperPolicy: Add instructions for requesting...
2019-10-10 Alina Sbirlea[MemorySSA] Update Phi simplification.
2019-10-10 Marcello Maggioni[GISel] Simplifying return from else in function. NFC
2019-10-10 Craig Topper[X86] Guard against leaving a dangling node in combineT...
2019-10-10 Craig Topper[X86] Add test cases for packus/ssat/usat 32i32->v32i8...
2019-10-10 Marcello Maggioni[GISel] Allow getConstantVRegVal() to return G_FCONSTAN...
2019-10-10 Stanislav Mekhanoshin[AMDGPU] Handle undef old operand in DPP combine
2019-10-10 Rong Xu[ValueTracking] Improve pointer offset computation...
2019-10-10 Evandro Menezes[InstCombine] Add test case for PR43617 (NFC)
2019-10-10 Julian Lettner[lit] Break main into smaller functions
2019-10-10 Alina Sbirlea[MemorySSA] Additional handling of unreachable blocks.
2019-10-10 David Greene[System Model] [TTI] Move default cache/prefetch implem...
2019-10-10 Greg ClaytonFix a documentation warning from GSYM commit.
2019-10-10 Zachary Turner[PDB] Fix bug when using multiple PCH header objects...
2019-10-10 Julian Lettner[lit] Add comment explaining the LIT_OPTS env var overr...
2019-10-10 Jordan RoseADT: Save a word in every StringSet entry
2019-10-10 Sanjay Patel[x86] reduce duplicate test assertions; NFC
2019-10-10 Julian Lettner[lit] Bring back `--threads` option alias
2019-10-10 Craig Topper[X86] Use packusdw+vpmovuswb to implement v16i32->V16i8...
2019-10-10 Joel E. DennyRevert r374388: "[lit] Make internal diff work in pipel...
2019-10-10 Jinsong Ji[PowerPC][docs] Update IBM official docs in Compiler...
2019-10-10 Joel E. DennyRevert r374389: "[lit] Clean up internal diff's encodin...
2019-10-10 Joel E. DennyRevert r374390: "[lit] Extend internal diff to support...
2019-10-10 Joel E. DennyRevert r374392: "[lit] Extend internal diff to support -U"
2019-10-10 Nico Weberwin: Move Parallel.h off concrt to cross-platform code
2019-10-10 Xiangling Liao[NFC][PowerPC]Clean up PPCAsmPrinter for TOC related...
2019-10-10 Reid KlecknerPrint quoted backslashes in LLVM IR as \\ instead of \5C
2019-10-10 Nico WeberFix Windows build after r374381
2019-10-10 Reid KlecknerRemove strings.h include to fix GSYM Windows build
2019-10-10 Greg ClaytonUnbreak buildbots.
2019-10-10 Greg ClaytonFix buildbots by using memset instead of bzero.
2019-10-10 Michael LiaoFix build by adding the missing dependency.
2019-10-10 Julian Lettner[lit] Leverage argparse features to remove some code
2019-10-10 Reid KlecknerFix test to avoid check-not matching the temp file...
2019-10-10 Julian Lettner[lit] Move argument parsing/validation to separate...
2019-10-10 Greg ClaytonUnbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro...
2019-10-10 Sanjay Patel[DAGCombiner] fold select-of-constants to shift
2019-10-10 Greg ClaytonUnbreak windows buildbots.
2019-10-10 Nico Webergn build: restore tablegen restat optimization after...
2019-10-10 Joel E. Denny[lit] Extend internal diff to support -U
2019-10-10 Nico Webergn build: merge r374381 more (effectively a no-op)
2019-10-10 Joel E. Denny[lit] Extend internal diff to support `-` argument
2019-10-10 Joel E. Denny[lit] Clean up internal diff's encoding handling
2019-10-10 Joel E. Denny[lit] Make internal diff work in pipelines
2019-10-10 GN Sync Botgn build: Merge r374381
2019-10-10 Greg ClaytonAdd GsymCreator and GsymReader.
2019-10-10 Jonas Devlieghere[dsymutil] Move CommonSymbols.clear() in resetParserState.
2019-10-10 David Green[ARM] VQSUB instruction
2019-10-10 David Green[Codegen] Alter the default promotion for saturating...
2019-10-10 Kadir CetinkayaFix assertions disabled builds after rL374367
2019-10-10 Sanjay Patel[DAGCombiner] reduce code duplication; NFC
2019-10-10 Guillaume Chatelet[Alignment][NFC] Use llv::Align in GISelKnownBits
2019-10-10 Yonghong Song[BPF] Remove relocation for patchable externs
2019-10-10 Stanislav Mekhanoshin[AMDGPU] Fixed dpp_combine.mir with expensive checks...
2019-10-10 Simon PilgrimFix Wdocumentation warnings. NFCI.
2019-10-10 Roman Lebedev[MCA] Show aggregate over Average Wait times for the...
2019-10-10 Dmitri GribenkoRevert "[FileCheck] Implement --ignore-case option."
2019-10-10 Dmitri GribenkoRevert "[Tests] Output of od can be lower or upper...
2019-10-10 Dmitri GribenkoRevert "Fix OCaml/core.ml fneg check"
2019-10-10 Simon Pilgrim[X86] combineFMA - Convert to use isNegatibleForFree...
2019-10-10 Simon PilgrimFix OCaml/core.ml fneg check (try 2)
2019-10-10 Dmitri GribenkoRevert "[IRBuilder] Update IRBuilder::CreateFNeg(....
2019-10-10 Simon Pilgrim[X86] combineFMADDSUB - Convert to use isNegatibleForFr...
2019-10-10 Thomas Preud... Revert "[test] Use system locale for mri-utf8.test"
2019-10-10 Jay FoadRevert "[AMDGPU] Run `unreachable-mbb-elimination`...
2019-10-10 Simon PilgrimFix OCaml/core.ml fneg check
2019-10-10 Simon Pilgrim[DAG][X86] Add isNegatibleForFree/GetNegatedExpression...
2019-10-10 George Rimar[llvm-readelf] - Do not enter an infinite loop when...
2019-10-10 Kai Nacke[Tests] Output of od can be lower or upper case (llvm...
2019-10-10 Amaury Sechet[DAGCombine] Match more patterns for half word bswap
2019-10-10 Kai Nacke[FileCheck] Implement --ignore-case option.
2019-10-10 Florian Hahn[LV][NFC] Factor out calculation of "best" estimated...
2019-10-10 Pavel LabathMinidumpYAML: Add support for the memory info list...
2019-10-10 David Green[ARM] VQADD instructions
2019-10-10 Sanjay Patel[AArch64][x86] add tests for (v)select bit magic; NFC
2019-10-10 Guillaume Chatelet[Alignment][NFC] Make VectorUtils uas llvm::Align
2019-10-10 Roman Lebedev[ADR] ArrayRefTest: disable SizeTSizedOperations test...
2019-10-10 Simon PilgrimFix -Wparentheses warning. NFCI.
2019-10-10 Mirko Brkusanin[Mips] Fix 374055
2019-10-10 Thomas Preud... [test] Use system locale for mri-utf8.test
2019-10-10 Oliver Stannard[IfCvt][ARM] Optimise diamond if-conversion for code...
2019-10-10 Roman Lebedev[UBSan][clang][compiler-rt] Applying non-zero offset...
2019-10-10 Simon Tatham[update_cc_test_checks] Support 'clang | opt | FileCheck'
next