summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add a new subtarget hook for whether or not we'd like to enableEric Christopher2014-06-19
* Include Threading.h instead of forward declaring a function.Zachary Turner2014-06-19
* Add StringMap::insert(pair) consistent with the standard associative containe...David Blaikie2014-06-19
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-06-19
* Remove circular header reference in Threading.h/Mutex.hDavid Blaikie2014-06-19
* Fix build on non-Windows platforms.Zachary Turner2014-06-19
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-19
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-19
* Kill the LLVM global lock.Zachary Turner2014-06-19
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-19
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-19
* Remove OwningPtr.h and associated testsAlp Toker2014-06-19
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-19
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* R600/SI: Add intrinsics for various math instructions.Matt Arsenault2014-06-19
* Fix breakage from r211244 by using LLVM_EXPLICIT to avoid using explicit oper...David Blaikie2014-06-19
* PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...Nikola Smiljanic2014-06-19
* Add a symbols() range and use a range loop.Rafael Espindola2014-06-18
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-18
* Remove BitcodeReader::setBufferOwned.Rafael Espindola2014-06-18
* Update to the latest registered ELF e_machine names and values.Rafael Espindola2014-06-18
* ProfileData: Fix copy-paste type in RawInstrProfReaderJustin Bogner2014-06-18
* [ARM] [MC] Refactor the constant pool classesWeiming Zhao2014-06-18
* ADT: correct typo in commentEd Maste2014-06-18
* Support LE in RelocVisitor::visitELF_PPC64_*Ulrich Weigand2014-06-18
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-18
* Random Number Generator (llvm)JF Bastien2014-06-18
* Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy2014-06-17
* Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.Jordan Rose2014-06-17
* Modernize doc comments for SourceMgr.Jordan Rose2014-06-17
* 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