OSDN Git Service

android-x86/external-llvm.git
2016-04-04 Wei MiReplace analyzeSiblingValues with new algorithm to...
2016-04-04 Daniel Sanders[mips] Range check simm32 and fold MIPS16's imm32 into...
2016-04-04 Ulrich Weigand[SystemZ] Add compare-and-branch instructions to MC
2016-04-04 Ulrich Weigand[SystemZ] Support ATOMIC_FENCE
2016-04-04 Ulrich Weigand[SystemZ] Support llvm.frameaddress/llvm.returnaddress...
2016-04-04 NAKAMURA TakumiFixup r265277 [-Wdocumentation]
2016-04-04 Elena DemikhovskyAVX-512: Truncating store for i1 vectors
2016-04-04 Duncan P. N... ValueMapper: Remove old FIXMEs; almost NFC
2016-04-04 Davide Italiano[DebugInfo] Fix tests in Assembler/
2016-04-03 Duncan P. N... IR: Lazily create ReplaceableMetadataImpl on MDNode
2016-04-03 Duncan P. N... IR: Make MDNode::Context private, NFC
2016-04-03 Amaury SechetVarious style fix in Core.h/Core.cpp . NFC
2016-04-03 Duncan P. N... ValueMapper: Disallow metadata mapping recursion throug...
2016-04-03 Duncan P. N... Work around MSVC failure from r265273
2016-04-03 Simon Pilgrim[X86] Removed duplicate code.
2016-04-03 Duncan P. N... ValueMapper: Avoid recursion in mapSimplifiedMetadata...
2016-04-03 Peter Zotov[CodeGenPrepare] Fix r265264 (again).
2016-04-03 Duncan P. N... ValueMapper: Split out mapSimpleMetadata, NFC
2016-04-03 Duncan P. N... ValueMapper: Introduce Mapper helper class, NFC
2016-04-03 Simon Pilgrim[X86][SSE] Refreshed MOVMSK sign bit tests
2016-04-03 Simon Pilgrim[X86][SSE] Support for MOVMSK signbit extraction instru...
2016-04-03 Peter Zotov[CodeGenPrepare] Fix r265264.
2016-04-03 Peter Zotov[CodeGenPrepare] Avoid sinking soft-FP comparisons
2016-04-03 Simon Pilgrim[X86] Tidied up X86ISD instruction nodes. NFCI.
2016-04-03 Peter ZotovMark some FP intrinsics as safe to speculatively execute
2016-04-03 Elena DemikhovskyAVX-512: Load and Extended Load for i1 vectors
2016-04-03 Davide Italiano[SimplifyLibCalls] Garbage collect dead code.
2016-04-03 Jacques Pienaar[lanai] Fix for LanaiDelaySlotFiller and LanaiMCInstLow...
2016-04-02 Zoran Jovanovic[mips][microMIPS] Revert commits r264245 and r264248.
2016-04-02 Simon Pilgrim[X86][SSE] Added 1024-bit vector comparison tests
2016-04-02 Simon Pilgrim[X86][AVX512] Added AVX512 comparison tests
2016-04-02 Saleem AbdulrasoolAArch64: support .cpu directive
2016-04-02 Duncan P. N... Linker: Split mapUnneededSubprograms into two; almost NFC
2016-04-02 Duncan P. N... Remove redundant assertion after cast, NFC
2016-04-02 Duncan P. N... Linker: Avoid unnecessary work when moving named metadata
2016-04-02 Mehdi AminiRename FunctionIndex into GlobalValueIndex to reflect...
2016-04-02 Duncan P. N... Linker: Remove IRMover::isMetadataUnneeded indirection...
2016-04-02 Duncan P. N... ValueMapper: Add support for seeding metadata with...
2016-04-02 Duncan P. N... Document end of anonymous namespaces, NFC
2016-04-02 Duncan P. N... Bitcode: Try to emit metadata in function blocks
2016-04-02 Duncan P. N... Fix doxygen comments from r265224, NFC
2016-04-02 Duncan P. N... BitcodeWriter: Further unify function metadata, NFC
2016-04-02 Duncan P. N... BitcodeReader: Check for unresolved function metadata
2016-04-02 Simon Pilgrim[X86][AVX] Added vector float truncation (double2float...
2016-04-02 Mehdi AminiReverts r265219.
2016-04-02 Mehdi AminiFix "warning: variabl 'XX’ set but not used" in release...
2016-04-02 Mehdi Aminiwip
2016-04-02 Mehdi Aminiconstify GlobalValue::getGUID() and GlobalValue::getGlo...
2016-04-02 Mehdi AminiRevert "ThinLTO: add module caching handling."
2016-04-02 Mehdi AminiCreate a typedef GlobalValue::GUID for uint64_t and...
2016-04-02 Mehdi AminiThinLTO: add module caching handling.
2016-04-02 Mehdi Amini80 lines column after renaming "shouldDiscardValueNames...
2016-04-02 Mehdi AminiRename Context::discardValueNames() to shouldDiscardVal...
2016-04-02 Mehdi AminiAdd Cache Pruning support
2016-04-02 Hans WennborgFix -Wpedantic warning about extra semi-colon
2016-04-01 Rong Xu[PGO] Use a helper function to find all indirect call...
2016-04-01 Tim NorthoverAArch64: avoid clobbering SP for dead MOVimm pseudos.
2016-04-01 Nico WeberMake DIASession work if msdia*.dll isn't registered.
2016-04-01 Adrian PrantlAdd missing emissionKind flags to the DICompileUnits...
2016-04-01 Mehdi AminiThinLTO: special handling for LinkOnce functions
2016-04-01 Manman RenSwift Calling Convention: add swifterror attribute.
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vector float tests - fabs /...
2016-04-01 Simon Pilgrim[X86][SSE] Vector i64 load tests
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated comparison mask and float immedi...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated the vec_extract tests.
2016-04-01 David BlaikieUpdate owners to reflect recent changes
2016-04-01 Rong XuFix buildbot lldb-amd64-ninja-netbsd7 failure
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated the vec_insert tests.
2016-04-01 James Y KnightRemove useless check for ThreadModel==Single in ARMISel...
2016-04-01 Peter CollingbourneLowerBitSets: Move declarations to separate namespace.
2016-04-01 Mike Aizatsky[libfuzzer] adding license headers to cpp files
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vec_partial tests.
2016-04-01 Sanjay Patel[x86] add an SSE2 + fast-unaligned accesses run for...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vec_logical tests.
2016-04-01 Tom StellardAMDGPU: Implement {BUFFER,FLAT}_ATOMIC_CMPSWAP{,_X2}
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vector sdiv to shifts tests
2016-04-01 Mike Aizatsky[sancov] save entry block from pruning (it is always...
2016-04-01 Sanjay Patel[x86] add an SSE1 run for these tests
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vec_setcc tests.
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated the vec_set tests.
2016-04-01 Sanjay Patel[x86] avoid intermediate splat for non-zero memsets...
2016-04-01 Chad Rosier[AArch64] Fix a typo. NFC.
2016-04-01 David Majnemer[InstCombine] Don't sink an instr after a catchswitch
2016-04-01 David Majnemer[SLPVectorizer] Don't insert an extractelement before...
2016-04-01 Rong Xu[PGO] Refactor PGOFuncName meta data code to be used...
2016-04-01 Sanjay Patel[x86] avoid intermediate splat for non-zero memsets...
2016-04-01 Benjamin Kramer[ADT] Make StringMap's tombstone aligned.
2016-04-01 Vedant Kumar[PGOProfile] Rename a test to make it more reusable...
2016-04-01 Valery Pykhtin[AMDGPU] fix MADAK/MADMK instructions operand namings...
2016-04-01 Andrea Di Biagio[x86] Remove redundant call to setTargetDAGCombine...
2016-04-01 Simon Pilgrim[X86][AVX512] Regenerated intrinsics tests
2016-04-01 Sagar Thakur[MIPS][LLVM-MC] Fix JR encoding for MIPSR6 ISA
2016-04-01 Benjamin Kramer[ThinLTO] Fix uninitialized flags.
2016-04-01 Andrey Turetskiy[X86] Introduce Lakemont CPU.
2016-04-01 James MolloyFix for pr24346: arm asm label calculation error in sub
2016-04-01 Oliver Stannard[AArch64] Better errors for out-of-range fixups
2016-04-01 Mehdi AminiThinLTO: move ObjCARCContractPass in the CodeGen pipeline
2016-04-01 Jeroen Ketema[OCaml] Use LLVMCreateMessage with constant strings...
2016-04-01 Jeroen Ketema[OCaml] Reinstate data_layout
2016-04-01 Mehdi AminiAdd a libLTO API to stop/restart ThinLTO between optimi...
next