summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Use SourceMgr::getMemoryBuffer() in a couple of placesAlp Toker2014-06-25
* Move some trivial methods up to MCStreamer.Rafael Espindola2014-06-25
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-25
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-25
* Simplify EmitLabel.Rafael Espindola2014-06-24
* [FastISel][X86] Fold XALU condition into branch and compare.Juergen Ributzka2014-06-24
* R600/SI: Use a ComplexPattern for MUBUF storesTom Stellard2014-06-24
* R600: Promote i64 stores to v2i32Tom Stellard2014-06-24
* Print a=b as an assignment.Rafael Espindola2014-06-24
* R600: Fix inconsistency in rsq instructions.Matt Arsenault2014-06-24
* fixed a few typos in commentsSanjay Patel2014-06-24
* [PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)Bill Schmidt2014-06-24
* vpblend intrinsics combines as shifts intrinsics due to absence return stmt b...Robert Khasanov2014-06-24
* R600: Remove DIV_INFMatt Arsenault2014-06-24
* R600/SI: Move pattern to instruction definitionMatt Arsenault2014-06-24
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* Resubmit commit r211533Weiming Zhao2014-06-24
* CodeGen: Avoid multiple strlen callsDavid Majnemer2014-06-24
* ARM: Fix TPsoft for Thumb modeChristian Pirker2014-06-24
* Replace two release calls with std::move. I missed this on the previous commit.Rafael Espindola2014-06-24
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in...Daniel Sanders2014-06-24
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-24
* [mips] Added support for assembling sdbbp.Daniel Sanders2014-06-24
* [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::Inva...Daniel Sanders2014-06-24
* InstCombine: Disable umul.with.overflow recognition for vectors.Benjamin Kramer2014-06-24
* InstCombine: Don't try to reorder shuffles where the mask is a ConstantExpr.Benjamin Kramer2014-06-24
* GlobalOpt: Don't optimize dllimport for initializersDavid Majnemer2014-06-24
* [AArch64] Fix a build_vector pattern match failKevin Qin2014-06-24
* [Disasm][AVX512] Implement decoding of top bit for non-destructive reg fieldsAdam Nemet2014-06-24
* Support: Move class ScaledNumberDuncan P. N. Exon Smith2014-06-24
* BFI: Un-floatify more languageDuncan P. N. Exon Smith2014-06-24
* Support: Extract ScaledNumbers::MinScale and MaxScaleDuncan P. N. Exon Smith2014-06-24
* BFI: Change language from "exponent" to "scale"Duncan P. N. Exon Smith2014-06-23
* BFI: Rename UnsignedFloat => ScaledNumberDuncan P. N. Exon Smith2014-06-23
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-23
* [FastISel][X86] Lower unsupported selects to control-flow.Juergen Ributzka2014-06-23
* [FastISel][X86] Add support for floating-point select.Juergen Ributzka2014-06-23
* [FastISel][X86] Optimize selects when the condition comes from a compare.Juergen Ributzka2014-06-23
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* This reverts commit r211533 and r211539.Rafael Espindola2014-06-23
* Fix cmake build.Juergen Ributzka2014-06-23
* Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64Weiming Zhao2014-06-23
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-23
* [Mips] Add a target streamer when creating a null streamer.Rafael Espindola2014-06-23
* Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...David Blaikie2014-06-23
* R600/SI: Verify restrictions on div_scale operands.Matt Arsenault2014-06-23
* R600/SI: Fix div_scale intrinsic.Matt Arsenault2014-06-23
* ARMEB: Vector extend operationsChristian Pirker2014-06-23
* R600: Remove AMDILISelLoweringMatt Arsenault2014-06-23