OSDN Git Service

android-x86/external-llvm.git
2018-02-16 Zachary TurnerFix emission of PDB string table.
2018-02-16 Simon PilgrimRemove useless comment - seems to be a copy+paste typo...
2018-02-16 Evandro Menezes[AArch64] Fix BITCAST lowering crash
2018-02-16 Changpeng FangAMDGPU/SI: Extend promoting alloca to vector to arrays...
2018-02-16 Craig Topper[X86] Only reorder srl/and on last DAG combiner run
2018-02-16 Craig Topper[X86] Remove call to ShrinkDemandedCosntant from the...
2018-02-16 Sam Clegg[WebAssembly] MC: Make explicit our current lack of...
2018-02-16 Sanjay Patel[InstCombine] clean up fdiv-with-fdiv folds; NFCI
2018-02-16 Sanjay Patel[InstCombine] add FMF to better show current fdiv fold...
2018-02-16 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2018-02-16 Eugene Leviant[ThinLTO] Fix data race in test #2
2018-02-16 Eugene Leviant[ThinLTO] Fix data race in test
2018-02-16 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2018-02-16 Sanjay Patel[InstCombine] remove redundant debug info setting; NFC
2018-02-16 Brian M. Rzycki[JumpThreading] PR36133 enable/disable DominatorTree...
2018-02-16 Changpeng FangAMDGPU/SI: Turn off GPR Indexing Mode immediately after...
2018-02-16 Simon Pilgrim[SelectionDAG] Enable SimplifyDemandedVectorElts suppor...
2018-02-16 Sanjay Patel[InstCombine] reduce code duplication; NFC
2018-02-16 Simon Pilgrim[X86][SSE] Allow float domain crossing if we are mergin...
2018-02-16 Nemanja Ivanovic[PowerPC] Fix transform in table gen file causing UB
2018-02-16 Simon Dardis[mips] Remove codegen support from some 16 bit instructions
2018-02-16 Simon Pilgrim[SelectionDAG] Add initial SimplifyDemandedVectorElts...
2018-02-16 Ivan A. Kosarev[Transforms] Propagate TBAA info in SROA
2018-02-16 Jonas Paulsson[ARM] Return true in enableMultipleCopyHints().
2018-02-16 Mikhail Maltsev[LegalizeDAG] Fix legalization of SETCC
2018-02-16 Roger Ferrer... [ARM] Materialise some boolean values to avoid a branch
2018-02-16 Eugene Leviant[ThinLTO] Import global variables
2018-02-16 Craig Topper[X86] Allow CMOVs of constants to be sign extended...
2018-02-16 Craig Topper[X86] Don't zero_extend cmov up to i64, stop at i32.
2018-02-16 Tim Shen[APInt] Fix extractBits to correctly handle Result...
2018-02-16 Vedant KumarRemove brittle check lines from a test, NFC
2018-02-16 Vedant Kumar[GVN] Partially revert debug info salvage change (r325063)
2018-02-16 Craig Topper[X86] Add the test cases that were supposed to go with...
2018-02-15 Ekaterina RomanovaAllow 0 to be a valid value pruning interval in C LTO...
2018-02-15 Vedant Kumar[DCE] Salvage debug info from dead insts
2018-02-15 Stanislav Mekhanoshin[AMDGPU] Combine adjacent waitcounts in a single strong...
2018-02-15 Vedant Kumar[Debugify] Don't check functions which were skipped
2018-02-15 Reid KlecknerDon't make PDBs by default in Release mode
2018-02-15 Rafael Auler[X86][3DNOW] Teach decoder about AMD 3DNow! instrs
2018-02-15 Vedant Kumar[opt] Port the debugify passes to the new pass manager
2018-02-15 Craig Topper[X86] Enable BT to be used in place of TEST for single...
2018-02-15 Craig Topper[DAGCombiner] Call ExtendUsesToFormExtLoad in (zext...
2018-02-15 Craig Topper[X86] Use btc/btr/bts to implement xor/and/or that...
2018-02-15 Brian Gesiak[Coroutines] Don't move stores for allocator args
2018-02-15 Pablo Barrio[ARM] Fix redirect in inline assembly test
2018-02-15 Vedant Kumar[SCCP] Test that constant propagation updates debug...
2018-02-15 Vedant Kumar[Utils] salvageDI: Add a comment and move a call earlie...
2018-02-15 Craig Topper[X86] Add test cases for opportunities for using BT...
2018-02-15 Zachary TurnerSilence warning about unused private variable.
2018-02-15 Zachary TurnerCall FlushFileBuffers on output files.
2018-02-15 Dan Gohman[WebAssembly] Restore "*-wasm" tests.
2018-02-15 Simon Pilgrim[X86][SSE] Add saturated truncation tests for storing...
2018-02-15 Krzysztof ParzyszekRecommit [Hexagon] Make the vararg handling a bit more...
2018-02-15 Alexey Bataev[SLP] Fix the test for the reversed stores, NFC.
2018-02-15 Yonghong Songbpf: fix a bug in dag2dag optimization for loads from...
2018-02-15 Krzysztof ParzyszekRevert "[Hexagon] Make the vararg handling a bit more...
2018-02-15 Alexey Bataev[SLP] Added test for reversed stores, NFC.
2018-02-15 Sanjay Patel[InstCombine] use m_OneUse to reduce code; NFC
2018-02-15 Sanjay Patel[InstCombine] test fdiv folds better; NFC
2018-02-15 Krzysztof Parzyszek[Hexagon] Make the vararg handling a bit more robust
2018-02-15 Francis Visoiu... [CodeGen] Separate MBB metadata from instructions in...
2018-02-15 Krzysztof Parzyszek[Hexagon] Fix lowering of formal arguments after r324737
2018-02-15 Simon Pilgrim[SelectionDAG] Pull out repeated Op.getOpcode(). NFCI.
2018-02-15 Francis Visoiu... [CodeGen] Print irreducible loop header weight as a...
2018-02-15 Sanjay Patel[InstCombine] allow sin/cos transforms with 'reassoc'
2018-02-15 Pablo Barrio[ARM] Allow 64- and 128-bit types with 't' inline asm...
2018-02-15 Simon Pilgrim[X86][SSE] combineTruncateWithSat - use truncateVectorW...
2018-02-15 Sanjay Patel[InstCombine] allow X / C -> X * (1.0/C) for vector...
2018-02-15 Simon Pilgrim[X86][SSE] combineTruncateWithSat - use truncateVectorW...
2018-02-15 Momchil Velikov[DebugInfo] Accept enumeration types without underlying...
2018-02-15 Simon Pilgrim[SelectionDAG] Add initial implementation of TargetLowe...
2018-02-15 Sjoerd Meijer[ARM] f16 vcmp fixes
2018-02-15 Serge PavlovRevert r325224 "Report fatal error in the case of out...
2018-02-15 Serge PavlovSpecify namespace for realloc
2018-02-15 Serge PavlovReport fatal error in the case of out of memory
2018-02-15 Andrew V. Tischenko(NFC)[MachineCombiner] Improve debug output.
2018-02-15 Max Kazantsev[NFC] Rename isKnownViaSimpleReasoning to isKnownViaNon...
2018-02-15 Max Kazantsev[NFC] Fix metadata placement in test
2018-02-15 Max Kazantsev[SCEV] Favor isKnownViaSimpleReasoning over constant...
2018-02-15 Craig Topper[X86] Regnerate test to show scheduling comments. NFC
2018-02-15 Craig Topper[X86] Change 32 and 64 bit versions of LSL instruction...
2018-02-14 Craig Topper[X86] Dont' allow 'outs' and 'ins' in at&t syntax witho...
2018-02-14 Craig Topper[X86] Don't use 64 bit hex constants in a 32 bit assemb...
2018-02-14 Craig Topper[X86] Reverse the operand order of invlpga in at&t...
2018-02-14 Jake Ehrlich[llvm-objcopy] Fix handling of zero-size segments in...
2018-02-14 Sanjay Patel[InstCombine] clean up fold for X / C -> X * (1.0/C...
2018-02-14 Vitaly Buka[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_...
2018-02-14 Lang Hames[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr...
2018-02-14 Lang Hames[ORC] Switch to shared_ptr ownership for AsynchronousSy...
2018-02-14 Craig Topper[X86] Don't swap argument on BOUND instruction in at...
2018-02-14 Rafael EspindolaChange the BugDriver to store the current module with...
2018-02-14 Rafael EspindolaUse std::uniue_ptr. NFC.
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Krzysztof Parzyszek[Hexagon] Split HVX vector pair loads/stores, expand...
2018-02-14 Simon PilgrimRemoved superfluous semicolon to fix -Wpedantic gcc...
2018-02-14 Rafael EspindolaUse std::unique_ptr. NFC.
2018-02-14 Francis Visoiu... [CodeGen] Print predecessors, successors, then liveins...
next