platform/upstream/llvm.git
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...
2015-04-09 Reid KlecknerUse Linux sysroot in Driver test case from r234521
2015-04-09 Reid Kleckner[SEH] Outline finally blocks using the new variable...
2015-04-09 Chaoren LinFix printf format specifier to silence warning.
2015-04-09 Ahmed Bougacha[CodeGen] Combine concat_vector of trunc'd scalar to...
2015-04-09 Juergen Ributzka[AArch64][FastISel] Fix integer extend optimization.
2015-04-09 David Majnemer[Sema] Diagnose references to unbound arrays in functio...
2015-04-09 Siva Chandra[ItaniumABILanguageRuntime] Remove an unneccesary ...
2015-04-09 Kaelyn TakataProperly implement warn_unused_result checking for...
2015-04-09 Eric ChristopherRemove duplicated code and consolidate initializers.
2015-04-09 Siva Chandra[RenderScriptRuntime] Fix build after r234522.
2015-04-09 Siva Chandra[TestBitfields] Correct the attribute name to "aligned...
2015-04-09 Siva Chandra[IRForTarget] Strenghten handling of alternate mangling.
2015-04-09 Hans Wennborg[ASan] Don't link against libc++abi when not using...
2015-04-09 Fariborz Jahanian[Objective-C modern translation]. Patch to fix type of
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-09 Rafael EspindolaRevert "Refactoring and enhancement to FMA combine."
2015-04-09 Ilia KFix Debugger::HandleProcessEvent in case when ProcessIO...
2015-04-09 Zachary Turner[Python] Fix issue configuring sys.path during startup.
2015-04-09 Rafael EspindolaDefine a function with "... llvm::func...".
2015-04-09 Robert FlackFix @skipUnlessPlatform and @skipIfPlatform decorators...
2015-04-09 Olivier SallenaveRefactoring and enhancement to FMA combine.
2015-04-09 Samuel Benzaquen[clang-tidy] Ignore expressions with incompatible deleters.
2015-04-09 Sean CallananInstall a diagnostic consumer into each new AST
2015-04-09 Duncan P. N... IR: Preserve use-list order by default in bitcode
2015-04-09 Olivier SallenaveAdded flag to disable isel instruction on PPC target...
2015-04-09 Sean CallananAdded the RenderScript language runtime plugin
next