platform/upstream/llvm.git
2015-07-29 Peter CollingbourneLowerBitSets: Add debugging output.
2015-07-29 Michael Zolotukhin[Unroll] Handle SwitchInst properly.
2015-07-29 Michael Zolotukhin[Unroll] Don't crash when simplified branch condition...
2015-07-29 Michael ZolotukhinRename test full-unroll-bad-geps.ll to full-unroll...
2015-07-29 Lang HamesFix typos in comments. NFC.
2015-07-29 Jim InghamAdd a function to make a mutex-protected copy of a...
2015-07-29 Bruno Cardoso... Revert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-29 Douglas KatzmanAdd an ArgList::AddAllArgs that accepts a vector of...
2015-07-29 Richard TrieuDisable -Wpessimizing-move and -Wredundant-move in...
2015-07-29 Tim NorthoverAArch64: use AddressingModes.h accessors for compare...
2015-07-29 Rui UeyamaCOFF: Fix SECREL and SECTION relocations.
2015-07-29 Rui UeyamaELF2: Use DenseMap instead of std::map for a symbol...
2015-07-29 Rui UeyamaCOFF: Remove unused command line option.
2015-07-29 Rui UeyamaCOFF: Set load config table entry on non-x86.
2015-07-29 Hans Wennborgtest-release.sh: Add option for building the OpenMP...
2015-07-29 Marshall ClowFix a self-move bug in inplace_merge. Thanks to Ted...
2015-07-29 Reid KlecknerDelete unused <dbghelp.h> include
2015-07-29 Aaron BallmanReverting r243386 because it has serious post-commit...
2015-07-29 Colin LeMahieu[llvm-objdump] Added -j flag to filter sections that...
2015-07-29 Yaron KerenIn case of an existing GlobalVariable, the comdat is...
2015-07-29 Yaron KerenMake this test target x86_64-pc-windows-gnu as well.
2015-07-29 Jingyue WuTemporarily revert r242871
2015-07-29 Tamas BerghammerFix read/write context in EmulateInstructionARM strd...
2015-07-29 Tamas BerghammerRemove non-utf-8 characters from EmulateInstructionARM
2015-07-29 Bill Schmidt[PPC] Fix PR24216: Don't generate splat for misaligned...
2015-07-29 Akira Hatanaka[AArch64] Pass subtarget feature "+strict-align".
2015-07-29 Yaron KerenRemove unnecessary variable.
2015-07-29 Akira Hatanaka[AArch64] Define subtarget feature strict-align.
2015-07-29 Tobias GrosserDo not detect scops that are delinearized to arrays...
2015-07-29 Asaf Badouh[X86][AVX512BW] add convert i16 to i8 and unpack intrinsics
2015-07-29 Pavel Labath[LLGS] Spawned process handling cleanup
2015-07-29 Asaf Badouh[X86][AVX512BW] Replace attributes with __DEFAULT_FN_ATTRS
2015-07-29 Jason MolendaWhen debugserver fails to attach to a process on a...
2015-07-29 Dawn Perchik[lldb-mi] Fix tests added in r243484 for breakpoints...
2015-07-29 Michael J.... [ELF2] Emit correct section types.
2015-07-29 Jason MolendaFirst part of an attempt to indicate to the user when...
2015-07-29 Jim InghamLock the owners mutex in the BreakpointSite before...
2015-07-29 Michael J.... [ELF2] Emit section table.
2015-07-29 Bjarke Hammersholt... Make function comments consistently imperative.
2015-07-29 Dawn Perchik[lldb-mi] XFAIL new test added in r243484.
2015-07-29 Eric Fiselier[libcxx] Cleanup CMake configuration and integrate...
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-28 Alex LorenzFix broken ArrayRef conversion from r243497.
2015-07-28 Sanjay Patelignore duplicate divisor uses when transforming into...
2015-07-28 Eric FiselierRemove sanitizer XFAILs on a test.
2015-07-28 Sanjay Patelfix TLI's combineRepeatedFPDivisors interface to return...
2015-07-28 Alex LorenzMIR Serialization: Serialize the target index machine...
2015-07-28 Michael J.... [ELF2] Devirtualize SymbolBody.
2015-07-28 Rui UeyamaCOFF: _tls_used is __tls_used on x86.
2015-07-28 Evgeniy Stepanov[asan] Support per-application flags in the Android...
2015-07-28 Akira Hatanaka[ARM] Define subtarget feature strict-align.
2015-07-28 Tim NorthoverAArch64: be careful of large immediates when optimising...
2015-07-28 NAKAMURA TakumiMove an extra switch to clang-tools-extra/test/clang...
2015-07-28 Rui UeyamaCOFF: Fix export symbol names for x86.
2015-07-28 Akira Hatanaka[ARM] Pass subtarget feature "+strict-align".
2015-07-28 Dawn PerchikFix comment in TestExprOptions to match change of langu...
2015-07-28 Davide Italiano[tests] Use llvm-readobj instead of macho-dump.
2015-07-28 Bruno Cardoso... [PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix call lowering by bailing out on...
2015-07-28 Dawn Perchik[lldb-mi] Fix setting of breakpoints using file:func...
2015-07-28 Enrico GranataCleanup a few stale comments in FormattersContainer.h
2015-07-28 Enrico GranataMake ClangASTType::RemoveFastQualifiers() actually...
2015-07-28 Evgeniy Stepanov[sanitizer] Fix Mac build.
2015-07-28 Artem BelevichSilence unused argument warning for --cuda-host-only.
2015-07-28 Artem Belevich--cuda-host-only should not disable linking phase.
2015-07-28 Richard TrieuUse an iterative method instead of recursion for printi...
2015-07-28 Lang Hames[RuntimeDyld] Remove a memory-leak that was introduced...
2015-07-28 Chih-Hung HsiehFix typo.
2015-07-28 Chih-Hung HsiehLimit this test only on linux.
2015-07-28 Evgeniy Stepanov[asan] Read process name from /proc/self/cmdline on...
2015-07-28 Enrico GranataFix a bug where the std::list synthetic child provider...
2015-07-28 Michael Zolotukhin[Unroll] Add debug dumps to loop-unroll analyzer.
2015-07-28 Bill SchmidtAdd commentary explaining PPC access to return address
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix generated code for IR's select...
2015-07-28 Ed MasteFreeBSDThread::GetRegisterContext is only for FreeBSD...
2015-07-28 Bill SchmidtPowerPC's ABIs differ from those of other architectures...
2015-07-28 Michael Zolotukhin[Unroll] Don't analyze blocks outside the loop.
2015-07-28 Tobias GrosserRemove some dead code
2015-07-28 Tobias GrosserDo not end lines with '\'
2015-07-28 Richard TrieuDo not give a -Wredundant-move warning when removing...
2015-07-28 Matt ArsenaultAMDGPU: Don't try to use LDS/vector for private if...
2015-07-28 Matt ArsenaultAMDGPU: Fix crash if called function is a bitcast
2015-07-28 Jingyue Wu[SCEV] Apply NSW and NUW flags via poison value analysis
2015-07-28 Matt ArsenaultAMDGPU: Fix return type of getImplicitParameterOffset.
2015-07-28 Tobias GrosserRewrite getPrevectorMap using schedule trees operations
2015-07-28 Alex LorenzAdd a test case for r242191 ([MMX] Use the appropriate...
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-28 Argyrios Kyrtzidis[test] Follow-up for r243119, also add a test case...
2015-07-28 Chih-Hung HsiehMove unit tests to target specific directories.
2015-07-28 Alex LorenzMIR Serialization: Serialize the block address machine...
2015-07-28 JF BastienWebAssembly: MCAsmInfo only has one syntax variant...
2015-07-28 Sanjay Pateladd tests to show broken current behavior of minsize...
2015-07-28 Alex LorenzMIR Parser: Extract the method 'parseGlobalValue'....
2015-07-28 Alex LorenzMIR Parser: Move the function 'lexName'. NFC.
2015-07-28 Ed MasteRemove eNewThreadMessage from FreeBSD process monitor
2015-07-28 Alex LorenzMIR Printer: Remove an outdated TODO comment and assert...
2015-07-28 Douglas KatzmanLet cmake infer source file language by the file extension.
2015-07-28 Alex LorenzMIR Parser: Remove redundant parameters. NFC.
2015-07-28 Nico WeberRename -Wmsvc-include to -Wmicrosoft-include, now that...
2015-07-28 Chih-Hung HsiehAdd -femulated-tls flag to select the emulated TLS...
next