summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-22R600/SI: Remove some unnecessary patterns from VINTRP multiclassvinterp-fixTom Stellard2-11/+9
2015-05-22R600/SI: Fix bug with v_interp_p1_f32 instructions on 16 bank lds chipsTom Stellard6-18/+87
2015-05-22R600/SI: Use NAME rather than opName as the key to the MCOpcode tablesTom Stellard2-7/+7
2015-05-21writeSymbolTable now only needs a MCContext.Rafael Espindola1-12/+7
2015-05-21Pass a const MCAssembler to writeSectionHeader.Rafael Espindola1-5/+9
2015-05-21YAML: Null terminate block scalar's value.Alex Lorenz2-1/+14
2015-05-21Revert r237766, "Support: Introduce LLVM_FALLTHROUGH macro."Peter Collingbourne1-12/+0
2015-05-21Remove unused argument. NFC.Rafael Espindola1-8/+5
2015-05-21Fix StreamingMemoryObject to respect known object size.Derek Schuff3-16/+33
2015-05-21Fetch alignment directly out of MCSection. NFC.Rafael Espindola1-7/+5
2015-05-21Add support for VSX scalar single-precision arithmetic in the PPC targetNemanja Ivanovic5-46/+306
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola85-688/+621
2015-05-21[LoopDistribute] Remove a layer of pointer indirection.Benjamin Kramer1-41/+32
2015-05-21use range-based for-loops; NFCISanjay Patel1-4/+2
2015-05-21use range-based for-loops; NFCISanjay Patel1-6/+2
2015-05-21Fix warning on builds without asserts.Rafael Espindola1-0/+1
2015-05-21use range-based for-loopSanjay Patel1-3/+2
2015-05-21Avoid unnecessary section switching. NFC.Rafael Espindola3-5/+4
2015-05-21Remove yet another method of creating begin and end symbol for sections.Rafael Espindola6-49/+36
2015-05-21don't repeat function names in comments; NFCSanjay Patel1-158/+134
2015-05-21Size enum so we can store it as 16-bits and avoid casts. NFCPete Cooper1-3/+3
2015-05-21Use existing helper for adding a section. NFC.Rafael Espindola2-4/+2
2015-05-21use range-based for-loop; NFCISanjay Patel1-4/+1
2015-05-21std::sort must be called with a strict weak ordering.Manuel Klimek1-4/+4
2015-05-21AVX-512: Enabled SSE intrinsics on AVX-512.Elena Demikhovsky5-16/+38
2015-05-21Make Triple::parseARMArch use ARMTargetParserRenato Golin4-50/+174
2015-05-21[RewriteStatepointsForGC] Fix debug assertion during derivable pointer remate...Igor Laevsky1-6/+6
2015-05-21Fix memory-dereferenceable.ll testArtur Pilipenko1-3/+3
2015-05-21Test commit. Fix typo in MemDerefPrinter.cpp comment.Artur Pilipenko1-1/+1
2015-05-21Remove unnecessary FIXME commentRenato Golin1-2/+0
2015-05-21Fixed unused variable warning in non-assert builds from rL237885Simon Pilgrim1-2/+1
2015-05-21[X86][SSE] Improve support for 128-bit vector sign extensionSimon Pilgrim7-300/+298
2015-05-21[mips] [IAS] Add 2 missing CHECK directives for fixups in mips-expansions.s.Toma Tabacu1-2/+2
2015-05-21[TableGen] Resolve complex def names inside multiclassesHal Finkel3-6/+86
2015-05-21AsmPrinter: Compute absolute label difference directlyDuncan P. N. Exon Smith4-0/+47
2015-05-21MC: Initialize MCSymbolData::Offset directlyDuncan P. N. Exon Smith1-1/+3
2015-05-21[MemCpyOpt] Do move the memset, but look at its dest's dependencies.Ahmed Bougacha2-2/+29
2015-05-21MC: Simplify MCSymbolData initialization and remove MCSymbol pointerDuncan P. N. Exon Smith3-42/+17
2015-05-21Document the CoreCLR GC StrategySwaroop Sridhar1-0/+23
2015-05-21MC: Make MCSymbolData::Symbol privateDuncan P. N. Exon Smith1-2/+0
2015-05-21MC: Remove last use of MCSymbolData::getSymbol(), NFCDuncan P. N. Exon Smith1-3/+3
2015-05-21[MemCpyOpt] Pass Instruction to IRBuilder, no need for NextNode. NFC.Ahmed Bougacha1-2/+2
2015-05-21[opaque pointer type] Pass explicit pointee type in another case of GEP const...David Blaikie1-1/+1
2015-05-20Fix build errorAndrew Kaylor1-1/+1
2015-05-20[MemCpyOpt] Don't move the memset when optimizing memset+memcpy.Ahmed Bougacha2-7/+7
2015-05-20Fix build warningAndrew Kaylor1-1/+1
2015-05-20[WinEH] C++ EH state numbering fixesAndrew Kaylor9-167/+426
2015-05-20[WinEH] Store pointers to the LSDA in the exception registration objectReid Kleckner6-13/+115
2015-05-20Don't generate comments in the DebugLocStream unless required. NFC.Pete Cooper3-10/+22
2015-05-20Revert "Add bool to DebugLocDwarfExpression to control emitting comments."Pete Cooper4-17/+6