platform/upstream/llvm.git
2015-07-30 Sanjay Patelpush fast-math check for machine-combiner reassociation...
2015-07-29 Kostya Serebryany[asan,tsan,msan] move the memcmp interceptor from asan...
2015-07-29 Richard TrieuFix -Wredundant-move warning.
2015-07-29 Eric FiselierRevert recent CMake changes again due to failing compil...
2015-07-29 Richard Smith[modules] When performing redeclaration lookup for...
2015-07-29 Eric FiselierAttempt to fix build issues introduced by
2015-07-29 Matthias BraunIR: Implement Value::mergeUseLists() iteratively
2015-07-29 Lang Hames[MCJIT] Fix PR20656 by teaching MCJIT to honor Executio...
2015-07-29 Rui UeyamaRemove unused #includes.
2015-07-29 Rui UeyamaCOFF: Suppress "Duplicate entry" warning of lib.exe
2015-07-29 Nick LewyckyFix typo in unused variable name.
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Frederic Riss[dsymutil] Re-add command line option -v this time...
2015-07-29 Frederic Riss[dsymutil] Use option categories.
2015-07-29 Frederic Riss[dsymutil] Rename -v option to -verbose
2015-07-29 Pete CooperReapply "Add reverse(ContainerTy) range adapter."
2015-07-29 Oleksiy VyalovMake DWARF at_comp_dir symbolic links configurable...
2015-07-29 Michael J.... [ELF2] Templatize addChunk and handle section flags.
2015-07-29 Eric ChristopherRename hasCompatibleFunctionAttributes->areInlineCompat...
2015-07-29 Simon Pilgrim[X86][SSE] Keep 32-bit target i64 vector shifts on...
2015-07-29 Tim NorthoverAArch64: use 32-bit MOV rather than UBFX to truncate...
2015-07-29 Alex LorenzMIR Serialization: Serialize the frame info's save...
2015-07-29 Eric FiselierRecommit r243503 "[libcxx] Cleanup CMake configuration...
2015-07-29 Rui UeyamaCOFF: Fix command line option spelling.
2015-07-29 Alex LorenzMIR Parser: Extract the code that parses MBB references...
2015-07-29 Davide Italiano[SemaAccess] Provide meaningful message when we hit...
2015-07-29 Rui UeyamaRemove astyle-options.
2015-07-29 Simon Pilgrim[X86][SSE] Vectorize i64 ASHR operations
2015-07-29 Rui UeyamaCOFF: Ignore /ThrowNew command line option.
2015-07-29 Pete CooperRevert "Add reverse(ContainerTy) range adapter."
2015-07-29 David Blaikie[opaque pointers] Remove use of PointerType::getElement...
2015-07-29 Rui UeyamaCOFF: Add /safeseh command line option.
2015-07-29 Evgeniy Stepanov[asan] XFAIL 1 test on Android.
2015-07-29 Pete CooperAdd reverse(ContainerTy) range adapter.
2015-07-29 Alexey Samsonov[ASan] Disable dynamic alloca and UAR detection in...
2015-07-29 Rui UeyamaCOFF: ARM: Fix relocations to thumb code.
2015-07-29 Rui UeyamaCOFF: ARM: Fix DLL import table.
2015-07-29 Colin LeMahieu[llvm-objdump] Inverting logic to match the word "predi...
2015-07-29 Rui UeyamaCOFF: Fix seh.test.
2015-07-29 Colin LeMahieu[llvm-objdump] Merging MachO DumpSections in to FilterS...
2015-07-29 Jingyue WuRoll forward r242871
2015-07-29 Alex LorenzMIR Serialization: Serialize the '.cfi_def_cfa' CFI...
2015-07-29 Alex LorenzMIR Parser: Parse multiple LHS register machine operands.
2015-07-29 Douglas KatzmanUse the AddAllArgs overload which accepts an ArrayRef...
2015-07-29 Greg ClaytonCentralize where we update the source file contents...
2015-07-29 Hans WennborgRevert r243503 "[libcxx] Cleanup CMake configuration...
2015-07-29 Sanjay Patelmove DAGCombiner's allowableAlignment() helper function...
2015-07-29 Evgeniy Stepanov[asan] Remove special case mapping on Android/AArch64.
2015-07-29 Peter CollingbourneCFI: Update tests for various bit vector sizes followin...
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.
next