OSDN Git Service

android-x86/external-llvm.git
2016-09-11 Duncan P. N... CodeGen: Give MachineBasicBlock::reverse_iterator a...
2016-09-11 Lang Hames[ORC] Rename RPCChannel to RPCByteChannel. NFC.
2016-09-11 Duncan P. N... CodeGen: Assert that bundle iterators are valid
2016-09-11 Duncan P. N... Fix the modules build after r281167
2016-09-11 Duncan P. N... CodeGen: Turn on sentinel tracking for MachineInstr...
2016-09-11 Duncan P. N... ADT: Add sentinel tracking and custom tags to ilists
2016-09-11 Igor Breger[AVX512] Fix pattern for vgetmantsd and all other instr...
2016-09-11 James MolloyFixup failing debuginfo test for change in SimplifyCFG.
2016-09-11 James Molloy[SimplifyCFG] Be even more conservative in SinkThenElse...
2016-09-11 James Molloy[AArch64] Fixup test after r281160
2016-09-11 James Molloy[SimplifyCFG] Harden up the profitability heuristic...
2016-09-11 Craig Topper[CodeGen] Make the TwoAddressInstructionPass check...
2016-09-11 Craig Topper[AVX-512] Add test cases to demonstrate opportunities...
2016-09-11 Craig Topper[AVX-512] Add VPTERNLOG to load folding tables.
2016-09-11 Craig Topper[X86] Side effecting asm in AVX512 integer stack foldin...
2016-09-11 Craig Topper[X86] Make a helper method into a static function local...
2016-09-11 Justin LebarAdd handling of !invariant.load to PropagateMetadata.
2016-09-11 Justin Lebar[NVPTX] Use ldg for explicitly invariant loads.
2016-09-11 Justin Lebar[CodeGen] Split out the notions of MI invariance and...
2016-09-10 Sjoerd MeijerMCInstrDesc: Flags (uint64_t) was checked using (1...
2016-09-10 Arnold SchwaighoferIt should also be legal to pass a swifterror parameter...
2016-09-10 Vedant Kumar[llvm-cov] Move the 'jump to first unexecuted line...
2016-09-10 Vedant Kumar[llvm-cov] Minor visual tweaks for html reports
2016-09-10 Arnold SchwaighoferInstCombine: Don't combine loads/stores from swifterror...
2016-09-10 Arnold SchwaighoferAdd an isSwiftError predicate to Value
2016-09-10 Duncan P. N... ADT: Move ilist_node_access to ilist_detail::NodeAccess...
2016-09-10 Duncan P. N... ADT: Use typedefs for ilist_base and ilist_node_base...
2016-09-10 Sanjay Patel[InstCombine] clean up foldICmpBinOpEqualityWithConstan...
2016-09-10 Sanjay Patel[InstCombine] rename and reorganize some icmp folding...
2016-09-10 Arnold SchwaighoferWe also need to pass swifterror in R12 under swiftcc...
2016-09-10 Valery Pykhtin[AMDGPU] Refactor MUBUF/MTBUF instructions
2016-09-10 Teresa Johnson[gold/LTO] Add test case for r281134
2016-09-10 Teresa Johnson[LTO] Handle null GV in Symbol object
2016-09-10 Heejin Ahn[WebAssembly] Fix typos in comments
2016-09-10 Kostya Serebryany[libFuzzer] print a failed-merge warning only in the...
2016-09-10 Matt ArsenaultAMDGPU: Implement is{LoadFrom|StoreTo}FrameIndex
2016-09-10 Matt ArsenaultAMDGPU: Fix scheduling info for spill pseudos
2016-09-10 Vitaly Buka[asan] Add flag to allow lifetime analysis of problemat...
2016-09-10 Justin Lebar[CodeGen] Rename MachineInstr::isInvariantLoad to isDer...
2016-09-10 Kostya Serebryany[libFuzzer] don't print help for internal flags
2016-09-10 Kostya Serebryany[libFuzzer] print a visible message if merge fails...
2016-09-10 Vedant KumarRemove dead code in the SelectionDAG headers (NFC)
2016-09-09 Matt ArsenaultAMDGPU: Fix immediate folding logic when shrinking...
2016-09-09 Arnold SchwaighoferInliner: Don't mark swifterror allocas with lifetime...
2016-09-09 Hans WennborgX86: Fold tail calls into conditional branches also...
2016-09-09 Matt ArsenaultAMDGPU: Run LoadStoreVectorizer pass by default
2016-09-09 Kostya Serebryany[libFuzzer] use sizeof() in tests instead of 4 and 8
2016-09-09 Matt ArsenaultLSV: Fix incorrectly increasing alignment
2016-09-09 Davide Italiano[gold] Test that we handle invalid directory correctly.
2016-09-09 Sanjay Patel[InstCombine] use m_APInt to allow icmp ult X, C folds...
2016-09-09 Kostya Serebryany[libFuzzer] one more puzzle for value profile
2016-09-09 Simon Pilgrim[X86][XOP] Fix VPERMIL2PD mask creation on 32-bit targets
2016-09-09 Krzysztof Parzyszek[Hexagon] Fix disassembler crash after r279255
2016-09-09 Michael Kuperstein[X86] Regenerate test. NFC.
2016-09-09 Justin LebarEnable in-tree builds of parallel-libs.
2016-09-09 Arnold SchwaighoferCreate phi nodes for swifterror values at the end of...
2016-09-09 Justin Lebar[NVPTX] Implement llvm.fabs.f32, llvm.max.f32, etc.
2016-09-09 Saleem AbdulrasoolARM: move the builtins libcall CC setup
2016-09-09 Michael Gottesman[cmake] Fix a stale comment from an earlier version...
2016-09-09 Michael Gottesman[cmake] Export gtest/gtest_main and its dependencies...
2016-09-09 Rafael EspindolaAdd a lower level zlib::uncompress.
2016-09-09 Wei DingAMDGPU : Fix mqsad_u32_u8 instruction incorrect data...
2016-09-09 Tom StellardAMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr()...
2016-09-09 Zachary Turner[pdb] Print out some more info when dumping a raw stream.
2016-09-09 Vedant Kumar[llvm-cov] Remove some asserts in the html renderer...
2016-09-09 Dehao ChenDo not widen load for different variable in GVN.
2016-09-09 Rui UeyamaFix another -Wunused-variable for non-assert build.
2016-09-09 Vedant Kumar[llvm-cov] Try to fix the native_separators.c test...
2016-09-09 Zachary Turner[pdb] Add command line options for dumping individual...
2016-09-09 Rui UeyamaFix -Wunused-variable for non-assert build.
2016-09-09 Zachary Turner[pdb] Pass CVRecord's through the visitor as non-const...
2016-09-09 Kostya Serebryany[libFuzzer] one more puzzle, value_profile cracks it...
2016-09-09 Zachary Turner[pdb] Write PDB TPI Stream from Yaml.
2016-09-09 Vedant Kumar[llvm-cov] Handle native paths correctly in the text...
2016-09-09 Aaron BallmanMove the ocaml_all target into the Misc folder for...
2016-09-09 Reid Kleckner[codeview] Don't assert if the array element type is...
2016-09-09 Vedant Kumar[Bitcode] Add compatibility test for the 3.9 release
2016-09-09 Sanjay Patel[InstCombine] add tests to show pattern matching failur...
2016-09-09 Justin LebarAttempt to fix static_asserts in SelectionDAGNodes...
2016-09-09 Justin Lebar[SelectionDAG] Fix two issues with SDNode::getRawSubcla...
2016-09-09 Sam KoltonAMDGPU] Assembler: better support for immediate literal...
2016-09-09 Chris Dewhurst[Sparc][LEON] Removed the parts of the errata fixes...
2016-09-09 James Molloy[ARM] ADD with a negative offset can become SUB for...
2016-09-09 James Molloy[ARM] icmp %x, -C can be lowered to a simple ADDS or CMN
2016-09-09 Simon Pilgrim[SelectionDAG] Ensure DAG::getZeroExtendInReg is called...
2016-09-09 James Molloy[Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0)
2016-09-09 Tim NorthoverGlobalISel: remove G_TYPE and G_PHI
2016-09-09 Tim NorthoverGlobalISel: fix comments and add assertions for valid...
2016-09-09 Tim NorthoverGlobalISel: move type information to MachineRegisterInfo.
2016-09-09 Simon DardisRevert "[mips] Fix c.<cc>.<fmt> instruction definition."
2016-09-09 Sam Kolton[AMDGPU] Assembler: rename amd_kernel_code_t asm names...
2016-09-09 James Molloy[Thumb1] Teach optimizeCompareInstr about thumb1 compares
2016-09-09 Sam Kolton[AMDGPU] Assembler: match e32 VOP instructions before...
2016-09-09 Simon Dardis[mips] Fix c.<cc>.<fmt> instruction definition.
2016-09-09 Chris Dewhurst[Sparc][LEON] Unit test for CASA instruction supported...
2016-09-09 Gor Nishanov[Coroutines] Part13: Handle single edge PHINodes across...
2016-09-09 Amaury SechetRationalise the attribute getter/setter methods on...
2016-09-09 Kostya Serebryany[libFuzzer] improve -print_pcs to not print new PCs...
2016-09-09 Kostya Serebryany[libFuzzer] remove unneeded call
2016-09-09 Craig Topper[AVX-512] Add VPCMP instructions to the load folding...
next