platform/upstream/llvm.git
2016-03-10 Chandler Carruth[SROA] Clean up some really weird code, no functionalit...
2016-03-10 Elena DemikhovskyAVX-512: Fixed a bug in i1 vector zero extending. ...
2016-03-10 Chandler Carruth[CG] Try adding an explicit move constructor to see...
2016-03-10 Aaron BallmanCorrecting an attribute documentation generation error...
2016-03-10 Valery Pykhtin[AMDGPU] Fix SMEM instructions encoding/operand namings
2016-03-10 Ewan CrawfordRevert "Track expression language from one place in...
2016-03-10 Filipe Cabecinhas[test/asan/closed-fds] Properly quote log_path for...
2016-03-10 Simon Pilgrim[X86][AVX] Improve target shuffle combining of BLEND...
2016-03-10 Chandler Carruth[CG] Add a new pass manager printer pass for the old...
2016-03-10 Chandler Carruth[LCG] Spell the printing pass pipeline name for the...
2016-03-10 Simon Pilgrim[X86][SSE] Basic combining of unary target shuffles...
2016-03-10 Chandler Carruth[CG] Actually hoist up the generic CallGraphPrinter...
2016-03-10 Chandler Carruth[CG] Rename the DOT printing pass to actually reference...
2016-03-10 Ewan CrawfordTrack expression language from one place in ClangExpres...
2016-03-10 Ekaterina RomanovaAdd doxygen comments to xmmintrin.h's intrinsics.
2016-03-10 Elena DemikhovskyAVX-512: Fixed a bug in shuffle for v64i8 type
2016-03-10 Vedant Kumar[opt] Fix description of the -disable-verify flag
2016-03-10 Mark LaceyAdd an LLVM_BUILTIN_DEBUGTRAP macro.
2016-03-10 Sean Silva[lto] Initialize asmparsers.
2016-03-10 Tim NorthoverARM: fix arm_neon_intrinsics.c and re-enable.
2016-03-10 Roman LevensteinAdd support for a preserve_most calling convention...
2016-03-10 Richard TrieuDisable failing test and fix RUN line.
2016-03-10 Vedant Kumar[opt] Only create Verifier passes when requested
2016-03-10 Michael Zolotukhin[SLP] Add -slp-min-reg-size command line option.
2016-03-10 Mehdi AminiAdd an entry in the Release Notes for LLVMContext:...
2016-03-10 Steven WuFix false positives for for-loop-analysis warning
2016-03-10 Mehdi AminiAdd a flag to the LLVMContext to disable name for Value...
2016-03-10 Siva Chandra[DWARFASTParserClang] Start with member offset of 0...
2016-03-10 Chandler Carruth[gvn] Fix more indenting and formatting in regions...
2016-03-10 Chandler Carruth[gvn] Reformat a chunk of the GVN code that is strangel...
2016-03-10 Chandler Carruth[PM] Port memdep to the new pass manager.
2016-03-10 Alexey SamsonovEmitCXXStructorCall -> EmitCXXDestructorCall. NFC.
2016-03-10 Alexey SamsonovRemove unused function arguments. NFC.
2016-03-10 Enrico GranataCertain hardware architectures have registers of 256...
2016-03-10 Zachary TurnerFix SymbolFilePDB for discontiguous functions.
2016-03-09 Alexey Samsonovsanitizer: Fix endianness checks for gcc
2016-03-09 Ben Langmuir[Modules] Add stdatomic to the list of builtin headers
2016-03-09 Philip Reames[BasicAA/MDA] Sink aliasing rules for malloc and calloc...
2016-03-09 Philip Reames[CGP] Duplicate addressing computation in cold paths...
2016-03-09 Philip ReamesFix the build
2016-03-09 Philip Reames[LICM] Store promotion when memory is thread local
2016-03-09 Sean SilvaUse %t as the output file name to avoid repetition...
2016-03-09 Sean Silva[lto] Add saving the LTO .o file to -save-temps.
2016-03-09 Sanjay Patel[x86] fix cost model inaccuracy for vector memory ops
2016-03-09 Derek Schuff[WebAssembly] Update known gcc test failures
2016-03-09 Sanjay Patel[x86, AVX] optimize masked loads with constant masks
2016-03-09 Ted WoodwardFix "ninja check-lldb" crash in IRExecutionUnit.cpp
2016-03-09 Xinliang David LiFix test failure on darwin-i386
2016-03-09 Jan VeselyELF: link with BitWriter module
2016-03-09 Rafael EspindolaELF: Remove non-standard ELF features from AMDGPU target.
2016-03-09 Philip Reames[ValueTracking] Extract isKnownPositive [NFCI]
2016-03-09 Rui UeyamaSimplify. NFC.
2016-03-09 Davide Italiano[modules] Simplify code logic. NFC.
2016-03-09 Philip Reames[InstCombine] (icmp sgt smin(PosA, B) 0) -> (icmp sgt...
2016-03-09 Adam Nemet[LLE] Add missing check for unit stride
2016-03-09 Sean SilvaUpdate for Rui's comments on D18006
2016-03-09 Tim NorthoverARM & AArch64: fix IR-converted tests.
2016-03-09 Sean Silva[lto] Add beginning of -save-temps option.
2016-03-09 Evandro Menezes[AArch64] Minor reformatting (NFC).
2016-03-09 Dmitry PolukhinNFC fix documentation build by rL263015
2016-03-09 Kit Barton[PPC] FE support for generating VSX [negated] absolute...
2016-03-09 Hemant Kulkarni[llvm-readobj] Enable GNU style section group print
2016-03-09 Jim InghamAdd an "offset" option to "break set -n" and "break...
2016-03-09 Tim NorthoverARM & AArch64: convert asm tests to LLVM IR and restric...
2016-03-09 Matthias BraunInstCombine: Restrict computeKnownBits() on all Values...
2016-03-09 Matthias BraunMachineRegisterInfo: Correct comment
2016-03-09 Sean Silva[lto] Don't lazy load metadata for now.
2016-03-09 Chris DewhurstThis change adds co-processor condition branching and...
2016-03-09 Marshall ClowUpdate status to mark 2579 complete
2016-03-09 Marshall ClowImplement LWG#2579: Inconsistency wrt Allocators in...
2016-03-09 Aaron BallmanUse an explicit instantiation to work around delayed...
2016-03-09 George RimarFixed "not all control paths return a value" warning...
2016-03-09 George Rimar[ELF] - Issue an error if trying to link object that...
2016-03-09 Tim NorthoverAArch64: remove a couple more tests already covered...
2016-03-09 Sanjay Pateladd a test RUN to show unexpected behavior
2016-03-09 Marshall ClowImplement LWG#2583: There is no way to supply an alloca...
2016-03-09 Kit Barton[PPC] backend changes to generate xvabs[s,d]p and xvnab...
2016-03-09 Aaron BallmanSpeculative fix for this test case (the test doesn...
2016-03-09 Adrian PrantlDon't crash when compiling inline assembler containing...
2016-03-09 Chad Rosier[AArch64] Move helper functions into TII, so they can...
2016-03-09 Hans WennborgReleaseNotes: update 'you may prefer' link to 3.8
2016-03-09 Hans WennborgReleaseNotes: update 'you may prefer' link to 3.8
2016-03-09 Marshall ClowAdd some more tests for the containers type requirements
2016-03-09 Xinliang David LiFix a minor bug in test
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-03-09 Valery Pykhtin[AMDGPU] add AMDGPU target support to ELFObjectFile...
2016-03-09 Aaron BallmanImplement support for [[maybe_unused]] in C++1z that...
2016-03-09 Chad Rosier[AArch64] Minor cleanup/remove redundant code. NFC.
2016-03-09 Dmitry PolukhinNFC fix documentation build by rL263015
2016-03-09 Tom StellardSelectionDAG: Fix a crash on inline asm when output...
2016-03-09 Chad Rosier[TII] Allow getMemOpBaseRegImmOfs() to accept negative...
2016-03-09 Ben CraigSplit locale management out of locale_win32. NFCI
2016-03-09 Samuel Antao[OpenMP] Add support for multidimensional array section...
2016-03-09 Filipe Cabecinhas[test/sanitizer-common] Linux/sanitizer_set_death_callb...
2016-03-09 Filipe Cabecinhas[test/sanitizer-common] Move getpass.cc from Linux...
2016-03-09 Ben CraigReorganize _LIBCPP_LOCALE__L_EXTENSIONS
2016-03-09 Dmitry Polukhin[GCC] PR23529 Sema part of attrbute abi_tag support
2016-03-09 Teresa JohnsonFix build error due to unsigned compare >= 0 in r263008...
2016-03-09 Rafael EspindolaSimplify: SHN_ABS is >= SHN_LORESERVE.
2016-03-09 Petar JovanovicReland r262337 "calculate builtin_object_size if arg...
next