OSDN Git Service

android-x86/external-llvm.git
2016-05-09 Simon Pilgrim[X86][SSE] Added TODO comment to add support for AVX512...
2016-05-09 Daniel Sanders[mips] Fix use after free and an unnecessary copy intro...
2016-05-09 Strahinja Petrovic[PowerPC] fix register alignment for long double type
2016-05-09 Chris Dewhurst[Sparc][LEON] Add UMAC and SMAC instruction support...
2016-05-09 Silviu Baranga[AArch64] Implement lowering of the X constraint on...
2016-05-09 Simon Pilgrim[X86][AVX512] Added masked version of combine tests
2016-05-09 Benjamin KramerRevert "[Mips] Fix use after free."
2016-05-09 Benjamin Kramer[Mips] Fix use after free.
2016-05-09 Daniel Sanders[mips][ias] R_MIPS_(GOT|HI|LO|PC)16 and R_MIPS_GPREL32...
2016-05-09 Zlatko Buljan[mips][microMIPS] Implement LWP and SWP instructions
2016-05-09 Frederic Riss[dsymutil] Fix -arch option for thumb variants.
2016-05-09 Craig Topper[X86] Strengthen some type contraints for floating...
2016-05-09 Craig Topper[AVX512] Fix up types for arguments of int_x86_avx512_m...
2016-05-09 Mehdi AminiThinLTOCodeGenerator: ignore 0 values for the cache...
2016-05-08 Craig Topper[AVX512] Add non-temporal store patterns for v16i32...
2016-05-08 Junmo ParkMinor code cleanups. NFC.
2016-05-08 Craig Topper[AVX512] Add missing patterns for non-temporal stores...
2016-05-08 Craig Topper[AVX512] Change predicates on some vXi16/vXi8 AVX store...
2016-05-08 Craig Topper[AVX512] Add VLX 128/256-bit SET0 operations that encod...
2016-05-08 Craig Topper[X86] Re-generate tests using update_llc_test_checks...
2016-05-08 Craig TopperRemove Windows line endings in some tests to prepare...
2016-05-08 Bruno Cardoso... [Bitcode] Fix an unsigned integer overflow while parsin...
2016-05-08 Craig Topper[X86] Remove extra patterns that check for BUILD_VECTOR...
2016-05-08 Simon Pilgrim[CostModel][X86] Extended comparison instruction cost...
2016-05-08 David Majnemer[X86] Promote several single precision FP libcalls...
2016-05-08 Craig Topper[X86] Lower 256-bit vector all-zero constants to v8i32...
2016-05-08 Craig Topper[X86] Add patterns for 256-bit non-temporal stores...
2016-05-08 Craig Topper[X86] No need to avoid selecting AVX_SET0 for 256-bit...
2016-05-08 Weiming Zhao[ARM] Fix Scavenger assert due to underestimated stack...
2016-05-08 Weiming ZhaoFix use-of-uninitialized-value of ARMMachineFunctionInfo
2016-05-07 Simon PilgrimFix unused variable warning.
2016-05-07 Simon Pilgrim[SelectionDAG] Added bitreverse(bitreverse(v)) --> v
2016-05-07 Craig Topper[X86] Fix InstAliases to not allow FARCALL32i/FARCALL16...
2016-05-07 Simon Pilgrim[X86] Added BITREVERSE constant folding and identity...
2016-05-07 Simon Pilgrim[X86] Pulled out duplicate mask width calculation....
2016-05-07 Simon Pilgrim[CostModel][X86] Split BSWAP/BITREVERSE cost tests...
2016-05-07 Sanjay Patel[x86, BMI] add TLI hook for 'andn' and use it to simpli...
2016-05-07 NAKAMURA TakumiErrorInfoBase::message(): Don't use raw_string_ostream...
2016-05-07 Xinliang David Li[PM] code refactoring -- preparation for new PM porting...
2016-05-07 Mehdi AminiFix stripDebugInfo: was modifying "DebugLoc" attached...
2016-05-07 NAKAMURA TakumiMipsELFObjectWriter.cpp: Activate debug printer just...
2016-05-07 Mehdi AminiRefactor stripDebugInfo(Function) to handle intrinsic
2016-05-07 Lang Hames[Orc] Fix missing rename from r268845.
2016-05-07 Lang Hames[Orc] Rename OrcArchitectureSupport to OrcABISupport...
2016-05-07 Vitaly BukaRevert r268832 "Refactor stripDebugInfo(Function) to...
2016-05-07 Sanjoy Das[ValueTracking] Hoist some computation out of a loop...
2016-05-07 Sanjoy DasClean up comment; NFC
2016-05-07 Sanjoy DasDelete trailing whitespace; NFC
2016-05-07 Vitaly BukaRevert r268810 becase it brakes msan bot.
2016-05-07 Mehdi AminiRefactor stripDebugInfo(Function) to handle intrinsic
2016-05-07 Ahmed Bougacha[X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr...
2016-05-07 Ahmed Bougacha[X86] Register and initialize the FixupBW pass.
2016-05-06 Kostya Serebryany[libFuzzer] modify the docs for startup/init
2016-05-06 Kostya Serebryany[libFuzzer] tweak the documentation about rss_limit
2016-05-06 Kostya Serebryany[libFuzzer] enhance -rss_limit_mb and enable by default...
2016-05-06 Rong Xu[PGO] Use rsplit to parse value-data line in text profi...
2016-05-06 Adrian PrantlImplement a safer bitcode upgrade for DISubprogram.
2016-05-06 Matthias BraunDetectDeadLanes: Increase precision when detecting...
2016-05-06 Matthias BraunDetectDeadLanes: Cleanup, assert on some impossible...
2016-05-06 Zachary TurnerDrop error when trying to fallback from PDB to DWARF.
2016-05-06 Justin Bognercmake: Avoid continue, apparently that's new
2016-05-06 Simon Pilgrim[SLPVectorizer][X86] Regenerated SEXT/ZEXT cast vectori...
2016-05-06 Weiming Zhao[ARM] Fix Scavenger assert due to underestimated stack...
2016-05-06 Philip ReamesReapply 267210 with fix for PR27490
2016-05-06 Zachary TurnerMake llvm-pdbdump print CV type records
2016-05-06 Kostya Serebryany[libFuzzer] add exeprimental -rss_limit_mb flag to...
2016-05-06 Justin BognerCMake: generate check targets for lit suites without...
2016-05-06 Matthias BraunLiveIntervalAnalysis: Fix handleMove() extending livera...
2016-05-06 Philip Reames[GVN] PRE of unordered loads
2016-05-06 Simon Pilgrim[SLPVectorizer][X86] Added BSWAP/BITREVERSE vectorizati...
2016-05-06 Simon Pilgrim[SLPVectorizer][X86] Added CTPOP/CTLZ/CTTZ vectorizatio...
2016-05-06 Quentin ColombetRevert "[X86] Add a new LOW32_ADDR_ACCESS_RBP register...
2016-05-06 Zachary TurnerFix failing test due to merge conflict.
2016-05-06 Quentin Colombet[X86] Add a new LOW32_ADDR_ACCESS_RBP register class.
2016-05-06 Quentin Colombet[X86] Rename the X32_ADDR_ACCESS register class into...
2016-05-06 Nico WeberRevert r268760, it caused PR27670.
2016-05-06 Zachary TurnerAdd missing include.
2016-05-06 Zachary TurnerPort DebugInfoPDB over to using llvm::Error.
2016-05-06 Sanjoy Das[RS4GC] Fix typo in comment
2016-05-06 Kevin EnderbyChange GenericBinaryError to no longer include a FileNa...
2016-05-06 Kostya Serebryany[libFuzzer] more trophies
2016-05-06 Ahmed Bougacha[X86] Accept imp-defs of GR64 super-registers in FixupB...
2016-05-06 Marcin Koscielnicki[MSan] [X86] Fix vararg helper for fixed arguments...
2016-05-06 Artem Tamazov[AMDGPU][llvm-mc] Some refactoring of .td files
2016-05-06 Adrian PrantlRefactor the Verifier so it can diagnose IR validation...
2016-05-06 Krzysztof Parzyszek[Hexagon] Be careful about anti-dependencies with a...
2016-05-06 Philip Reames[GVN] Handle unordered atomics in cross block FRE
2016-05-06 Justin BognerSDAG: Don't leave dangling dead nodes after SelectCodeC...
2016-05-06 Eric ChristopherThe associated PR for this test was PR27135 not PR27132.
2016-05-06 Quentin Colombet[X86] Get rid of X32_NOREX_ADDR_ACCESS register class.
2016-05-06 Philip Reames[GVN] Do local FRE for unordered atomic loads
2016-05-06 Mehdi AminiTweak the ThinLTO pass pipeline
2016-05-06 Sanjay Patel[SimplifyCFG] propagate branch metadata when creating...
2016-05-06 Sanjay Patelrevert r268751 - caused same failures on msan bot
2016-05-06 Simon Pilgrim[CostModel][X86] Tweak 'SSE2-only' test CPU as it was...
2016-05-06 Artem Tamazov[AMDGPU][llvm-mc] Add support for sendmsg(...) syntax.
2016-05-06 Simon Pilgrim[CostModel][X86] Added ctlz/cttz undef-zero costmodel...
2016-05-06 Ahmed Bougacha[X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr...
2016-05-06 Ahmed Bougacha[X86] Remove \brief in FixupBW. NFC.
2016-05-06 Ahmed Bougacha[X86] Simplify FixupBW sub_8bit_hi-related logic. NFC.
next