platform/upstream/llvm.git
2014-07-29 Yi KongAArch64: Resolve some FIXMEs in CGBuiltin left over...
2014-07-29 Alexey Bataev[OPENMP] Additional comments for implicit 'flush' claus...
2014-07-29 Johannes Doerfert[Refactor] Adjust some comments
2014-07-29 Johannes DoerfertAssume no annotations when visiting new domain (IslAst)
2014-07-29 Johannes DoerfertAdded base array id's to Memory Accesses
2014-07-29 Johannes Doerfert[Refactor] Use non-const MemoryAccess base addresses
2014-07-29 NAKAMURA Takumi[autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5...
2014-07-29 Johannes Doerfert[Refactor] Adjust some comments
2014-07-29 Johannes Doerfert[Refactor] Remove unused MemoryAccess constructor
2014-07-29 Sylvestre Ledru3.5 => 3.6
2014-07-29 Tobias GrosserRevert "Emit column debug information for loads"
2014-07-29 Tobias GrosserEmit column debug information for loads
2014-07-29 Zachary TurnerFix compile error on Windows.
2014-07-29 Jiangning LiuImplement AArch64 TTI interface isAsCheapAsAMove.
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-29 Duncan P. N... Bitcode: Correctly compare a Use against itself
2014-07-29 Duncan P. N... Fix line-endings, NFC
2014-07-29 Duncan P. N... IR: Augment debug statements for use-list order
2014-07-29 Richard Smith[modules] Add testcase for a bug reduced from a selfhos...
2014-07-29 Richard SmithRevert accidentally-committed files in r214151.
2014-07-29 Richard Smith[modules] Add missing #include, found by modules build...
2014-07-29 Rafael EspindolaDelete dead code.
2014-07-29 Alexey Samsonov[UBSan] Try to enable pipefail in UBSan lit tests to...
2014-07-29 Bob WilsonFix up handling of ARM options for controlling strict...
2014-07-29 Matt ArsenaultFix typos / grammar.
2014-07-29 Matt ArsenaultFix header including itself
2014-07-28 Nick Kledzik[mach-o] fix non-debug warnings
2014-07-28 Duncan P. N... llvm-uselistorder: Add -num-shuffles option
2014-07-28 Kevin EnderbyTweak llvm-nm’s -undefined-only (aka -u) printing for...
2014-07-28 Manman RenClean up testing cases.
2014-07-28 Reid KlecknerAdd a location to MS inline asm blobs
2014-07-28 Nick Kledzik[mach-o] Implement interworking between thumb and arm...
2014-07-28 Manman Ren[Debug Info] unique MDNodes in the enum types of each...
2014-07-28 Todd FialaFixup TestStepNoDebug to cleanup properly on shutdown.
2014-07-28 Manman RenRemove extra ; in testing case.
2014-07-28 Richard SmithRemove a nonsense friend declaration.
2014-07-28 Duncan P. N... IR: Optimize size of use-list order shuffle vectors
2014-07-28 Rui Ueyama[PECOFF] Fix failing test.
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Hans WennborgUpdate LLVM version: 3.5 => 3.6
2014-07-28 Alexey SamsonovExclude ASM from CompilerRT languages as an attempt...
2014-07-28 Eric ChristopherRegenerate autoconf, previous updates to the configury...
2014-07-28 Duncan P. N... llvm-uselistorder: Get it building in configure+make...
2014-07-28 Duncan P. N... Bitcode: Serialize (and recover) use-list order
2014-07-28 Richard Smith[modules] PR20475: merging support for alias template...
2014-07-28 Duncan P. N... llvm-uselistorder: Add -save-temps option
2014-07-28 Duncan P. N... llvm-uselistorder: Check the correct flag for assembly
2014-07-28 Duncan P. N... IR: Expose Module::rbegin() and rend()
2014-07-28 Joerg SonnenbergerChange __INTx_TYPE__ to be always signed. This changes...
2014-07-28 Lang Hames[MCJIT] Remove extraneous parentheses in test case.
2014-07-28 Rafael EspindolaTest the linker plugin handling of llvm.used.
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Alexey SamsonovFix linking with just-built libc++abi (added in r214037).
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-07-28 Kaelyn TakataAdd another keyword-selection flag to CorrectionCandida...
2014-07-28 Matt ArsenaultR600: Modernize test
2014-07-28 Alex Lorenzllvm-cov: move the gcov code into a separate file.
2014-07-28 Matt ArsenaultR600/SI: Fix return type for isMIMG / isSMRD
2014-07-28 Chandler Carruth[SDAG] Add DEBUG logging to the legalizer, fixing a...
2014-07-28 Matt ArsenaultR600/SI: Implement getOptimalMemOpType
2014-07-28 Reid KlecknerFix MSVC warnings about falling off the end of a non...
2014-07-28 Rafael EspindolaAdd tests for the various emit-llvm plugin options.
2014-07-28 Matt ArsenaultR600/SI: Make argument loads invariant
2014-07-28 Matt ArsenaultUpdate comment
2014-07-28 Adam Nemet[AVX512] Add non-masking FP store intrinsics
2014-07-28 Adam Nemet[AVX512] Add FP add/sub/mul intrinsics
2014-07-28 Adam Nemet[AVX512] Reorder functions in avx512fintrin.h
2014-07-28 Adam Nemet[AVX512] Bring the formatting of avx512fintrin.h closer...
2014-07-28 Adam Nemet[AVX512] Add CHECK-LABELs to test/CodeGen/avx512f-built...
2014-07-28 Zachary TurnerTeach LLDB about Windows processes.
2014-07-28 Zachary TurnerUse llvm Support functions to get the user's home direc...
2014-07-28 Zachary TurnerFix supported architectures on PlatformWindows.
2014-07-28 Zachary TurnerFix the MSVC build. MSVC does not support constexpr.
2014-07-28 Fariborz JahanianObjective-C. Improve diagnostic when property is
2014-07-28 DeLesley HutchinsThread Safety Analysis: Replace the old and broken...
2014-07-28 Marshall ClowFix PR#20471. Add a cast in __align_it to ensure that...
2014-07-28 Rafael EspindolaTest the mcpu option.
2014-07-28 Dario Domizioli[TEST] Improve tests for #pragma clang optimize off/on
2014-07-28 Simon Atanasyan[Mips] Remove redundant REQUIRES clause.
2014-07-28 Daniel Jasperclang-format: [proto] Improve formatting of text-proto...
2014-07-28 Dmitry Vyukovtsan: add a useful debug check
2014-07-28 Robert Khasanov[SKX] Enabling mask logic instructions: encoding, lowering
2014-07-28 Dan LiewEmit a warning if llvm_map_components_to_libraries...
2014-07-28 Dan LiewDocument the new LLVM CMake interface for building...
2014-07-28 Dan LiewFixed sphinx warning.
2014-07-28 Daniel Jasperclang-format: Improve operator and template recognition.
2014-07-28 Ulrich Weigand[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi...
2014-07-28 Ulrich Weigand[PowerPC] Add testcase forgotten in the 214072 commit.
2014-07-28 Ulrich Weigand[PowerPC] Support ELFv1/ELFv2 ABI selection via features
2014-07-28 Daniel Jasperclang-format: Improve pointer/reference detection.
2014-07-28 Daniel Jasperclang-format: Fix unary operator recognition.
2014-07-28 Daniel Jasperclang-format: Fix formatting of lock annotations in...
2014-07-28 NAKAMURA TakumiDataflowWorklist.h: Appease msc17 -- Split a private...
2014-07-28 Artyom SkrobovFactoring DataflowWorklist out of LiveVariables and...
2014-07-28 Daniel Jasperclang-tidy: [use-override] Tweak messages.
2014-07-28 Matthew GardinerTest commit, please ignore
2014-07-28 Johannes DoerfertReplace the dependences parallelism check by the IslAst one
next