OSDN Git Service

android-x86/external-llvm.git
2016-04-23 Duncan P. N... BitcodeReader: Avoid non-moving std::piecewise_construc...
2016-04-23 Duncan P. N... DebugInfo: Remove MDString-based type references
2016-04-23 Sanjay Patelreplace duplicated static functions for profile metadat...
2016-04-23 Renato GolinRevert "[AArch64] Fix optimizeCondBranch logic."
2016-04-23 Sanjay Patelimprove documentation comments; NFC
2016-04-23 Simon Pilgrim[X86][XOP] Added VPPERM -> BLEND-WITH-ZERO Test
2016-04-23 Benjamin KramerUse %T instead of cd'ing to Output directly.
2016-04-23 Craig Topper[CodeGen] When promoting CTTZ operations to larger...
2016-04-23 Teresa Johnson[gold] Gate value name discarding under save-temps
2016-04-23 Duncan P. N... BitcodeWriter: Emit uniqued subgraphs after all distinc...
2016-04-23 Duncan P. N... Avoid MSVC failure with default arguments in lambdas...
2016-04-23 Duncan P. N... BitcodeWriter: Emit distinct nodes before uniqued nodes
2016-04-23 Duncan P. N... Add #ifndef NDEBUG markers around EXPECT_DEATH after...
2016-04-23 Teresa JohnsonAddress comments.
2016-04-23 Teresa JohnsonRefactor bitcode writer into classes (NFC)
2016-04-23 Duncan P. N... Avoid ternery statement to please g++ after r267270...
2016-04-23 Duncan P. N... ValueEnumerator: Use std::find_if, NFC
2016-04-23 Duncan P. N... BitcodeReader: Avoid referencing unresolved nodes from...
2016-04-23 Duncan P. N... Tag the end of an anonymous namespace, NFC
2016-04-23 Duncan P. N... BitcodeReader: Consistently use IsDistinct, NFC
2016-04-23 Duncan P. N... BitcodeReader: Use getMD/getMDOrNull helpers consistent...
2016-04-23 Craig Topper[Hexagon] Set ctlz_zero_undef/cttz_zero_undef to Expand...
2016-04-23 Craig Topper[NVPTX] Set ctlz_zero_undef to Expand so LegalizeDAG...
2016-04-23 Craig Topper[WebAssembly] Set ctlz_zero_undef/cttz_zero_undef to...
2016-04-23 Amaury SechetStyle fix in Core.h / Core.cpp. NFC
2016-04-22 Tim Northoverllvm-objdump: deal with invalid ARM encodings slightly...
2016-04-22 Tim NorthoverMachO: remove weird ARM/Thumb interface from MachOObjec...
2016-04-22 Matt ArsenaultAMDGPU: sext_inreg (srl x, K), vt -> bfe x, K, vt.Size
2016-04-22 NAKAMURA TakumiFix llvm/test/CodeGen/ARM/Windows/dbzchk.ll not to...
2016-04-22 David Blaikiellvm-symbolizer: Avoid infinite recursion walking dwos...
2016-04-22 Matt ArsenaultAMDGPU: Re-visit nodes in performAndCombine
2016-04-22 Sanjoy DasAdd some release notes about the fix for PR26774
2016-04-22 Nicolai HaehnleFix comment about Intr*Mem properties
2016-04-22 Andrew KaylorRemoving unused function.
2016-04-22 Nico WeberRevert r267210, it makes clang assert (PR27490).
2016-04-22 Andrew KaylorRe-commit optimization bisect support (r267022) without...
2016-04-22 Sriraman TallamDifferential Revision: reviews.llvm.org/D19040
2016-04-22 David Blaikiellvm-symbolizer: prefer .dwo contents over fission...
2016-04-22 Dehao ChenUpdate discriminator assignment algorithm in clang...
2016-04-22 Matt ArsenaultAMDGPU: Fix crash when dumping unknown opcode
2016-04-22 Peter CollingbourneIntroduce llvm.load.relative intrinsic.
2016-04-22 Matt ArsenaultTLI: Only iterate over integer vector types
2016-04-22 Matt ArsenaultDAGCombiner: Relax alignment restriction when changing...
2016-04-22 Rong Xu[PGO] change the interface for createPGOFuncNameMetadata()
2016-04-22 Philip Reames[unordered] sink unordered stores at end of blocks
2016-04-22 Sanjoy DasFold compares for distinct allocations
2016-04-22 Peter CollingbourneCodeGen: Use PLT relocations for relative references...
2016-04-22 Philip Reames[unordered] Extend load/store type canonicalization...
2016-04-22 Matt ArsenaultDAGCombiner: Relax alignment restriction when changing...
2016-04-22 Quentin Colombet[AArch64] Fix optimizeCondBranch logic.
2016-04-22 Justin BognerPM: Port SinkingPass to the new pass manager
2016-04-22 Justin BognerPM: Reorder the functions used for SinkingPass. NFC
2016-04-22 Jun Bum Lim[DeadStoreElimination] Shorten beginning of memset...
2016-04-22 Justin BognerPM: Port DCE to the new pass manager
2016-04-22 Matthias BraunMachineScheduler: Move code to initialize a Candidate...
2016-04-22 Adam Nemet[LoopUtils] Extend findStringMetadataForLoop to return...
2016-04-22 Matthias BraunMachineScheduler: Limit the size of the ready list.
2016-04-22 Chad Rosier[EarlyCSE/CVP] Add stats for CVPs and make sure to...
2016-04-22 Quentin Colombet[AArch64] When creating MRS instruction, make sure...
2016-04-22 Adam Nemet[LoopVersioningLICM] Add test coverage for llvm.loop...
2016-04-22 Quentin Colombet[AArch64][AdvSIMDScalar] Update the kill flags correctly.
2016-04-22 Saleem Abdulrasooltest: split test into two runs
2016-04-22 Krzysztof Parzyszek[Hexagon] Use common Pat classes for selecting code...
2016-04-22 Chad Rosier[SimplifyCFG] Add final missing implications to isImpli...
2016-04-22 Michael KupersteinPoint link to CODE_OWNERS.txt to klaus instead of viewvc.
2016-04-22 Sanjoy DasHave isKnownNotFullPoison be smarter around control...
2016-04-22 Krzysztof Parzyszek[Hexagon] Properly close live range in HexagonBlockRang...
2016-04-22 Krzysztof Parzyszek[Hexagon] Properly close live range in HexagonBlockRanges
2016-04-22 Justin BognerPM: Remove some redundant name() methods
2016-04-22 Chad Rosier[SimplifyCFG] Add missing implications to isImpliedTrue...
2016-04-22 Chad Rosier[SimplifyCFG] Simplify code review by temporarily remov...
2016-04-22 Konstantin... [AMDGPU] Insert nop pass: take care of outstanding...
2016-04-22 Zoran Jovanovic[mips][microMIPS] Revert commit r266861.
2016-04-22 Krzysztof Parzyszek[Hexagon] Teach mux expansion how to deal with undef...
2016-04-22 Krzysztof Parzyszek[Hexagon] Add definitions for trap/pause instructions
2016-04-22 Tom StellardPostRAHazardRecocgnizer: Fix unused-private-field warning
2016-04-22 Geoff Berry[MemorySSA] Fix bug in CachingMemorySSAWalker::invalida...
2016-04-22 Tom StellardCodeGen: Add a stand-alone hazard recognizer pass
2016-04-22 David Majnemer[EarlyCSE] Don't add the overflow flags to the hash
2016-04-22 Nirav DaveEmit code16 in assembly in 16-bit mode
2016-04-22 Simon Dardis[mips] Fix select patterns for MIPS64
2016-04-22 Teresa JohnsonDocument source_filename in LangRef.
2016-04-22 Vasileios Kalintiris[mips] Fix a small typo that would leave BLTZC out...
2016-04-22 Daniel SandersRevert r267049, r26706[16789], r267071 - Refactor raw...
2016-04-22 Nikolay HaustovAMDGPU/SI: Add test missed in rL266865
2016-04-22 Silviu Baranga[InstCombine] Preserve fast math flags when combining...
2016-04-22 Hrvoje Varga[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU...
2016-04-22 Zoran Jovanovic[mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocation
2016-04-22 Eric LiuFix -Wunused-variable in non-asserts build.
2016-04-22 Daniel SandersRevert r267098 - [MachineCombiner] Support for floating...
2016-04-22 Ashutosh Nema[X86]: Changing cost for “TRUNCATE v16i32 to v16i8...
2016-04-22 Chris Dewhurst[Sparc] This provides support for itineraries on Sparc.
2016-04-22 Chris DewhurstThe following code would not work before this patch...
2016-04-22 Vedant KumarRevert "Initial implementation of optimization bisect...
2016-04-22 Zlatko Buljan[mips][microMIPS] Implement DVP, EVP and JALRC.HB instr...
2016-04-22 David Majnemer[GVN] Respect fast-math-flags on fcmps
2016-04-22 David MajnemerFix some spelling mistakes
2016-04-22 David Majnemer[EarlyCSE] Take the intersection of flags on instructions
2016-04-22 Sanjoy Das[SCEV] Extract out a `isSCEVExprNeverPoison` helper...
2016-04-22 Craig Topper[SystemZ] Mark CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF as Expan...
next