[mips] Added support for assembling sdbbp.
[oota-llvm.git] / lib /
2014-06-24 Daniel Sanders[mips] Added support for assembling sdbbp.
2014-06-24 Daniel Sanders[mips] Use __clear_cache builtin instead of cacheflush...
2014-06-24 Benjamin KramerInstCombine: Disable umul.with.overflow recognition...
2014-06-24 Benjamin KramerInstCombine: Don't try to reorder shuffles where the...
2014-06-24 David MajnemerGlobalOpt: Don't optimize dllimport for initializers
2014-06-24 Kevin Qin[AArch64] Fix a build_vector pattern match fail
2014-06-24 Adam Nemet[Disasm][AVX512] Implement decoding of top bit for...
2014-06-24 Duncan P. N. Exon... Support: Move class ScaledNumber
2014-06-24 Duncan P. N. Exon... BFI: Un-floatify more language
2014-06-24 Duncan P. N. Exon... Support: Extract ScaledNumbers::MinScale and MaxScale
2014-06-23 Duncan P. N. Exon... BFI: Change language from "exponent" to "scale"
2014-06-23 Duncan P. N. Exon... BFI: Rename UnsignedFloat => ScaledNumber
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Juergen Ributzka[FastISel][X86] Lower unsupported selects to control...
2014-06-23 Juergen Ributzka[FastISel][X86] Add support for floating-point select.
2014-06-23 Juergen Ributzka[FastISel][X86] Optimize selects when the condition...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-23 Rafael EspindolaThis reverts commit r211533 and r211539.
2014-06-23 Juergen RibutzkaFix cmake build.
2014-06-23 Weiming ZhaoFix PR20056: Implement pseudo LDR <reg>, =<literal...
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-23 Rafael Espindola[Mips] Add a target streamer when creating a null streamer.
2014-06-23 David BlaikieRecommit 211309 (StringMap::insert), reverted in 211328...
2014-06-23 Matt ArsenaultR600/SI: Verify restrictions on div_scale operands.
2014-06-23 Matt ArsenaultR600/SI: Fix div_scale intrinsic.
2014-06-23 Christian PirkerARMEB: Vector extend operations
2014-06-23 Matt ArsenaultR600: Remove AMDILISelLowering
2014-06-23 Matt ArsenaultR600: Select is not expensive.
2014-06-23 Matt ArsenaultR600: Move add/sub with overflow out of AMDILISelLowering
2014-06-23 Matt ArsenaultR600: Move more out of AMDILISelLowering
2014-06-23 Matt ArsenaultR600: Don't set fp_round_inreg action.
2014-06-23 Matt ArsenaultR600/SI: Handle i64 sub.
2014-06-23 Matt ArsenaultR600/SI: Move selection of i64 add to separate function.
2014-06-23 Matt ArsenaultR600: Rename AMDIL file
2014-06-23 Matt ArsenaultFix missing words in sentence
2014-06-23 Matt ArsenaultUse helper function
2014-06-23 Matt ArsenaultAlphabetize forward declarations
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::compare()
2014-06-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-23 Rafael EspindolaStop producing func.eh symbols on Darwin.
2014-06-23 Rafael EspindolaRemove a temporary hack.
2014-06-23 Ulrich Weigand[PowerPC] Refactor getMinCallFrameSize / getMinCallArgu...
2014-06-23 Ulrich Weigand[PowerPC] Allow stack frames without parameter save...
2014-06-23 Ulrich Weigand[PowerPC] Fix IsDarwin arg in PPCFrameLowering:: calls
2014-06-23 Ulrich Weigand[PowerPC] Refactor setMinReservedArea and CalculatePara...
2014-06-23 Ulrich Weigand[PowerPC] Fix on-stack AltiVec arguments with 64-bit...
2014-06-23 Tim NorthoverARM: mark UBFX as not allowing PC.
2014-06-23 David MajnemerMC: Cleanup parseMSInlineAsm
2014-06-22 Saleem AbdulrasoolMC: adjust text section flags for WoA
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-22 Jan VeselyR600: Use LowerSDIVREM for i64 node replace
2014-06-22 Jan VeselyR600: Implement custom SDIVREM.
2014-06-22 Filipe CabecinhasFix PR20087 by using the source index when changing...
2014-06-22 Arnold SchwaighoferLoopVectorizer: Fix a dominance issue
2014-06-22 Stepan DyatkovskiyMergeFunctions Pass, removed DenseMap helpers.
2014-06-22 Stepan DyatkovskiyMergeFunctions Pass, updated header comments.
2014-06-22 Weiming ZhaoReport error for non-zero data in .bss
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, FnSet has been replaced with FnTree.
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, removed unused methods from old...
2014-06-21 Stepan DyatkovskiyMergeFunctions, doSanityCheck: fixed body comments.
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, introduced sanity check, that...
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-06-21 Benjamin KramerLoopUnrollRuntime: Check for overflow in the trip count...
2014-06-21 Benjamin KramerLegalizer: Add support for splitting insert_subvectors.
2014-06-21 Benjamin KramerSCEVExpander: Fold constant PHIs harder. The logic...
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-21 Andrea Di Biagio[X86] Add ISel patterns to select SSE3/AVX ADDSUB instr...
2014-06-21 Zachary TurnerFix the MinGW builder. Apparently std::call_once and
2014-06-20 Rafael EspindolaAlways use a temp symbol for CIE.
2014-06-20 Rafael EspindolaUse compact unwind for the iOS simulator.
2014-06-20 Rafael EspindolaUse a helper function and clang-format.
2014-06-20 Rafael EspindolaDelete dead code.
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-20 Rafael EspindolaDon't produce eh_frame relocations when targeting the...
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Stepan DyatkovskiyCommited patch from Björn Steinbrink:
2014-06-20 Ulrich Weigand[RuntimeDyld] Fix ppc64 stub relocations on little...
2014-06-20 Kevin EnderbyFix a warning about the use of const being ignored...
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
2014-06-20 Tom StellardR600/SI: Add patterns for ctpop inside a branch
2014-06-20 Tom StellardR600/SI: Add a pattern for f32 ftrunc
2014-06-20 Tom StellardR600: Expand vector flog2
2014-06-20 Tom StellardR600: Expand vector fexp2
2014-06-20 Tom StellardR600/SI: SI Control Flow Annotation bug fixed
2014-06-20 Tom StellardR600/SI: Add a VALU pattern for i64 xor
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-20 Zoran Jovanovicps][mips64r6] Added LSA/DLSA instructions
2014-06-20 Matt ArsenaultR600: Trivial subtarget feature cleanups.
2014-06-20 Justin BognerArgList: use MakeArgList overloads in subclasses and...
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-20 Hans WennborgFix .cpp files claiming to be header files
2014-06-20 Chandler Carruth[x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-19 Rafael EspindolaUse the assignment operator.
2014-06-19 Rafael EspindolaSet missing options in LTOCodeGenerator::setTargetOptions.
next