summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-24
* Include <tuple> for std::tieAlexey Samsonov2014-06-24
* Support: Move class ScaledNumberDuncan P. N. Exon Smith2014-06-24
* Support: Return ScaledNumbers::MaxScale from getQuotient()Duncan P. N. Exon Smith2014-06-24
* Support: Extract ScaledNumbers::MinScale and MaxScaleDuncan P. N. Exon Smith2014-06-24
* Fix comments from r211553Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith2014-06-23
* Support: Return scale from ScaledNumbers::matchScales()Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith2014-06-23
* Cleanup r211507Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-23
* Support: ScaledNumber: Fix inconsistent test namesDuncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()Duncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-20
* Support: Cleanup ScaledNumber::getAdjusted() docDuncan P. N. Exon Smith2014-06-20
* Support: Mark end of namespacesDuncan P. N. Exon Smith2014-06-20
* Allow a target to create a null streamer.Rafael Espindola2014-06-20
* Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard2014-06-20
* Support: Clean up getRounded() testsDuncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getAdjusted()Duncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith2014-06-20
* Include Threading.h instead of forward declaring a function.Zachary Turner2014-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
* Kill the LLVM global lock.Zachary Turner2014-06-19
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-19
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-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
* Update to the latest registered ELF e_machine names and values.Rafael Espindola2014-06-18
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-18
* Random Number Generator (llvm)JF Bastien2014-06-18
* Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.Jordan Rose2014-06-17
* Modernize doc comments for SourceMgr.Jordan Rose2014-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
* Support/ConvertUTF: implement U+FFFD insertion according to the recommendationDmitri Gribenko2014-06-16
* 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
* Make the error-handling functions thread-safe.Zachary Turner2014-06-13
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12