platform/upstream/llvm.git
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
2014-06-30 Alexey BataevTemp XFAIL CodeGen/captured-statements-nested.c to...
2014-06-30 Saleem AbdulrasoolX86: fix comment
2014-06-30 Saleem AbdulrasoolARM: use symbolic name for constant
2014-06-30 Alexey BataevUsing of variable length arrays in captured statements...
2014-06-30 Saleem Abdulrasooltest: move test from CodeGen to Sema
2014-06-30 Alp TokerRemove some incorrect test suppressions
2014-06-30 Alp TokerCodeGenAction::ExecuteAction(): check for invalid LLVM...
2014-06-30 Alp TokerExtract an isReservedName() function
2014-06-30 Todd FialaPull ProcessInfo and ProcessLaunchInfo out of Target...
2014-06-29 Saleem AbdulrasoolBasic: correct the va_list type on Windows on ARM
2014-06-29 Chandler CarruthFix a stray semi-colon. (Found by a pedantic warning)
2014-06-29 Alexander KornienkoAnother attempt to add a clang-tidy check for flagging...
2014-06-29 Alexander KornienkoAdd a matcher for SubstNonTypeTemplateParmExpr.
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-29 Simon Atanasyan[Mips] Fix MIPS ABI name in the test. The name "64...
2014-06-29 NAKAMURA TakumiRevert r211866, r211895 and r211995, "Driver: use GNU...
2014-06-29 NAKAMURA TakumiLibclangTest.cpp: s/uint/unsigned/. I think 'uint'...
2014-06-29 NAKAMURA Takumiclang/test/CodeGenCXX/windows-itanium-exceptions.cpp...
2014-06-29 Saleem AbdulrasoolDriver: add a cygwin linker tool
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-29 Craig TopperAdd ops() method to SDNode that returns an ArrayRef...
2014-06-28 Saleem Abdulrasooltest: add a test for windows itanium exceptions
next