OSDN Git Service

android-x86/external-llvm.git
2017-08-15 Lang Hames[ORC] Add case statements for AArch64 to the local...
2017-08-15 Sanjay Patel[InstCombine] add tests for sext+ashr; NFC
2017-08-15 Rui UeyamaFix -Wunused-lambda-capture for Release build.
2017-08-15 George Rimar[llvm-dwarfdump] - Attemp to fix BB after r310915.
2017-08-15 Steven Wu[Doc] Update LangRef for new Module Flag Behavior
2017-08-15 George Rimar[llvm-dwarfdump] - Refactor section name/uniqueness...
2017-08-15 Daniel SandersRevert r310919 - [globalisel][tablegen] Support zero...
2017-08-15 Daniel SandersRe-commit with some instrumentation: [globalisel][table...
2017-08-15 George Rimar[DebugInfo] - Attemp to fix BB after r310915.
2017-08-15 Alex Bradbury[RISCV] Add RISCVInstPrinter and basic MC assembler...
2017-08-15 George Rimar[llvm-dwarfdump] - Print section name and index when...
2017-08-15 Alex Bradbury[RISCV] Recognize new relocation types
2017-08-15 Ayal Zaks[LV] Minor savings to Sink casts to unravel first order...
2017-08-15 Frederich MunchPropagate error in LazyEmittingLayer::removeModule.
2017-08-15 Dinar Temirbulatov[SLPVectorizer] Replace VL[0] to VL0 with assert, add...
2017-08-14 Petr Hosek[CMake] Add install target for LLVMFuzzer
2017-08-14 Dehao ChenAdd missing dependency in ICP. (NFC)
2017-08-14 Jessica Paquette[MachineOutliner] Only outline candidates of length...
2017-08-14 Craig Topper[InstSimplify] Teach decomposeBitTestICmp to handle...
2017-08-14 Reid KlecknerRemove checks for debug info intrinsics in use lists...
2017-08-14 John Baldwin[MIPS] Implement support for -mstack-alignment.
2017-08-14 Craig TopperRecommit r310869, "[InstSimplify][InstCombine] Modify...
2017-08-14 Chandler Carruth[InlineCost] Refactor the checks for different analyses...
2017-08-14 Andrew KaylorAdd strictfp attribute to prevent unwanted optimization...
2017-08-14 Kostya Serebryany[libFuzzer] try to use less RAM while processing the...
2017-08-14 Kostya Serebryany[libFuzzer] explicitly use -fsanitize-coverage=trace...
2017-08-14 Matt ArsenaultIPRA: Allow target to enable IPRA by default
2017-08-14 Matt ArsenaultIPRA: Run RegUsageInfoPropagate much later
2017-08-14 Craig TopperRevert r310869 "[InstSimplify][InstCombine] Modify...
2017-08-14 Craig TopperRevert r310870 "[InstCombine][InstSimplify] 'git add...
2017-08-14 Craig Topper[InstCombine][InstSimplify] 'git add' two files that...
2017-08-14 Craig Topper[InstSimplify][InstCombine] Modify the interface of...
2017-08-14 Craig Topper[InstSimplify] Add some tests cases for selects with...
2017-08-14 Lei Huang[PowerPC] Add codegen for VSX word extract convert...
2017-08-14 Aditya Nandakumar[GISel]: Add some helper constructors to MIRBuilder
2017-08-14 Hal Finkel[ValueTracking] Don't delete assumes of side-effectful...
2017-08-14 Simon DardisRevert "Reland "[mips][mt][6/7] Add support for mftr...
2017-08-14 Sanjay Patel[x86] fold the mask op on 8- and 16-bit rotates
2017-08-14 Dinar Temirbulatov[SLPVectorizer] Schedule bundle with different opcodes.
2017-08-14 Craig Topper[X86] Fix a place that was mishandling X86ISD::UMUL.
2017-08-14 Craig Topper[X86] Remove flag setting ISD nodes from computeKnownBi...
2017-08-14 Craig Topper[AVX512] Make the itinerary parameter actually pass...
2017-08-14 Craig Topper[AVX512] Remove leftover code for when i1 was a legal...
2017-08-14 Sanjay Patel[BDCE] reduce scope of an assert (PR34179)
2017-08-14 Simon DardisReland "[mips][mt][6/7] Add support for mftr, mttr...
2017-08-14 Amaury Sechet[DAGCombine] Do not try to deduplicate commutative...
2017-08-14 Elad Cohen[SelectionDAG] combine vextract (v1iX extract_subvector...
2017-08-14 Sean Eveson[llvm-cov] Add an option which maps the location of...
2017-08-14 Balaram MakamMachineInstr: Reason locally about some memory objects...
2017-08-14 Sam Parker[LoopUnroll] Enable option to peel remainder loop
2017-08-14 Sam Parker[AArch64] Remove unused MC function
2017-08-14 Elad CohenRevert "[DAGCombiner] Extending pattern detection for...
2017-08-14 Chandler Carruth[ValueTracking] Revert r310583 which enabled functional...
2017-08-14 Craig Topper[AVX-512] Add hasSideEffects = 0 to the 8-bit and 16...
2017-08-14 Craig Topper[X86] Remove unused argument from the vextract_for_size...
2017-08-14 Craig Topper[AVX512] Remove comment I should have removed in r31080...
2017-08-14 Brian Gesiak[opt-viewer] Listify `dict_items` for Py3 indexing
2017-08-14 Chandler Carruth[PowerPC] Revert r310346 (and followups r310356 & r3104...
2017-08-14 Craig Topper[AVX512] Simplify the instruction defintion for VEXTRAC...
2017-08-14 Javed Absar[ARM] Tidy-up Cortex-A15 DPR-SPR optimizer implementation
2017-08-14 Craig Topper[InstCombine] Simplify and inline FoldOrWithConstants...
2017-08-13 Simon Pilgrim[X86][BMI] Add BEXTR demanded bits test cases (PR34042)
2017-08-13 Craig Topper[X86] Fix typo from r310794. Index = 0 should have...
2017-08-13 Craig Topper[X86] Remove unused pattern fragment that referenced...
2017-08-13 Martin Storsjo[COFF, ARM64] Use '//' as comment character in assembly...
2017-08-13 Alex BradburyRemove RISCV from LLVM_ALL_TARGETS in CMakeLists.txt
2017-08-13 Craig Topper[AVX512] Correct isExtractSubvectorCheap so that it...
2017-08-13 Craig Topper[X86][ARM][TargetLowering] Add SrcVT to isExtractSubvec...
2017-08-13 Gadi Haber[X86][SandyBridge] Additional updates to the SNB instru...
2017-08-13 Simon Pilgrim[X86][AVX512] Added additional shuffle+trunc test case.
2017-08-13 Simon Pilgrim[X86][TBM] Add tests showing failure to fold RFLAGS...
2017-08-13 Coby Tayree[X86][AsmParser][AVX512] Error appropriately when K0...
2017-08-13 Simon Pilgrim[X86][TBM] Regenerate bextri intrinsics tests. NFCI.
2017-08-13 Guy Blank[X86][AVX512] Add combine for TESTM
2017-08-12 Craig Topper[X86] Early out of combineInsertSubvector for mask...
2017-08-12 Craig Topper[X86] Fix bad comment. NFC
2017-08-12 Craig Topper[X86] When handling addcarry intrinsic, create the...
2017-08-12 Simon Pilgrim[DAGCombiner] Extending pattern detection for vector...
2017-08-12 Florian Hahn[Triple] Add isThumb and isARM functions.
2017-08-12 Simon Pilgrim[X86] Regenerate merge store tests. NFCI.
2017-08-12 Sanjay Patel[BDCE] clear poison generators after turning a value...
2017-08-12 Sylvestre LedruFix some minor typos in the llvm XRay exemple
2017-08-11 Richard SmithD36604: PR34148: Do not assume we can use a copy reloca...
2017-08-11 Kostya Serebryany[libFuzzer] experimental support for Clang's coverage...
2017-08-11 Sanjay Patel[x86] add tests for rotate left/right with masked shift...
2017-08-11 John Baldwin[MIPS] Use ABI to determine stack alignment.
2017-08-11 Sanjay Patel[x86] regenerate test checks, add 64-bit run; NFC
2017-08-11 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize-use-using...
2017-08-11 Zachary TurnerFix some broken tests.
2017-08-11 Eli Friedman[OptDiag] Updating Remarks in SampleProfile
2017-08-11 Craig Topper[X86] Don't use fsin/fcos/fsincos instructions ever
2017-08-11 Rafael EspindolaFix access to undefined weak symbols in pic code
2017-08-11 Zachary TurnerOutput S_SECTION symbols to the Linker module.
2017-08-11 Matt ArsenaultAMDGPU: Start adding tail call support
2017-08-11 Kostya Serebryany[libFuzzer] recommend Clang Coverage for coverage visua...
2017-08-11 George Karpenkov[libFuzzer] Re-enable coverage.test on Darwin.
2017-08-11 Daniel SandersRevert r310716 (and r310735): [globalisel][tablegen...
2017-08-11 Zachary TurnerAdd documentation for llvm-pdbutil.
2017-08-11 Zachary Turner[LLD/PDB] Write actual records to the globals stream.
2017-08-11 John Baldwin[mips] clang-format MipsSubtarget.cpp.
next