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