aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2012-11-12Revert r167620; this can be implemented using an existing CL option.Chad Rosier
2012-11-08Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-06MemoryBuffer: Windows doesn't define S_IFIFO.Daniel Dunbar
2012-11-05MemoryBuffer: Support reading named pipes in getFile().Daniel Dunbar
2012-11-02XLC supports the same atomic functions as GCC, use them.Rafael Espindola
2012-11-01[Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer
2012-10-31Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola
2012-10-31Add support for Cortex-A15 host recognition.James Molloy
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-19llvm: Remove some localmods in MemoryBuffer and clean nacl_file a bit.Jan Voung
2012-10-18Merge commit '3298959540ca744ec16b4c65db244534a929a862'Derek Schuff
2012-10-17Support: Don't remove special files on signals.Daniel Dunbar
2012-10-15Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'Derek Schuff
2012-10-12Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
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-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff
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-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
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-19Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'Derek Schuff
2012-09-19This patch adds memory support functions which will later be used to implemen...Andrew Kaylor
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
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