OSDN Git Service

android-x86/external-llvm.git
2016-03-18 Adam Nemet[LoopDataPrefetch/Aarch64] Allow selective prefetching...
2016-03-18 Adam Nemet[Aarch64] Add pass LoopDataPrefetch for Cyclone
2016-03-18 Kostya Serebryany[libFuzzer] improve -merge functionality
2016-03-18 Lang Hames[Support] Refactor Error unit tests to avoid duplicatin...
2016-03-18 Mike Aizatsky[sancov] html report: replacing uncovered functions...
2016-03-17 Peter CollingbourneDebugInfo: Add ability to not emit DW_AT_vtable_elem_lo...
2016-03-17 Lang Hames[Support] Address some of dblaikie's feedback for r263749.
2016-03-17 Mike AizatskyRevert "allow lambdas in mapped_iterator"
2016-03-17 Mike Aizatskyallow lambdas in mapped_iterator
2016-03-17 Alexey Samsonov[Docs] Fix a typo.
2016-03-17 Tim Shen[PPC, FastISel] Fix ordered/unordered fcmp
2016-03-17 Lang Hames[Support] Add ExitOnError utility to support tools...
2016-03-17 Lang Hames[Support] Make Error::isA<T>() works on success values.
2016-03-17 Adam Nemet[LoopVectorize] Annotate versioned loop with noalias...
2016-03-17 Adam Nemet[LoopVersioning] Annotate versioned loop with noalias...
2016-03-17 Justin BognerBitcode: Error out instead of crashing on corrupt metadata
2016-03-17 Tim NorthoverARM: stop asserting on weird <3 x Ty> vectors in ISelLo...
2016-03-17 Kostya Serebryany[libFuzzer] deprecate several flags
2016-03-17 Kostya Serebryany[libFuzzer] add __attribute__((no_sanitize_memory)...
2016-03-17 Michael J.... [msan fix] unitalized variable
2016-03-17 Guozhi Wei[InstCombine] Combine A->B->A BitCast
2016-03-17 Sanjoy Das[Statepoints] Export a magic constant into a header...
2016-03-17 Filipe Cabecinhas[lit] Enqueue tests on a separate thread to not hit...
2016-03-17 Valery Pykhtin[AMDGPU] add VI disassembler tests. NFC.
2016-03-17 Petar Jovanovic[PowerPC] Disable CTR loops optimization for soft float...
2016-03-17 Derek Schuff[WebAssembly] Stackify code emitted by eliminateFrameIn...
2016-03-17 David Majnemer[COFF] Refactor section alignment calculation
2016-03-17 David MajnemerForgot to commit this with r263692
2016-03-17 Changpeng FangAMDGPU/SI: Do not generate s_waitcnt after ds_permute...
2016-03-17 Nicolai HaehnleAMDGPU: mark atomic instructions as sources of divergence
2016-03-17 Simon Pilgrim[X86][SSE] Simplified blend-with-zero combining
2016-03-17 Sanjay Patelpropagate 'unpredictable' metadata on select instructions
2016-03-17 Saleem AbdulrasoolARM: Revert SVN r253865, 254158, fix windows division
2016-03-17 Simon Atanasyan[llvm-objdump] Add REQUIRES x86 directive to fix buildbots
2016-03-17 Simon Atanasyan[llvm-objdump] Add '0x' prefix to a target displacement...
2016-03-17 Simon Atanasyan[mips] Use `formatImm` call to print immediate value...
2016-03-17 Scott Egerton[mips] Eliminate instances of "potentially uninitialise...
2016-03-17 Wilfred HughesRemove obselete reference to TypeResolve from the tutorial.
2016-03-17 Wilfred HughesMinor grammar fix in kaleidoscope tutorial.
2016-03-17 Wilfred HughesFurther typo fixes in kaleidoscope tutorial.
2016-03-17 Wilfred HughesFix typo in kaleidoscope tutorial.
2016-03-17 David Majnemer[yaml2obj, COFF] Correctly handle section alignment
2016-03-17 Sanjoy Das[Statepoints] Separate out logic for statepoint directi...
2016-03-17 Sanjoy Das[Statepoint] Remove unused header; NFC
2016-03-17 Sanjoy Das[Statepoints] Minor NFC cleanups
2016-03-17 Sanjoy Das[SelectionDAG] Remove visitStatepoint; NFC
2016-03-17 Pete CooperRequire allocator parameter to YAML traits.
2016-03-16 Sanjay Pateluse FileCheck for tighter checking
2016-03-16 Pete CooperAdd optional allocator to YAML code to avoid leaking...
2016-03-16 Sanjay Patelreduce check strings; no need to check IR comments
2016-03-16 Sanjay Pateluse FileCheck for tighter checking
2016-03-16 Chris BienemanUpgrade TBAA *before* upgrading intrinsics
2016-03-16 Sanjoy DasFix indentation; NFC
2016-03-16 Sanjoy DasExtract out a SelectionDAGBuilder::LowerAsStatepoint...
2016-03-16 Sanjay Pateluse FileCheck for tighter checking
2016-03-16 Sanjay Pateluse FileCheck for tighter checking
2016-03-16 Xinliang David LiVariable name cleanup /NFC
2016-03-16 James Y KnightTweak some atomics functions in preparation for larger...
2016-03-16 Sanjoy Das[SelectionDAG] Extract out populateCallLoweringInfo...
2016-03-16 Vedant Kumar[ProfileData] Make a utility method public, NFC
2016-03-16 Nicolai HaehnleAMDGPU: Prevent uniform loops from becoming infinite
2016-03-16 Colin LeMahieu[Hexagon] Adding missing break in switch statement...
2016-03-16 Chad Rosier[SLP] Make DataLayout a member variable.
2016-03-16 Geoff BerryRevert "[LSR] Create fewer redundant instructions."
2016-03-16 Simon PilgrimRemoved trailing whitespace
2016-03-16 Simon Pilgrim[X86] Reduced alignment of widened vector load/stores...
2016-03-16 Sanjay Pateladd checks for 'unpredictable' metadata preservation
2016-03-16 Sanjay Patelfix function names; NFC
2016-03-16 Evgeniy Stepanov[msan] Add a comment with a bug link.
2016-03-16 Geoff Berry[LSR] Create fewer redundant instructions.
2016-03-16 Simon Pilgrim[X86] Regenerated + extended widened vector conversion...
2016-03-16 Michel DanzerAMDGPU: Verify instructions in non-debug builds as...
2016-03-16 Michel DanzerAMDGPU/SI: Clean up indentation in SIInstrInfo::getDefa...
2016-03-16 Igor BregerAVX512BW: Fix SRA v64i8 lowering. Use PCMPGTM (cmp...
2016-03-16 Vedant Kumar[Bitcode] Add compatibility test for the 3.8 release
2016-03-16 Haicheng Wu[JumpThreading] See through Cast Instructions
2016-03-16 Lang Hames[Support] Update Error unit test to remove implementati...
2016-03-16 Lang Hames[Support] Add the 'Error' class for structured error...
2016-03-16 Simon Pilgrim[X86] Regenerated widen load tests
2016-03-16 Simon Pilgrim[X86][SSE41] Additional tests for extracting zeroable...
2016-03-15 Haicheng WuRevert "[JumpThreading] Simplify Instructions first...
2016-03-15 Justin Bognerllvm-bcanalyzer: Fix handling of attribute group entries
2016-03-15 Adam NemetTurn LoopLoadElimination on again
2016-03-15 Mike Aizatsky[libfuzzer] speeding up corpus load
2016-03-15 Bjorn SteinbrinkAlso handle the new Rust pers fn to isCatchAll()
2016-03-15 Bjorn SteinbrinkAdd Rust's personality function to the list of known...
2016-03-15 Evgeniy Stepanov[msan] Don't put module constructors in comdats.
2016-03-15 Mehdi AminiAdd missing error handling in llvm-lto
2016-03-15 Teresa Johnson[ThinLTO] Record all global variable defs in the summary
2016-03-15 Quentin Colombet[MIR] Add a test case for the diagnostic of a wrongly...
2016-03-15 Quentin Colombet[AArch64] Move GlobalISel test cases into a GlobalISel...
2016-03-15 Chris Bieneman[CMake] Add PACKAGE_VENDOR for customizing version...
2016-03-15 Adam Nemet[LV] Preserve LoopInfo when store predication is used
2016-03-15 Davide Italiano[MC] Rename TLSDESC as it's not ARM specific.
2016-03-15 Changpeng FangAMDGPU/SI: Implement GroupStaticSize Intrinsic for...
2016-03-15 Hemant Kulkarni[llvm-readobj] Impl GNU style printing of sections...
2016-03-15 Douglas KatzmanMyriad: Add new sparc CPU kinds.
2016-03-15 Benjamin Kramer[GlobalOpt] Don't look through aliases when sorting...
2016-03-15 Chad Rosier[SLP] Update comment to reflect reality. NFC.
2016-03-15 Nikolay Haustov[AMDGPU] Assembler: Update SOP* tests
next