OSDN Git Service

android-x86/external-llvm.git
2018-03-15 Simon Pilgrim[X86][Btver2] Add test to show timeline of fpu instruct...
2018-03-15 Zachary Turner[PDB] Fix a bug where we were serializing hash tables...
2018-03-15 Derek Schuff[WebAssembly] Add DebugLoc information to WebAssembly...
2018-03-15 Artem Belevich[NVPTX] TblGen-ized lowering of WMMA intrinsics.
2018-03-15 Florian Hahn[LoopUnroll] Peel off iterations if it makes conditions...
2018-03-15 Reid KlecknerRe-land r327620 "[CodeView] Initial support for emittin...
2018-03-15 Reid Kleckner[codeview] Fix sense of the assertion about hashtable...
2018-03-15 Zachary TurnerFix structure alignment issue.
2018-03-15 Reid Kleckner[codeview] Delete FunctionInfo copy ctor and move out...
2018-03-15 Philip Reames[LICM] Ignore exits provably not taken on first iterati...
2018-03-15 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2018-03-15 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2018-03-15 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2018-03-15 Craig Topper[X86] Make sure we use FSUB instruction as the referenc...
2018-03-15 Craig Topper[X86] Add test case showing bad fmsubadd creation due...
2018-03-15 David BlaikieRemove empty file
2018-03-15 Reid KlecknerRevert r327620 "[CodeView] Initial support for emitting...
2018-03-15 Diego Caballero[LV] Test commit. Removing white space.
2018-03-15 Philip Reames[EarlyCSE] Don't hide earler invariant.scopes
2018-03-15 Zachary TurnerMove some function declarations higher so they can...
2018-03-15 Zachary TurnerAdd missing #includes.
2018-03-15 Guozhi Wei[PPC] Avoid non-simple MVT in STBRX optimization
2018-03-15 Simon Pilgrim[X86][Btver2] Attach AES/CLMUL instructions to a schedu...
2018-03-15 Craig Topper[X86] Simplify the type legality checking for (FM)ADDSU...
2018-03-15 Craig Topper[X86] Fix 80 column violations.
2018-03-15 Zachary TurnerRefactor the PDB HashTable class.
2018-03-15 Philip Reames[EarlyCSE] Reuse invariant scopes for invariant load
2018-03-15 Roman Lebedev[InstSimplify] peek through unsigned FP casts for sign...
2018-03-15 Roman Lebedev[InstSimplify][NFC] simplifyICmpWithConstant(): refacto...
2018-03-15 Andrea Di Biagio[llvm-mca] Simplify code. NFC.
2018-03-15 Matthew Simpson[ConstantFolding, InstSimplify] Handle more vector...
2018-03-15 Zaara Syeda[PowerPC] Optimize TLS initial-exec sequence to use...
2018-03-15 Simon Pilgrim[X86][Btver2] Remove JAny resource, and map system...
2018-03-15 Sanjay Patel[InstSimplify] add tests with NaN operand for fp binops...
2018-03-15 Simon Pilgrim[X86][SSE] Introduce Float/Vector WriteMove, WriteLoad...
2018-03-15 Simon Pilgrim[X86] Regenerate schedule tests with zero latency comments
2018-03-15 Sanjay Patel[PatternMatch, InstSimplify] allow undef elements when...
2018-03-15 Sanjay Patel[InstSimplify] remove 'nsz' requirement for frem 0, X
2018-03-15 Sjoerd Meijer[AArch64] Codegen tests for the Armv8.2-A FP16 intrinsics
2018-03-15 Ulrich Weigand[Debug] Retain both copies of debug intrinsics in Hoist...
2018-03-15 Brock Wyma[CodeView] Initial support for emitting S_BLOCK32 symbo...
2018-03-15 Fedor Sergeev[New PM][IRCE] port of Inductive Range Check Eliminatio...
2018-03-15 Andrei Elovikov[LoopUnroll] Ignore ephemeral values when checking...
2018-03-15 Max Kazantsev[SCEV][NFC] Remove TBB, FBB parameters from exit limit...
2018-03-15 Craig Topper[X86] Add test cases for 512-bit addsub from build_vector.
2018-03-15 Craig Topper[X86] Add support for matching FMSUBADD from build_vector.
2018-03-15 Craig Topper[X86] Remove old TODO. We have coverage for this now.
2018-03-15 Craig Topper[X86] Use MVT in a couple places where we know the...
2018-03-15 Aaron Smith[DebugInfo] Add a new method IPDBSession::findLineNumbe...
2018-03-15 Lei Huang[PowerPC][NFC] formatting-only fix
2018-03-15 George Burgess IVRemove unused variable; NFC
2018-03-15 Lang Hames[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
2018-03-14 Matt Davis[CleanUp] Remove NumInstructions field from LoopVectori...
2018-03-14 Simon Pilgrim[X86][Btver2] Add support for multiple pipelines stages...
2018-03-14 Sanjay Patel[InstSimplify] add tests for frem and vectors with...
2018-03-14 Mark Searles[AMDGPU] Waitcnt pass: Modify the waitcnt pass to propa...
2018-03-14 Simon Pilgrim[X86][Btver2] Add ResourceCycles and NumMicroOps overri...
2018-03-14 Reid Kleckner[FastISel] Sink local value materializations to first use
2018-03-14 Francis Visoiu... [CodeGen] Use MIR syntax for MachineMemOperand printing
2018-03-14 Philip Reames[EarlyCSE] Exploit open ended invariant.start scopes
2018-03-14 Reid KlecknerRevert "[ORC] Switch from shared_ptr to unique_ptr...
2018-03-14 Sanjay Patel[InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151)
2018-03-14 Simon Pilgrim[X86] Add haswell testing for PR35635 as well.
2018-03-14 Francis Visoiu... [AArch64] Emit CSR loads in the same order as stores
2018-03-14 Lang Hames[ORC] Switch from shared_ptr to unique_ptr for addModul...
2018-03-14 Alexander Richardson[UpdateTestChecks] Handle IR variables with a '-' in...
2018-03-14 Reid Kleckner[MC] Always emit relocations for same-section function...
2018-03-14 Sanjay Patel[InstSimplify] add tests to show missing/broken fadd...
2018-03-14 Sanjay Patel[InstSimplify] regenerate checks; NFC
2018-03-14 Reid Kleckner[LLVM-C] [bindings/go] Add C and Golang bindings for...
2018-03-14 Roman Lebedev[InstSimplify] [NFC] cast-unsigned-icmp-cmp-0.ll -...
2018-03-14 Craig Topper[X86] Add back fast-isel code for handling i8 shifts.
2018-03-14 Fangrui SongFix LLVM IR check lines in utils/update_cc_test_checks.py
2018-03-14 Roman Lebedev[InstSimplify] [NFC] Add tests for peeking through...
2018-03-14 Roman Lebedev[InstCombine] [NFC] Add tests for peeking through unsig...
2018-03-14 Francis Visoiu... [AArch64] Keep track of MIFlags in the LoadStoreOptimizer
2018-03-14 Craig Topper[X86] Teach X86TargetLowering::targetShrinkDemandedCons...
2018-03-14 Nicholas Wilson[WebAssembly] Add DenseMap traits and operator== for...
2018-03-14 Simon Pilgrim[X86][AVX] Use WriteFShuffleLd for broadcast reg-mem...
2018-03-14 Nicholas Wilson[WebAssembly] Identify COMDATs by index rather than...
2018-03-14 Arnold SchwaighoferSjLjEHPrepare: Don't reg-to-mem swifterror values
2018-03-14 Alexander Ivchenko[GlobalIsel][X86] Support for G_SDIV instruction
2018-03-14 Sanjay Patel[CodeGen] allow printing of zero latency in sched comments
2018-03-14 Andrea Di Biagio[llvm-mca] Remove unused variable from InstrBuilder...
2018-03-14 Andrea Di Biagio[llvm-mca] Move the logic that updates the register...
2018-03-14 Petar Jovanovic[mips] Add support for CRC ASE
2018-03-14 Simon Pilgrim[X86][Btver2] Fix YMM shuffle, permute and permutevar...
2018-03-14 Teresa Johnson[LTO/gold] Fix workaround for old plugin-api.h in ...
2018-03-14 Teresa Johnson[LTO/gold] Support --wrap
2018-03-14 Simon Pilgrim[X86][SSE] Use WriteFShuffleLd for MOVDDUP/MOVSHDUP...
2018-03-14 Martin Storsjo[AArch64] Don't produce R_AARCH64_TLSLE_LDST32_TPREL_LO...
2018-03-14 Simon PilgrimFix 'not all control paths return a value' MSVC warning...
2018-03-14 Pavel LabathFix msvc compiler error in r327498
2018-03-14 Alexander Ivchenko[GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHL
2018-03-14 Pavel LabathExplicitly initialize dwarf::FormParams in DIEInteger...
2018-03-14 Nicolai HaehnleTableGen: Explicitly forbid some nestings of class...
2018-03-14 Nicolai HaehnleTableGen: Add !ne, !le, !lt, !ge, and !gt comparisons
2018-03-14 Nicolai HaehnleTableGen: Allow dag operators to be resolved late
2018-03-14 Nicolai HaehnleTableGen: Type-check BinOps
2018-03-14 Nicolai HaehnleTableGen: Allow ? in lists
next