OSDN Git Service

android-x86/external-llvm.git
2016-06-02 Dan Liew[LibFuzzer] Disable compiling and running the LibFuzzer...
2016-06-02 Dan Liew[LibFuzzer] Reimplement how the optional user functions...
2016-06-02 Kostya Serebryany[libFuzzer] docs: add contact, mention more trophies
2016-06-02 Zachary Turner[pdb] Parse and dump section map and section contribs
2016-06-02 Craig Topper[AVX512] Add 512-bit load/stores to fast isel.
2016-06-02 Craig Topper[X86] No need to use 256-bit VMOVNTPS for integer types...
2016-06-02 Craig Topper[X86] Add AVX 256-bit load and stores to fast isel.
2016-06-02 Craig Topper[X86] Use uint16_t for a couple arrays of instruction...
2016-06-02 Craig Topper[AVX512] Remove LOADA/LOADU/STOREA/STOREU intrinsic...
2016-06-02 Craig Topper[AVX512] Remove masked load intrinsics. Clang now emits...
2016-06-02 Eric FiselierAdd "REQUIRES-ANY" feature test
2016-06-02 Xinliang David Limake icall pass name consistent /NFC
2016-06-02 Kostya Serebryany[libFuzzer] use __sanitizer_print_memory_profile to...
2016-06-02 Sanjoy DasInline isDereferenceableFromAttribute; NFC
2016-06-02 Sanjoy DasRemove Value::isPointerDereferenceable; NFCI
2016-06-02 Tamas BerghammerTry to fix docs build after rL271440
2016-06-02 Vitaly Buka[asan] Rename *UAR* into *UseAfterReturn*
2016-06-02 Matt ArsenaultAMDGPU: Fix incorrectly setting kill flag when copying...
2016-06-02 Matt ArsenaultMake MachineCopyPropagation preserve CFG
2016-06-02 Matt ArsenaultAMDGPU: SIDebuggerInsertNops preserves CFG
2016-06-01 Justin Bognercmake: Fix color diags under ninja if the compiler...
2016-06-01 NAKAMURA TakumiRework r271439. I forgot to save the buffer for editing.
2016-06-01 Tamas BerghammerAdd new LLVM_EXTERNAL_PROJECTS option to cmake
2016-06-01 NAKAMURA TakumiMappedBlockStreamTest.cpp: Simplify array initializers.
2016-06-01 Rafael EspindolaAvoid a load for local functions.
2016-06-01 Sanjay Patel[x86, AVX2] regenerate checks
2016-06-01 Geoff Berry[MemorySSA] Port to new pass manager
2016-06-01 Justin BognerSDAG: Drop a redundant replace and move the dead node...
2016-06-01 Michael Kuperstein[DAG] Improve legalization of INSERT_SUBVECTOR
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...
next