platform/upstream/llvm.git
2016-05-02 Rafael EspindolaRevert "Temporary hack to see what is going on on a...
2016-05-02 Sean CallananImport block pointers from DWARF as Clang block pointer...
2016-05-02 Simon Pilgrim[X86][SSE] Added placeholder for 128/256-bit wide shuff...
2016-05-02 Rafael EspindolaDon't try to create thin bsd archives.
2016-05-02 Frederic Riss[dsymutil] Create the temporary files in the system...
2016-05-02 Enrico GranataAdd more debug logging to g_get_shared_cache_class_info...
2016-05-02 Rafael EspindolaTemporary hack to see what is going on on a windows...
2016-05-02 Xinliang David LiCode refactoring -- preparation for new PM porting...
2016-05-02 Reid Kleckner[codeview] Isolate type dumping from object file state
2016-05-02 Artem Belevich[CUDA] Make sure device-side __global__ functions are...
2016-05-02 Kevin EnderbyThread Expected<...> up from libObject’s getType()...
2016-05-02 Bruno Cardoso... Revert "[Driver] Quote clang full version in dwarf...
2016-05-02 Matt ArsenaultAMDGPU: Custom lower v2i32 loads and stores
2016-05-02 Tom StellardAMDGPU/SI: Use v_readfirstlane_b32 when restoring SGPRs...
2016-05-02 Eric FiselierCleanup warnings and remove use of __builtin_va_list...
2016-05-02 Matt ArsenaultAMDGPU: Make i64 loads/stores promote to v2i32
2016-05-02 Rui UeyamaRemove unnecessary namespace specifiers.
2016-05-02 John Regehr[LVI] Add an API to LazyValueInfo so that it can export...
2016-05-02 Simon Pilgrim[X86][AVX2] Added 128-bit wide shuffle test
2016-05-02 Reid KlecknerFix instance of -Winconsistent-missing-override in...
2016-05-02 Reid KlecknerRevert "[SimplifyCFG] Extend TryToSimplifyUncondBranchF...
2016-05-02 Tom StellardAMDGPU/SI: Set the kill flag on temp VGPRs used to...
2016-05-02 Rui UeyamaDo not pass Symtab to markLive/doICF since Symtab is...
2016-05-02 Eric FiselierInitialize local doubles to NaN. Patch from STL@microso...
2016-05-02 Eric FiselierVoid cast runtime-unused variables. Patch from STL...
2016-05-02 Kostya Serebryany[compiler-rt] adjust platform_limits_linux.cc #include...
2016-05-02 Kostya Serebryany[scan-build] fix logic error warning emitted on compile...
2016-05-02 Piotr PadlewskiFix typos
2016-05-02 Chad RosierTypo. NFC.
2016-05-02 Chad RosierUse false rather than 0 for a boolean value. NFC.
2016-05-02 Rui UeyamaRemove unnecessary namespace specifiers.
2016-05-02 Zachary TurnerFix build breakage due to implicit conversion.
2016-05-02 Tim NorthoverARM: fix handling of SUB immediates in peephole opt.
2016-05-02 Rui UeyamaAttempt to fix Windows bots.
2016-05-02 Enrico GranataAdd an argument to ValueObject::GetSyntheticBase that...
2016-05-02 Rui UeyamaFix --reproduce for --export-dynamic-symbol.
2016-05-02 Justin Holewinski[NVPTX] Fix sign/zero-extending ldg/ldu instruction...
2016-05-02 Reid Kleckner[codeview] Don't dump type stream bytes unless asked to
2016-05-02 Zachary TurnerPDB - Instead of hardcoding stream numbers, use an...
2016-05-02 George Burgess IV[CFLAA] Fix a use-of-invalid-pointer bug.
2016-05-02 Zachary TurnerParse PDB Name Hash Table
2016-05-02 Tom StellardAMDGPU: Move R600 specific code out of AMDGPUISelLoweri...
2016-05-02 Mehdi AminiReversePostOrderFunctionAttrs is not modifying the...
2016-05-02 Tom StellardAMDGPU/SI: Fix bug in SIInstrInfo::insertWaitStates...
2016-05-02 Etienne Bergeron[clang-tidy] Cleaning namespaces to be more consistant...
2016-05-02 Enrico GranataI forgot to check in the test case for the changes...
2016-05-02 Eugene Zelenko[include-fixer] Fix Clang-tidy modernize-use-override...
2016-05-02 Reid KlecknerExpand aggregate arguments more often on 32-bit Windows
2016-05-02 Tom StellardAMDGPU/SI: Use the hazard recognizer to break SMEM...
2016-05-02 Nicolai HaehnleAMDGPU: llvm.SI.fs.constant is a source of divergence
2016-05-02 Rui UeyamaQuote arguments for --reproduce.
2016-05-02 NAKAMURA TakumiScheduleDAGInstrs.cpp: Don't peel the iterator when...
2016-05-02 Derek Schuff[WebAssembly] Rename memory_size intrinsic to current_m...
2016-05-02 Derek Schuff[WebAssembly] Rename memory_size intrinsic to current_m...
2016-05-02 Hans Wennborg[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmpty...
2016-05-02 Piotr Padlewski[clang-tidy] Add modernize-make-shared check
2016-05-02 Mehdi AminiMove createReversePostOrderFunctionAttrsPass right...
2016-05-02 Adam Nemet[LLE] Fix typo from r263058
2016-05-02 Pete CooperAdd llvm-pdbdump to the tool substitutions list in...
2016-05-02 Simon PilgrimFixed signed/unsigned comparison warning.
2016-05-02 Chad RosierRemove extra whitespace. NFC.
2016-05-02 Tom StellardAMDGPU/SI: Use hazard recognizer to detect DPP hazards
2016-05-02 Sanjay Patelremove blank lines
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Kuba Brecka[sanitizer] Fix a crash in SizeClassAllocator32 with...
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Rafael EspindolaForce llvm-ar to use the gnu format.
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Kuba Brecka[sanitizer] Don't reuse the main thread in ThreadRegistry
2016-05-02 Simon Pilgrim[X86][SSE] Dropped X86ISD::FGETSIGNx86 and use MOVMSK...
2016-05-02 Chad RosierCleanup comments. NFC.
2016-05-02 Chad RosierCleanup comments. NFC.
2016-05-02 Aaron BallmanSilence unused variable warnings; NFC.
2016-05-02 Chad RosierCleanup comments. NFC.
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Rafael EspindolaDon't include the output dir in the response file.
2016-05-02 Michael Zuckerman[CLANG][AVX512][BUILTIN]movap{d|s}{128|256|512}
2016-05-02 Rafael EspindolaCopy thin archive members with --reproduce.
2016-05-02 George Rimar[ELF] - keep alive all non-text sections referenced...
2016-05-02 David L KreitzerEnable the X86 call frame optimization for the 64-bit...
2016-05-02 Rafael EspindolaExpose a getFullName for thin archive members.
2016-05-02 Rafael EspindolaDon't quote "--hash-style gnu".
2016-05-02 Michael KruseTypo: ToComplex -> TooComplex. NFC.
2016-05-02 Michael KruseRename Conjuncts -> Disjunctions. NFC.
2016-05-02 Michael Kruse[ScheduleOptimizer] Add -polly-opt-outer-coincidence...
2016-05-02 Johannes Doerfert[WWW] Mark task as done and me as owner of some task
2016-05-02 Michael KruseTypo: isToComplex -> isTooComplex. NFC.
2016-05-02 Jonas Paulsson[SystemZ] Temporarily disable codegen test int-add...
2016-05-02 Simon AtanasyanReplace non-ascii character.
2016-05-02 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding intrinsics for cvtps2pd...
2016-05-02 Jonas Paulsson[SystemZ] Fix in restoreCalleeSavedRegisters()
2016-05-02 Jonas Paulsson[SystemZ] Mark CC defs as dead whenever possible.
2016-05-02 Michael Zuckerman[Clang][avx512][builtin] Adding intrinsics for vexpand...
2016-05-02 Michael Zuckerman[Clang][BuiltIn][avx512] Adding intrinsics for vpshufd...
2016-05-02 Craig Topper[X86] Fix a bug in LOCK arithmetic operation pattern...
2016-05-02 Eric ChristopherFix grammar and correct comment - the debug information...
2016-05-02 Davide Italiano[llvm-readobj] Dump hash as part of -version-info.
2016-05-02 Craig Topper[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes...
next