platform/upstream/llvm.git
2016-04-29 Denis Zobnin[NFC] Initialize a variable to make buildbot green.
2016-04-29 Chris BienemanFix test case for incompatible sysroot warning
2016-04-29 Chris BienemanAdd a new warning to notify users of mismatched SDK...
2016-04-29 Sanjoy DasMark guards on true as "trivially dead"
2016-04-29 Chris Bieneman[CMake] [Xcode] Improving Xcode toolchain generation...
2016-04-29 Chris Bieneman[CMake] Create a separate install target for libcxx...
2016-04-29 Sanjay Patelclean up documentation comments; NFC
2016-04-29 Haicheng Wu[MBP] Use Function::optForSize() instead of checking...
2016-04-29 Sanjoy Das[EarlyCSE] Simplify guard intrinsics
2016-04-29 Matt ArsenaultAMDGPU: Fix crash with unreachable terminators.
2016-04-29 Davide Italiano[ELF] Ignore -d option (and aliases).
2016-04-29 Xinliang David LiRevert r268107 -- debug build failure
2016-04-29 Simon Pilgrim[InstCombine][SSE] PSHUFB to shuffle combine to use...
2016-04-29 Filipe CabecinhasTry to fix clang-cmake-aarch64-42vma by removing a...
2016-04-29 George Burgess IV[Sema] Specify the underlying type for an enum. NFC.
2016-04-29 Lang Hames[Orc] Add ORC lazy-compilation support for AArch64.
2016-04-29 Lang Hames[Orc] Make sure we don't drop the internal error in...
2016-04-29 Greg ClaytonWatch out for compilers that generate bad bitfield...
2016-04-29 Chris Bieneman[Docs] Refer to the CMakePrimer from CMake doc
2016-04-29 David Majnemer[ValueTracking] Make the code in lookThroughCast
2016-04-29 Xinliang David Li[inliner]: Refactor inline deferring logic into its...
2016-04-29 Sriraman TallamDifferential Revision: reviews.llvm.org/D19733
2016-04-29 Matt ArsenaultAMDGPU: Add kernarg.segment.ptr intrinsic
2016-04-29 Chad Rosier[InstCombine] Determine the result of a select based...
2016-04-29 Aaron BallmanAdd the ability to determine whether a format string...
2016-04-29 Matt ArsenaultFix comment
2016-04-29 Greg ClaytonFix TestGetVariables.py so it works correctly. We had...
2016-04-29 Aaron BallmanAdd a clang-tidy check that flags string-to-number...
2016-04-29 Sanjay Patel[InstCombine] clean up; NFC
2016-04-29 Greg ClaytonMake sure LLDB can deal with forward declarations to...
2016-04-29 Filipe Cabecinhas[asan] Assert in __sanitizer_ptr_{sub,cmp} if one of...
2016-04-29 Chris Bieneman[Docs] Add CMake Primer document
2016-04-29 Matt ArsenaultAMDGPU/SI: Move post regalloc run of SIShrinkInstructions
2016-04-29 Matt ArsenaultDAGCombiner: Reduce truncated shl width
2016-04-29 Eugene ZelenkoFix some Include What You Use warnings; other minor...
2016-04-29 Kostya Serebryany[libFuzzer] fix docs
2016-04-29 Manman RenMethod Pool in modules: we make sure that if a module...
2016-04-29 Easwaran RamanUse the new path for coverage related headers and updat...
2016-04-29 Easwaran RamanMove coverage related code into a separate library.
2016-04-29 Kostya Serebryany[libFuzzer] enable detect_leaks=1, add proper docs
2016-04-29 George Burgess IV[MemorySSA] Fix bugs in walker; refactor unittests...
2016-04-29 David Majnemer[ValueTracking] matchSelectPattern needs to be more...
2016-04-29 Denis Zobnin[MS] Make #pragma pack use PragmaStack<> class.
2016-04-29 Zachary TurnerFix crash in PDB when loading corrupt file.
2016-04-29 Sean Callanan[fix] Fixed a bug where const this would cause parser...
2016-04-29 Reid KlecknerFix crash in BuildCXXDefaultInitExpr.
2016-04-29 Hubert Tong[Concepts] Pass requires-clause to ActOnTemplateParamet...
2016-04-29 Rui UeyamaFix typo in test.
2016-04-29 Piotr PadlewskiAdd boost-use-to-string
2016-04-29 Chris Bieneman[Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
2016-04-29 Rafael EspindolaBe sure to always increment the Versym pointer.
2016-04-29 Piotr Padlewskismall reformat to test access
2016-04-29 Robert LougherImprove test coverage of -Wdouble-promotion
2016-04-29 Simon PilgrimUse SelectionDAG::getTargetConstant* helper functions...
2016-04-29 Artem Tamazov[AMDGPU][llvm-mc] Add some missing testcases to trap.s
2016-04-29 Zachary TurnerPut PDB parsing code into a pdb namespace.
2016-04-29 Zachary TurnerRefactor the PDB Stream reading interface.
2016-04-29 Rafael EspindolaFix the alignment of the version info.
2016-04-29 Dehao ChenDo not read callee name when matching IR to profile...
2016-04-29 Geoff Berry[BasicAA] Treat llvm.assume as not accessing memory...
2016-04-29 Haicheng Wu[MBP] Split placement and alignment into two functions...
2016-04-29 Artem TamazovFixed/Recommitted r267733 "[AMDGPU][llvm-mc] Add suppor...
2016-04-29 Paul RobinsonAdd a Subjects line to NoDebugAttr [NFC].
2016-04-29 Guozhi Wei[PPC] Enable shuffling of VSX vectors
2016-04-29 Amjad AboudFixed LIT tests that was broken after change in r268054.
2016-04-29 Filipe CabecinhasAdd operator- to Path's reverse_iterator. Needed for...
2016-04-29 Sanjay Patelauto-generate checks
2016-04-29 Rafael EspindolaFix producing undefined reference to __progname.
2016-04-29 Sanjay Patel[InstCombine] add helper function for ICmp with constan...
2016-04-29 Daniel Sanders[mips][ias] Move createCpRestoreMemOp to MipsTargetStre...
2016-04-29 Krzysztof ParzyszekFix NDEBUG build: variables used only in debug code...
2016-04-29 Rui UeyamaELF: Add -O0 (produce output as fast as possible) mode.
2016-04-29 Amjad AboudRecommitted r264281 "Supporting all entities declared...
2016-04-29 Amjad AboudRecommitted r264280 "Supporting all entities declared...
2016-04-29 Simon Dardis[mips][FastISel] A store is not a load.
2016-04-29 Simon Dardis[PATCH] [mips] Fix forbidden slot hazard handling
2016-04-29 Krzysztof Parzyszek[Hexagon] Optimize addressing modes for load/store
2016-04-29 Filipe CabecinhasUnify XDEBUG and EXPENSIVE_CHECKS (into the latter...
2016-04-29 Tobias GrosserRemove leftover
2016-04-29 Tobias Grossercmake: Set LINK_POLLY_INTO_TOOLS to ON (v2)
2016-04-29 Silviu Baranga[ARM] Guard the declarations of f16 to f32 vcvt intrins...
2016-04-29 Marcin Koscielnicki[sanitizers] [SystemZ] Mark kernel 3.12.58+ as safe...
2016-04-29 Sanjay Patelfix typo; NFC
2016-04-29 Piotr PadlewskiAdd credit [Test commit]
2016-04-29 Tom StellardAMDGPU/SI: Add offset field to ds_permute/ds_bpermute...
2016-04-29 Daniel Sanders[mips][ias] Split expandMemInst between MipsAsmParser...
2016-04-29 Daniel Sanders[mips][ias] Moved most instruction emission helpers...
2016-04-29 George Rimar[ELF] Fixed warning. NFC.
2016-04-29 Daniel Sanders[mips] Update tests to account for section size roundin...
2016-04-29 Tobias Grossercmake: Fix grammar
2016-04-29 Benjamin Kramer[find-all-symbols] Parallelize the merge step.
2016-04-29 Daniel Sanders[mips][ias] Make section sizes a multiple of the alignment.
2016-04-29 Tobias GrosserRevert "cmake: Set LINK_POLLY_INTO_TOOLS to ON"
2016-04-29 Tobias Grosserdoc: A source code with Polly does not use a separate...
2016-04-29 Tobias Grossercmake: Set LINK_POLLY_INTO_TOOLS to ON
2016-04-29 Johannes DoerfertAllow unsigned divisions
2016-04-29 Johannes DoerfertRefactor SCEVAffinator [NFC]
2016-04-29 Tobias GrosserScopInfo: Add option to control abort on isl errors
2016-04-29 Denis ZobninRecommit "[MS] Improved implementation of stack pragmas...
2016-04-29 Michael Zuckerman[clang][BuiltIn][AVX512]Adding intrinsics for cmp{ss...
next