platform/upstream/llvm.git
2016-04-18 Michael KupersteinPort DemandedBits to the new pass manager.
2016-04-18 Adrian Prantl[ObjC++] Fix crash when emitting debug info for a block...
2016-04-18 Richard SmithAdd missing #include, found by modules selfhost.
2016-04-18 Richard SmithAdd missing header, found by modules selfhost.
2016-04-18 Richard SmithMark -Xclang as being a compilation-only option so...
2016-04-18 Kostya Serebryany[libFuzzer] try to print correct time in seconds when...
2016-04-18 Paul Robinson[DWARF] Force a linkage_name on an inlined subprogram...
2016-04-18 Reid KlecknerRemove old DIBuilder::createFunction overload used...
2016-04-18 Marcin Koscielnicki[msan] Don't hardcode 4kiB page size in msan_test.cc.
2016-04-18 Richard Smith[modules] Remove some more unnecessary forwarding funct...
2016-04-18 Mehdi AminiAdd debugging to the cache pruning
2016-04-18 Mehdi AminiCachePruning: fix typo, we accumulate file size here...
2016-04-18 Tim NorthoverARM: use a pseudo-instruction for cmpxchg at -O0.
2016-04-18 Jonathan PeytonFix trip count calculation for parallel loops in runtime
2016-04-18 Kostya SerebryanyAdditional test for use-after-scope
2016-04-18 Jonathan PeytonRuntime support for untied tasks
2016-04-18 Jonathan PeytonFix for pthread_setspecific (TLS and shutdown) problem
2016-04-18 Kostya Serebryany[sanitizer-coverage] make sure coverage flags are not...
2016-04-18 Kostya Serebryany[sanitizer-coverage] better docs for -fsanitize-coverag...
2016-04-18 Krzysztof Parzyszek[Hexagon] V60/HVX builtin definitions for clang
2016-04-18 Kostya Serebryany[libFuzzer] warn if the corpus is empty
2016-04-18 Simon Pilgrim[X86][SSE] Test case for PR2585
2016-04-18 Rui UeyamaRename LocationNode -> SectionsCommand.
2016-04-18 Rui UeyamaRemove redundant curly braces.
2016-04-18 Rui UeyamaRefactor LinkerScript::assignAddresses. NFC.
2016-04-18 Lang Hames[Orc] Explicitly delete RPC::SequenceNumberManager...
2016-04-18 Todd Fialaensure lldbinline remembers .py extension
2016-04-18 Lang Hames[Orc] Re-commit r266581 with fixes for MSVC, and format...
2016-04-18 Simon Pilgrim[X86][AVX] Added extra memory folding tests for D19228
2016-04-18 Sanjay Pateltry to make comments more meaningful; NFC
2016-04-18 Chad Rosier[ValueTracking] Correct lit test comments. NFC.
2016-04-18 Marcin KoscielnickiFix shared build of LLVMPasses.
2016-04-18 Rafael EspindolaAdd missing dependency.
2016-04-18 Sanjoy Das[BPI] Consider deoptimize calls as "unreachable"
2016-04-18 Mehdi Aminilli: avoid global variables, use a local unique_ptr...
2016-04-18 Kostya Serebryany[libFuzzer] add fresh openssl trophies
2016-04-18 Manman RenBlock: Fix a crash when we have type attributes or...
2016-04-18 Krzysztof Parzyszek[Hexagon] Define macros __HVX__ and __HVXDBL__ when...
2016-04-18 Marcin Koscielnicki[MSan] [PowerPC] Add loadable library name for testing.
2016-04-18 Akira Hatanaka[Parser][ObjC] Make sure c++11 in-class initialization...
2016-04-18 Aaron BallmanClarifying the wording of this diagnostic; it confused...
2016-04-18 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-18 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-18 Xinliang David LiAdd missing new file for r266637
2016-04-18 Xinliang David LiUpdate InstrProf pass creator API reference
2016-04-18 Xinliang David LiPort InstrProfiling pass to the new pass manager
2016-04-18 Eugene Zelenko[CMake] Fix misleading error message in CMakeLists...
2016-04-18 Jonathan Peyton[STATS] Remove timePair class and unused functions
2016-04-18 Jonathan Peyton[STATS] print Total_* stats on their own line
2016-04-18 Simon Pilgrim[X86][AVX] Added zero+blend vs vperm2f128 optsize tests...
2016-04-18 Easwaran RamanRevert r266488.
2016-04-18 JF BastienLanai: fix debug build
2016-04-18 Konstantin... [AMDGPU] Add insert nops pass based on subtarget featur...
2016-04-18 Weiming Zhao[ARM] predefines __ELF__ macro for arm-none-eabi
2016-04-18 Todd Fialafix a race is the LLDB test suite results collection
2016-04-18 Simon Pilgrim[X86][AVX] Renamed vperm2f128 test to make it quicker...
2016-04-18 Tobias GrosserSCoPValidator: Use SCEVTraversal to simplify SCEVInRegi...
2016-04-18 Simon Pilgrim[X86][AVX] Renamed vperm2f128 tests to make it quicker...
2016-04-18 Igor KudrinReapply "[Coverage] Prevent detection of false instanti...
2016-04-18 Eric LiuRevert "Replace the use of MaxFunctionCount module...
2016-04-18 George Rimar[ELF] - Avoid using memset for zero-initialization...
2016-04-18 Artem Tamazov[AMDGPU][llvm-mc] s_setreg* - Fix order of operands
2016-04-18 Aaron BallmanSilence some "initialized but unused" warnings from...
2016-04-18 Nico WeberRevert 266581 (and follow-up 266588), it doesn't build...
2016-04-18 Nico WeberUnbreak building unit tests on Windows after r266595.
2016-04-18 Nico WeberUnbreak building LLVMTarget on Windows after r266595.
2016-04-18 Nico WeberUnbreak building llvm-pdbdump on Windows after r266595.
2016-04-18 Ben CraigRespect LIBCXXABI_LIBDIR_SUFFIX before an install
2016-04-18 Rafael EspindolaFix handling of R_X86_64_GOT32.
2016-04-18 Rafael EspindolaSimplify handling of R_X86_64_TPOFF32. NFC.
2016-04-18 Daniel Sanders[mips][ias] Prevent double-filling of delay slots by...
2016-04-18 Rafael EspindolaRemove isGotRelative.
2016-04-18 Eric LiuInclude SmallVector.h header in lib/Target/WebAssembly...
2016-04-18 Pavel LabathAttempt to fix darwin build after header refactor in...
2016-04-18 Rafael EspindolaHave getRelExpr handle all cases on x86.
2016-04-18 Renato Golin[ARM] AArch32 v8 NEON is still not IEEE-754 compliant
2016-04-18 Daniel Sanders[mips][ias] Stream macro expansions to output instead...
2016-04-18 Rafael EspindolaMerge duplicated cases. NFC.
2016-04-18 Strahinja Petrovic[PowerPC] add comment to test
2016-04-18 Daniel Jasperclang-format: Improve heuristics to detect function...
2016-04-18 Pavel LabathFixup r266327
2016-04-18 Mehdi AminiAdd missing header (NFC)
2016-04-18 Mehdi AminiAdd missing header (NFC)
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-18 Mehdi AminiAdd missing include for StringRef (NFC)
2016-04-18 Marcin Koscielnicki[asan] [SystemZ] Add slop for stack address detection.
2016-04-18 Eric FiselierMark P0152R1 as complete.
2016-04-18 Eric FiselierMark LWG issue 2469 as done. Also simplify try_emplace...
2016-04-18 Eric FiselierImplement LWG issue 2219 - support reference_wrapper...
2016-04-18 Mohit K. Bhakkad[LLDB][MIPS] Fix TestConcurrentEvents
2016-04-18 Lang Hames[Orc] Tweak some of the new RPC code to silence a warni...
2016-04-18 Eric FiselierAdd hash specializations for __int128_t. Fixes LWG...
2016-04-18 Eric FiselierAdd tests for LWG issue 2361
2016-04-18 Eric FiselierFix LWG issue 2345 - Add insert(value_type&&)
2016-04-18 Rafael EspindolaDelete the now redundant pointsToLocalDynamicGotEntry.
2016-04-18 Rafael EspindolaHave getRelExpr return the final values for tls gd.
2016-04-18 Duncan P. N... BitcodeWriter: WorkList => Worklist, NFC
2016-04-18 Lang Hames[ORC] Generalize the ORC RPC utils to support RPC funct...
2016-04-18 Rafael EspindolaChange getRelExpr to return the final value for TLSLD...
2016-04-17 Duncan P. N... Linker: Share a single Metadata map for the lifetime...
next