OSDN Git Service

android-x86/external-llvm.git
2018-04-23 Sander de Smalen[AArch64][SVE] Asm: Support for contiguous, non-faultin...
2018-04-23 Max Kazantsev[LoopRotate] Fix incorrect SCEV invalidation in loop...
2018-04-23 Simon Pilgrim[X86] Remove unnecessary MMX reg-mem InstRW scheduler...
2018-04-23 Max Kazantsev[LoopUnroll] Fix potentially incorrect SCEV invalidatio...
2018-04-23 Max Kazantsev[LoopSimplify] Fix incorrect SCEV invalidation
2018-04-23 Simon TathamFix BNF nits in TableGen language reference.
2018-04-23 Simon TathamTest commit access.
2018-04-23 Sander de Smalen[AArch64][SVE] Asm: Support for structured ST2, ST3...
2018-04-23 Chandler Carruth[PM/LoopUnswitch] Remove a buggy assert in the new...
2018-04-23 Craig Topper[X86] Add VEX_WIG to VEX encoded version of VCMPPSY...
2018-04-23 Chandler Carruth[PM/LoopUnswitch] Fix comment typo. NFC.
2018-04-22 Simon Pilgrim[X86][Znver1] Remove unnecessary BMI1 ANDN InstRW overr...
2018-04-22 Simon Pilgrim[llvm-mca][X86] Add BMI/LZCNT/POPCNT resource tests...
2018-04-22 Robert Widmann[LLVM-C] Add DIBuilder Bindings For Variable Creation
2018-04-22 Simon Pilgrim[X86] Remove unnecessary WriteFBlend/WriteBlend InstRW...
2018-04-22 Simon Pilgrim[X86] Remove unnecessary WriteFMul/WriteFRcp/WriteFRsqr...
2018-04-22 Simon Pilgrim[X86] Remove unnecessary CVT instrw overrides.
2018-04-22 Andres FreundTest commit access.
2018-04-22 Sanjay Patel[PatternMatch] allow undef elements when matching a...
2018-04-22 Simon Pilgrim[X86][SkylakeServer] Remove unnecessary PMULLD instrw...
2018-04-22 Simon Pilgrim[X86][Atom] Remove unnecessary scalar/vector load/move...
2018-04-22 Sanjay Patel[InstCombine] add vector test with undef elts; NFC
2018-04-22 Simon Pilgrim[X86] Fix (completely overridden) WriteFHAdd/WritePHAdd...
2018-04-22 Simon Pilgrim[X86][MMX][SSE] Tag missed PHADD/PHSUB instructions...
2018-04-22 Simon Pilgrim[X86] Remove unnecessary WriteFVarBlend/WriteVarBlend...
2018-04-22 Sanjay Patel[InstSimplify, InstCombine] add vector tests with undef...
2018-04-22 Simon Pilgrim[X86] Fix WriteMPSAD/WritePSADBW values to allow us...
2018-04-22 Simon Pilgrim[X86][SandyBridge] Remove unnecessary WritePOPCNTLd...
2018-04-22 Simon Pilgrim[llvm-mca][X86] Add POPCNT resource test
2018-04-22 Jonas Devlieghere[test] Fix MC/ELF/nocompression.s
2018-04-22 Jonas Devlieghere[lli] Fix syntax error: missing ';'
2018-04-22 Jonas Devlieghere[lli] Make error handling more consistent.
2018-04-22 Jonas Devlieghere[llvm-mc] Make error handling more consistent.
2018-04-22 Jonas Devlieghere[Support] Fix prefix logic in WithColor.
2018-04-22 Craig Topper[X86] Remove an unnecessary HANDLE_OPTIONAL line from...
2018-04-22 Craig Topper[X86] Change TB to PS on LFENCE instruction.
2018-04-22 Craig Topper[X86] Remove OpSizeIgnore, it's not implemented any...
2018-04-22 Craig Topper[X86] Remove DATA32_PREFIX. Hack the printing for DATA1...
2018-04-21 Brian Gesiak[bcanalyzer] Recognize more stream types
2018-04-21 Simon Pilgrim[X86] Strip unnecessary prefetch + vector move/load...
2018-04-21 Jonas Devlieghere[Support] Add optional prefix to convenience helpers...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary WriteCvtF2I instrw overrides...
2018-04-21 Jonas Devlieghere[tools] Use WithColor for printing errors.
2018-04-21 Simon Pilgrim[X86] Strip unnecessary broadcast/shuffle256 instrw...
2018-04-21 Simon Pilgrim[X86][AVX] VPERM2F128/VINSERTF128 should be a shuffle25...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary vector integer math, shift...
2018-04-21 Craig Topper[X86] Add DAG combine to turn (trunc (srl (mul ext...
2018-04-21 Craig Topper[X86] Add test cases that show the current codegen...
2018-04-21 Craig Topper[X86] Add SchedWrites for LDMXCSR/STMXCSR.
2018-04-21 Sanjay Patel[InstSimplify] move tests for shifts; NFC
2018-04-21 Sanjay Patel[InstSimplify] move/add/regenerate checks for tests...
2018-04-21 Simon Pilgrim[X86][Haswell] Strip unnecessary WriteFAdd/WriteFHAdd...
2018-04-21 Simon Pilgrim[X86][Broadwell] Remove unnecessary VORPD/VORPS instrw...
2018-04-21 Simon Pilgrim[llvm-mca][X86] Add AVX2 resource tests
2018-04-21 Simon Pilgrim[X86] Strip unnecessary WriteFRcp/WriteFRsqrt instructi...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary WriteFShuffle instruction instr...
2018-04-21 Simon Pilgrim[llvm-mca][X86] Add SSE resource tests to all models
2018-04-21 Simon Pilgrim[X86][SandyBridge] Strip unnecessary MOVQ/CVT instructi...
2018-04-21 Simon Pilgrim[X86] Strip unnecessary MMX instruction instrw override...
2018-04-21 Simon Pilgrim[llvm-mca][X86] Add MMX resource tests
2018-04-21 Simon Pilgrim[X86] Strip unnecessary x87 instruction instrw override...
2018-04-21 Simon Pilgrim[llvm-mca][X86] Add X87 resource tests
2018-04-21 Simon Pilgrim[X86][X87] Add missing fldlg2 schedule test
2018-04-21 Hiroshi Inoue[PowerPC] fix incorrect vectorization of abs() on POWER9
2018-04-21 Eli Friedman[AArch64] Don't crash trying to resolve __stack_chk_guard.
2018-04-20 Jessica PaquetteFix typo in test (verify-machine-instrs -> verify-machi...
2018-04-20 Jessica Paquette[MachineOutliner] XFAIL machine-outliner-noredzone.ll
2018-04-20 Shoaib Meenai[ObjCARC] Take BlockColors by const reference. NFC
2018-04-20 Shoaib Meenai[ObjCARC] Account for funclet token in storeStrong...
2018-04-20 Simon Pilgrim[llvm-mca][X86] Add MMX/SSE/AES/CLMUL resource SandyBri...
2018-04-20 Simon Pilgrim[X86] Add WriteFSign/WriteFLogic scheduler classes
2018-04-20 Alexander Shaposhnikov[llvm-objcopy] Fix sh_link
2018-04-20 Alex Shlyapnikov[HWASan] Introduce non-zero based and dynamic shadow...
2018-04-20 Sean Fertile[PartialInlining] Fix Crash from holding a reference...
2018-04-20 Krzysztof Parzyszek[Hexagon] hexagon-autohvx was left on again
2018-04-20 Krzysztof Parzyszek[Hexagon] Improve HVX instruction selection (bitcast...
2018-04-20 Eric ChristopherRemove unused argument from emitModuleMetadata.
2018-04-20 Krzysztof Parzyszek[Hexagon] Skip fixed-stack indexes in HexagonConstExtenders
2018-04-20 Craig Topper[X86][SandyBridge] Remove duplciate InstRWs from Sandy...
2018-04-20 Gabor Buella[X86] WaitPKG instructions
2018-04-20 Jessica Paquette[MachineOutliner] Change B instruction for tail calls...
2018-04-20 Zachary Turner[LLD/PDB] Emit first section contribution for DBI Modul...
2018-04-20 Nico WeberRemove llvm-build's --configure-target-def-file.
2018-04-20 Sanjay Patel[utils] improve AArch64 asm parser
2018-04-20 Nicholas Wilson[WebAssembly] Distinguish debug/symbol names in the...
2018-04-20 Michael ZolotukhinRevert r330431.
2018-04-20 Sanjay Patel[x86] auto-generate checks; NFC
2018-04-20 Florian Hahn[NewGVN] Split OpPHI detection and creation.
2018-04-20 Andrew Ng[DebugInfo] Use WithColor for more debug line warnings
2018-04-20 Simon Pilgrim[CostModel][X86] Add vector element insert/extract...
2018-04-20 Douglas YungFix test by allowing it to accept an upper or lower...
2018-04-20 Sanjay Patel[DAGCombine] (float)((int) f) --> ftrunc (PR36617)
2018-04-20 Simon Pilgrim[CostModel][X86] Add srem/urem constant cost tests
2018-04-20 Simon Pilgrim[CostModel][X86] Add SLM/GLM/BtVer2 compare + division...
2018-04-20 Michael ZolotukhinFix typo in a test.
2018-04-20 Simon Pilgrim[CostModel][X86] Split off BtVer2 cost checks
2018-04-20 Simon Pilgrim[CostModel][X86] Add GoldmontPlus cost tests
2018-04-20 Michael ZolotukhinRevert "Revert r330403 and r330413."
2018-04-20 Simon Pilgrim[X86][BtVer2] Cleanup some old FIXMEs from the model...
2018-04-20 Simon Pilgrim[X86] Tag CLDEMOTE instruction with WriteLoad schedulin...
next