platform/upstream/llvm.git
2015-07-23 Greg ClaytonDisable mutex error checking so it doesn't create probl...
2015-07-23 Justin BognerInstrProf: Don't extend coverage regions into the catch...
2015-07-23 Jingyue Wu[NaryReassociate] remove redundant code
2015-07-23 Alex LorenzMIR Serialization: Serialize the '.cfi_offset' CFI...
2015-07-23 Rui UeyamaFix -Wextra-semi.
2015-07-23 JF BastienWebAssembly: test that valid -mcpu flags are accepted.
2015-07-23 Sanjay Patelfix crash in machine trace metrics due to processing...
2015-07-23 Philip Reames[RewriteStatepointsForGC] Rename PhiState to reflect...
2015-07-23 Evgeniy Stepanov[sanitizer] Fix double definition of a function.
2015-07-23 Philip Reames[RewriteStatepointsForGC] Use idomatic mechanisms for...
2015-07-23 Enrico GranataSeveral improvements to the Either<T,U> type
2015-07-23 David Gross[ARM] Register (existing) ARMLoadStoreOpt pass with...
2015-07-23 Evgeniy Stepanov[sanitizer] Implement logging to syslog.
2015-07-23 Colin LeMahieuMoving tests in to X86 directory.
2015-07-23 Alex DenisovAdd documentation for the objc_boxable attribute
2015-07-23 David GrossTest commit.
2015-07-23 Philip Reames[RewriteStatepointsForGC] Simplify code around meet...
2015-07-23 Colin LeMahieuUsing an input object file instead of trying to generat...
2015-07-23 Colin LeMahieuSpecifying a test triple.
2015-07-23 Colin LeMahieu[llvm-objdump] Add -D and --disassemble-all flags that...
2015-07-23 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-07-23 Duncan P. N... Sema: Avoid a stack overflow on large CFGs
2015-07-23 Duncan P. N... Sema: Split out helper from checkForFunctionCall()...
2015-07-23 Michael KruseAdd LICM test cases
2015-07-23 Michael KruseAlways execute polly::CodePreparation before Polly
2015-07-23 Jim InghamMost thread plans don't handle eStopReasonInstrumentati...
2015-07-23 Duncan P. N... X86: Use dyn_cast instead of isa+cast, NFC
2015-07-23 Weiming ZhaoThis patch eanble register coalescing to coalesce the...
2015-07-23 Jonathan PeytonPatch out a fatal assertion in OpenMP runtime until...
2015-07-23 Kostya Serebryany[libFuzzer] dump long running units to disk
2015-07-23 Marshall ClowDetect and throw on a class of bad regexes that we...
2015-07-23 Aaron BallmanUpdating the documentation for the hasAttr AST matcher...
2015-07-23 Daniel Jaspermisc-unused-parameters: Fix bug where the check was...
2015-07-23 Renato Golin[Compiler-RT] Remove dependency on libgcc_s/eh
2015-07-23 Johannes DoerfertRemoved redundant alias checks generated during run...
2015-07-23 Tobias Grosserisl: Translate brisebarre to use UNIX line endings
2015-07-23 Pavel LabathSpeed up NativeProcessLinux::GetLoadedModuleFileSpec
2015-07-23 Alex DenisovAdd missing files for objc_boxable feature.
2015-07-23 Jonathan Peyton[CMake] Fix libomp_check_linker_flag function
2015-07-23 Igor LaevskyNFC. Explicitly specify attributes in BasicAA/cs-cs...
2015-07-23 Rafael EspindolaDelete dead code.
2015-07-23 Rafael EspindolaUse the getSymbol with an explicit symbol table. NFC.
2015-07-23 Pavel Labath[NativeProcessLinux] Fix a couple of warnings
2015-07-23 Rafael EspindolaUse helper function. NFC.
2015-07-23 Rafael EspindolaAdd a version of getSymbol with an explicit symbol...
2015-07-23 Michael Kuperstein[X86] Allow load folding into PUSH instructions
2015-07-23 Asaf Badouh[X86][AVX512F] Add FP scalar intrinsics
2015-07-23 Asaf Badouh[x86] change FP scalar builtin naming convention
2015-07-23 Kuba Brecka[asan] Trying to make peace with the Windows bots,...
2015-07-23 Denis Protivensky[LinkerScript] Fix case when setting custom NONE segment
2015-07-23 Kuba Brecka[asan] Trying to make peace with the Windows bots
2015-07-23 Kuba Brecka[asan] Rename the ABI versioning symbol to '__asan_vers...
2015-07-23 Kuba Brecka[asan] Rename the ABI versioning symbol to '__asan_vers...
2015-07-23 Denis Protivensky[ELF] Apply segments from linker scripts
2015-07-23 Michael Kuperstein[X86] Fix order of operands for ins and outs instructio...
2015-07-23 Tamas BerghammerRemove XFAIL from ReturnValueTestCase after rL242972
2015-07-23 Chandler Carruth[GMR] Add a late run of GlobalsModRef to the main pass...
2015-07-23 Rafael EspindolaSupport printing relocations in files with no section...
2015-07-23 Pavel LabathAdd jstopinfo support to llgs
2015-07-23 Bruce Mitchener[lldb-mi] Remove unwanted comment blocks.
2015-07-23 Rafael EspindolaUse typdef to simplify the code. NFC.
2015-07-23 Elena DemikhovskyX86: Fixed assertion failure in 32-bit mode
2015-07-23 Yaron KerenAvoid using -Wl,-z,defs on Cygwin.
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Chandler Carruth[GMR] Switch the function info we store for every funct...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Craig Topper[ScalarEvolution] Change addRequired to addRequiredTran...
2015-07-23 Craig TopperReplace a 0 with nullptr. NFC
2015-07-23 Igor BregerAVX : Fix ISA disabling in case AVX512VL , some instruc...
2015-07-23 Asaf Badouh[X86][AVX512BW] add madd and maddubs intrinsics
2015-07-23 NAKAMURA TakumiFix the shell script check_clang_tidy.sh in r242984.
2015-07-23 NAKAMURA TakumiAppease test/clang-tidy/misc-unused-parameters.cpp...
2015-07-23 Yaron KerenRemove unnecessary in C++11 c_str() calls
2015-07-23 Jingyue Wu[NVPTX] run LSR before straight-line optimizations
2015-07-23 Rafael EspindolaRefactor duplicated code and check for invalid symbol...
2015-07-23 Davide ItalianoAdd test to verify we emit warning when the deprecated...
2015-07-23 Dawn PerchikFix comment in test.
2015-07-23 Evgeniy StepanovRevert r242975.
2015-07-23 Richard SmithArrayRef-ize a pointer/length pair.
2015-07-23 Chandler Carruth[GMR] Further improve the FunctionInfo API inside of...
2015-07-22 Evgeniy Stepanov[sanitizer] Implement logging to syslog.
2015-07-22 Chandler Carruth[GMR] Wrap all of the per-function information behind...
2015-07-22 Hans WennborgDowngrade error about adding 'dllimport' to used free...
2015-07-22 Greg ClaytonFix TestReturnValue.py after 242903 changes that added...
2015-07-22 David MajnemerMove EHPersonality to CGCleanup
2015-07-22 David Majnemer[MS Compat] Allow _Atomic(Type) and 'struct _Atomic...
2015-07-22 Greg ClaytonDon't specify languages when setting breakpoints in...
2015-07-22 Jason MolendaFix the variable used to reply to the qGDBServerVersion
2015-07-22 Justin BognerMark this test as XFAIL with older compilers, since...
2015-07-22 Evgeniy Stepanov[asan] Enable build of asan-rt on android/aarch64.
2015-07-22 Frederic Riss[dsymutil] Check archive members timestamps.
2015-07-22 Chandler Carruth[PM/AA] Cleanup comments, formatting, and organization...
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-22 Richard SmithFix dumb use-after-free bug introduced in r242868.
2015-07-22 Eric FiselierMerge C++03 and C++11 implementations of mem_fn and...
2015-07-22 Reid Kleckner[asan] Remove CHECK line for kernel32.dll
2015-07-22 David Majnemer[MSVC Compatibility] Use a better predicate for __BOOL_...
2015-07-22 Chandler Carruth[GMR] Continue my quest to remove linked datastructures...
2015-07-22 David Majnemer[ConstantFolding] Support folding loads from a GlobalAlias
2015-07-22 Anthony PeschRevert "Improve merging of stores from static construct...
next