platform/upstream/llvm.git
2016-08-01 Matthew Simpson[LV] Use getPointerOperand helper where appropriate...
2016-08-01 Krzysztof ParzyszekRevert r277372, it is causing buildbot failures
2016-08-01 Ben CraigAdding smart_ptr benchmark
2016-08-01 Krzysztof Parzyszek[Hexagon] Tidy up some code, NFC
2016-08-01 Michael Kuperstein[DAGCombine] Make sext(setcc) combine respect getBoolea...
2016-08-01 Ron Lieberman[Hexagon] Generate vector printing instructions
2016-08-01 Davide Italiano[ELF/ARM] Add support for R_ARM_TARGET1 relocation.
2016-08-01 JF Bastienlibc++: test lock-free atomic alignment
2016-08-01 Reid Kleckner[codeview] Skip injected class names in nested record...
2016-08-01 George Burgess IV[CFLAA] Remove modref queries from CFLAA.
2016-08-01 Evandro Menezes[AArch64] Add support for Samsung Exynos M2 (NFC).
2016-08-01 Evandro Menezes[AArch64] Add support for Samsung Exynos M2 (NFC).
2016-08-01 Reid KlecknerUse 'unsigned long' to match the APIs of the MS bitscan...
2016-08-01 George Burgess IV[CFLAA] Make CFLAnders more conservative with new Values.
2016-08-01 David MajnemerIncluded test for r277360.
2016-08-01 David Majnemer[Verifier] Resume instructions can only be in functions...
2016-08-01 Vedant Kumar[asan] Remove unused #include (NFC)
2016-08-01 Krzysztof ParzyszekReplace MachineInstr* with MachineInstr& in TargetInstr...
2016-08-01 Ben CraigImprove shared_ptr dtor performance
2016-08-01 Kirill Bobyrev[clang-rename] handle overridden functions correctly
2016-08-01 Krzysztof Parzyszek[Hexagon] Check for offset overflow when reserving...
2016-08-01 Kirill Bobyrev[clang-rename] revert r276836
2016-08-01 David Majnemer[Parse] Let declarations follow labels in -fms-extensio...
2016-08-01 Vedant Kumar[lldb] Delete dead, infinitely-recursive code (NFC)
2016-08-01 Vedant Kumar[lldb][tsan] Perform one map lookup instead of two...
2016-08-01 Nirav DaveAdd removed inline-assembly-comment test from r277146
2016-08-01 Daniel Sanders[mips][fastisel] Correct argument lowering for (f64...
2016-08-01 Vedant Kumar[lldb][tsan] Avoid a string copy (NFC)
2016-08-01 Vedant Kumar[lldb] Ignore various test artifacts (NFCI)
2016-08-01 Etienne Bergeron[compiler-rt] Fix various typos in asan dll [NFC]
2016-08-01 Valery Pykhtin[AMDGPU] refactor DS instruction definitions. NFC.
2016-08-01 Nitesh Jain[LLVM][MIPS] Fix FPU Size Based on Dynamic FR.
2016-08-01 Martin BohmeMake RecursiveASTVisitor visit lambda capture initializ...
2016-08-01 Simon Pilgrim[X86] Use implicit masking of SHLD/SHRD shift double...
2016-08-01 Kirill Bobyrev[clang-tidy] remove trailing whitespaces and retab
2016-08-01 Martin Bohme[clang-tidy] Prepare modernize-loop-convert for upcomin...
2016-08-01 Artem Dergachev[analyzer] Fix execution permissions for the scan-build...
2016-08-01 Simon PilgrimFixed test check ordering issue on windows buildbots
2016-08-01 Eric LiuChanges related to new implementation of tooling::Repla...
2016-08-01 Eric LiuImplement tooling::Replacements as a class.
2016-08-01 Yaron KerenAllow .exe extension to ld to fix test with mingw.
2016-08-01 Simon PilgrimFixed MSVC out of range shift warning
2016-08-01 James Molloy[SimplifyCFG] Fix nasty RAUW bug from r277325
2016-08-01 Diana Picus[AArch64] Return the correct size for TLSDESC_CALLSEQ
2016-08-01 Craig Topper[AVX-512] Fix a test missed in r277327.
2016-08-01 James Molloy[SimplifyCFG] Try and pacify buildbots after r277325
2016-08-01 Sylvestre Ledruscan-build: Add an option to show the description in...
2016-08-01 Craig Topper[AVX-512] Fix duplicate column in AVX512 execution...
2016-08-01 Craig Topper[X86] Regenerate a test to pick up shuffle comments...
2016-08-01 James Molloy[SimplifyCFG] Range reduce switches
2016-08-01 Maxim Ostapenko[asan] Reduce flakiness of heavy recovery mode tests.
2016-08-01 Hrvoje Varga[mips] Clang generates unaligned offset for MSA instruc...
2016-08-01 Diana Picus[AArch64] Register passes so they can be run by llc
2016-08-01 Craig Topper[AVX-512] Teach X86InstrInfo::getLargestLegalSuperClass...
2016-08-01 Craig Topper[AVX512] Replace scalar fp arithmetic intrinsics with...
2016-08-01 Craig Topper[AVX-512] Use FR32X/FR64X/VR128X/VR256X register classe...
2016-08-01 Craig Topper[X86] Move mask register handling into the main switch...
2016-08-01 Sean SilvaRevert r277313 and r277314.
2016-08-01 Sean SilvaMove this test to x86-specific directory.
2016-08-01 Sean SilvaFix - CodeExtractor : Inherit Target Dependent Attribut...
2016-08-01 Sean SilvaAdd the tests for r277313
2016-08-01 Sean SilvaCodeExtractor : Add ability to preserve profile data.
2016-08-01 Xinliang David LiFix a bug in lit var def: remove extra space
2016-07-31 Simon Pilgrim[X86][SSE] Regenerate frem tests
2016-07-31 Simon Pilgrim[X86][SSE] Regenerate fpext tests
2016-07-31 Daniel BerlinFix the MemorySSA updating API to enable people to...
2016-07-31 Daniel BerlinComment fixes to MemorySSA.h
2016-07-31 Dimitry AndricAdd more gcc compatibility names to clang's cpuid.h
2016-07-31 Craig Topper[X86] Simplify code for determing GR or FR reg classes...
2016-07-31 Craig Topper[AVX512] Always use EVEX encodings for 128/256-bit...
2016-07-31 Craig Topper[AVX512] Add VLX packed move instructions to the execut...
2016-07-31 Craig Topper[AVX512] Move FR32X/FR64X handling in getLoadStoreRegOp...
2016-07-31 Craig Topper[AVX512] Stop treating VR512 specially in getLoadStoreR...
2016-07-31 Craig Topper[AVX512] Add X86::VR512RegClassID to X86RegisterInfo...
2016-07-31 Dimitry AndricFix ASan alloca_constant_size.cc test on FreeBSD.
2016-07-31 Simon Pilgrim[X86] Improve 64-bit shifts on 32-bit targets (PR14593)
2016-07-31 David Majnemer[COFF] Expose iterators for ImportAddressTableRVA
2016-07-31 Dimitry AndricXFAIL one sanitizer symbolizer test for FreeBSD
2016-07-31 David Majnemer[COFF] Remove a duplicate import_directory_table_entry...
2016-07-31 David Majnemer[bugpoint] Add a -Os option
2016-07-31 Etienne Bergeron[compiler-rt] Add support for interception redirect...
2016-07-31 Simon Pilgrim[X86] Add tests for the lowering SHLD/SHRD from manual...
2016-07-31 Craig Topper[AVX-512] Don't let ExeDependencyFix pass convert VPAND...
2016-07-31 Simon Pilgrim[X86] Add tests for the lowering SHLD/SHRD from manual...
2016-07-31 Amjad AboudFixed "copy-paste" mistake from revision 255245.
2016-07-31 Elena DemikhovskyAVX-512: Removed AssertZext node before TRUNCATE
2016-07-31 Chandler Carruth[ADT] Add 'consume_front' and 'consume_back' methods...
2016-07-31 Faisal Vali[NFC] Rearrange an example-file so the c++14 specific...
2016-07-30 Hubert TongReapply r276069 with workaround for MSVC 2013
2016-07-30 Davide Italiano[HexagonConstPropagation] Remove dead code.
2016-07-30 Davide Italiano[HexagonBitSimplify] Remove dead code.
2016-07-30 Davide Italiano[ARMConstantIslandPass] Remove dead code.
2016-07-30 Lang Hames[Support] Add doxygen @code tags to example code in...
2016-07-30 Simon Pilgrim[SLPVectorizer][X86] Added vXi8/vXi16 sitofp/uitofp...
2016-07-30 Simon PilgrimStrip trailing whitespace
2016-07-30 Simon Pilgrim[X86] Use peekThroughOneUseBitcasts helper function
2016-07-30 Simon Pilgrim[X86][SSE] Regenerate vshift tests
2016-07-30 Aaron BallmanCorrecting some sphinx formatting issues so that the...
2016-07-30 Xinliang David Li[Profile] Add a new test case
2016-07-30 Simon Pilgrim[SLPVectorizer][X86] Added SITOFP/UITOFP vectorization...
next