OSDN Git Service

android-x86/external-llvm.git
2016-04-05 Peter Zotov[llvm-c] Expose LLVM{Get,Set}ModuleIdentifier
2016-04-05 Simon Dardis[mips] MIPSR6 Compact jump support
2016-04-05 Justin Holewinski[NVPTX] Handle ldg created from sign-/zero-extended...
2016-04-05 David L KreitzerAdds the ability to use an epilog remainder loop during...
2016-04-05 Tamas BerghammerSet the thumb flag for thumb symbols coming from an...
2016-04-05 Haojian WuAdd parentheses around `&&` within `||` to avoid compil...
2016-04-05 Dmitry Polukhin[IFUNC] Use GlobalIndirectSymbol when aliases and ifunc...
2016-04-05 Etienne Bergeron[Support] Fix an invalid character escaping in string...
2016-04-05 Teresa Johnson[ThinLTO] Refactor some common code into getGlobalValue...
2016-04-05 JF BastienDocs: dampen story time for atomics
2016-04-05 JF BastienLanai: fix -Wsign-compare warning
2016-04-04 Teresa JohnsonDon't fold double constant to an integer if dest type...
2016-04-04 JF BastienLanai: fix -Wpedantic warnings
2016-04-04 Reid KlecknerFix non-determinism in order of LLVM attributes
2016-04-04 Sanjay Pateluse range loop; NFCI
2016-04-04 Sanjay Patelfix typos; NFC
2016-04-04 Amaury SechetStyle update in Core.h/Core.cpp . NFC
2016-04-04 Justin BognerRevert "CodeGen: Remove dead code in TailDuplicate"
2016-04-04 Matthias BraunMachineScheduler: Ignore COPYs with undef/dead op in...
2016-04-04 Matthias Brauntest: Always treat .mir files as tests even outside...
2016-04-04 Teresa JohnsonClean up calls to WriteBitcodeToFile (NFC)
2016-04-04 Justin BognerCodeGen: Remove dead code in TailDuplicate
2016-04-04 Teresa Johnsonclang-format llvm-as.cpp (NFC)
2016-04-04 Hans WennborgRe-commit r265039 "[X86] Merge adjacent stack adjustmen...
2016-04-04 Zia AnsariEnable unroll for constant bound loops when TripCount...
2016-04-04 Teresa JohnsonFix bot errors from r265327, exact GUID which depends...
2016-04-04 Sean SilvaBeef up some dllexport tests.
2016-04-04 Chandler CarruthRevert r263460: [SpillPlacement] Fix a quadratic behavi...
2016-04-04 Betul Buyukkurt[PGO] Avoid instrumenting direct callee's at value...
2016-04-04 Matthias BraunARM, AArch64, X86: Check preserved registers for tail...
2016-04-04 Teresa Johnson[ThinLTO] Add option to dump value name to GUID mapping
2016-04-04 Teresa Johnson[ThinLTO] Augment FunctionImport dump with value name...
2016-04-04 Sanjay Patelfix documentation comments; NFC
2016-04-04 Brendon Cahoon[DependenceAnalysis] Check if result of getConstantPart...
2016-04-04 Derek SchuffReplace MachineRegisterInfo::isSSA() with a MachineFunc...
2016-04-04 Wei MiRevert r265309 and r265312 because they caused some...
2016-04-04 Paul RobinsonDocument standard substitutions defined by lit.
2016-04-04 Derek SchuffAdd MachineFunctionProperty checks for AllVRegsAllocate...
2016-04-04 Wei MiFix unused var warning caused by r265309.
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.
next