platform/upstream/llvm.git
2015-04-10 Simon Atanasyan[Mips] Support R_MIPS_EH relocation handling
2015-04-10 Lorenzo MartignoniExtend s{,n}printf custom wrappers to support '*' in...
2015-04-10 Simon Atanasyan[Mips] Replace MipsTargetHandler member function getGP...
2015-04-10 Simon Atanasyan[Mips] Use std::call_once for thread safe initialization
2015-04-10 Simon Atanasyan[Mips] Fix typo in the comment
2015-04-10 Joerg SonnenbergerCreate correct platform-specific target for NetBSD...
2015-04-10 Rui UeyamaFix minor threading issue.
2015-04-10 Reid KlecknerAvoid spewing binary to stdout in some filetype=obj...
2015-04-10 Alexander Kornienko[clang-tidy] Add readability-simplify-boolean-expr...
2015-04-10 Siva Chandra[TestFormatters, TestDataFormatterSynthVal] Mark as...
2015-04-10 Siva Chandra[TestAnonymous] Enable all tests for GCC
2015-04-10 Kaelyn TakataDon't eagerly typo-correct to a keyword if the next...
2015-04-10 Sanjay Pateluse update_llc_test_checks.py to tighten checking
2015-04-10 Rafael EspindolaTestcase for the previous commit.
2015-04-10 Rafael EspindolaActually check if lseek works instead of using a filena...
2015-04-10 Rafael EspindolaRemember if lseek works in this FD.
2015-04-10 Reid Kleckner[SEH] Add test for inline functions using SEH helpers
2015-04-10 Duncan P. N... DebugInfo: Stop leaking temporaries in DIBuilder::creat...
2015-04-10 Reid KlecknerReally fix exceptions-seh-finally.c
2015-04-10 Rafael EspindolaHave one raw_fd_ostream constructor forward to the...
2015-04-10 Reid KlecknerTry to fix exceptions-seh-finally.c
2015-04-10 Reid Kleckner[SEH] Re-land r234532, but use internal linkage for...
2015-04-10 Reid Kleckner[Frontend] Close open file handles before renaming...
2015-04-10 Reid Kleckner[FS] Report errors from llvm::sys::fs::rename on Windows
2015-04-10 Oleksiy VyalovUse llvm::sys::fs::create_directories to create new...
2015-04-10 Greg ClaytonCheck in missing file.
2015-04-10 Reid Kleckner[WinEH] Try to make outlining invokes work a little...
2015-04-10 Adrian McCarthyAdd logging plugin for Windows
2015-04-10 Benjamin Kramer[CallSite] Use the injected base class name. NFC.
2015-04-10 Tobias GrosserDrop ISL_INSTALL path
2015-04-10 Timur Iskhodzhanov[ASan] Use a better name for a function parameter
2015-04-10 Hal Finkel[PowerPC] Prefetching should also consider depth >...
2015-04-10 Timur IskhodzhanovSplit Mprotect into MmapNoAccess and MprotectNoAccess...
2015-04-10 Benjamin Kramer[CallSite] Make construction from Value* (or Instructio...
2015-04-10 Benjamin KramerDon't rely on implicit CallSite construction.
2015-04-10 Rafael EspindolaTry to make MSVC happy.
2015-04-10 Rafael EspindolaReturn std::unique_ptr to avoid a release and recreate.
2015-04-10 Rafael EspindolaUse a std::unique_ptr to make it easier to see who...
2015-04-10 Szabolcs Sipos[clang-tidy] Fix for llvm.org/PR23161
2015-04-10 Toma Tabacu[mips] [IAS] Improve comments in MipsAsmParser::expandL...
2015-04-10 Chad Rosier[AArch64] Changes some SchedAlias to WriteRes for Corte...
2015-04-10 Chad Rosier[AArch64] Adjusts Cortex-A57 machine model to handle...
2015-04-10 Rafael EspindolaReturn a pointer instead of having a pointer outparam...
2015-04-10 Aaron BallmanInitializing an uninitialized data member; should be...
2015-04-10 Rafael EspindolaReturn a pointer instead of having a pointer outparam...
2015-04-10 Benjamin KramerMicrooptimize DenseMap::clear.
2015-04-10 Denis Protivensky[ARM] Implement PLT for dynamic pass
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-10 Denis Protivensky[ARM] Rework GOT/PLT entry generation
2015-04-10 Toma Tabacu[mips] [IAS] Make the mips-expansions-bad.s test more...
2015-04-10 Alexey Bataev[OPENMP] Codegen for 'reduction' clause in 'parallel...
2015-04-10 Denis Protivensky[ARM] Replace dyn_cast with isa check
2015-04-10 Arnaud A. de... Remove threshold for inserting lifetime markers for...
2015-04-10 Denis Protivensky[ARM] Improve veneer handling and introduce handlePlain...
2015-04-10 Dmitry Vyukov[sanitizer][MIPS] Fix warnings on MIPS
2015-04-10 Szabolcs SiposReverting test commit.
2015-04-10 Szabolcs SiposTest commit.
2015-04-10 Denis Protivensky[ARM] Remove unused variable in dynamic pass
2015-04-10 Alexey Bataev[OPENMP] Fixed cleanup of OpenMP code.
2015-04-10 Nick LewyckyFix typo in test. There is no %clangcxx, but there...
2015-04-10 Denis Protivensky[ARM] Add skeleton for dynamic relocation pass
2015-04-10 Alexey Bataev[OPENMP] Fixing troubles with lambdas in cleanups.
2015-04-10 Kostya Serebryany[lib/Fuzzer] Section: How good is my fuzzer?
2015-04-10 Kostya Serebryany[lib/Fuzzer] explain compatibility with AFL
2015-04-10 Alexey Bataev[OPENMP] Fixed incompatibility with MSVC, NFC.
2015-04-10 Jingyue WuDivergence analysis for GPU programs
2015-04-10 David Majnemer[WinEHPrepare] Don't rely on the order of IR
2015-04-10 David Majnemer[Sema] Don't assume that an initializer list has an...
2015-04-10 Alexey Bataev[OPENMP] Refactoring of codegen for OpenMP directives.
2015-04-10 Nico WeberRevert r234532 for a bit, it very likely caused crbug...
2015-04-10 Oleksiy VyalovRemove 'z' modifier from printf/sscanf operations in...
2015-04-10 Hal Finkel[PowerPC] Don't crash on PPC32 i64 fp_to_uint on modern...
2015-04-10 Ekaterina Romanova_mm256_blend_epi16 is being cast to __m256d instead...
2015-04-10 Oleksiy VyalovWrap socket error handling with SetLastError and IsInte...
2015-04-10 Rui UeyamaRemove redundant parentheses.
2015-04-10 Rui UeyamaDo not use default arguments for trivial functions.
2015-04-10 Rui UeyamaRemove unused return values.
2015-04-10 Richard Smith[modules] Remove unused MACRO_TABLE record.
2015-04-10 Enrico GranataFix a problem where 'process launch' was not correctly...
2015-04-10 Davide ItalianoReapply r234378, with test fixed (by emaste).
2015-04-10 Rui UeyamaELF: Don't use APPLY_RELOC macro.
2015-04-10 Rui UeyamaELF: Move Hexagon linker helper function to Hexagon...
2015-04-10 Ahmed Bougacha[AArch64] Promote f16 operations to f32.
2015-04-10 Ilia KSkip lldb-server tests according to bug 23181
2015-04-10 Rui UeyamaRemove dead code.
2015-04-09 Nemanja IvanovicAdd Clang support for remaining integer divide and...
2015-04-09 Nemanja IvanovicAdd LLVM support for remaining integer divide and permu...
2015-04-09 Fariborz Jahanian[Objective-C Sema] It is permissable to bridge cast...
2015-04-09 Benjamin KramerUpdate test case for r234543.
2015-04-09 Benjamin Kramer[CodeGen] Do a more principled fix for PR231653, always...
2015-04-09 Peter CollingbourneRevert r234477, "Differential Revision: reviews.llvm...
2015-04-09 Rui UeyamaFix undefined behavior.
2015-04-09 Rui UeyamaELF: Move CreateELF() from its own file to ELFReader.h.
2015-04-09 Enrico GranataDon't hardcode the name of the plugin - or it will...
2015-04-09 Rafael EspindolaPropagate usage of std:unique_ptr a bit. NFC.
2015-04-09 Enrico GranataThe dyld shared cache class table is not present in...
2015-04-09 Rafael EspindolaUpdate for LLVM api changes.
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rui UeyamaUpdate design.rst to remove a mention about round-trip...
next