platform/upstream/llvm.git
2016-04-04 John McCallAssignment operators should return by reference.
2016-04-04 Teresa Johnson[ThinLTO] Add option to dump value name to GUID mapping
2016-04-04 Teresa Johnson[ThinLTO] Augment FunctionImport dump with value name...
2016-04-04 Yunzhong GaoAdd copyright notice to the modulemap file.
2016-04-04 John McCallIRGen-level lowering for the Swift calling convention.
2016-04-04 John McCallAdd a couple of convenience operations to CharUnits.
2016-04-04 Reid KlecknerApply suggestion from HJ Lu to avoid misaligned stack...
2016-04-04 Sanjay Patelfix documentation comments; NFC
2016-04-04 Rui UeyamaAdd comments.
2016-04-04 Brendon Cahoon[DependenceAnalysis] Check if result of getConstantPart...
2016-04-04 Derek SchuffReplace MachineRegisterInfo::isSSA() with a MachineFunc...
2016-04-04 Wei MiRevert r265309 and r265312 because they caused some...
2016-04-04 Rui UeyamaFix -disable-verify test.
2016-04-04 Todd FialaXcode: modify lldb-python-test-suite target to build...
2016-04-04 Paul RobinsonDocument standard substitutions defined by lit.
2016-04-04 Derek SchuffAdd MachineFunctionProperty checks for AllVRegsAllocate...
2016-04-04 Wei MiFix unused var warning caused by r265309.
2016-04-04 Pete CooperFix test which failed Error migration on Windows bots.
2016-04-04 Simon Atanasyan[ELF][MIPS] Extend test case to check LA25 stubs creati...
2016-04-04 Wei MiReplace analyzeSiblingValues with new algorithm to...
2016-04-04 Adrian McCarthySet the architecture type from minidump more precisely...
2016-04-04 Marshall ClowFix for Bug #27193; 'std::acos on complex does not...
2016-04-04 Rafael EspindolaRegenerate test file.
2016-04-04 Carlo Bertolli[OPENMP] Codegen for teams directive for NVPTX
2016-04-04 Etienne Bergeron[clang-tidy] Reduce false-positive ratio in misc-suspic...
2016-04-04 Daniel Sanders[mips] Range check simm32 and fold MIPS16's imm32 into...
2016-04-04 NAKAMURA TakumiAnnotateFunctions: Tweak for mingw.
2016-04-04 Kuba Brecka[asan,tsan] Make Darwin-specific tests more stable...
2016-04-04 Pavel LabathMake FileSpec handling platform-independent
2016-04-04 Alexander Kornienko[clang-tidy] fix a couple of modernize-use-override...
2016-04-04 Rafael EspindolaTry to fix the windows build.
2016-04-04 Ulrich Weigand[SystemZ] Add compare-and-branch instructions to MC
2016-04-04 John BrawnAdd a PragmaHandler Registry for plugins to add PragmaH...
2016-04-04 Pavel LabathFix flakyness in TestWatchpointMultipleThreads
2016-04-04 Rafael EspindolaDon't store an Elf_Sym for most symbols.
2016-04-04 Ulrich Weigand[SystemZ] Support ATOMIC_FENCE
2016-04-04 Ulrich Weigand[SystemZ] Support llvm.frameaddress/llvm.returnaddress...
2016-04-04 NAKAMURA TakumiFixup r265277 [-Wdocumentation]
2016-04-04 Dmitry Vyukovtsan: fix ignore handling in signal handlers
2016-04-04 Alexey Bataev[OPENMP 4.0] Support for 'inbranch|noinbranch' clauses...
2016-04-04 Johannes DoerfertDo not allow to complex branch conditions
2016-04-04 Johannes DoerfertExploit graph properties during domain generation
2016-04-04 Johannes DoerfertFactor out "adjustDomainDimensions" function [NFC]
2016-04-04 Elena DemikhovskyAVX-512: Truncating store for i1 vectors
2016-04-04 Duncan P. N... ValueMapper: Remove old FIXMEs; almost NFC
2016-04-04 Davide Italiano[DebugInfo] Fix tests in Assembler/
2016-04-03 Johannes Doerfert[FIX] Do not create a SCoP in the presence of infinite...
2016-04-03 Duncan P. N... IR: Lazily create ReplaceableMetadataImpl on MDNode
2016-04-03 Duncan P. N... IR: Make MDNode::Context private, NFC
2016-04-03 Amaury SechetVarious style fix in Core.h/Core.cpp . NFC
2016-04-03 Duncan P. N... ValueMapper: Disallow metadata mapping recursion throug...
2016-04-03 Duncan P. N... Work around MSVC failure from r265273
2016-04-03 Simon Pilgrim[X86] Removed duplicate code.
2016-04-03 Duncan P. N... ValueMapper: Avoid recursion in mapSimplifiedMetadata...
2016-04-03 Tobias GrosserRevert "[FIX] Do not create a SCoP in the presence...
2016-04-03 Peter Zotov[CodeGenPrepare] Fix r265264 (again).
2016-04-03 Duncan P. N... ValueMapper: Split out mapSimpleMetadata, NFC
2016-04-03 Kuba Brecka[sanitizer] Make AtosSymbolizer more resilient when...
2016-04-03 Duncan P. N... ValueMapper: Introduce Mapper helper class, NFC
2016-04-03 Simon Pilgrim[X86][SSE] Refreshed MOVMSK sign bit tests
2016-04-03 Simon Pilgrim[X86][SSE] Support for MOVMSK signbit extraction instru...
2016-04-03 Peter Zotov[CodeGenPrepare] Fix r265264.
2016-04-03 Peter Zotov[CodeGenPrepare] Avoid sinking soft-FP comparisons
2016-04-03 Simon Pilgrim[X86] Tidied up X86ISD instruction nodes. NFCI.
2016-04-03 Peter ZotovMark some FP intrinsics as safe to speculatively execute
2016-04-03 Johannes Doerfert[FIX] Do not create two SAI objects for exit PHIs
2016-04-03 Johannes Doerfert[FIX] Do not create a SCoP in the presence of infinite...
2016-04-03 Elena DemikhovskyAVX-512: Load and Extended Load for i1 vectors
2016-04-03 Davide Italiano[LTO] Implement -disable-verify, which disables bitcode...
2016-04-03 Akira HatanakaFix test case committed in r265197.
2016-04-03 Davide Italiano[LTO] Add a test to ensure we reject negative opt level.
2016-04-03 Davide Italiano[LTO] Reject invalid optimization levels.
2016-04-03 Davide Italiano[LTO] Fix -save-temps in case -o is not specified.
2016-04-03 Davide Italiano[SimplifyLibCalls] Garbage collect dead code.
2016-04-03 Vedant Kumar[c-index-test] Fix leak in print_completion_result...
2016-04-03 Jacques Pienaar[lanai] Fix for LanaiDelaySlotFiller and LanaiMCInstLow...
2016-04-02 Davide Italiano[ELF] Prefer 'auto' over explicit type for consistency.
2016-04-02 Zoran Jovanovic[mips][microMIPS] Revert commits r264245 and r264248.
2016-04-02 Simon Pilgrim[X86][SSE] Added 1024-bit vector comparison tests
2016-04-02 Simon Pilgrim[X86][AVX512] Added AVX512 comparison tests
2016-04-02 Ed SchoutenProvide support for Binutils' --no-dynamic-linker option.
2016-04-02 Rui UeyamaSimplify. NFC.
2016-04-02 Rui UeyamaMerge two `if`s.
2016-04-02 Saleem AbdulrasoolAArch64: support .cpu directive
2016-04-02 Rui UeyamaVariable names should start with uppercase letters.
2016-04-02 Nico Weberclang-cl: Don't skip i_group flags other than -include...
2016-04-02 Rui UeyamaRename a variable. NFC.
2016-04-02 Rui UeyamaDo not return early.
2016-04-02 Rui UeyamaMove code to initialize LLVM to one place.
2016-04-02 Rui UeyamaRemove DefinedElf class.
2016-04-02 Duncan P. N... Linker: Split mapUnneededSubprograms into two; almost NFC
2016-04-02 Duncan P. N... Remove redundant assertion after cast, NFC
2016-04-02 Duncan P. N... Linker: Avoid unnecessary work when moving named metadata
2016-04-02 Mehdi AminiRename FunctionIndex into GlobalValueIndex to reflect...
2016-04-02 Duncan P. N... Linker: Remove IRMover::isMetadataUnneeded indirection...
2016-04-02 Duncan P. N... ValueMapper: Add support for seeding metadata with...
2016-04-02 Duncan P. N... Document end of anonymous namespaces, NFC
2016-04-02 Duncan P. N... Bitcode: Try to emit metadata in function blocks
2016-04-02 Duncan P. N... Fix doxygen comments from r265224, NFC
2016-04-02 Duncan P. N... BitcodeWriter: Further unify function metadata, NFC
next