platform/upstream/llvm.git
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...
2016-04-17 Rafael EspindolaMake CreateTargetMachine as small as possible.
2016-04-17 Craig Topper[X86] Be explicit about calls to setOperationAction...
2016-04-17 JF BastienRevert "NFC: unify clang / LLVM atomic ordering"
2016-04-17 JF BastienRevert "NFC: unify clang / LLVM atomic ordering"
2016-04-17 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-17 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-17 Richard SmithWhen building with LLVM_ENABLE_MODULES, put the module...
2016-04-17 Duncan P. N... Transforms: Try harder to fix bootstrap after r266565
2016-04-17 Duncan P. N... Linker: Don't double-schedule appending variables
2016-04-17 Davide Italiano[ParallelCG] SmallVector<char> -> SmallString.
2016-04-17 Duncan P. N... Transforms: Fix bootstrap after r266565
2016-04-17 Rafael EspindolaFix a use after move.
2016-04-17 Duncan P. N... ValueMapper: Don't allow explicit null mappings of...
2016-04-17 Rafael EspindolaKeep only the splitCodegen version that takes a factory.
2016-04-17 Duncan P. N... IRMover: Remove dead code, NFC
2016-04-17 Craig TopperDeclare MVT::SimpleValueType as an int8_t sized enum...
2016-04-17 Faisal ValiImplement CWG 941 - explicit specializations of deleted...
2016-04-17 Simon Pilgrim[X86][SSE] Added 16i8 -> 8i64 sext test
2016-04-17 Simon Pilgrim[X86] Added TODO comment for target shuffle mask decodi...
2016-04-17 Ismail DonmezFix shared build after r266484
2016-04-17 Asaf Badouh[X86] Remove unneeded variables
2016-04-17 Duncan P. N... DebugInfo: Make DICompositeTypes distinct most of the...
2016-04-17 Duncan P. N... LTO: Merge debug info types when linking bitcode
2016-04-17 Craig Topper[AVX512] ISD::MUL v2i64/v4i64 should only be legal...
2016-04-17 Duncan P. N... IR: Fix type-refs in testcase from r266548
2016-04-17 Duncan P. N... IR: Use getRawScope() when verifying
2016-04-17 Sanjoy DasFix a typo in rL265762
2016-04-17 Duncan P. N... Revert "use range loop, try to make comments more meani...
2016-04-17 Duncan P. N... IR: Use an explicit map for debug info type uniquing
2016-04-17 Duncan P. N... IR: Use ODR to unique DICompositeType members
2016-04-17 Craig Topper[Target] Reduce size of the LoadExtActions array in...
2016-04-17 Craig Topper[Target] Remove checks for Simple VTs before calling...
2016-04-17 Craig Topper[Target] Fix an assertion that should have been updated...
2016-04-17 Duncan P. N... LangRef: Removed some outdated text about DIDerivedType
2016-04-17 Duncan P. N... Linker: Clarify test/Linker/type-unique-odr-a.ll, NFC
2016-04-16 Duncan P. N... IR: Add a configuration point for MDNodeInfo::isEqual...
2016-04-16 Sanjay Pateluse range loop, try to make comments more meaningful...
2016-04-16 Duncan P. N... LangRef: Fix some bugs in debug info descriptions
2016-04-16 Duncan P. N... IR: Remove extra blank line, NFC
2016-04-16 Duncan P. N... LTO: Use a common LibLTOCodeGenerator::init, NFC
2016-04-16 Duncan P. N... ValueMapper: Separate mapping of distinct and uniqued...
next