platform/upstream/llvm.git
2014-07-01 Adam Nemet[X86] AVX512: Allow writemasks with vpcmp
2014-07-01 Adam Nemet[X86] AVX512: Factor generating the AsmString into...
2014-07-01 Alexey Samsonov[TSan] Equalize the behavior of __tsan_get_allocated_si...
2014-07-01 Deepak PanickalThis creates a valid Python API for Windows, pending...
2014-07-01 Sylvestre LedruGCC compatibility: Ignore -finput_charset=UTF-8 argumen...
2014-07-01 Chad RosierRevert "MachineScheduler: better book-keeping for asserts."
2014-07-01 Kevin EnderbyAdd the -arch flag support to llvm-size like what was...
2014-07-01 Todd FialaUse native ::pid_t in Linux ProcessMonitor (local debug...
2014-07-01 Quentin Colombet[PeepholeOptimzer] Fix a typo in a comment.
2014-07-01 Benjamin KramerRemove unused typedef. GCC warns about this.
2014-07-01 David MajnemerGlobalOpt: Don't swap private for internal linkage
2014-07-01 David MajnemerGlobalOpt: FileCheck-ize test
2014-07-01 Benjamin KramerRephrase loop so it doesn't leave unused bools around...
2014-07-01 Rafael EspindolaAvoid revocations when possible.
2014-07-01 Quentin Colombet[PeepholeOptimizer] Advanced rewriting of copies to...
2014-07-01 Quentin Colombet[RegAllocGreedy] Provide a flag to disable the local...
2014-07-01 Logan ChienRemove CleanupHackLevel from CGException.
2014-07-01 Simon Atanasyan[Driver][Mips] MIPS ABI names "32" and "64" used as...
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-07-01 Tim Northover[mach-o]: make the default dylib install-name the outpu...
2014-07-01 Tim Northover[mach-o] add representation for LC_ID_DYLIB to MachONor...
2014-07-01 Gerolf HoflehnerEnable test/CodeGen/indirect-goto.c in 64b for local...
2014-07-01 Bob WilsonTemporarily disable the indirect-goto.c test.
2014-07-01 Nikola SmiljanicPR15677 - Crash in template diffing. Check that express...
2014-07-01 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-01 Andrew TrickMachineScheduler: better book-keeping for asserts.
2014-07-01 Alp Tokerclang-interpreter: use LLVM interpreter if JIT is unava...
2014-07-01 Alp TokerExecutionEngine::create(): fix interpreter fallback...
2014-07-01 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-01 Alp Tokerdriver: add link dependency on CodeGen
2014-07-01 Alp Tokerclang-interpreter: interpret instead of JITing
2014-07-01 Alexey SamsonovAdd the way to disable MSan unit tests for _mm_* intrinsics
2014-07-01 Reid KlecknerFix .seh_stackalloc 0
2014-07-01 Johannes Doerfert[FIX] Don't consider reductions which are partially...
2014-07-01 David MajnemerGlobalOpt: Handle non-zero offsets for aliases
2014-07-01 David MajnemerIR: Add a helper to check for LinkOnceODRLinkage
2014-07-01 Gerolf HoflehnerSuppress inlining when the block address is taken
2014-07-01 Zachary TurnerFix Windows build after llgs upstream.
2014-07-01 Duncan P. N... AArch64: Follow-up to r212073
2014-06-30 Todd FialaFixup Windows build breaks for the llgs upstream.
2014-06-30 Duncan P. N... AArch64: Actually do address type promotion
2014-06-30 Nick Kledzik[mach-o] improve errors when mixing architectures
2014-06-30 Alexey SamsonovFix apparent thinko in r209744: allocator stats can...
2014-06-30 Marshall ClowFix libc++ bug #20039: 'Constructing std::function...
2014-06-30 Todd FialaAdd lldb-gdbserver support for Linux x86_64.
2014-06-30 Nick Kledzik[mach-o] x86_64 relocation code review fixes
2014-06-30 Reid KlecknerConvert some byval argpromotion grep tests to FileCheck
2014-06-30 Ehsan AkhgariDo not define __STRICT_ANSI__ in clang-cl
2014-06-30 David BlaikieDebugInfo: Preserve debug location information when...
2014-06-30 Alexey Samsonov[UBSan] Don't link UBSan runtime into shared libraries.
2014-06-30 David BlaikieRemove unnecessary datalayout string from a test case.
2014-06-30 Reid KlecknerSpeculatively fix some code handling Power64 MachO...
2014-06-30 Reid Klecknermsan: Stop stripping the 'tail' modifier off of calls
2014-06-30 Ben LangmuirConsider module depedencies when checking a preamble...
2014-06-30 Ed Masteobjdump: Add test for ELF file with no section table
2014-06-30 Ehsan AkhgariUse the newly added FindInEnvPath helper in clang
2014-06-30 Ehsan AkhgariRefactor the code in clang to find a file in a PATH...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Andrea Di Biagio[x86] Add Clang support for intrinsic __rdpmc.
2014-06-30 Matt ArsenaultR600: Move mul combine to separate function
2014-06-30 Matt ArsenaultR600: Remove unused declarations leftover from AMDIL
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-30 Andrea Di Biagio[X86] Add support for builtin to read performance monit...
2014-06-30 Peter Zotov[OCaml] Documentation improvements.
2014-06-30 Ben LangmuirRemoved unused typedef for recursive_directory_iterator
2014-06-30 Marshall ClowFix a typo in the noexcept calculation for __compressed...
2014-06-30 Chad Rosier[AArch64] Unsized types don't specify an alignment.
2014-06-30 Chad Rosier[AArch64] Convert mul x, -(pow2 +/- 1) to shift + add...
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-30 Alexander KornienkoInitialize ClangTidyMessage::FileOffset field to avoid...
2014-06-30 Daniel Jasperclang-format: Support member function reference qualifiers.
2014-06-30 Daniel Jasperclang-format: Improve expression heuristics.
2014-06-30 Aaron BallmanFixing a few typos in the documentation.
2014-06-30 Daniel Jasperclang-format: [JS] support free-standing functions...
2014-06-30 Logan ChienRevert the LSDA change to scan_eh_tab.
2014-06-30 Evgeniy Stepanov[msan] Limit stack origin chain length.
2014-06-30 Tim NorthoverMachO: stop iterating past the end of an array
2014-06-30 Alexey Bataev[OPENMP] Added table with allowed nesting info for...
2014-06-30 Alexander KornienkoAdded a comment to document relation of this check...
2014-06-30 Tim NorthoverMachO: re-enable writing of compact-unwind sections.
2014-06-30 Tim NorthoverMachO: align segment virtual addresses to page size.
2014-06-30 Tim NorthoverMachO: calculate segment offsets in final MachO files...
2014-06-30 Scott DouglassARM: take care not to set the ThumbFunc bit on TLS...
2014-06-30 Alexey BataevSecond part of fix in CodeGen/captured-statements-nested.c
2014-06-30 Tim NorthoverMachO: support atomization of dylibs.
2014-06-30 Alexey BataevTest fix
2014-06-30 Alexey BataevFixed incompatibility in CodeGen/captured-statements...
2014-06-30 Alexey BataevFixed CodeGen/captured-statements-nested.c test
2014-06-30 Simon Atanasyan[Driver][Mips] Fix test cases - make ABI name and targe...
2014-06-30 Simon Atanasyan[Driver][Mips] Check rejecting of invalid MIPS ABI...
2014-06-30 Scott Douglassundo test commit (whitespace only)
2014-06-30 Scott Douglasstest commit (whitespace only)
2014-06-30 Erik Ecksteintest commit: add a comment line in GVN test file
2014-06-30 Alexey BataevDisable CodeGen/captured-statements-nested.c
2014-06-30 Marshall ClowAdd checking for the complexity guarantees in the standard
2014-06-30 Alexey BataevFixed CodeGen/captured-statements-nested.c test
2014-06-30 Todd FialaFactored out Linux proc file reading into separate...
2014-06-30 Alexey BataevDisable CodeGen/captured-statements-nested.c
next