platform/upstream/llvm.git
2016-04-27 Pavel LabathFix compiler warnings in SymbolFilePDBTests
2016-04-27 Haojian WuDon't search compilation database in explain-check...
2016-04-27 Simon Pilgrim[InstCombine][SSE] Added DemandedBits tests for MOVMSK...
2016-04-27 George RimarRemoved dead code. NFC.
2016-04-27 George Rimar[ELF] - Align sections file offsets correctly.
2016-04-27 Haojian Wu[ClangTidy] Add an 'explain-checks' option to diagnose...
2016-04-27 Dmitry Vyukovtsan: fix windows build
2016-04-27 Dmitry Vyukovtsan: fix windows build
2016-04-27 Dmitry Vyukovtsan: add missing file
2016-04-27 Dmitry Vyukovtsan: fix compiler warning
2016-04-27 Dmitry Vyukovtsan: split thread into logical and physical state
2016-04-27 Alexey Bataev[OPENMP] Fix for codegen of captured variables in inlin...
2016-04-27 Ekaterina RomanovaUpdated doxygen comments for intrinsics.
2016-04-27 Adam NemetFixed sphinx warning from r267672
2016-04-27 Mohit K. Bhakkad[Compiler-rt][CFI] Enabling CFI for MIPS64
2016-04-27 Simon Atanasyan[ELF][MIPS] Remove getMipsGpAddr(). NFC
2016-04-27 Adam Nemet[LoopDist] Add llvm.loop.distribute.enable loop metadata
2016-04-27 Vaivaswatha... [Cloning] cloneLoopWithPreheader(): add assert to ensur...
2016-04-27 Craig Topper[Support][X86] Add a few more Intel model numbers to...
2016-04-27 Craig Topper[Support][X86] Change the case values in the Intel...
2016-04-27 Mehdi AminiRevert "Support "preserving" the summary information...
2016-04-27 Jason MolendaCommitting patch from <Michael Woerister <michaelwoeris...
2016-04-27 Craig Topper[Support][X86] Add a couple more Broadwell CPU models...
2016-04-27 Mehdi AminiSupport "preserving" the summary information when using...
2016-04-27 Mehdi AminiRevert "Support "preserving" the summary information...
2016-04-27 Rui UeyamaSimplify. NFC.
2016-04-27 Evgeny StupachenkoThe patch fixes PR27392.
2016-04-27 Philip Reames[LVI] Delete stale and misleading comment.
2016-04-27 Chuang-Yu Cheng[ppc64] fix bug in prologue that mfocrf's cr operand...
2016-04-27 Rui UeyamaRemove unnecessary trailing semicolons.
2016-04-27 Ahmed Bougacha[X86] Set AddPristinesAndCSRs to FixupBW LivePhysRegs...
2016-04-27 Mehdi AminiFix the test from r267656: Support "preserving" the...
2016-04-27 Mehdi AminiAdd a test for r267655: Support "preserving" the summar...
2016-04-27 Mehdi AminiSupport "preserving" the summary information when using...
2016-04-27 Marshall ClowFix = that should have been == in test. Thanks to STL...
2016-04-27 Sanjoy DasFix typo in comment; NFC
2016-04-27 Ahmed Bougacha[X86] Don't assume that MMX extractelts are from index 0.
2016-04-27 Ahmed Bougacha[X86] Re-enable MMX i32 extractelt combine.
2016-04-27 Cong HouDetects the SAD pattern on X86 so that much better...
2016-04-27 Philip Reames[LVI] Add a comment explaining a subtle piece of code
2016-04-27 Adam Nemet[Docs] Try to clarify the concept of domains for noalia...
2016-04-27 Mehdi AminiThinLTO: do not promote GlobalVariable that have a...
2016-04-27 Matt ArsenaultSLSR: Use UnknownAddressSpace instead of 0 for pure...
2016-04-27 Mehdi AminiLTOCodeGenerator: turns linkonce(_odr) into weak_(odr...
2016-04-27 Adam Nemet[LoopDist] Split main class. NFC
2016-04-27 Philip Reames[LVI] Reduce compile time by lazily scanning blocks...
2016-04-27 Quentin Colombet[MachineInstrBundle] Actually set the PartialDeadDef...
2016-04-27 Peter CollingbourneELF: Merge UndefinedBitcode and UndefinedElf. NFC.
2016-04-27 Peter CollingbourneELF: Re-implement -u directly and remove CanKeepUndefin...
2016-04-26 Quentin Colombet[MachineInstrBundle] Update the comment for PhysRegInfo...
2016-04-26 Peter CollingbourneELF: Move code to where it is used, and related cleanup...
2016-04-26 Andrew KaylorAdd optimization bisect opt-in calls for SystemZ passes
2016-04-26 Andrew KaylorAdd optimization bisect opt-in calls for NVPTX passes
2016-04-26 Quentin Colombet[X86] Make sure it is safe to clobber EFLAGS, if need...
2016-04-26 Adrian PrantlModule debugging: Add an assertion.
2016-04-26 Richard SmithPR27513: When determining which declaration to put...
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...
next