aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Improve overflow detection in StringRef::getAsUnsignedInteger().Nick Kledzik2012-10-021-2/+2
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-021-0/+2
* Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow2012-10-011-0/+9
* Replace the use of strncpy() and sprintf() with std::string and LLVM streams.Dmitri Gribenko2012-09-281-4/+7
* Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-281-1/+1
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-272-5/+5
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-272-5/+5
* Add support for detecting some corei7-class Xeons.Benjamin Kramer2012-09-261-0/+2
* YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.Benjamin Kramer2012-09-261-0/+7
* APFloat::roundToIntegral: Special values don't keep the exponent value up to ...Benjamin Kramer2012-09-261-1/+1
* The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru2012-09-261-4/+13
* Fix a -Wparentheses warning in the mingw buildNico Weber2012-09-251-1/+1
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-235-20/+25
* Add an --enable-backtraces option to configure to determineEric Christopher2012-09-211-1/+1
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-193-90/+325
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-2/+3
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-3/+3
* Add support for AMD Geode.Roman Divacky2012-09-121-0/+1
* Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth2012-09-112-4/+8
* Add operator< for FoldingSetNodeID.Ted Kremenek2012-09-081-0/+18
* Whitespace.NAKAMURA Takumi2012-09-061-2/+2
* Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi2012-09-061-1/+1
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-042-2/+2
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-2/+2
* Add some __builtin_expect magic to StringMap.Benjamin Kramer2012-08-291-4/+5
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-291-6/+6
* Add the Freescale vendor to Triple.Hal Finkel2012-08-281-0/+2
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-1/+1
* Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat...Richard Smith2012-08-241-1/+3
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-221-3/+3
* DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer2012-08-201-3/+3
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-152-2/+2
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-152-0/+311
* Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson2012-08-151-0/+6
* Fix typo in comment.Owen Anderson2012-08-151-1/+1
* Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson2012-08-151-0/+12
* Fix the construction of the magic constant for roundToIntegral to be 64-bit s...Owen Anderson2012-08-141-2/+2
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-131-0/+26
* stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger2012-08-101-0/+6
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-064-6/+10
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-012-0/+149
* Typos.Chad Rosier2012-07-271-1/+1
* Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier2012-07-261-5/+5
* Don't add null characters to the end of the APFloat string buffer.David Blaikie2012-07-251-10/+2
* make ConstantRange::zeroExtend() optimalNuno Lopes2012-07-231-2/+6
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-201-4/+0
* Try to unbreak the windows build.Benjamin Kramer2012-07-201-1/+1
* SourceMgr: Use has_colors() instead of just is_displayed() before trying to useDaniel Dunbar2012-07-201-2/+2
* raw_ostream: Add a has_colors() method.Daniel Dunbar2012-07-201-0/+4
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-202-10/+16