summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove forward decl of SmallVectorImpl now that we have the headerReid Kleckner2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_B...Argyrios Kyrtzidis2014-06-25
* Fix typoMichael Liao2014-06-25
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-25
* Fix the build.Rafael Espindola2014-06-25
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* Fix = delete in MSVC build from r211705JF Bastien2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Random Number Generator (llvm)JF Bastien2014-06-25
* Simplify AddValueSymbols. No functionality change.Rafael Espindola2014-06-25
* [x86] Add intrinsics for the pshufd, pshuflw, and pshufhw instructions.Chandler Carruth2014-06-25
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-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
* Print a=b as an assignment.Rafael Espindola2014-06-24
* R600: Fix inconsistency in rsq instructions.Matt Arsenault2014-06-24
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* Resubmit commit r211533Weiming Zhao2014-06-24
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-24
* Include <tuple> for std::tieAlexey Samsonov2014-06-24
* Support: Move class ScaledNumberDuncan P. N. Exon Smith2014-06-24
* BFI: Un-floatify more languageDuncan P. N. Exon Smith2014-06-24
* BFI: Remove more float-like language from ScaledNumberDuncan P. N. Exon Smith2014-06-24
* Support: Return ScaledNumbers::MaxScale from getQuotient()Duncan 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: Update ScaledNumber header docsDuncan P. N. Exon Smith2014-06-23
* BFI: Rename UnsignedFloat => ScaledNumberDuncan P. N. Exon Smith2014-06-23
* Fix comments from r211553Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith2014-06-23
* Support: Return scale from ScaledNumbers::matchScales()Duncan P. N. Exon Smith2014-06-23
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-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 PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64Weiming Zhao2014-06-23
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-23
* Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith2014-06-23
* Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...David Blaikie2014-06-23
* R600/SI: Fix div_scale intrinsic.Matt Arsenault2014-06-23
* R600: Fix formatting of intrinsic definitions.Matt Arsenault2014-06-23
* Cleanup r211507Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-23
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-23
* clang-format initializer to reduce noise in another patch.Rafael Espindola2014-06-23
* Stop producing func.eh symbols on Darwin.Rafael Espindola2014-06-23
* MC: adjust text section flags for WoASaleem Abdulrasool2014-06-22