platform/upstream/llvm.git
2016-04-25 George Rimar[ELF] - Implemented comparsion operators for linkerscript.
2016-04-25 George Rimar[ELF] - Removed dead declarations. NFC.
2016-04-25 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding support to intrinsics...
2016-04-25 Michael ZuckermanFixing wrong mask size error. From __mmask8 to __mmask16.
2016-04-25 Davide Italiano[Support/ELFRelocs] Add R_386_GOT32X.
2016-04-25 Craig Topper[X86] Replace a SmallVector used to pass 2 values to...
2016-04-25 Derek Bruening[esan] Fix uninitialized warning from interception...
2016-04-25 Junmo ParkMinor code cleanups. NFC.
2016-04-25 Andrew Wilkins[llgo] llgoi: separate evaluation from printing
2016-04-25 Craig Topper[X86] Add a complete set of tests for all operand sizes...
2016-04-25 Enrico GranataAdd a --element-count option to the expression command
2016-04-25 Peter CollingbourneAdd a note to the test explaining why it doesn't match...
2016-04-24 Adrian PrantlVerifier: Verify that each inlinable callsite of a...
2016-04-24 Adrian PrantlDebug info: Apply an empty debug location for global...
2016-04-24 Martin Probstclang-format: [JS] generator and async functions.
2016-04-24 Rafael EspindolaAlso check the IR.
2016-04-24 Rafael EspindolaAdd a test for how we handle protected visibility.
2016-04-24 Saleem Abdulrasoolunwind: remove unnecessary header
2016-04-24 Saleem Abdulrasoolunwind: unify _LIBUNWIND_ABORT
2016-04-24 Ulrich WeigandFix unwind failures when PC points beyond the end of...
2016-04-24 Simon Pilgrim[X86][AVX] Added PR24935 test case
2016-04-24 Saleem AbdulrasoolARM: fix __chkstk Frame Setup on WoA
2016-04-24 Simon PilgrimTweak comments to make it clear that these combines...
2016-04-24 Simon Pilgrim[InstCombine][SSE] Reduce DIVSS/DIVSD to FDIV if only...
2016-04-24 Davide Italiano[ELF] Reinstate 'else' which was previously removed.
2016-04-24 Simon Pilgrim[InstCombine][SSE] Demanded vector elements for scalar...
2016-04-24 Simon Pilgrim[InstCombine][SSE] Demanded vector elements for scalar...
2016-04-24 Simon Pilgrim[InstCombine] Avoid updating argument demanded elements...
2016-04-24 Nick LewyckyFix typo in comment. NFC
2016-04-24 Nick LewyckyRemove emacs mode markers from .cpp files. NFC
2016-04-24 Simon Pilgrim[X86][InstCombine] Tidyup VPERMILVAR -> shufflevector...
2016-04-24 Simon Pilgrim[X86][InstCombine] Tidyup PSHUFB -> shufflevector conve...
2016-04-24 Simon Pilgrim[X86][SSE] getTargetShuffleMaskIndices - dropped (unuse...
2016-04-24 Simon Pilgrim[X86][SSE] Use range loop. NFCI.
2016-04-24 Craig Topper[Lanai] Use EVT::getEVTString() to print a type as...
2016-04-24 Simon Pilgrim[X86][SSE] Added SSSE3/AVX/AVX2 BITREVERSE tests
2016-04-24 Simon Pilgrim[X86][XOP] Fixed VPPERM permute op decoding (PR27472).
2016-04-24 Duncan P. N... BitcodeReader: Delay metadata parsing until reading...
2016-04-24 Teresa Johnson[ThinLTO] Remove GlobalValueInfo class from index
2016-04-24 Simon Pilgrim[X86][SSE] Improved support for decoding target shuffle...
2016-04-24 Duncan P. N... ModuleSummaryIndex: Avoid enum bitfields for MSVC porta...
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...
next