platform/upstream/llvm.git
2016-04-24 Duncan P. N... Revert "Declare GlobalValue::LinkageTypes based on...
2016-04-24 Marcin Koscielnicki[SystemZ] [SSP] Add support for LOAD_STACK_GUARD.
2016-04-24 Simon Pilgrim[X86][SSE] Demonstrate issue with decoding shuffle...
2016-04-24 Aaron BallmanImprove diagnostic checking for va_start to also warn...
2016-04-24 Aaron BallmanSilence two C4806 warnings ('|': unsafe operation:...
2016-04-24 Johannes DoerfertRemove unused iterators [NFC]
2016-04-24 NAKAMURA TakumiDeclare GlobalValue::LinkageTypes based on unsigned.
2016-04-24 NAKAMURA Takumillvm/test/tools/gold/X86/thinlto.ll: Possible fix corre...
2016-04-24 Davide Italiano[ELF] Simplify. Remove unneeded else. NFC.
2016-04-24 Duncan P. N... BitcodeReader: Fix some holes in upgrade from r267296
2016-04-24 Craig Topper[X86] Merge LowerCTLZ and LowerCTLZ_ZERO_UNDEF into...
2016-04-24 Craig Topper[X86] Node need to check if AVX512 is supported when...
2016-04-24 Mehdi AminiAdd "hasSection" flag in the Summary
2016-04-24 Gerolf Hoflehner[MachineCombiner] Support for floating-point FMA on...
2016-04-24 Simon Atanasyan[ELF][MIPS] Add test case to check creation of GOT...
2016-04-24 Craig Topper[X86] Remove isel patterns for selecting tzcnt/lzcnt...
2016-04-24 Craig Topper[CodeGen] Teach DAG combine to fold select_cc seteq...
2016-04-24 Craig TopperFix an assertion that can never fire because the condit...
2016-04-24 Peter CollingbourneELF: Simplify preemption logic. Do not include weak...
2016-04-24 Adrian PrantlRevert "Verifier: Verify that each inlinable callsite...
2016-04-24 Mehdi AminiMake thinlto clang test more robust against LLVM changes.
2016-04-24 Adrian PrantlVerifier: Verify that each inlinable callsite of a...
2016-04-24 Mehdi AminiReorganize GlobalValueSummary with a "Flags" bitfield.
2016-04-24 Mehdi AminiAdd a version field in the bitcode for the summary
2016-04-24 Mehdi AminiAdd an internalization step to the ThinLTOCodeGenerator
2016-04-24 Peter CollingbourneTest what I intended to test.
2016-04-24 Peter CollingbourneELF: Forbid undefined symbols with non-default visibili...
2016-04-24 Peter CollingbourneELF: Always include undefined DSO symbols in the symbol...
2016-04-24 Craig TopperFix a couple assertions that can never fire because...
2016-04-24 Craig TopperFix a couple assertions that can never fire because...
2016-04-24 Craig Topper[X86] Fix patterns that turn cmove/cmovne+ctlz/cttz...
2016-04-24 Davide Italiano[ELF] Use llvm-mc rather than checking in a file.
2016-04-24 Davide Italiano[RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.
2016-04-24 Davide Italiano[MC/ELF] Make the relaxation test more interesting.
2016-04-24 Davide Italiano[MC/ELF] Implement support for GOTPCRELX/REX_GOTPCRELX.
2016-04-24 Mehdi AminiRelax test using CHECK-DAG instead of CHECK-NEXT
2016-04-24 Mehdi AminiFix test stability (was sensitive to the path)
2016-04-23 Mehdi AminiStore and emit original name in combined index
2016-04-23 Mehdi AminiAlways traverse GlobalVariable initializer when computi...
2016-04-23 Duncan P. N... DebugInfo: DIGlobalVariables became 'distinct' in LLVM...
2016-04-23 Duncan P. N... DebugInfo: Change DIBuilder to make distinct DIGlobalVa...
2016-04-23 Davide Italiano[MC/ELF] Pass Fixup to getRelocType64.
2016-04-23 Duncan P. N... BitcodeReader: Avoid std::vector with non-movable types...
2016-04-23 Duncan P. N... BitcodeReader: Avoid non-moving std::piecewise_construc...
2016-04-23 Duncan P. N... DebugInfo: Adapt to loss of DITypeRef in LLVM r267296
2016-04-23 Duncan P. N... DebugInfo: Remove MDString-based type references
2016-04-23 Sanjay Patelreplace duplicated static functions for profile metadat...
2016-04-23 Renato GolinRevert "[AArch64] Fix optimizeCondBranch logic."
2016-04-23 Derek Bruening[esan] EfficiencySanitizer libc interceptors
2016-04-23 Sanjay Patelimprove documentation comments; NFC
2016-04-23 Saleem AbdulrasoolObjectFile: parse EABI Attributes
2016-04-23 NAKAMURA Takumiclang-tidy/cppcoreguidelines/ProTypeMemberInitCheck...
2016-04-23 Johannes DoerfertAdd an invalid domain to memory accesses
2016-04-23 Johannes DoerfertTranslate SCEVs to isl_pw_aff and their invalid domain
2016-04-23 Marshall ClowRename a few tests that had typos in their names. No...
2016-04-23 Johannes DoerfertTrack invalid domains not invalid contexts for statements
2016-04-23 Johannes DoerfertImprove accuracy of Scop::hasFeasibleRuntimeContext
2016-04-23 Johannes DoerfertSimplify the execution context for dereferencable loads
2016-04-23 Johannes DoerfertRemove simplification calls for the execution domain...
2016-04-23 Simon Pilgrim[X86][XOP] Added VPPERM -> BLEND-WITH-ZERO Test
2016-04-23 Benjamin KramerUse %T instead of cd'ing to Output directly.
2016-04-23 Craig Topper[CodeGen] When promoting CTTZ operations to larger...
2016-04-23 Teresa Johnson[gold] Gate value name discarding under save-temps
2016-04-23 Duncan P. N... BitcodeWriter: Emit uniqued subgraphs after all distinc...
2016-04-23 Duncan P. N... Avoid MSVC failure with default arguments in lambdas...
2016-04-23 Duncan P. N... BitcodeWriter: Emit distinct nodes before uniqued nodes
2016-04-23 Duncan P. N... Add #ifndef NDEBUG markers around EXPECT_DEATH after...
2016-04-23 Teresa JohnsonAddress comments.
2016-04-23 Teresa JohnsonRefactor bitcode writer into classes (NFC)
2016-04-23 Duncan P. N... Avoid ternery statement to please g++ after r267270...
2016-04-23 Duncan P. N... ValueEnumerator: Use std::find_if, NFC
2016-04-23 Duncan P. N... BitcodeReader: Avoid referencing unresolved nodes from...
2016-04-23 Duncan P. N... Tag the end of an anonymous namespace, NFC
2016-04-23 Duncan P. N... BitcodeReader: Consistently use IsDistinct, NFC
2016-04-23 Duncan P. N... BitcodeReader: Use getMD/getMDOrNull helpers consistent...
2016-04-23 Craig Topper[Hexagon] Set ctlz_zero_undef/cttz_zero_undef to Expand...
2016-04-23 Craig Topper[NVPTX] Set ctlz_zero_undef to Expand so LegalizeDAG...
2016-04-23 Craig Topper[WebAssembly] Set ctlz_zero_undef/cttz_zero_undef to...
2016-04-23 Sean Silva[profile] Fix another use of the driver.
2016-04-23 Sean Silva[profile] Use cc1 in these tests instead of the driver.
2016-04-23 Rui UeyamaAdd a file comment about the Ulrich's document and...
2016-04-23 Rui UeyamaAdd more comment.
2016-04-23 Rui UeyamaAdd comments.
2016-04-23 Amaury SechetStyle fix in Core.h / Core.cpp. NFC
2016-04-23 Kostya Serebryany[sanitizer] add a function MmapNoAccess that mmaps...
2016-04-23 Rui UeyamaUse ScriptParserBase features to parse linker script...
2016-04-23 Alexander Kornienko[clang-tidy] Fix misc-macro-repeated-side-effects false...
2016-04-22 Kostya Serebryany[sanitizer] rename MmapNoAccess to MmapFixedNoAccess...
2016-04-22 Kostya Serebryany[sanitizer] partially un-revert r267094: Allow the...
2016-04-22 Kostya Serebryany[sanitizer] revert r267203 as it breaks aarch64 bots
2016-04-22 Tim Northoverllvm-objdump: deal with invalid ARM encodings slightly...
2016-04-22 Tim NorthoverMachO: remove weird ARM/Thumb interface from MachOObjec...
2016-04-22 Greg ClaytonDWARF layout for bitfields is wrong when the bit offset...
2016-04-22 Saleem AbdulrasoolSource: fix another -Wunused-variable warning
2016-04-22 Rui UeyamaDevirtualize ScriptParserBase. NFC.
2016-04-22 Rui UeyamaFix link failure.
2016-04-22 Matt ArsenaultAMDGPU: sext_inreg (srl x, K), vt -> bfe x, K, vt.Size
2016-04-22 NAKAMURA TakumiFix llvm/test/CodeGen/ARM/Windows/dbzchk.ll not to...
2016-04-22 David Blaikiellvm-symbolizer: Avoid infinite recursion walking dwos...
2016-04-22 Matt ArsenaultAMDGPU: Re-visit nodes in performAndCombine
next