platform/upstream/llvm.git
2016-04-26 Justin BognerPM: Port Reassociate to the new pass manager
2016-04-26 Adrian PrantlModule debugging: Also correctly handle typedef'd fowar...
2016-04-26 Mitch Bodart[X86] Replace -mcpu with -mattr in several tests
2016-04-26 Justin BognerReassociate: Convert another functor into a lambda...
2016-04-26 Philip Reames[LVI] Cut short search if we know we can't return a...
2016-04-26 Sunil SrivastavaCheck 'r' and 'y specifiers of freebsd_kernel_printf...
2016-04-26 Sanjay Patel[SimplifyCFG] propagate branch metadata when creating...
2016-04-26 Quentin Colombet[X86] Teach the expansion of copy instructions how...
2016-04-26 Quentin Colombet[MachineBasicBlock] Take advantage of the partially...
2016-04-26 Quentin Colombet[MachineInstrBundle] Improvement the recognition of...
2016-04-26 Philip Reames[LVI] Apply transfer rule for overdefine inputs for...
2016-04-26 Jingyue Wu[NVPTX] Fix some usages of CodeGenOpt::None.
2016-04-26 Philip Reames[LVI] A better fix for the assertion error introduced...
2016-04-26 Philip Reames[LVI] Speculative fix for assertion seen in clang bots
2016-04-26 Adrian McCarthyFix TestRegisterVariables.py on Windows
2016-04-26 Sanjay Patel[LowerExpectIntrinsic] make default likely/unlikely...
2016-04-26 Justin BognerReassociate: Simplify using lambdas. NFC
2016-04-26 Rafael EspindolaReturn R_GOTREL for R_MIPS_GPREL*.
2016-04-26 Adrian PrantlModule debugging: Add testcase for member classes of...
2016-04-26 Adrian PrantlModule debugging: Use the definition to determine modul...
2016-04-26 Mike Aizatsky[sanitizers] rewriting test assuming assert() changes...
2016-04-26 Philip Reames[LVI] Infer local facts from unary expressions
2016-04-26 Andrew KaylorOptimization bisect support in X86-specific passes
2016-04-26 Ahmed Bougacha[CodeGen] Add getBuildVector and getSplatBuildVector...
2016-04-26 David MajnemerRevert "[SimplifyLibCalls] sprintf doesn't copy null...
2016-04-26 Erik PilkingtonTest commit
2016-04-26 Rafael EspindolaCall repl in getSymbolBody. NFC.
2016-04-26 Rui UeyamaMove utility functions to DriverUtils.cpp.
2016-04-26 Nico WeberTry to get at_file_missing.c passing after LLVM r267556.
2016-04-26 Rui UeyamaHandle Windows drive letters and ".." for --reproduce.
2016-04-26 Nico WeberTry to get ResponseFile.ll passing on Windows after...
2016-04-26 Zachary TurnerRemove more unused variables.
2016-04-26 Elena DemikhovskyMasked Store in Loop Vectorizer - bugfix
2016-04-26 Justin BognerPM: Port Internalize to the new pass manager
2016-04-26 Zachary Turner[llvm-pdbdump] Fix version reading on big endian systems.
2016-04-26 Jim InghamUtilityFunction::MakeFunctionCaller uses the Error...
2016-04-26 Andrew KaylorAdd optimization bisect opt-in calls for Hexagon passes
2016-04-26 Alexander Kornienko[clang-tidy] Now adding correct misc-move-const-arg...
2016-04-26 Marshall ClowApparently XFAIL tests that are supposed to fail to...
2016-04-26 Yaxun Liu[OpenCL] Add predefined macros.
2016-04-26 Zachary TurnerFix warnings and -Werror build on clang.
2016-04-26 Rui UeyamaMake test/ELF/reproduces.s test to work on Windows.
2016-04-26 Alexander Kornienko[clang-tidy] Added misc-move-const-arg docs.
2016-04-26 Marcin Koscielnicki[sanitizers] [NFC] Add defines for the various PowerPC...
2016-04-26 Zachary TurnerParse and dump PDB DBI Stream Header Information
2016-04-26 Chris Bieneman[CMake] Use just-built clang and build iOS support...
2016-04-26 Krzysztof Parzyszek[Tail duplication] Handle source registers with subregi...
2016-04-26 Tim NorthoverReapply: "ARM: put correct symbol index on indirect...
2016-04-26 Justin BognerInternalize: More consistent file header and include...
2016-04-26 David Majnemer[SimplifyLibCalls] sprintf doesn't copy null bytes
2016-04-26 Manman RenSwift Calling Convention: use %RAX for sret.
2016-04-26 Saleem Abdulrasooltests: tweak MIR for ARM tests to correct MI issues
2016-04-26 Saleem Abdulrasooltest: remove some bleeding whitespace
2016-04-26 Eugene Zelenko[Release notes] Mention Clang-tidy misc-fold-init-type...
2016-04-26 Chris Bieneman[CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using...
2016-04-26 Etienne Bergeron[clang-tidy] New checker for redundant expressions.
2016-04-26 Konstantin... [AMDGPU] Move reserved vgpr count for trap handler...
2016-04-26 Sanjay Patel[CodeGenPrepare] use branch weight metadata to decide...
2016-04-26 Zachary TurnerFix build broken due to order of initialization problem.
2016-04-26 Etienne Bergeron[clang-tidy] Enhance misc-suspicious-string-compare...
2016-04-26 Peter CollingbourneRemove unnecessary function type directives for ifuncs.
2016-04-26 Rafael EspindolaDon't gc symbols that have to go in the dynamic symbol...
2016-04-26 Marshall Clow#include <test_macros.h> in all the regex tests, and...
2016-04-26 Peter CollingbourneELF: Treat IFunc definitions in DSOs as functions.
2016-04-26 Davide Italiano[ELF] Avoid polluting source directory with temp files.
2016-04-26 Zachary TurnerRefactor some more PDB reading code into DebugInfoPDB.
2016-04-26 Konstantin... [AMDGPU] Reserve VGPRs for trap handler usage if instructed
2016-04-26 Adrian McCarthyFix send and receive of ACK byte in test infrastructure...
2016-04-26 Anastasia Stulova[SPIR] Remove an assert mandating SPIR for OpenCL sourc...
2016-04-26 Samuel Antao[OpenMP] Improve mappable expressions Sema.
2016-04-26 Johannes DoerfertAllow unsigned comparisons
2016-04-26 Rafael EspindolaHandle --as-needed with symbols, not relocations.
2016-04-26 Nico WeberUpdate test after LLVM r267556.
2016-04-26 Nico WeberUse gcc's rules for parsing gcc-style response files
2016-04-26 Rafael EspindolaStore the binding in the Symbol.
2016-04-26 Pavel LabathBump up timeout in TestCallWithTimeout
2016-04-26 Sam Kolton[AMDGPU] Assembler: basic support for SDWA instructions
2016-04-26 Johannes Doerfert[FIX] Adjust assumption space for zext instructions
2016-04-26 Andrey Turetskiy[X86] PR27502: Fix the LEA optimization pass.
2016-04-26 Omair JavaidrL267291: Architecture change to thumb on parsing arm...
2016-04-26 Marcin Koscielnicki[Sparc] Fix build error introduced by rL267545.
2016-04-26 Marcin Koscielnicki[sanitizer] [SystemZ] Add ptrace support bits.
2016-04-26 Marcin Koscielnicki[sanitizer] [SystemZ] Implement internal_clone.
2016-04-26 Marcin Koscielnicki[PowerPC] Add support for llvm.thread.pointer
2016-04-26 Marcin Koscielnicki[SPARC] [SSP] Add support for LOAD_STACK_GUARD.
2016-04-26 Marcin Koscielnicki[SPARC] Add support for llvm.thread.pointer.
2016-04-26 Mehdi AminiThinLTOCodeGenerator: preserve linkonce when in "MustPr...
2016-04-26 Alexander KornienkoA clang-tidy check for std:accumulate.
2016-04-26 Renato GolinRevert "ARM: put correct symbol index on indirect point...
2016-04-26 Dmitry Polukhin[MSVC] PR27337: allow static_cast from private base...
2016-04-26 Johannes DoerfertDo not use the number of parameters in the complexity...
2016-04-26 Johannes DoerfertDo not add but record signed-unsigned assumptions
2016-04-26 Chuang-Yu Cheng[ppc64] Reenable sibling call optimization on ppc64...
2016-04-26 Mehdi AminiRevert "[sanitizers] read/write page fault detection...
2016-04-26 Sanjoy DasAlign case statements (whitespace-only cleanup)
2016-04-26 Sanjoy DasSymbolize operand bundle blocks for bcanalyzer
2016-04-26 Davide Italiano[ELF] Simplify. Pointed out by Rui Ueyama.
2016-04-26 Craig Topper[AArch64] Expand v1i64 and v2i64 ctlz.
2016-04-26 Craig Topper[ARM] Expand vector ctlz_zero_undef so it becomes ctlz.
2016-04-26 Craig Topper[ARM] Expand v1i64 and v2i64 ctlz.
next