platform/upstream/llvm.git
2013-03-29 Matt ArsenaultFix loop style
2013-03-29 Howard HinnantBruce Mitchener, Jr.: Port to emscripten. Fixes llvm...
2013-03-29 Adrian PrantlSplit the llvm/tools/clang/test/CodeGenObjC/debug-info...
2013-03-29 Greg ClaytonUpdated the code signing docs.
2013-03-29 Benjamin KramerRemove sign-compare warning on systems that still use...
2013-03-29 Howard HinnantThe 3rd test in shrink_to_fit.pass.cpp can't possibly...
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-29 Greg Clayton<rdar://problem/12022060>
2013-03-29 Nadav RotemFix a typo
2013-03-29 Jyotsna VermaHexagon: Disable DwarfUsesInlineInfoSection flag.
2013-03-29 Kostya Serebryany[tsan] restore performance critical inlining in tsan...
2013-03-29 Alexander Potapenko[TSan] Build TSan runtime with -fPIE.
2013-03-29 Alexander Potapenko[libsanitizer] Put COMMON_CFLAGS/COMMON_CXXFLAGS before...
2013-03-29 Hal FinkelAdd PPC FP rounding instructions fri[mnpz]
2013-03-29 Alexey Samsonov[Sanitizer] Follow-up for r178238 - replace DCHECKs...
2013-03-29 Rafael EspindolaFix thinko (and the bots): We still want to warn in C.
2013-03-29 Rafael EspindolaRevert "Fix allocations of SmallVector and SmallPtrSet...
2013-03-29 Rafael EspindolaDon't special case one line extern "C" decls.
2013-03-29 Jean-Luc DupratFix allocations of SmallVector and SmallPtrSet so they...
2013-03-29 Michael LiaoAdd RDSEED intrinsic support defined in AVX2 extension
2013-03-29 Michael LiaoAdd XTEST intrinsic defined in TSX extension
2013-03-29 Michael GottesmanRemoved trailing whitespace.
2013-03-29 Akira Hatanaka[mips] Change type of accumulator registers to Untyped...
2013-03-29 Akira Hatanaka[mips] Define overloaded versions of storeRegToStack...
2013-03-29 Akira Hatanaka[mips] Add parameter Alignment to MipsFrameLowering...
2013-03-29 Jim InghamRationalize how we do Halt-ing before Destroy and Detach.
2013-03-29 Jim Ingham“process launch” should “detach” not “kill” if the...
2013-03-29 Shankar Easwaran[ELF] Add dynamic hash table and get simple dynamic...
2013-03-29 Ted Kremenek[cfg] Always guard (when AddStaticInitBranches == true...
2013-03-29 Ted Kremenek[analyzer] Add static initializer test case (from ...
2013-03-29 Timur IskhodzhanovRevert r178273 as it broke the Linux bootstrap due...
2013-03-29 Dan GohmanRevert r178166. According to Howard, this code is actua...
2013-03-29 Ted KremenekAdd static analyzer support for conditionally executing...
2013-03-29 Ted KremenekAdd configuration plumbing to enable static initializer...
2013-03-28 Jack Carter[Mips Assembler] Add support for OR macro with imediate...
2013-03-28 Greg Clayton<rdar://problem/11730263>
2013-03-28 Michael LiaoAdd support of RDSEED defined in AVX2 extension
2013-03-28 Fariborz JahanianObjective-C: Produce precise diagnostic when
2013-03-28 Michael LiaoEnhance boolean simplification to handle 16-/64-bit...
2013-03-28 Anna Zaks[analyzer] Document existence of ConstPointerEscape.
2013-03-28 Anna Zaks[analyzer] Add support for escape of const pointers...
2013-03-28 Anna Zaks[analyzer] Apply the suppression rules to the nil recei...
2013-03-28 Michael LiaoSkip moving call address loading into callseq when...
2013-03-28 Reid Kleckner[ms-cxxabi] Add more tests for r178297
2013-03-28 Michael GottesmanRemoved dead code from ObjCARCOpts relating to tracking...
2013-03-28 Chad Rosier[fast-isel] Add a preemptive fix for the case where...
2013-03-28 Jack Carter[Mips Assembler] Add alias definitions for jal
2013-03-28 Nadav RotemAdd the X86 FMAs to the scheduling model.
2013-03-28 Bill WendlingMinor simplification.
2013-03-28 Nadav RotemAdd the Haswell machine model.
2013-03-28 Nadav RotemRemove the unused port from the SandyBridge machine...
2013-03-28 Michael LiaoAdd ADX CPUID detection
2013-03-28 Timur IskhodzhanovBand-aid fix for the TSan RTL build
2013-03-28 Reid Kleckner[sema] Check the result of getAsCXXRecordDecl() to...
2013-03-28 Timur IskhodzhanovAdd "static" to the Windows ALWAYS_INLINE macro (simila...
2013-03-28 Enrico GranataMaking the buildbot happy again after changes to the...
2013-03-28 Matt Beaumont-GayWarn about more than the first unused variable when...
2013-03-28 Eric ChristopherThese two are default in the constructor for MCAsmInfo.
2013-03-28 Enrico Granata<rdar://problem/12410225>
2013-03-28 Timur IskhodzhanovMake Win32 put the SRet address into EAX, fixes PR15556
2013-03-28 Timur IskhodzhanovRemove all 'static' before ALWAYS_INLINE
2013-03-28 Reid Kleckner[sema] Remove unused variable from r178283
2013-03-28 Howard HinnantI believe debug mode for vector<T> (T != bool) is compl...
2013-03-28 Hal FinkelSpecify CPUs on the PPC bswap-load-store test
2013-03-28 Hal FinkelOnly enable 64-bit bswap DAG combines for PPC64
2013-03-28 Michael GottesmanNon optimizable objc_retainBlock calls are not forwarding.
2013-03-28 Michael Gottesman[ObjCARC] Strength reduce objc_retainBlock -> objc_reta...
2013-03-28 Reid Kleckner[ms-cxxabi] Correctly compute the size of member pointers
2013-03-28 Fariborz JahanianObjective-C: Provide fixit suggestions when class object
2013-03-28 Jyotsna VermaHexagon: Replace switch-case in isDotNewInst with TSFlags.
2013-03-28 Hal FinkelFix bad indentation in r178276
2013-03-28 Jyotsna VermaHexagon: Enable SupportDebugInfomation and DwarfInSecti...
2013-03-28 Akira HatanakaRemove -O3.
2013-03-28 Bill SchmidtUse direct types in most PowerPC Altivec instructions...
2013-03-28 Hal FinkelAdd the PPC64 ldbrx/stdbrx instructions
2013-03-28 Gordon KeiserFix issue with disassembler decoding CBZ/CBNZ immediate...
2013-03-28 Jordan RoseProvide a fixit to static_cast for reinterpret_casts...
2013-03-28 Sam PanzerImplemented a warning when an input several bitwise...
2013-03-28 Thomas SchwingeRename clang::driver::tools::linuxtools to clang::drive...
2013-03-28 Thomas SchwingeRename LinuxDistro to Distro.
2013-03-28 Michael J.... [ELF] Cache contentType and permissions.
2013-03-28 Michael J.... [Driver] Don't open files multiple times.
2013-03-28 Howard HinnantFix a few warnings/errors for compiling with -fno-excep...
2013-03-28 Timur IskhodzhanovMake all the ALWAYS_INLINE users Windows-friendly;...
2013-03-28 Enrico GranataHardening the vector iterator synthetic child(ren)...
2013-03-28 Ted KremenekUse early return in printing logic. Minor cleanup.
2013-03-28 Ted KremenekAdd CFG logic to create a conditional branch for modeli...
2013-03-28 Greg ClaytonBe sure to take the mutex when the destructor is called...
2013-03-28 Alexander KornienkoFixed handling of comments before preprocessor directives.
2013-03-28 John Thompsonmodularize - Fixed broken array use (asserted in tests...
2013-03-28 Greg Clayton<rdar://problem/13527167>
2013-03-28 Gordon KeiserTesting commit access to llvm. Remove two lines of...
2013-03-28 Eric ChristopherFix order of initialization warning.
2013-03-28 Thomas SchwingeCorrect spelling of Git.
2013-03-28 Howard HinnantSecond try at r178075. The llvm breakage has been...
2013-03-28 Ashok ThirumurthiIntroduces extended register sets whose availability...
2013-03-28 Daniel MaleaFix makefile build by linking needed library 'irreader'
2013-03-28 Anton Yartsev[analyzer] These implements unix.MismatchedDeallocatorC...
2013-03-28 Rafael EspindolaMove test since it depends on the X86 backend.
2013-03-28 Rafael EspindolaThese are all simple pointer wrappers. Pass them by...
next