platform/upstream/llvm.git
2014-07-14 Sanjay Patelremoved circular definitions in comments
2014-07-14 Ben LangmuirTry harder to supress the test from r212975 on Windows
2014-07-14 Joerg SonnenbergerDrop separate UIntMaxType and just derive it from IntMa...
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-07-14 David MajnemerFix a test broken in r212981
2014-07-14 Joerg SonnenbergerIntroduce getCorrespondingUnsignedType() in TargetInfo...
2014-07-14 David MajnemerInstSimplify: Correct sdiv x / -1
2014-07-14 Ben LangmuirXFAIL test that doesn't work on Windows yet
2014-07-14 Ehsan AkhgariAdd support for intercepting thunks of the form
2014-07-14 Richard SmithIn C++98, if an rvalue reference binds to a function...
2014-07-14 Sanjay Patelfixed link
2014-07-14 David MajnemerInstSimplify: The upper bound of X / C was missing...
2014-07-14 Ben LangmuirFix case-sensitivity of inferred framework modules
2014-07-14 Alp TokerFix typos
2014-07-14 Justin BognerSupport: Use a range-based for
2014-07-14 Alp TokerAvoid non-attributive uses of 'unsupported' in diagnostics
2014-07-14 Matt ArsenaultLook through addrspacecast when checking isDereferencea...
2014-07-14 Nick LewyckyDon't eliminate memcpy's when the address of the pointe...
2014-07-14 Sylvestre LedruDocument the forward of the -u option (r211756)
2014-07-14 Sylvestre LedruDocument the warning triggered by the unsupported gcc...
2014-07-14 Bill WendlingUnify the lowering of arguments during SjLj prepare.
2014-07-14 Sanjay Patelfixed typo
2014-07-14 Reid KlecknerRevert "Improve error recovery around colon."
2014-07-14 Alp TokerChange the diagnostic group for unsupported gcc optimiz...
2014-07-14 Matt ArsenaultUse pointer type cast helpers.
2014-07-14 Matt ArsenaultAdd CreatePointerBitCastOrAddrSpaceCast to IRBuilder...
2014-07-14 Matt ArsenaultUpdate comments to include addrspacecast
2014-07-14 Matt ArsenaultRemove GCC 3.3 workaround
2014-07-14 Timur Iskhodzhanov[ASan/Win] Add a test for the case when dll_thunk is...
2014-07-14 Dan AlbertFix for libc++abi when using -Wl,--as-needed.
2014-07-14 Serge PavlovImprove error recovery around colon.
2014-07-14 Saleem AbdulrasoolX86: correct 64-bit atomics on 32-bit
2014-07-14 Saleem AbdulrasoolCodeGen: add missing include
2014-07-14 David MajnemerCodeGen: Let arrays be inputs to inline asm
2014-07-14 David Majnemerllvm-objdump: Handle BSS sections larger than the objec...
2014-07-14 Kostya Serebryany[tsan] honour XFAIL in tsan/test_output.sh
2014-07-14 Kostya Serebryany[tsan] add a printf to a test
2014-07-14 Yi KongARM: Add NOP intrinsic mapping in arm_acle.h
2014-07-14 Simon Atanasyan[Mips] Fix test case expectations due the latest change...
2014-07-14 Tim NorthoverX86: remove temporary atomicrmw used during lowering.
2014-07-14 Yi KongARM: Implement __builtin_arm_nop intrinsic
2014-07-14 Daniel SandersRe-commit: [mips] Correct section alignments and EntryS...
2014-07-14 Daniel SandersRevert: [mips] Correct section alignments and EntrySize...
2014-07-14 Kostya Serebryany[tsan] add a currently-failing test with a must-deadlock
2014-07-14 Timur Iskhodzhanov[ASan] Fix a couple of nits in NULL deref tests
2014-07-14 Benjamin Kramer[clang-tidy] Add a checker for swapped arguments.
2014-07-14 Alexander KornienkoSet up clang-tidy diagnostic consumer to print types...
2014-07-14 Benjamin Kramer[ASTMatchers] Make hasOverloadedOperatorName also match...
2014-07-14 Daniel Sanders[mips] Correct section alignments and EntrySizes for...
2014-07-14 Daniel Sanders[mips] For the FP64A ABI, odd-numbered double-precision...
2014-07-14 Evgeniy Stepanov[sanitizer] Intercept getpass.
2014-07-14 Daniel Sanders[mips] Use MFHC1 when it is available (MIPS32r2 and...
2014-07-14 Daniel Jasperclang-format: Improve cast detection (fix false positive).
2014-07-14 NAKAMURA Takumi[CMake][Win32.DLL] Let llvm_add_library(SHARED) link...
2014-07-14 Tim NorthoverAArch64: remove unnecessary pseudo-instruction.
2014-07-14 Daniel Sanders[mips] Correct the AFL_FLAGS1_ODDSPREG flag in .MIPS...
2014-07-14 Pavel Chupin[x32] Add __ILP32__ macro for ILP32 platforms
2014-07-14 Sasa Stankovic[mips] Expand BuildPairF64 to a spill and reload when...
2014-07-14 Evgeniy Stepanov[msan] Stop demangling function name in the stack origi...
2014-07-14 Simon Atanasyan[Mips] Delete the empty directory.
2014-07-14 Simon Atanasyan[Mips] Remove unused test input file.
2014-07-14 Evgeniy Stepanov[asan] Remove XFAIL:android from 2 newly passing tests.
2014-07-14 Tobias GrosserDeadCodeElimination: Fix liveout computation
2014-07-14 Alexander KornienkoSuggest automated replacements of C-style casts with...
2014-07-14 Todd FialaModified gdb-remote tests to run with automatically...
2014-07-14 Bill WendlingSupport lowering of empty aggregates.
2014-07-14 NAKAMURA Takumi[CMake] LINK_COMPONENTS: Add also corresponding MCTarge...
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-14 NAKAMURA Takumi[CMake] Reorder libdeps by alphabetical order.
2014-07-14 NAKAMURA TakumiNVPTX/LLVMBuild.txt: Add "Scalar" to required_libraries...
2014-07-14 NAKAMURA TakumiObject/LLVMBuild.txt: Sort required_libraries by alphab...
2014-07-14 Richard SmithSuperficial fix for PR20218: binding a function lvalue...
2014-07-13 Andrea Di Biagio[DAGCombiner] Fix a crash caused by a missing check...
2014-07-13 Saleem AbdulrasoolMC: make MCWin64EHInstruction a POD-like struct
2014-07-13 Saleem AbdulrasoolMC: make helper function be more const-correct
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-13 Pavel ChupinRemove trailing spaces
2014-07-13 Simon AtanasyanAdd forgotten `break` statement.
2014-07-13 Yi KongAdd test cases for AArch64 hints codegen
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-13 NAKAMURA Takumi[CMake] Enable loadable modules, aka plugins, with...
2014-07-13 NAKAMURA Takumi[CMake] Give explicit dependencies to a couple of modul...
2014-07-13 NAKAMURA TakumiPrintFunctionNames/CMakeLists.txt: Fix a comment.
2014-07-13 NAKAMURA Takumi[CMake] Add LLVM_LINK_COMPONENTS to loadable modules...
2014-07-13 NAKAMURA Takumi[CMake] Introduce moddir for MODULE -- corresponding...
2014-07-13 NAKAMURA Takumibugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorF...
2014-07-13 David MajnemerMS ABI: Stick internal vftables in a comdat if they...
2014-07-13 David MajnemerIR: Allow comdats to be applied to globals with interna...
2014-07-13 David MajnemerMC: Let non-temporary COFF aliases be in symtab
2014-07-13 Matt ArsenaultRemove unused include
2014-07-13 Matt ArsenaultR600: Use range for and fix missing consts.
2014-07-13 Matt ArsenaultR600: Make ShaderType private
2014-07-13 Matt ArsenaultR600: Run more tests with promote alloca disabled.
2014-07-13 Matt ArsenaultR600: Run private-memory test with and without alloca...
2014-07-13 Matt ArsenaultR600: Add option to disable promote alloca
2014-07-12 Saleem Abdulrasooltests: use a more precise target for tests
2014-07-12 Saleem AbdulrasoolHeaders: add hint intrinsics to arm_acle.h
2014-07-12 Saleem AbdulrasoolCodeGen: support hint intrinsics from ACLE on AArch64
2014-07-12 Matt ArsenaultTry to fix MSVC warning.
2014-07-12 Matt ArsenaultTry to fix MSVC build
next