OSDN Git Service

android-x86/external-llvm.git
2016-06-20 Adrian McCarthyProperly handle short file names on the command line...
2016-06-20 Sanjay Patel[InstCombine] regenerate checks
2016-06-20 Rafael EspindolaUse shouldAssumeDSOLocal.
2016-06-20 Tom StellardAMDGPU: Add support for R_AMDGPU_REL32 relocations
2016-06-20 Rafael EspindolaSimplify. NFC.
2016-06-20 Tom StellardAMDGPU: Emit R_AMDGPU_ABS32_{HI,LO} for scratch buffer...
2016-06-20 Sam Parker[ARM] Enable isel of UMAAL
2016-06-20 Rafael EspindolaAdd a isPositionIndependent predicate.
2016-06-20 David MajnemerForgot to update callers of deleteDeadInstruction
2016-06-20 David MajnemerReapply "[LoopIdiom] Don't remove dead operands manually"
2016-06-20 Aaron BallmanRemoving an unused switch statement that has only a...
2016-06-20 Cong LiuRevert "[LoopIdiom] Don't remove dead operands manually"
2016-06-20 Simon Pilgrim[X86][F16C] Added half <-> double conversion tests
2016-06-20 Patrik HagglundFix formatting of r273144. NFC.
2016-06-20 Pankaj Gode[AARCH64] Add support for Broadcom Vulcan
2016-06-20 Patrik HagglundAvoid output indeterminism between GCC and Clang builds.
2016-06-20 Patrik HagglundAvoid output indeterminism between GCC and Clang builds.
2016-06-20 Patrik HagglundFix for PR27940
2016-06-20 Rui Ueyama[codeview] Add an extra check for TPI hash values.
2016-06-20 Igor Breger[AVX512] [AVX512/AVX][Intrinsics] Fix Variable Bit...
2016-06-20 Craig Topper[X86] Pass the SDLoc and Mask ArrayRef down from lowerV...
2016-06-20 Craig Topper[X86] Use existing ArrayRef variable instead of calling...
2016-06-20 Craig Topper[X86] Avoid making a copy of a shuffle mask until we...
2016-06-20 Eli FriedmanFix dynamically linked debug builds.
2016-06-20 David Majnemer[LoopIdiom] Don't remove dead operands manually
2016-06-20 NAKAMURA TakumiReformat blank lines.
2016-06-20 NAKAMURA TakumiTrailing whitespace.
2016-06-20 NAKAMURA TakumiUntabify.
2016-06-19 Sanjay Patel[InstSimplify] add tests for PR27689; regenerate checks
2016-06-19 David MajnemerAddress Eli's post-commit comments
2016-06-19 Simon Pilgrim[X86][AVX512] Added 512-bit BITREVERSE tests and enable...
2016-06-19 Simon PilgrimStrip trailing whitespace. NFCI.
2016-06-19 Simon PilgrimFixed signed/unsigned warning.
2016-06-19 Simon Pilgrim[X86][SSE] Allow target shuffle combining to match...
2016-06-19 Sanjay Patelfix formatting, typo; NFC
2016-06-19 Craig Topper[X86] Add an assert to ensure that a routine is only...
2016-06-19 Craig Topper[X86] Make is128BitLaneRepeatedShuffleMask correct...
2016-06-19 Craig Topper[X86] Remove a dead path through one of the shuffle...
2016-06-19 Craig Topper[X86] Pre-allocate a SmallVector instead of using push_...
2016-06-19 Craig Topper[X86] Use SmallVector::assign instead of resize to...
2016-06-19 Vassil VassilevAdd the corresponding modulemap entry, following up...
2016-06-19 Chris Dewhurst[SPARC] Additional condition required for DelaySlot...
2016-06-19 Chris Dewhurst[SPARC[ Correcting out-of-date unit tests checked in...
2016-06-19 Joerg SonnenbergerIndent consistently.
2016-06-19 Chris Dewhurst[SPARC] Fixes for hardware errata on LEON processor.
2016-06-19 David Majnemer[LoadCombine] Combine Loads formed from GEPS with negat...
2016-06-18 Joerg SonnenbergerdoesSetDirectiveSuppressesReloc -> doesSetDirectiveSupp...
2016-06-18 Joerg SonnenbergerIf the revision number starts with r, drop it. It will...
2016-06-18 Simon Pilgrim[X86][AVX] Added test case for PR28136
2016-06-18 Simon Pilgrim[X86][SSSE3] Added examples of target shuffle combining...
2016-06-18 Simon Pilgrim[X86][XOP] Added fast-isel tests matching tools/clang...
2016-06-18 Zvi Rackovertest commit: remove trailing whitespace
2016-06-18 Simon Pilgrim[X86][TBM] Added fast-isel tests matching tools/clang...
2016-06-18 Vasileios Kalintiris[mips] Emit a JALR with $rd equal to $zero, instead...
2016-06-18 Amjad Aboud[codeview] Emit non-virtual method type.
2016-06-18 Marcin Koscielnicki[sanitizers] Disable target-specific lowering of string...
2016-06-18 Sean SilvaAdd a super basic LazyCallGraph DOT printer.
2016-06-18 Matt ArsenaultAdd looping testcase that broke in r272987
2016-06-18 Matt ArsenaultAMDGPU: Fix kernel argument alignment impacting stack...
2016-06-18 Sanjoy Das[SCEV] Fix incorrect trip count computation
2016-06-18 Simon Pilgrim[X86][SSE4A] Autoupgrade and remove MOVNTSD/MOVNTSS...
2016-06-18 Rafael EspindolaAdd a test for r273022.
2016-06-18 Davide Italiano[X86Subtarget] Use isPositionIndependent(). NFC.
2016-06-17 Matt ArsenaultRevert "Revert "Revert "InstCombine: Reduce trunc ...
2016-06-17 Kyle ButtCodegen: [MBP] Add assert strings. NFC
2016-06-17 Tom StellardSupport/ELF: Add AMDGPU relocation definitions to match...
2016-06-17 Adam Nemet[LAA] Enable symbolic stride speculation for all LAA...
2016-06-17 Matt ArsenaultAMDGPU: Temporarily select trap to s_endpgm
2016-06-17 Matt ArsenaultDiagnosticInfo: Allow unsupported be a warning
2016-06-17 Tom StellardAMDGPU/SI: Simplify code in SITargetLowering::LowerGlob...
2016-06-17 Kevin EnderbyAdd support for Darwin’s static library table of conten...
2016-06-17 Reid Kleckner[codeview] Emit incomplete member pointer types with...
2016-06-17 Vedant Kumar[Coverage] Move logic to encode filenames and mappings...
2016-06-17 Reid Kleckner[codeview] Add DIFlags for pointer to member representa...
2016-06-17 Vedant Kumar[Coverage] Get rid of an input/output parameter (NFC)
2016-06-17 Matt ArsenaultAMDGPU: Remove llvm.SI.tid intrinsic
2016-06-17 Benjamin KramerApply another batch of fixes from clang-tidy's performa...
2016-06-17 Reid Kleckner[pdb] Don't error on missing FPO streams
2016-06-17 Matt ArsenaultRevert "Revert "InstCombine: Reduce trunc (shl x, K...
2016-06-17 Marcin Koscielnicki[SelectionDAG] Don't treat library calls specially...
2016-06-17 Michael Kuperstein[X86] Add missing AVX512 anyext patterns.
2016-06-17 Adrian McCarthyRevert "Properly handle short file names on the command...
2016-06-17 Davide Italiano[PM] Port MergedLoadStoreMotion to the new pass manager...
2016-06-17 Benjamin KramerAvoid duplicated map lookups. No functionality change...
2016-06-17 Tim NorthoverARM: take account of possible bundle when erasing an...
2016-06-17 Davide Italiano[IRObjectFile] Handle .weak in RecordStreamer.
2016-06-17 James Y KnightSupport expanding partial-word cmpxchg to full-word...
2016-06-17 Davide Italiano[Codegen] Change PICLevel.
2016-06-17 Justin BognerLoopSimplifyCFG: Prefer `const auto &` to `auto &`...
2016-06-17 Rafael EspindolaDon't use the new x86 relax relocations on the gold...
2016-06-17 Rafael EspindolaChange RelaxELFRelocations for llc.
2016-06-17 Rafael EspindolaChange RelaxELFRelocations' default.
2016-06-17 Rafael EspindolaChange the default of -relax-relocations.
2016-06-17 Sanjay Patel[InstCombine] allow more than one use for vector bitcas...
2016-06-17 David Majnemer[CodeView] Refactor enumerator emission
2016-06-17 Reid Kleckner[codeview] Make function names more consistent with...
2016-06-17 Nirav DaveRefactor and cleanup Assembly Parsing / Lexing
2016-06-17 Igor Laevsky[MCContext] Don't use getenv inside class constructor
2016-06-17 Simon Pilgrim[X86][SSE4A] Remove the GCCBuiltins from the movntsd...
2016-06-17 Benjamin Kramer[ARM] Strength reduce vectors to arrays.
next