summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Support: Functions for writing endian specific data to streams.Justin Bogner2014-03-28
* Add const.Rafael Espindola2014-03-28
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-28
* [Allocator Cleanup] Sink the private data members and methods to theChandler Carruth2014-03-28
* [Allocator Cleanup] Move generic pointer alignment helper out of anChandler Carruth2014-03-28
* [Allocator Cleanup] Make the growth of the "slab" size of theChandler Carruth2014-03-28
* PBQP: Minor cleanups to r204857David Blaikie2014-03-27
* Provide a target override for the cost of using a callee-saved registerManman Ren2014-03-27
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* Temporarily remove assert while I dig in to issues that it's causing for LLDB.Lang Hames2014-03-27
* Revert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__."Rui Ueyama2014-03-27
* [C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__.Rui Ueyama2014-03-27
* Remove another unused argument.Rafael Espindola2014-03-27
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sectionsDavid Blaikie2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* [cleanup] Run clang-format over these routines to remove formattingChandler Carruth2014-03-27
* [cleanup] Modernize doxygen comments for the BumpPtrAllocator andChandler Carruth2014-03-27
* Add missing #include <cassert> to MCSymbolizer.h.Lang Hames2014-03-27
* Assert that MCSymbolizer is constructed with a valid (or at least non-null)Lang Hames2014-03-27
* Move MCSymbolizer's constructor into header. It's trivial - there's no need forLang Hames2014-03-27
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-27
* llvm-cov: When reading strings in gcov data, skip leading zerosJustin Bogner2014-03-27
* Simplify PBQP graph removeAdjEdgeId implementation.Lang Hames2014-03-26
* Fix problem with r204836Eli Bendersky2014-03-26
* Remove PBQP-cost dimension sanity assertion in PBQP::Graph::addConstructedEdge.Lang Hames2014-03-26
* Change the PBQP graph adjacency list structure from std::set to std::vector.Lang Hames2014-03-26
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-26
* Enable range-for iteration over call/invoke arguments.Eli Bendersky2014-03-26
* Add args() iteartor adapter to Function, for range-for loops.Eli Bendersky2014-03-26
* ARM: add intrinsics for the v8 ldaex/stlexTim Northover2014-03-26
* Change @llvm.clear_cache default to call rt-libRenato Golin2014-03-26
* Add @llvm.clear_cache builtinRenato Golin2014-03-26
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* Use Endian.h to simplify this code a bit.Rafael Espindola2014-03-25
* blockfreq: Implement Pass::releaseMemory()Duncan P. N. Exon Smith2014-03-25
* blockfreq: Use const in MachineBlockFrequencyInfoDuncan P. N. Exon Smith2014-03-25
* Add missing slash to make the doxygen output less confusing.Benjamin Kramer2014-03-25
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-25
* Support: Functions for consuming endian specific data from a buffer.Justin Bogner2014-03-25
* Support: Document Endian.h functionsJustin Bogner2014-03-24
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith2014-03-23
* [DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...Andrea Di Biagio2014-03-22
* InstrProf: Move constructor to the headerDuncan P. N. Exon Smith2014-03-21
* InstrProf: Use move semantics with unique_ptrDuncan P. N. Exon Smith2014-03-21
* InstrProf: Detect magic numbers in a more scalable wayDuncan P. N. Exon Smith2014-03-21