summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-12
* [modules] The LLVM C API does not require C++!Richard Smith2014-06-12
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Remove pimpl class from PassRegistry.Zachary Turner2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Avoid in-class initializer from r210747Alp Toker2014-06-12
* Avoid anonymous namespace in header from r210747Alp Toker2014-06-12
* Avoid redundant allocations in the linker optimisation hintAlp Toker2014-06-12
* [FastISel] Add support for the stackmap intrinsic.Juergen Ributzka2014-06-12
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-12
* Remove some low hanging fruit from system_error.hRafael Espindola2014-06-12
* Try to fix the mingw build.Rafael Espindola2014-06-12
* Do not register and de-register PassRegistrationListeners duringZachary Turner2014-06-12
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-11
* Remove unused has_magic.Rafael Espindola2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Add AVX512 masked leadz instrinsic support.Cameron McInally2014-06-11
* Create macro INITIALIZE_TM_PASS.Jiangning Liu2014-06-11
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-11
* MC: add enumeration of WinEH data encodingSaleem Abdulrasool2014-06-11
* MC: clang-format MCAsmInfoSaleem Abdulrasool2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* There is no posix_category in std, use generic_category.Rafael Espindola2014-06-11
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* [FastISel][X86] Extend support for {s|u}{add|sub|mul}.with.overflow intrinsics.Juergen Ributzka2014-06-10
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-10
* Remove support for runtime multi-threading.Zachary Turner2014-06-10
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* Add a LLVM_NOEXCEPT to Compiler.h.Rafael Espindola2014-06-10
* Have isInTailCallPosition take the DAG so that we can use theEric Christopher2014-06-10
* Fix typos.Eric Christopher2014-06-10
* Use an enum class now that they are available.Rafael Espindola2014-06-10
* [X86] AVX512: Add vmovntdqaAdam Nemet2014-06-10
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-10
* Reorder Value and User fields to save 8 bytes of padding on 64-bitReid Kleckner2014-06-09
* SmallVector: support resize(N) with move-only typesDavid Blaikie2014-06-09
* Fold FEnv.h into the implementationAlp Toker2014-06-09
* [DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.Andrea Di Biagio2014-06-09
* Escape "@function" with \verbatim. [-Wdocumentation]NAKAMURA Takumi2014-06-08
* SmallVector: More movable improvements - don't copy elements to make space wh...David Blaikie2014-06-08
* SmallVector: Move, don't copy, elements to make space for an insertion.David Blaikie2014-06-08
* Fix some more moving-from-moved-from objects issues in SmallVectorDavid Blaikie2014-06-08
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* Ensure SmallVector::insert doesn't overwrite the last element in the range wi...David Blaikie2014-06-08
* Remove redundant typedef from MCAsmParserSemaCallbackAlp Toker2014-06-08
* Make InlineAsmIdentifierInfo forward-declarableAlp Toker2014-06-08