summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.Zachary Turner2014-06-17
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-16
* Kill the LLVM global lock.Zachary Turner2014-06-16
* Remove some code churn.Zachary Turner2014-06-16
* Remove some more code out into a separate CL.Zachary Turner2014-06-16
* Users of the llvm global mutex must now acquire it manually.Zachary Turner2014-06-16
* AArch64: Add backend intrinsic for rbit.Jim Grosbach2014-06-16
* ARM: intrinsic support for rbit.Jim Grosbach2014-06-16
* Clean up some unnecessary mutex guards.Zachary Turner2014-06-16
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-16
* Support/ConvertUTF: implement U+FFFD insertion according to the recommendationDmitri Gribenko2014-06-16
* Add specialization of FoldingSetTrait for std::pair.Manuel Klimek2014-06-15
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-14
* Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a ...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-13
* The hazard recognizer only needs a subtarget, not a target machineEric Christopher2014-06-13
* Make the error-handling functions thread-safe.Zachary Turner2014-06-13
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* [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