platform/upstream/llvm.git
2016-09-06 Craig Topper[AVX-512] Fix v8i64 shift by immediate lowering on...
2016-09-06 Saleem AbdulrasoolCodeGen: ensure that libcalls are always AAPCS CC
2016-09-05 Craig Topper[AVX-512] Teach fastisel load/store handling to use...
2016-09-05 Craig Topper[X86] Update fast-isel store test to have more 256...
2016-09-05 Craig Topper[X86] Update fast-isel vector load test to have more...
2016-09-05 Sanjay Patelfix FileCheck variables for test added with r280677
2016-09-05 Gor Nishanov[Coroutines] Part12: Handle alloca address-taken
2016-09-05 Sanjay Patel[InstCombine] don't assert that division-by-constant...
2016-09-05 Sanjay Patel[InstCombine] revert r280637 because it causes test...
2016-09-05 Todd Fialaremove dependence of TestGdbRemoteExitCode.py on parent...
2016-09-05 Ahmed Bougacha[lit] Downgrade error to warning on gtest crashes durin...
2016-09-05 Craig Topper[AVX-512] Integrate mask register copying more complete...
2016-09-05 Ed SchoutenAdd support for targeting armv6-unknown-cloudabi-eabihf.
2016-09-05 Simon Pilgrim[X86][SSE] Add test cases for PR29078
2016-09-05 Simon Pilgrim[X86][SSE] Add test cases for PR29079
2016-09-05 Dimitry AndricAdd missing _US_ACTION_MASK constant to unwind.h
2016-09-05 Valentina GiustiIntel(R) Memory Protection Extensions (Intel(R) MPX...
2016-09-05 whitequarkCODE_OWNERS: bring my entry up to date
2016-09-05 Simon Atanasyan[ELF][MIPS] Support R_MIPS_TLS_DTPREL64 / R_MIPS_TLS_TP...
2016-09-05 Simon Atanasyan[ELF][MIPS] Support R_MIPS_TLS_DTPREL32 / R_MIPS_TLS_TP...
2016-09-05 Simon Atanasyan[ELF][MIPS] Do not create a hidden definition for __tls...
2016-09-05 Pavel LabathReplace uses of MIUtilParse::CRegexParser with llvm...
2016-09-05 Simon Pilgrim[X86][SSE] Regenerate odd shuffle tests with common...
2016-09-05 Oliver Stannard[SimplifyCFG] Add test for sinking inline asm in if...
2016-09-05 NAKAMURA Takumiclang/test/Modules/compiler_builtins_x86.c: Fix r280658.
2016-09-05 James MolloyAttempt to fix buildbots not targetting x86
2016-09-05 Dmitry Vyukovasan: allow __asan_{before,after}_dynamic_init without...
2016-09-05 Benjamin Kramer[WebAssembly] Unbreak the build.
2016-09-05 Valery Pykhtin[AMDGPU] Refactor FLAT TD instructions
2016-09-05 Michael KruseAdd check-polly-tests build target.
2016-09-05 Kirill Bobyrev[clang-rename] Add comment after namespace closing
2016-09-05 Pavel LabathAdd default_packet_timeout key to the new TestGdbRemote...
2016-09-05 James Molloy[Thumb1] Add relocations for fixups fixup_arm_thumb_...
2016-09-05 Igor Breger[AVX512] Fix v8i1 /v16i1 zext + bitcast lowering patter...
2016-09-05 Craig Topper[X86] Make some static arrays of opcodes const and...
2016-09-05 Craig Topper[AVX-512] Simplify X86InstrInfo::copyPhysReg for 128...
2016-09-05 Craig Topper[Target] Remove the AvailableRegClasses vector from...
2016-09-05 Gor Nishanov[Coroutines] Part11: Add final suspend handling.
2016-09-05 Craig Topper[X86] Add AVX and AVX512 command lines to the vec_ss_lo...
2016-09-05 Craig Topper[X86] Remove FsVMOVAPSrm/FsVMOVAPDrm/FsMOVAPSrm/FsMOVAP...
2016-09-05 Marshall ClowFix Bug 30240 - std::string: append(first, last) error...
2016-09-05 Peter Zotov[CMake] [OCaml] Allow building OCaml bindings out of...
2016-09-05 NAKAMURA Takumilit/util.py: Another fix for py3.
2016-09-04 Kirill Bobyrev[clang-rename] Enforce LLVM policy about braces around...
2016-09-04 Kirill Bobyrev[clang-rename] add failing test
2016-09-04 Kirill Bobyrev[clang-rename] Fix Clang-tidy and IWYU warnings; other...
2016-09-04 Sanjay Patel[InstCombine] allow icmp (and X, C2), C1 folds for...
2016-09-04 Craig Topper[AVX-512] Add EVEX encoded scalar FMA intrinsic instruc...
2016-09-04 Craig Topper[AVX-512] Remove 128-bit and 256-bit masked floating...
2016-09-04 Simon Pilgrim[X86] Regenerate x64 mmx/f64 return value tests
2016-09-04 Craig Topper[AVX-512] Remove 128-bit and 256-bit masked floating...
2016-09-04 Lang Hames[ORC] Clone module flags metadata into the globals...
2016-09-04 Simon Pilgrim[X86] Regenerate trunc-store legalization test
2016-09-04 Simon Atanasyan[ELF][MIPS] Do not emit DT_REL[A]COUNT for MIPS targets
2016-09-04 Simon Pilgrim[X86][SSE] Regenerate fcmp/uitofp combine tests
2016-09-04 Lang Hames[ORC] Fix an unfinished comment.
2016-09-04 Sanjay Patel[InstCombine] recode icmp fold in a vector-friendly...
2016-09-04 Hal Finkel[PowerPC] During branch relaxation, recompute padding...
2016-09-04 Igor Bregerrevert r279960.
2016-09-04 Simon PilgrimEOL fixes
2016-09-04 Simon PilgrimStrip trailing whitespace
2016-09-04 Joerg SonnenbergerTest case for r280607 to check presence and sanity...
2016-09-04 Kuba Brecka[libcxx] Fix a data race in call_once
2016-09-04 Chandler Carruth[PM] Revert r280447: Add a unittest for invalidating...
2016-09-04 Chandler Carruth[LCG] Clean up and make NDEBUG verify calls more rigoro...
2016-09-04 Chandler Carruth[LCG] A NFC refactoring to extract the logic for doing
2016-09-04 Dorit Nuzman[InstCombine] Preserve llvm.mem.parallel_loop_access...
2016-09-04 Lang Hames[ExecutionEngine] Move ObjectCache::anchor from MCJIT...
2016-09-04 Dorit NuzmanTest commit.
2016-09-04 Hal Finkel[PowerPC] Zero-extend constants in FastISel
2016-09-04 Elad Cohen[Modules] Add 'freestanding' to the 'requires-declarati...
2016-09-04 Eric FiselierApply curr_symbol.pass.cpp test fix to missed test...
2016-09-04 Craig Topper[AVX-512] Remove masked integer add/sub/mull intrinsics...
2016-09-04 Joseph TremouletFix inliner funclet unwind memoization
2016-09-04 Joerg SonnenbergerTrailing dot that shouldn't have been committed.
2016-09-04 Eric FiselierFix bad locale test data when using the newest glibc
2016-09-04 Joerg SonnenbergerPR 27200: Fix names of the atomic lock-free macros.
2016-09-04 Todd FialaXFAIL TestGdbRemoteExitCode failing tests
2016-09-04 Marshall ClowMark test as XFAIL for C++03, rather than providing...
2016-09-04 Todd Fiala[NFC] Darwin llgs support from Week of Code
2016-09-03 Craig Topper[X86] Combine some of the strings in autoupgrade code.
2016-09-03 Xinliang David LiCleanup : Use metadata preserving API for branch creation
2016-09-03 Tobias GrosserScopInfo: Do not derive assumptions from all GEP pointe...
2016-09-03 Xinliang David Li[Profile] preserve branch metadata lowering select...
2016-09-03 Mehdi AminiFix ThinLTO crash with debug info
2016-09-03 Simon PilgrimStrip trailing whitespace
2016-09-03 Craig Topper[AVX-512] Remove masked integer mullo builtins and...
2016-09-03 Craig Topper[AVX-512] Remove masked integer add/sub builtins and...
2016-09-03 Matt ArsenaultAMDGPU: Set sizes of spill pseudos
2016-09-03 Matt ArsenaultAMDGPU: Fix adding duplicate implicit exec uses
2016-09-03 Craig Topper[AVX-512] Add integer ADD/SUB instructions to load...
2016-09-03 Craig Topper[AVX-512] Mark EVEX encoded vpcmpeq as commutable just...
2016-09-03 Aaron BallmanFix the attribute documentation build.
2016-09-03 Nicolai HaehnleAMDGPU: Reduce the duration of whole-quad-mode
2016-09-03 Nicolai HaehnleAMDGPU: Fix an interaction between WQM and polygon...
2016-09-03 Eric FiselierFix PR30202 - notify_all_at_thread_exit seg faults...
2016-09-03 Niels Ole SalscheiderReplace the Radeon GCN GPU family names by more descrip...
2016-09-03 Matt ArsenaultAMDGPU: Do basic folding of class intrinsic
2016-09-03 Eric Fiseliermemory_resource still needs init_priority when built...
2016-09-03 Matt ArsenaultAMDGPU: Fix spilling of m0
next