OSDN Git Service

android: IR: Rename the tablegen'd Attributes file to .gen
[android-x86/external-llvm-project.git] / llvm /
2021-04-15 Mauro Rossiandroid: IR: Rename the tablegen'd Attributes file...
2021-04-15 Mauro Rossiandroid: Aarch64,AMDGPU: enable GlobalISel
2021-04-15 Mauro Rossiandroid: add llvm/Config/abi-breaking.h header for...
2021-04-15 Mauro Rossiandroid: add llvm/Config/llvm-platform-config.h header
2021-04-15 Mauro Rossiandroid: Moving libFuzzer from LLVM to compiler-rt.
2021-04-15 Mauro Rossiandroid: Move lib/LibDriver -> lib/ToolDrivers/llvm...
2021-04-15 Mauro RossiDO NOT MERGE: util: build only TableGen
2021-04-15 Mauro RossiDO NOT MERGE: android: avoid re-building tools
2021-04-15 Mauro Rossiandroid: update version in {config,llvm-config}.h headers
2021-04-15 Mauro Rossiandroid: add soong building rules
2021-04-09 Tim NorthoverGlobalISel: check type size before getZExtValue()ing it.
2021-04-02 Lang Hames[ORC][C-bindings] Fix some ORC C bindings function...
2021-03-31 LemonBoy[LoopVectorize] Refine hasIrregularType predicate
2021-03-30 ShihPo Hung[RISCV][MC] Fix nf encoding for vector ld/st whole...
2021-03-30 Sanjay Patel[InstCombine] avoid creating an extra instruction in...
2021-03-30 Sanjay Patel[InstCombine] add test for zext-of-icmps; NFC
2021-03-30 Nikita Popov[X86][FastISel] Fix with.overflow eflags clobber (PR49587)
2021-03-30 Nikita Popov[X86] Add test for PR49587 (NFC)
2021-03-29 Nikita Popov[FastISel] Don't trivially kill extractvalues (PR49467)
2021-03-29 Joseph Huber[OpenMP] Restore backwards compatibility for libomptarget
2021-03-29 Nikita Popov[PowerPC] Fix infinite loop in peephole CR optimization...
2021-03-29 Sanjay Patel[SimplifyCFG] avoid sinking insts within an infinite...
2021-03-29 Alexandre Ganea[Support] Fix 'keeping' temporary files on Windows 7
2021-03-09 Craig Topper[TargetLowering] Use HandleSDNodes to prevent nodes...
2021-03-09 Juneyoung Lee[LoopVectorize] Fix VPRecipeBuilder::createEdgeMask...
2021-03-09 LemonBoy[AArch64] Legalize horizontal fmax/fmin reductions...
2021-03-05 Nikita Popov[GlobalISel] Bail on G_PHI narrowing of odd types ...
2021-03-03 Craig Topper[DAGCombiner][X86] Don't peek through ANDs on the shift...
2021-03-03 Sanjay Patel[SimplifyCFG] avoid illegal phi with both poison and...
2021-03-03 Sanjay Patel[InstCombine] avoid infinite loop in demanded bits...
2021-02-23 Nikita PopovFix test failures after a92ceea91116e7b95d23eff634507fa...
2021-02-23 Andy KaylorAdd auto-upgrade support for annotation intrinsics
2021-02-23 Tom Stellard[12.0.0][llvm-symbolizer][test] Fix test broken after...
2021-02-23 Tom StellardRevert "[llvm-cov] reset executation count to 0 after...
2021-02-23 Nikita Popov[JumpThreading] Clone noalias.scope.decl when threading...
2021-02-22 Sanjay Patel[Analysis][LoopVectorize] do not form reductions of...
2021-02-20 Fangrui Song[llvm-objdump] --source: drop the warning when there...
2021-02-20 William S. Moses[SROA] Amend failing test from D95826
2021-02-20 wlei[CSSPGO][llvm-profgen] Filter out the instructions...
2021-02-20 wlei[CSSPGO][llvm-profgen] Renovate perfscript check and...
2021-02-20 wlei[CSSPGO][llvm-profgen] Add brackets for context id...
2021-02-20 Hongtao YuRemove test code that cause MSAN failure.
2021-02-20 Hongtao Yu[CSSPGO] Process functions in a top-down order on a...
2021-02-20 Hongtao Yu[CSSPGO] Restrict pseudo probe tests to x86_64 only.
2021-02-20 Hongtao Yu[CSSPGO] Unblock optimizations with pseudo probe instru...
2021-02-20 Wenlei He[CSSPGO] Use merged base profile for hot threshold...
2021-02-20 wlei[CSSPGO][llvm-profgen] Fix bug with parsing hybrid...
2021-02-20 wlei[CSSPGO][llvm-profgen] Merge and trim profile for cold...
2021-02-20 wlei[CSSPGO][llvm-profgen] Aggregate samples on call frame...
2021-02-20 wlei[CSSPGO][llvm-profgen] Compress recursive cycles in...
2021-02-20 wlei[CSSPGO][llvm-profgen] Pseudo probe based CS profile...
2021-02-20 Yang Fan[CSSPGO] Fix MSVC initializing truncation warning ...
2021-02-20 William S. Moses[SROA] Propagate correct TBAA/TBAA Struct offsets
2021-02-20 Georgii Rymar[llvm-symbolizer] - Fix the crash in GNU output style...
2021-02-20 Simonas Kazlauskas[llvm-dwp] Join dwo paths correctly when DWOPath is...
2021-02-20 Nikita Popov[DCE] Don't remove non-willreturn calls
2021-02-20 Nikita Popov[IR] Move willReturn() to Instruction
2021-02-20 Nikita Popov[DCE] Add tests for non-willreturn function being remov...
2021-02-19 Lei Huang[PowerPC] Update release notes for changes to PowerPC...
2021-02-17 Simon Pilgrim[X86][AVX] Add missing VEX_WIG tags from VPACKUSDW...
2021-02-17 Simon Pilgrim[X86][AVX] Add 'OK' tests cases for PR48877
2021-02-17 Simon Pilgrim[DAG] Fix shift amount limit in SimplifyDemandedBits...
2021-02-17 Simon Pilgrim[X86] Add reduced test case for PR49162
2021-02-16 Maxim KuvyrkovFix exegesis build on aarch64-windows-msvc host
2021-02-16 Martin Storsjödoc: Add a release note for the changed comment char...
2021-02-16 Fangrui Song[Verifier] Allow DW_TAG_class_type/DW_TAG_union_type...
2021-02-16 Craig Topper[RISCV] Remove SRO* and SLO* instructions from bitmanip.
2021-02-16 Martin Storsjö[AArch64] Use '//' as comment string for MSVC assembly
2021-02-15 Johannes Doerfert[AssumptionCache] Do not track llvm.assume calls (PR49043)
2021-02-13 Jeroen Dobbelaere[InlineFunction] Only update noalias scopes once for...
2021-02-13 Jeroen Dobbelaere[LoopPeel] Use llvm.experimental.noalias.scope.decl...
2021-02-13 Fangrui SongIntrinsicEmitter: Change IntrinsicsToAttributesMap...
2021-02-13 Hsiangkai Wang[RISCV] Add new vector instructions in v0.10.
2021-02-13 Craig Topper[RISCV] Replace NoX0 SDNodeXForm with a ComplexPattern...
2021-02-13 Richard SmithDon't infer attributes on '::operator new'.
2021-02-13 Richard SmithRevert "[BuildLibcalls, Attrs] Support more variants...
2021-02-13 Ayke van Laethem[ARM] Do not emit ldrexd/strexd on Cortex-M chips
2021-02-13 Joachim Meyer[Support] Indent multi-line descr of enum cli options.
2021-02-13 Fraser Cormack[RISCV] Fix incorrect RVV sdiv/udiv lowering
2021-02-13 Nemanja Ivanovic[DAGCombine] Do not remove masking argument to FP16_TO_...
2021-02-13 Jessica Paquette[GlobalISel] Check if branches use the same MBB in...
2021-02-08 Louis Dionne[🍒][libc++] Rename include/support to include/__support
2021-02-06 Nikita Popov[MemorySSA] Don't treat lifetime.end as NoAlias
2021-02-06 Nikita Popov[MemCpyOpt] Add test for incorrect optimization across...
2021-02-04 Craig Topper[X86] Accept 64-bit GPRs for vextractps when using...
2021-02-04 Hongtao Yu[CSSPGO] Introducing distribution factor for pseudo...
2021-02-04 Wenlei He[CSSPGO] Factor out common part for CSSPGO inline and...
2021-02-04 Wenlei He[CSSPGO] Call site prioritized inlining for sample PGO
2021-02-04 Hongtao Yu[CSSPGO] Tweaking inlining with pseudo probes.
2021-02-04 Hongtao Yu[CSSPGO] Support of CS profiles in extended binary...
2021-02-03 Haowei Wu[elfabi] Fix tests which failed on different timezones
2021-02-03 Andrew Ng[X86] Fix disassembly of x86-64 GDTLS code sequence
2021-02-03 Cullen Rhodes[LV] Fix crash when computing max VF too early
2021-02-03 Hsiangkai Wang[RISCV] Update the version number to v0.10 for vector.
2021-02-03 Hsiangkai Wang[RISCV] Update the version number to v0.10 for vector.
2021-02-03 Albion Fung[PowerPC][Power10] Fix XXSPLI32DX not correctly exploit...
2021-02-03 Nemanja Ivanovic[PowerPC] Do not emit XXSPLTI32DX for sub 64-bit constants
2021-02-03 Kazushi (Jam) Marukawa[VE] Change inetger constants 32-bit friendly
2021-02-03 Simon Pilgrim[X86][AVX] canonicalizeLaneShuffleWithRepeatedOps ...
2021-02-03 Simon Pilgrim[X86][AVX] Add PR48908 shuffle test case
next