OSDN Git Service

android-x86/external-llvm.git
2016-06-01 Keno Fischer[PPC64] Fix SUBFC8 Defs list
2016-06-01 Geoff Berry[SCEV] Keep SCEVExpander insert points consistent.
2016-06-01 Daniel BerlinRevert "Claim NoAlias if two GEPs index different field...
2016-06-01 George Burgess IV[CFLAA] Recognize builtin allocation functions.
2016-06-01 Zachary Turner[pdb] silence warnings about moving from a temporary.
2016-06-01 David Majnemer[CodeView] Simplify StreamArray operator++
2016-06-01 David Majnemer[CodeView] Make sure StreamRef::readBytes doesn't read...
2016-06-01 David Majnemer[PDB] Make ModStream::symbols report errors
2016-06-01 David Majnemer[PDB] Silence sign comparison warnings in MappedBlockSt...
2016-06-01 Daniel BerlinClaim NoAlias if two GEPs index different fields of...
2016-06-01 Than McIntoshBetter fix for PR27903.
2016-06-01 Reid KlecknerFix the NDEBUG build
2016-06-01 Michael Kuperstein[LV] For some IVs, use vector phis instead of widening...
2016-06-01 Reid Kleckner[codeview] Translate basic DITypes to CV type records
2016-06-01 Sanjoy DasReduce dependence on pointee types when deducing derefe...
2016-06-01 Kostya Serebryany[libFuzzer] when an invalid flag is given, warn, but...
2016-06-01 Sanjoy Das[IR] Disallow loading and storing unsized types
2016-06-01 NAKAMURA TakumiMappedBlockStreamTest.cpp: Appease msc18 to avoid initi...
2016-06-01 Joerg SonnenbergerUpdate usage(), make sure srcdir is really empty.
2016-06-01 Simon Pilgrim[X86][SSE] Added non-temporal store tests for all 512...
2016-06-01 Simon Pilgrim[X86][SSE] Added non-temporal store tests for all 256...
2016-06-01 Simon Pilgrim[X86][SSE] Added non-temporal store tests for all 128...
2016-06-01 Michael ZuckermanAdding back-end support to two bit scanning intrinsics
2016-06-01 Oliver Stannard[ARM] Add additional matching for UBFX instructions
2016-06-01 Dylan McKayFix off-by-one error in max integer functions
2016-06-01 Dylan McKayRevert "Fix up the definition of the integer max function"
2016-06-01 Dylan McKayFix up the definition of the integer max function
2016-06-01 Chris Dewhurst[Sparc] Allow passing of empty structs.
2016-06-01 Dylan McKayAdd max/min functions to MathExtras.h
2016-06-01 Craig TopperRevert r271362 "[AVX512] Remove masked load intrinsics...
2016-06-01 Craig Topper[AVX512] Remove masked load intrinsics. Clang now emits...
2016-06-01 Peter CollingbourneDwarfDebug: Simplify. NFC.
2016-06-01 Petr Hosek[MC] Rename EmitFill to emitFill
2016-06-01 Peter CollingbourneIR: Allow multiple global metadata attachments with...
2016-06-01 David BlaikieReference gdb python type printer scripts from SmallStr...
2016-06-01 Matt ArsenaultDAGCombiner: Fix broken size check in isAlias
2016-06-01 NAKAMURA TakumiDebugInfoPDBTests: Update libdeps for r271346.
2016-06-01 Chris Bieneman[obj2yaml] One more attempt at fixing msan
2016-05-31 Kostya Serebryanyllvm-pdbdump-fuzzer: fix the build
2016-05-31 Lang Hames[Orc] Add conversion to/from RuntimeDyld::SymbolInfo...
2016-05-31 Peter CollingbourneAdd support for metadata attachments for global variables.
2016-05-31 Zachary Turner[pdb] Add unit tests for PDB MappedBlockStream and...
2016-05-31 Matthias BraunCodeGen: Refactor renameDisconnectedComponents() as...
2016-05-31 Reid KlecknerSpeculative build fix for codeview type dumper API...
2016-05-31 Kevin B. Smith[X86]: Add a pattern that uses GR16_ABCD rather than...
2016-05-31 Matthias BraunARM: Improve/fix comment in recently added test.
2016-05-31 Matthias BraunARM: Do not attempt to modify register class of physregs.
2016-05-31 Chris Bieneman[obj2yaml] Trying to make msan happy
2016-05-31 Guozhi Wei[SLP] Pass in correct alignment when query memory acces...
2016-05-31 Kevin EnderbyChange llvm-objdump, llvm-nm and llvm-size when reporti...
2016-05-31 Chris Bieneman[CMake] Update to requiring CMake 3.4.3
2016-05-31 George Burgess IV[CFLAA] Don't link GEP pointers to GEP indices.
2016-05-31 Ahmed Bougacha[CodeGen] Promote FMINNAN/FMAXNAN like other binops.
2016-05-31 Ahmed Bougacha[CodeGen] Don't mark FMINNUM/FMAXNUM Expand twice....
2016-05-31 Ahmed Bougacha[Docs] CodeGen has supported vector icmp/fcmp for a...
2016-05-31 Reid Kleckner[codeview] Improve readability of type record assembly
2016-05-31 Rafael EspindolaDelete AArch64II::MO_CONSTPOOL.
2016-05-31 Reid Kleckner[codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t...
2016-05-31 Davide Italiano[PM] BDCE: Fix caching of analyses.
2016-05-31 Simon Dardis[mips] Remove tests which should have been deleted.
2016-05-31 Davide Italiano[PM] ADCE: Fix caching of analyses.
2016-05-31 Simon Dardis[mips] Enforce compact branch register restrictions
2016-05-31 Chris Bieneman[obj2yaml][yaml2obj] Support for reading and dumping...
2016-05-31 Erik EcksteinFix a crash in MergeFunctions related to ordering of...
2016-05-31 Qin Zhao[esan|cfrag] Create the skeleton of cfrag variable...
2016-05-31 Matt ArsenaultAMDGPU: Remove unused address space
2016-05-31 Rafael EspindolaAdd a use of shouldAssumeDSOLocal to ARM.
2016-05-31 Krzysztof Parzyszek[Hexagon] Disable expanding MUX instructions that defin...
2016-05-31 Yaron KerenDo not modify a std::vector while looping it.
2016-05-31 Ranjeet Singh[ARM] Add backend support for load/store intrinsics.
2016-05-31 Simon Pilgrim[X86][SSE] Add load-folding patterns for (V)CVTDQ2PD...
2016-05-31 Simon Dardis[mips] bnec/beqc register constraint fix
2016-05-31 Igor Breger[AVX512] Fix intrinsic vcvtps2ph lowering.
2016-05-31 Igor BregerFix intrinsic vbroadcast{i32|f32}x2 lowering.
2016-05-31 Craig Topper[AVX512] Remove gcc builtin name from masked load intri...
2016-05-31 Craig Topper[AVX512] Remove masked store intrinsics. Clang now...
2016-05-31 Saleem AbdulrasoolX86: permit using SjLj EH on x86 targets as an option
2016-05-31 David Majnemer[llvm-pdbdump-fuzzer] Add a fuzzer for llvm-pdbdump
2016-05-31 David Majnemer[llvm-dwarfdump-fuzzer] Get this compiling again
2016-05-30 Craig Topper[X86] Remove SSE/AVX unaligned store intrinsics as...
2016-05-30 Craig Topper[X86] Use update_llc_test_checks.py to re-generate...
2016-05-30 Craig Topper[X86] Simplify and remove some unnecessary auto-upgrade...
2016-05-30 Craig Topper[X86] Reduce the number of string compares in the autou...
2016-05-30 Rafael EspindolaFix a crash when producing COFF.
2016-05-30 Simon Pilgrim[X86][XOP] Split off auto-upgraded xop intrinsics
2016-05-30 Simon Pilgrim[X86][SSE] Renamed pmovxrm tests
2016-05-30 Lang Hames[Kaleidoscope][BuildingAJIT] Finish off Chapter 1.
2016-05-30 Simon Pilgrim[X86][AVX2] Regenerated AVX2 extension tests
2016-05-30 Simon Pilgrim[X86][SSE] Updated storeu fast-isel tests to match...
2016-05-30 Simon Pilgrim[X86][SSE2] Updated _mm_store_pd1/_mm_store1_pd fast...
2016-05-30 Lang Hames[Kaleidoscope][BuildingAJIT] Add stub Chapter 5 text.
2016-05-30 Diana Picus[BPF] Remove exit-on-error from tests (PR27768, PR27769)
2016-05-30 Sanjoy Das[IndVars] Assert that the incoming IR is in LCSSA
2016-05-30 Lang Hames[Kaleidoscope][BuildingAJIT] Don't build Chapter 5...
2016-05-30 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for Chapter 5...
2016-05-29 Joerg SonnenbergerMake it easier to process merges in a normal buildable...
2016-05-29 Sanjoy Das[IndVarSimplify] Extract the logic of `-indvars` out...
2016-05-29 Lang Hames[Orc] Fix a type in the OrcRemoteClientUtility.
2016-05-29 Kostya Serebryany[libFuzzer] fix a use-after-free (!) in libFuzzer cause...
2016-05-29 Benjamin KramerRemove some 'const' specifiers that do nothing but...
next