platform/upstream/llvm.git
2016-07-14 Simon Pilgrim[X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combi...
2016-07-14 Ben LangmuirRemove the new module cache from the index-module test
2016-07-14 Adam Nemet[LoopDist] Fix typo in diagnostic
2016-07-14 Etienne Bergeron[asan] Avoid hooking memchr() on Windows64
2016-07-14 Paul RobinsonC does not have inline variables.
2016-07-14 Etienne Bergeronaddress comments in: https://reviews.llvm.org/D22363
2016-07-14 Etienne Bergeron[compiler-rt] Fix missing argument in asan unittest
2016-07-14 Richard SmithAdd test inputs missed by r275481.
2016-07-14 Etienne Bergeron[compiler-rt] Add more assembly patterns for interception
2016-07-14 Etienne Bergeron[compiler-rt] Add internal wcslen to avoid crashing...
2016-07-14 Tim Northoverllvm-objdump: handle stubbed and malformed dylibs better
2016-07-14 Etienne Bergeron[compiler-rt] Fix missing frame with stackwalking on...
2016-07-14 Kate StoneLLDB help content has accumulated over time without...
2016-07-14 Alina SbirleaAdd runtime support for __cpu_model (__builtin_cpu_supp...
2016-07-14 Ekaterina Romanova[GVN] Fold constant expression in GVN.
2016-07-14 Kate StoneEditing multi-line content in a terminal environment...
2016-07-14 Richard Smith[modules] Don't pass interesting decls to the consumer...
2016-07-14 Peter CollingbourneCOFF: Update remaining #include paths.
2016-07-14 Todd Fialaremoved darwin_log.py file from previous check-in
2016-07-14 Peter CollingbourneELF: Update #include path for D22173.
2016-07-14 Peter CollingbourneMove legacy LTO interface headers to legacy/ directory.
2016-07-14 Vitaly BukaReplace -mllvm -asan-use-after-scope=1 with -fsanitize...
2016-07-14 Teresa Johnson[ThinLTO/gold] Perform index-based weak/linkonce resolution
2016-07-14 Matthew Simpson[LV] Rename StrideAccesses to AccessStrideInfo (NFC)
2016-07-14 Todd Fialafix command-line LLDB so NSLog messages show up
2016-07-14 Matthew Simpson[LV] Allow interleaved accesses in loops with predicate...
2016-07-14 Sanjay Pateldon't repeat function names in comments; NFC
2016-07-14 Lang Hames[Object] Change Archive::findSym to return an Expected...
2016-07-14 Davide Italiano[SCCP] Pass the Solver by reference, copies are expensi...
2016-07-14 Mehdi AminiAdd recently added TargetOptions::EnableIPRA member...
2016-07-14 Argyrios Kyrtzidis[arcmt/objcmt] Fix ParentMap crash with invalid code.
2016-07-14 Sanjoy Das[ValueTracking] Use Instruction::getFunction; NFC
2016-07-14 Ben LangmuirAttempt to workaround Windows bots after my previous...
2016-07-14 Justin Lebars/constexpr/LLVM_CONSTEXPR in AArch64InstrInfo.cpp.
2016-07-14 Roger Ferrer... Reverting 275417
2016-07-14 Matthias Gehrecppcoreguidelines-pro-bounds-constant-array-index:...
2016-07-14 Sean CallananWhen importing classes and structs with anonymous struc...
2016-07-14 Greg ClaytonAdd support for Objective-C class properties.
2016-07-14 Krzysztof Parzyszek[Hexagon] Packetize function call arguments with tail...
2016-07-14 Evandro Menezes[AArch64] Adjust the scheduling model for Exynos-M1.
2016-07-14 Sanjoy Das[JumpThreading] PRE unordered loads
2016-07-14 Krzysztof ParzyszekAdd debugging code to the packetizer
2016-07-14 Ben Langmuir[index] Index system ImportDecls even when there is...
2016-07-14 Jun Bum Lim[PM] Port Dead Loop Deletion Pass to the new PM
2016-07-14 Justin Lebar[CodeGen] Refactor MachineMemOperand::Flags's target...
2016-07-14 Justin BognerTableGen: Fix a confusing use of both i and I as variab...
2016-07-14 Kostya Serebryany[sanitizer-coverage] make sure that calls to __sanitize...
2016-07-14 Rui UeyamaUpdate error message to use "ld.lld" instead of "lld...
2016-07-14 Rui UeyamaRemove TargetInfo::getImageBase. NFC.
2016-07-14 Rui UeyamaSet DT_MIPS_BASE_ADDRESS correctly if -image-base is...
2016-07-14 Nirav Dave[X86][MC] Fix bracket expression parsing in intel-style...
2016-07-14 Ahmed Bougacha[GlobalISel] Fix G_OR opcode after the addition of...
2016-07-14 Ahmed Bougacha[CodeGen] Simplify reg bank/class union is+get into...
2016-07-14 Saleem AbdulrasoolX86: handle external tail calls in Windows JIT
2016-07-14 Justin Lebar[CodeGen] s/constexpr/LLVM_CONSTEXPR/ in MachineMemOper...
2016-07-14 Aaron BallmanDespite there being an option, it seems that Sphinx...
2016-07-14 Sanjay Patelauto-generate checks
2016-07-14 Justin Lebar[CodeGen] Refactor MachineMemOperand's Flags enum.
2016-07-14 Tim NorthoverARM: fix vmov.i64 immediate validity check
2016-07-14 Tobias GrosserGPGPU: Generate an AST for the GPU-mapped schedule
2016-07-14 Tobias GrosserGPGPU: Add dummy implementation for ast expression...
2016-07-14 Tom StellardGlobalsAA: Functions with the argmemonly attribute...
2016-07-14 Nico WeberDon't optimize movs to pushes in -O0 builds.
2016-07-14 Aaron BallmanRemoving a few more :option: tags that we do not have...
2016-07-14 Nico WeberDelete some trailing whitespace.
2016-07-14 Benjamin Kramer[OpenCL] In test/Driver/opencl.cl, don't require name...
2016-07-14 Ahmed Bougacha[X86] Decode MPX BND registers.
2016-07-14 Ahmed Bougacha[X86] Don't mark addressing mode operands as "outs...
2016-07-14 Ahmed Bougacha[TableGen] Autobrief-ize Record. NFC.
2016-07-14 Ahmed Bougacha[TableGen] Cleanup Record comments. NFC.
2016-07-14 Ahmed Bougacha[GlobalISel] Fix #include ordering/spacing. NFC.
2016-07-14 Sam Kolton[AMDGPU] Assembler: fix row_bcast parsing
2016-07-14 Nico WeberRevert r275411, it cause PR28552.
2016-07-14 Nico WeberRevert r275401, it caused PR28551.
2016-07-14 Matthew Simpson[LV] Avoid unnecessary IV scalar-to-vector-to-scalar...
2016-07-14 Tobias GrosserGPGPU: Use a tile size of 32 by default
2016-07-14 Roger Ferrer... Diagnose taking address and reference binding of packed...
2016-07-14 Aaron BallmanRemoving more :option: tags that we do not have corresp...
2016-07-14 Pierre GousseauThe test added in r275267 does not work on read-only...
2016-07-14 Nico WeberTeach fast isel calls and rets about stdcall.
2016-07-14 Simon Pilgrim[X86][AVX] Added an additional vperm2f128 memory foldin...
2016-07-14 Simon PilgrimRemove trailing whitespace.
2016-07-14 Simon Pilgrim[X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combi...
2016-07-14 Daniel Sanders[mips] SelectionDAGISel subclasses now follow the optim...
2016-07-14 Benjamin KramerUpgrade all the .arcconfigs to https.
2016-07-14 Aaron BallmanSpeculatively fix the sphinx build, which does not...
2016-07-14 Aaron BallmanThis is a malformed :option: tag -- we don't have an...
2016-07-14 Simon Pilgrim[X86][AVX] Add support for narrowing 128-bit+ shuffle...
2016-07-14 Benjamin Kramer[OpenCL] Actually activate Frontend/opencl.cl test...
2016-07-14 Aaron BallmanCorrect the attribute documentation for the new XRay...
2016-07-14 Sjoerd MeijerThis converts a signed remainder instruction to unsigne...
2016-07-14 Simon Pilgrim[X86][AVX] Add 128-bit wide shuffle tests that should...
2016-07-14 Sebastian Popcode hoisting pass based on GVN
2016-07-14 Simon Pilgrim[X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle...
2016-07-14 Dean Michael... Remove extra ';' to appease -Wpedantic
2016-07-14 Simon Pilgrim[X86][AVX] Regenerate broadcast upgrade tests
2016-07-14 Tobias GrosserFix formatting
2016-07-14 Tobias GrosserGPGPU: Map initial schedule to GPU schedule
2016-07-14 Tobias GrosserGPGPU: Do not dump schedule by default
2016-07-14 Pavel Labathmark newly failing tests as XFAIL
next