platform/upstream/llvm.git
2016-09-12 Sanjay Patel[InstCombine] add test for PR30327
2016-09-12 Sanjay Patel[InstCombine] regenerate checks
2016-09-12 Elena DemikhovskyAVX-512: Added a test for -O0 mode. NFC.
2016-09-12 Jonathan PeytonFix bitmask upper bounds check
2016-09-12 Elena DemikhovskyAVX-512: Simplified masked_gather_scatter test. NFC.
2016-09-12 Todd Fialafix Xcode build after r281226
2016-09-12 Michael KruseRemove -fvisibility=hidden and FORCE_STATIC.
2016-09-12 Richard SmithDiagnostics reference: "error:" should be red, not...
2016-09-12 Hemant KulkarniFix test failure in r281232
2016-09-12 Jason Henline[SE] Clean up device and host memory slices
2016-09-12 Lang Hames[MCJIT] Fix some inconsistent handling of name mangling...
2016-09-12 Filipe Cabecinhas[asan] Ease dealing with tagged enum ErrorDescription...
2016-09-12 Filipe Cabecinhas[asan] Cleanup: Move tid into ErrorBase, add const...
2016-09-12 Roman GareevStore the size of the outermost dimension in case of...
2016-09-12 Hemant Kulkarnillvm-size: Add --totals option
2016-09-12 Hemant Kulkarnillvm-objdump: Add --start-address and --stop-address...
2016-09-12 Sanjay Patel[InstCombine] use m_APInt to allow icmp X, C folds...
2016-09-12 Nicolai HaehnleAMDGPU: Do not clobber SCC in SIWholeQuadMode
2016-09-12 Ahmed Bougacha[GlobalISel] Fix mismatched "<..)" in intrinsic MO...
2016-09-12 James MolloyRevert "[ARM] Promote small global constants to constan...
2016-09-12 Jonathan RoelofsTrivial documentation fix regarding Obj-C ARC objc_arc_...
2016-09-12 Pavel LabathMove StdStringExtractor to tools/debugserver
2016-09-12 Jason Henline[SE] RegisteredHostMemory for async device copies
2016-09-12 Ahmed Bougacha[BranchFolding] Unique added live-ins after hoisting...
2016-09-12 Ahmed Bougacha[X86] Copy imp-uses when folding tailcall into conditio...
2016-09-12 Rafael EspindolaSimplify handling of /DISCARD/. NFC.
2016-09-12 David Majnemer[FunctionAttrs] Don't try to infer returned if it is...
2016-09-12 Sanjay Patelfix formatting; NFC
2016-09-12 Sanjay Patel[InstCombine] add tests to show missing vector folds
2016-09-12 Igor Bregeradd select i1 test, reproduser pr30249.
2016-09-12 Sanjay Patel[InstCombine] add helper function for foldICmpUsingKnow...
2016-09-12 Sam Kolton[AMDGPU] Assembler: Move disabled SDWA and DPP instruct...
2016-09-12 James Molloy[Thumb] Teach ISel how to lower compares of AND bitmask...
2016-09-12 Sanjay Patelfix formatting/typos; NFC
2016-09-12 James Molloy[ARM] Promote small global constants to constant pools
2016-09-12 Chad Rosier[LoopInterchange] Improve debug output. NFC.
2016-09-12 Pablo BarrioFix the Thumb test for vfloat intrinsics
2016-09-12 Rafael EspindolaStore an ArrayRef for Data in InputSectionData.
2016-09-12 Rafael EspindolaRevert "Revert "Compact InputSectionData from 64 to...
2016-09-12 Rafael EspindolaDefine a dummy zlib::uncompress when zlib is not available.
2016-09-12 Tim NorthoverGlobalISel: support translation of global addresses.
2016-09-12 Daniel Marjamaki[clang-tidy] readability-misplaced-array-index: add...
2016-09-12 Tim NorthoverGlobalISel: translate GEP instructions.
2016-09-12 Tim NorthoverGlobalISel: disambiguate types when printing MIR
2016-09-12 Daniel Jasperclang-format: Make emacs integration work with narrowed...
2016-09-12 Eugene Leviant[ELF/AArch64] Implement some UABS relocs
2016-09-12 Eric LiuFix WebAssembly broken build related to interface chang...
2016-09-12 Martin Bohme[CFG] Add iterator_ranges to CFG and CFGBlock.
2016-09-12 Ilia KAdd MiSyntaxTestCase.test_lldbmi_output_grammar test...
2016-09-12 Richard SmithAdd virtual destructor (necessary due to the switch...
2016-09-12 Richard SmithAttempt #3 to placate MSVC.
2016-09-12 Elena DemikhovskyAVX-512: Added a test case that should be optimized...
2016-09-12 Richard SmithAttempt #2 to placate MSVC
2016-09-12 Richard SmithAttempt to placate MSVC.
2016-09-12 Tobias GrosserGPGPU: Bail out gracefully in case of invalid IR
2016-09-12 Richard SmithAdd a mode to clang-tblgen to generate reference docume...
2016-09-12 Ilia KFix about a dozen compile warnings
2016-09-12 NAKAMURA Takumillvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll...
2016-09-12 David Majnemer[MS ABI] Add /include directives for dynamic TLS
2016-09-12 Duncan P. N... MC: Move MCSection::begin/end to header, NFC
2016-09-12 Sanjay Patel[InstCombine] add helper function for folding {and...
2016-09-12 Sanjay Patel[InstCombine] regenerate checks
2016-09-12 Sanjay Patel[InstCombine] regenerate checks
2016-09-11 Duncan P. N... ADT: Never allocate nodes in iplist<> and ilist<>
2016-09-11 Duncan P. N... ADT: Fix build after r281182
2016-09-11 Duncan P. N... ADT: Add AllocatorList, and use it for yaml::Token
2016-09-11 Duncan P. N... Analysis: Only allow the move-constructor for IVUsers
2016-09-11 Craig Topper[TwoAddressInstruction] When commuting an instruction...
2016-09-11 Asiri Rathnayake[libcxx] Introduce an externally-threaded libc++ variant.
2016-09-11 Lang Hames[ORC] Update examples for header changes in r281171.
2016-09-11 Duncan P. N... ScalarOpts: Use std::list for Candidates, NFC
2016-09-11 Duncan P. N... ScalarOpts: Sort includes, NFC
2016-09-11 Duncan P. N... ADT: Remove ilist_iterator::reset(), NFC
2016-09-11 Lang Hames[ORC] Fix the RPC unit test for header changes in r281171.
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 Tobias GrosserAdd missing 'REQUIRES' line
2016-09-11 Tobias GrosserGPGPU: Do not fail in case of arrays never accessed
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 Tobias GrosserGPURuntime: ensure compilation with C99
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-11 Saleem AbdulrasoolCodeGen: remove unnecessary else case
2016-09-10 Sjoerd MeijerMCInstrDesc: Flags (uint64_t) was checked using (1...
2016-09-10 Davide Italiano[MachO] Remove code accidentally cut'n'pasted 3 times.
2016-09-10 Arnold SchwaighoferIt should also be legal to pass a swifterror parameter...
next