platform/upstream/llvm.git
2014-10-24 Oliver Stannard[Thumb] Clang thinks "char" is signed when using a...
2014-10-24 Viktor Kutuzov[Tsan] Do not intercept non-FreeBSD functions on FreeBSD
2014-10-24 Oliver Stannard[AArch64] Fix fast-isel of cbz of i1, i8, i16
2014-10-24 Viktor Kutuzov[Tsan] Fix the thread_name tests to build on FreeBSD
2014-10-24 Viktor Kutuzov[Tsan] Intercept pthread_set_name_np on FreeBSD
2014-10-24 Viktor Kutuzov[Tsan] Fix the signal_recursive.cc test to build on...
2014-10-24 NAKAMURA Takumi[CMake] clangRewrite: Roll back clangAST in libdeps...
2014-10-24 Timur IskhodzhanovUpdate test/MC/ARM/coff-debugging-secrel.ll expectation...
2014-10-24 Saleem AbdulrasoolDriver: add missed file from previous commit
2014-10-24 Saleem AbdulrasoolDriver: add CrossWindowsToolChain
2014-10-24 Marcello MaggioniAdded reset of LexicalScope in LiveDebugVariables reset...
2014-10-24 Timur IskhodzhanovFix PR21189 -- Emit symbol subsection required to debug...
2014-10-24 Nick LewyckyAdd a new -fmerge-functions -cc1 flag that enables...
2014-10-24 David BlaikieDebugInfo: Remove DwarfDebug::addScopeVariable now...
2014-10-24 Ahmed BougachaMake test for r220533 more robust by using GPR pattern.
2014-10-24 Adam Nemet[AVX512] FMA support for the 231 variants
2014-10-24 Adam Nemet[AVX512] Introduce fma3p_forms from AVX
2014-10-23 Nick LewyckyIf requested, apply function merging at -O0 too. It...
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-23 Eric FiselierChange uses of `sys.platform == 'linux2' to `sys.platfo...
2014-10-23 Eric FiselierChange uses of `sys.platform == 'linux2' to `sys.platfo...
2014-10-23 Ahmed Bougacha[SelectionDAG] Teach the vector scalarizer about FP...
2014-10-23 Hans WennborgDon't emit strong vtable definitions for imported class...
2014-10-23 Ahmed BougachaUpdate comment and fix typos in assert message. (NFC)
2014-10-23 Juergen RibutzkaUpdate llvm.donothing documentation.
2014-10-23 Tim NorthoverScheduleDAG: record PhysReg dependencies represented...
2014-10-23 Evgeniy Stepanov[sanitizer] Add a bunch of sanity checks.
2014-10-23 David BlaikieDebugInfo: Remove DwarfDebug::CurrentFnArguments since...
2014-10-23 Timur IskhodzhanovPR21189: Teach llvm-readobj to dump bits of COFF symbol...
2014-10-23 Justin BognerDriver: Include driver diagnostics when we --serialize...
2014-10-23 Richard Smith[modules] Simplify reading of INPUT_FILE_OFFSETS record...
2014-10-23 Aaron BallmanCmake variables are global, which is why we would get...
2014-10-23 Richard SmithFactor out common checks from module map deserializatio...
2014-10-23 David BlaikieDebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable...
2014-10-23 Aaron BallmanAppeasing an MSVC compile warning about "and"; NFC.
2014-10-23 Hans WennborgMachODump.cpp: fix MSVC build
2014-10-23 Aaron BallmanDo not set linker flags for MSVC; they are not the...
2014-10-23 Ahmed Bougacha[X86] Improve mul w/ overflow codegen, to MUL8+SETO.
2014-10-23 David BlaikieDebugInfo: Remove DwarfDebug::addCurrentFnArgument...
2014-10-23 Sanjay PatelHandle sqrt() shrinking in SimplifyLibCalls like any...
2014-10-23 Enrico GranataThis test case should not rely on stepping behavior...
2014-10-23 Eric Fiselier[libcxx] XFAIL all currently failing libc++ tests for...
2014-10-23 Enrico GranataFix a problem where an SBType was advertising its stati...
2014-10-23 Eric FiselierOnly link tests against -ldl on linux
2014-10-23 Eric FiselierOnly link the tests against -ldl on linux
2014-10-23 Rui Ueyama[PECOFF] Fix /nodefaultlib option.
2014-10-23 Aaron BallmanDisabling some MSVC warnings that are of questionable...
2014-10-23 Aaron BallmanChange all of the build flags to switch /MD and /MDd...
2014-10-23 Daniel Jasperclang-format: Fix incorrect space after "<".
2014-10-23 Kevin EnderbyChange the name of the field BindTable to bindtable...
2014-10-23 Peter CollingbourneMake llvm-go test dependency optional.
2014-10-23 Daniel JasperRemove code duplication and cut dependency from clangRe...
2014-10-23 Rafael EspindolaMake llvm-link behave a bit more like LTO.
2014-10-23 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code for Object...
2014-10-23 Rafael EspindolaCleanup this test a bit.
2014-10-23 Rafael EspindolaCleanup this test a bit.
2014-10-23 David BlaikieDebugInfo: Simplify/tidy/correct global variable decl...
2014-10-23 Fariborz Jahanianpatch to issue warning on comparing parameters with
2014-10-23 Rafael EspindolaMake this test a bit stricter.
2014-10-23 Rafael EspindolaMake this test a bit stricter.
2014-10-23 Ben LangmuirAdd a "signature" to AST files to verify that they...
2014-10-23 Reid KlecknerRevert "Don't count inreg params when mangling fastcall...
2014-10-23 Samuel BenzaquenAdd flag --enable-check-profile to clang-tidy.
2014-10-23 Chris BienemanAdding llvm-shlib to CMake build system with a few...
2014-10-23 Justin BognerMake headers available in the build directory
2014-10-23 David BlaikieDebugInfo: Correctly describe the lexical decl context...
2014-10-23 David BlaikieRemove explicit (void) use of DwarfFile::DD that was...
2014-10-23 Renato GolinDo not emit intermediate register for zero FP immediate
2014-10-23 Ed MasteDisable dsym tests on !Darwin hosts
2014-10-23 Rafael Espindolaclang-format two code snippets to make the next patch...
2014-10-23 Rafael EspindolaAdd unittest for extreme alignments.
2014-10-23 NAKAMURA TakumiHexagon/Disassembler/LLVMBuild.txt: Update libdeps.
2014-10-23 NAKAMURA TakumiHexagon/LLVMBuild.txt: Prune CRLF.
2014-10-23 NAKAMURA Takumi[CMake] Prune CRLF in CMakeLists.txt(s).
2014-10-23 NAKAMURA Takumi[CMake] Prune trailing whitespace.
2014-10-23 NAKAMURA TakumiRevert r220427, "[Hexagon] Adding encoding bits for...
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement ADDIUR1SP instruction
2014-10-23 Zoran Jovanovicps][microMIPS] Implement ADDIUR2 instruction
2014-10-23 Zoran Jovanovicps][microMIPS] Implement LI16 instruction
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SLL16...
2014-10-23 Hafiz Abid... Fix code where goto jumped over local variable initiali...
2014-10-23 Oliver Stannard[Thumb2] Improve disassembly of memory hints
2014-10-23 Eric FiselierAdd support for "fancy" pointers to promise and package...
2014-10-23 Akira Hatanaka[ARM, stack protector] If supported, use armv7 instruct...
2014-10-23 Eric FiselierAdd support for "fancy" pointers to shared_ptr. Fixes...
2014-10-23 Frederic RissAssert that ValueHandleBase::ValueIsRAUWd doesn't chang...
2014-10-23 Frederic RissModernize doxygen comments in Support/Dwarf.h
2014-10-23 Frederic Riss[dwarfdump] Dump DW_AT_ranges values inline in the...
2014-10-23 Marshall ClowFix a couple of failing tests for C++03 by checking...
2014-10-23 Eric Fiselier[libcxxabi] Add support for running libc++abi tests...
2014-10-23 Eric FiselierAdd -ldl to libc++ tests when sanitizers are used.
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-10-23 Richard SmithRevert accidentally-committed files in r220460.
2014-10-23 Richard SmithRefactor implementation of 'exclude header'.
2014-10-23 Evgeniy Stepanov[msan] Emit checks for constant shadow values under...
2014-10-23 Richard SmithFix covered-switch warning.
2014-10-23 Alexey SamsonovRevert r218541 - Don't link in sanitizer runtimes if...
2014-10-23 David Blaikie[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down...
2014-10-23 David Blaikie[DebugInfo] Add DwarfDebug& to DwarfFile.
2014-10-23 David Blaikie[DebugInfo] Remove LexicalScopes::isCurrentFunctionScop...
next