summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-30
* [Allocator] Stop forward-declaring BumpPtrAllocator in a few places.Chandler Carruth2014-03-30
* Don't mark the declarations of the TSan annotation functions as weak.Chandler Carruth2014-03-30
* [MC] Remove an unused (and broken) variant of the setupForSymbolicDisassemblyLang Hames2014-03-30
* [PBQP] Move invalid graph nodeId/edgeId methods into base class.Lang Hames2014-03-30
* Remove dead declarations.Rafael Espindola2014-03-30
* Remove outdated comment.Benjamin Kramer2014-03-29
* Detemplatize LOHDirective.Benjamin Kramer2014-03-29
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-29
* ARM64: initial backend importTim Northover2014-03-29
* MC-exceptions: add support for compact-unwind without .eh_frameTim Northover2014-03-29
* CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst.Tim Northover2014-03-29
* MC: add a RefKind field to MCValueTim Northover2014-03-29
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-29
* Make GetCPISymbol a virtual method.Tim Northover2014-03-29
* Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* 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