aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2012-10-29APFloat cleanup: Remove now unused "arithmeticOK" logic.Ulrich Weigand
2012-10-29APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand
2012-10-29Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand
2012-10-26Don't explicitly require RTTI and EH.Joerg Sonnenberger
2012-10-17Support: Don't remove special files on signals.Daniel Dunbar
2012-10-12Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands
2012-10-10Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva
2012-10-10Remove unnecessary RTTI from the build.Sean Silva
2012-10-09Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola
2012-10-02Improve overflow detection in StringRef::getAsUnsignedInteger().Nick Kledzik
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-10-01Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow
2012-09-28Replace the use of strncpy() and sprintf() with std::string and LLVM streams.Dmitri Gribenko
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-26Add support for detecting some corei7-class Xeons.Benjamin Kramer
2012-09-26YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.Benjamin Kramer
2012-09-26APFloat::roundToIntegral: Special values don't keep the exponent value up to ...Benjamin Kramer
2012-09-26The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru
2012-09-25Fix a -Wparentheses warning in the mingw buildNico Weber
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher
2012-09-19This patch adds memory support functions which will later be used to implemen...Andrew Kaylor
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-12Add support for AMD Geode.Roman Divacky
2012-09-11Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth
2012-09-08Add operator< for FoldingSetNodeID.Ted Kremenek
2012-09-06Whitespace.NAKAMURA Takumi
2012-09-06Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi
2012-09-04Fix Android build of gtest and lib/Support.Evgeniy Stepanov
2012-09-02Rename ANDROIDEABI to Android.Logan Chien
2012-08-29Add some __builtin_expect magic to StringMap.Benjamin Kramer
2012-08-29Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer
2012-08-28Add the Freescale vendor to Triple.Hal Finkel
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-24Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat...Richard Smith
2012-08-22Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith
2012-08-20DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer
2012-08-15[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer
2012-08-15Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson
2012-08-15Fix typo in comment.Owen Anderson
2012-08-15Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson
2012-08-14Fix the construction of the magic constant for roundToIntegral to be 64-bit s...Owen Anderson
2012-08-13Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson
2012-08-10stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-08-01Initial commit of new FileOutputBuffer support class. Nick Kledzik