platform/upstream/llvm.git
2016-08-15 Pavel LabathFixup r278524 for non-apple targets
2016-08-15 Sjoerd MeijerMachineLoop: add methods findLoopControlBlock and findL...
2016-08-15 James Molloy[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
2016-08-15 Prakhar Bahuguna[Thumb] Validate branch target for CBZ/CBNZ instructions.
2016-08-15 James Molloy[LSR] Don't try and create post-inc expressions on...
2016-08-15 Eugene Leviant[ELF] Do not add start and end symbols in case they...
2016-08-15 David Majnemer[CodeGen] Ignore unnamed bitfields before handling...
2016-08-15 David Majnemer[CodeGen] Correctly implement the AVX512 psABI rules
2016-08-15 Craig Topper[X86] PADDUSB/W instructions should be commutable.
2016-08-15 Craig Topper[X86] Mark some of the X86 SDNodes as commutative.
2016-08-15 Craig Topper[X86] X86ISD::FANDN is not commutative or associative.
2016-08-15 David Majnemer[ScopedNoAliasAA] collectMDInDomain should be a free...
2016-08-15 Richard Smithcxx_status: update features implemented in clang 3...
2016-08-15 Richard Smithcxx_status: mark decomposition declarations as "partial...
2016-08-15 Richard SmithDisable lambda-capture of decomposition declaration...
2016-08-15 Richard SmithAdd a triple to this test to make buildbots happier.
2016-08-15 David Majnemer[ScopedNoAliasAA] Only collect noalias nodes if we...
2016-08-15 David Majnemer[ScopedNoAliasAA] Replace !ScopeNodes.size() with Scope...
2016-08-15 David MajnemerRevert "[ScopedNoAliasAA] Remove an unneccesary set"
2016-08-15 Eric FiselierCheck in SFINAE base class for use in optional/variant
2016-08-15 Richard SmithP0217R3: code generation support for decomposition...
2016-08-15 David Majnemer[ScopedNoAliasAA] Remove an unneccesary set
2016-08-14 Richard SmithExplicitly generate a reference variable to hold the...
2016-08-14 Sanjay Patel[InstCombine] add test for missing vector icmp fold
2016-08-14 Eric FiselierAdd private option to change build dialect from C++11
2016-08-14 Sanjay Patel[InstCombine] add tests for vector icmp folds
2016-08-14 Sanjay Patel[InstCombine] add test for potentially missing vector...
2016-08-14 Sanjay Patel[InstCombine] add test for missing vector icmp fold
2016-08-14 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-14 Sanjay Patel[InstCombine] remove unnecessary function attributes...
2016-08-14 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-14 Sanjay Patel[InstCombine] add test for missing vector icmp fold
2016-08-14 Sanjay Patel[InstCombine] add test for missing vector icmp fold
2016-08-14 Craig Topper[AVX-512] Mark VPMADDWD as commutable to match SSE...
2016-08-14 Craig Topper[AVX-512] Add masked commutable floating point max...
2016-08-14 Craig Topper[AVX-512] Add masked logical operations to memory foldi...
2016-08-14 Igor Breger[AVX512] Fix VFPCLASSSD/VFPCLASSSS intrinsic lowering...
2016-08-14 Ed Masteelf-core: set powerpc vector byte order correctly
2016-08-14 Igor Bregerautogenerate checks
2016-08-14 Igor Breger[AVX512] Fix insertelement i1 lowering.
2016-08-14 Saleem AbdulrasoolRevert "gold: add a cast to appease std::max NFC"
2016-08-14 Diana PicusRevert "CodeGen: If Convert blocks that would form...
2016-08-14 Diana PicusRevert "Codegen: Don't tail-duplicate blocks with un...
2016-08-14 Sanjoy Das[IRCE] Change variable grouping; NFC
2016-08-14 Sanjoy Das[IRCE] Create llvm::Loop instances for cloned out loops
2016-08-14 Sanjoy Das[IRCE] Don't iterate on loops that were cloned out
2016-08-14 Sanjoy Das[IRCE] Add better DEBUG diagnostic; NFC
2016-08-14 Mehdi AminiFix bitcode auto-upgrade when using bitcode lazy loading
2016-08-13 Ron LiebermanFix unsupported relocation type R_HEX_6_X' for symbol...
2016-08-13 Mehdi AminiRevert "Fix bitcode auto-upgrade when using bitcode...
2016-08-13 Sanjoy Das[IRCE] Fix test case; NFC
2016-08-13 Sanjoy Das[IRCE] Be resilient in the face of non-simplified loops
2016-08-13 Mehdi AminiFix bitcode auto-upgrade when using bitcode lazy loading
2016-08-13 Mehdi AminiRevert "Revert "Invariant start/end intrinsics overload...
2016-08-13 Mehdi AminiRevert "Invariant start/end intrinsics overloaded for...
2016-08-13 Sanjoy Das[IRCE] Use dyn_cast instead of explicit isa/cast; NFC
2016-08-13 Sanjoy Das[IRCE] Use range-for; NFC
2016-08-13 Mehdi Amini[ADT] Add a reserve() method to DenseSet as well as...
2016-08-13 Mehdi AminiRevert "[ADT] Add a reserve method to DenseSet as well...
2016-08-13 Yaron KerenLimit DenseMap::setNumEntries input to 1<<31, in accord...
2016-08-13 Mehdi AminiAdd missing REQUIRES in sancov/print_coverage_pcs.test...
2016-08-13 Mehdi Amini[ADT] Add a reserve method to DenseSet as well as an...
2016-08-13 Sanjay Patel[x86] add tests to show missed 64-bit immediate merging
2016-08-13 Aditya KumarTest commit
2016-08-13 Craig Topper[X86] Add a check of isCommutable at the top of X86Inst...
2016-08-13 Craig Topper[AVX-512] Add isCommutable to scalar FMA3 instructions.
2016-08-13 Craig Topper[AVX-512] Add commutable flags to 132 form FMA3 instruc...
2016-08-13 Craig Topper[X86] Remove patterns for (vzmovl (insert_subvector...
2016-08-13 Craig Topper[AVX-512] Remove an AddedComplexity that was prioritizi...
2016-08-13 Craig Topper[AVX-512] Add patterns to support VZEXT_MOVL from 512...
2016-08-13 Teresa Johnson[PM] Port LoopDataPrefetch to new pass manager
2016-08-13 Matt ArsenaultAMDGPU: Fix not estimating MBB operand sizes correctly
2016-08-13 Matt ArsenaultAMDGPU: Fix missing test for addressing mode with odd...
2016-08-13 Matt ArsenaultAMDGPU/R600: Remove macros
2016-08-13 Hans WennborgFix more dereferenced end() iterators after r278532
2016-08-13 Eugene ZelenkoFix build broken after llvm/ADT/DenseMap.h replacement...
2016-08-13 Pete CooperConstify ValueTracking. NFC.
2016-08-13 Sanjoy Das[IndVars] Ignore (s|z)exts that don't extend the induct...
2016-08-13 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-13 Kostya Serebryany[libFuzzer] mention one more trophie in LLVM
2016-08-13 Justin Lebar[LSV] Use a set rather than an ArraySlice at the end...
2016-08-13 Justin Lebar[LSV] Use OrderedBasicBlock instead of rolling it ourse...
2016-08-13 Mehdi AminiFix ASAN failures in the demangler
2016-08-12 Justin LebarMinor comment fix ("generate" --> "generates").
2016-08-12 Hans WennborgX86: Fix another dereferenced end() iterator after...
2016-08-12 Dominic Chen[WebAssembly] Re-enable disabled debug value test
2016-08-12 Haicheng WuReapply [BranchFolding] Restrict tail merging loop...
2016-08-12 Dominic ChenAvoid accessing LLVM/DWARF register mappings if undefined
2016-08-12 Tim Shen[LoopVectorize] Detect loops in the innermost loop...
2016-08-12 Duncan P. N... X86: Stop dereferencing end() in X86FrameLowering:...
2016-08-12 Reid Kleckner[Inliner] Don't treat inalloca allocas as static
2016-08-12 Pete CooperAdd support to paternmatch for simple const Value cases.
2016-08-12 Tim Shen[ADT] Add filter_iterator for filtering elements
2016-08-12 Artem Belevich[NVPTX] Use untyped (.b) integer registers in PTX.
2016-08-12 Saleem Abdulrasoolgold: add a cast to appease std::max NFC
2016-08-12 Teresa Johnson[PM] BitcodeWriterPass should derive from PassInfoMixin
2016-08-12 David L KreitzerFixed typo.
2016-08-12 Krzysztof Parzyszek[Hexagon] Cleanup and standardize vector load/store...
2016-08-12 Kostya Serebryany[libFuzzer] fix typo in docs
2016-08-12 Eli Friedman[AArch64LoadStoreOptimizer] Check aliasing correctly...
next