platform/upstream/llvm.git
2014-08-04 Eric ChristopherReorder to keep data and routines separate and to keep...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Eric ChristopherReimplement the temporary non-const getSubtargetImpl...
2014-08-04 Chad Rosier[AArch64] Extend the number of scalar instructions...
2014-08-04 Hans WennborgUsersManual: update clang-cl options
2014-08-04 Joerg SonnenbergerMC uses .lcomm now, so adjust.
2014-08-04 Reid KlecknerFix failure to invoke exception handler on Win64
2014-08-04 Hans WennborgDon't drop dllimport from qualified friend redeclaratio...
2014-08-04 Aaron BallmanNit picky const-correctness with auto. No functional...
2014-08-04 David BlaikieCorrect the emission kind constants committed in r214771
2014-08-04 David BlaikieDocument the "emission kind" field of the DICompileUnit...
2014-08-04 Aaron BallmanA static_assert declaration cannot be a template; addin...
2014-08-04 Joerg SonnenbergerRecognize mftbl as alias for mftb, for symmetry with...
2014-08-04 Dan AlbertFix typo.
2014-08-04 Joerg SonnenbergerAdd a sentence that all entries should include an email...
2014-08-04 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-08-04 Marshall ClowFix a problem with reference_wrapper in C++03 that...
2014-08-04 Alex LorenzRevert r214757 (Same fix as r214758)
2014-08-04 David BlaikieAdd CoverageMappingGen.cpp (introduced in r214752)...
2014-08-04 Alex Lorenzadd lib/CodeGen/CoverageMappingGen.cpp to CMake
2014-08-04 Matt ArsenaultR600/SI: Fix definitions for ds_read2 / ds_write2 instr...
2014-08-04 Joerg SonnenbergerRename PPCLinuxMCAsmInfo to PPCELFMCAsmInfo to better...
2014-08-04 Joerg SonnenbergerAllow .lcomm with alignment on ELF targets.
2014-08-04 Dan AlbertAdd locales to available_features for tests.
2014-08-04 Alex LorenzAdd coverage mapping generation.
2014-08-04 Alex LorenzCoverage: add HasCodeBefore flag to a mapping region.
2014-08-04 Aaron BallmanRemoving some extraneous spaces; no functional changes...
2014-08-04 Eric ChristopherMove the R600 intrinsic support back to the target...
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-08-04 Marshall ClowFix PR#202520 - predicate called too many times in...
2014-08-04 Olivier GoffartFix crash when accessing a property of an invalid interface
2014-08-04 Olivier GoffartFix crash when assiging to a property with an invalid...
2014-08-04 Joerg SonnenbergerRefactor SPRG instructions.
2014-08-04 Akira Hatanaka[X86] Place parentheses around "isMask_32(STReturns...
2014-08-04 Joerg SonnenbergerAdd support for m[ft][di]bat[ul] instructions.
2014-08-04 Aaron BallmanDiagnose GNU-style attributes preceding virt-specifiers...
2014-08-04 Matt ArsenaultUse the known address space constant rather than checki...
2014-08-04 Matt ArsenaultR600: Remove unused include
2014-08-04 Eric ChristopherAdd a dummy subtarget to the CPP backend target machine...
2014-08-04 Dan AlbertObey LLVM_LIBDIR_SUFFIX.
2014-08-04 DeLesley HutchinsThread safety analysis: Add support for negative requi...
2014-08-04 Joerg SonnenbergerAdd features for PPC 4xx and e500/e500mc instructions.
2014-08-04 Aaron BallmanHighlight the offending function parameter when the...
2014-08-04 Aaron BallmanHighlight the offending function parameter when the...
2014-08-04 Ulrich Weigand[PowerPC] Add target triple to vec_urem_const.ll test...
2014-08-04 Daniel Jasperclang-format: Understand parameter pack initialization.
2014-08-04 Robert Khasanov[SKX] Enabling load/store instructions: encoding
2014-08-04 Ulrich Weigand[PowerPC] Swap arguments to vpkuhum/vpkuwum on little...
2014-08-04 Aaron BallmanImproving the name of the function parameter, which...
2014-08-04 Ulrich Weigand[PowerPC] MULHU/MULHS are not legal for vector types
2014-08-04 Daniel SandersFixed accidental use of reserved identifier in r214709.
2014-08-04 Ulrich Weigand[PowerPC] Fix and improve vector comparisons
2014-08-04 Kostya Serebryany[asan] poison array cookies only on 64-bit arch
2014-08-04 Simon Atanasyan[Driver][Mips] Construct dynamic linker path by string...
2014-08-04 Kostya Serebryany[asan] introduce __asan_poison_cxx_array_cookie. This...
2014-08-04 Pavel Chupin[x32] Add __int128 support
2014-08-04 Daniel Sanders[mips] Add assembler support for '.set mipsX'.
2014-08-04 NAKAMURA TakumiTargetInstrInfo::genAlternativeCodeSequence(): Fix...
2014-08-04 Chandler Carruth[x86] Just unilaterally prefer SSSE3-style PSHUFB lower...
2014-08-04 Keith WalkerFix tests Clang::Sema/statements.c and Clang::SemaTempl...
2014-08-04 Benjamin Kramer[clang-tidy] Rewrite a for-range loop in the old style.
2014-08-04 Kostya Serebryany[asan] intercept sized operator delete[]
2014-08-04 Benjamin Kramer[clang-tidy] Fix unnamed parameter comment insertion...
2014-08-04 Chandler Carruth[x86] Implement more aggressive use of PACKUS chains...
2014-08-04 Benjamin Kramer[clang-tidy] Make the named parameter check only warn...
2014-08-04 Benjamin KramerUpdate links to the gcc and java documentation that...
2014-08-04 David MajnemerAST: Fix the mangling for unqualified-blocks
2014-08-04 David MajnemerAST: Propagate 'AlignIsRequired' though many levels...
2014-08-04 Kevin QinRevert "r214669 - MachineCombiner Pass for selecting...
2014-08-04 NAKAMURA TakumiMemoryBuffer: Don't use mmap when FileSize is multiple...
2014-08-04 Chandler Carruth[x86] Handle single input shuffles in the SSSE3 case...
2014-08-04 Chandler Carruth[x86] Fix the test case added in r214670 and tweaked...
2014-08-04 Richard SmithPR11778: Fix the rejects-valid half of this bug. We...
2014-08-03 Peter Zotov[OCaml] Add Llvm.{string_of_const,const_element}.
2014-08-03 Peter Zotov[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetEleme...
2014-08-03 Richard SmithDon't destroy MacroInfos if we find the macro definitio...
2014-08-03 Sanjay PatelAccount for possible leading '.' in label string.
2014-08-03 Chandler Carruth[x86] Don't add nodes to the combined set (and prune...
2014-08-03 Saleem AbdulrasoolX86: silence warning (-Wparentheses)
2014-08-03 Saleem AbdulrasoolCodeGen: silence a warning
2014-08-03 Sanjay Patelfix for PR20354 - Miscompile of fabs due to vectorization
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-03 Justin BognerDriver: Simplify a use of the path API
2014-08-03 Jason MolendaChange ProcessGDBRemote::DidLaunchOrAttach to
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-03 Tobias GrosserDo allow negative offsets in the outermost array dimension
2014-08-03 Saleem AbdulrasoolMC: virtualise EmitWindowsUnwindTables
2014-08-03 Saleem AbdulrasoolMC: rename Win64EHFrameInfo to WinEH::FrameInfo
2014-08-03 Simon Atanasyan[Mips] Add the `mips64-linux-gnu` target to the test...
2014-08-03 Matt ArsenaultR600/SI: Fix extra whitespace in asm str
2014-08-03 Johannes DoerfertFix the modifiable access creation
2014-08-03 Johannes DoerfertAllow the IslExprBuilder to generate access operations
2014-08-03 Johannes DoerfertUpdate the jscop tests and port them to isl codegen.
2014-08-03 NAKAMURA TakumiTools.cpp: Avoid std::to_string() on -fbuild-session...
2014-08-02 Manman Ren[SimplifyCFG] fix accessing deleted PHINodes in switch...
2014-08-02 Simon Atanasyan[Mips] Replace assembler code by YAML to make the ...
2014-08-02 Joerg Sonnenbergertlbia support
2014-08-02 Joerg Sonnenbergermfdcr / mtdcr support
2014-08-02 Erik Ecksteinfix bug 20513 - Crash in SLP Vectorizer
2014-08-02 James MolloyUpdate test to use a more modern AArch64 triple, as...
next