summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-28
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-19
* move irrelevant attribution.Chris Lattner2012-11-16
* PathV2: Fix a possible infinite loop.Daniel Dunbar2012-11-15
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-15
* Remove the CellSPU port.Eric Christopher2012-11-14
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-13
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-12
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-08
* MemoryBuffer: Windows doesn't define S_IFIFO.Daniel Dunbar2012-11-06
* MemoryBuffer: Support reading named pipes in getFile().Daniel Dunbar2012-11-05
* XLC supports the same atomic functions as GCC, use them.Rafael Espindola2012-11-02
* [Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer2012-11-01
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-31
* Add support for Cortex-A15 host recognition.James Molloy2012-10-31
* APFloat cleanup: Remove now unused "arithmeticOK" logic.Ulrich Weigand2012-10-29
* APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand2012-10-29
* Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand2012-10-29
* Don't explicitly require RTTI and EH.Joerg Sonnenberger2012-10-26
* Support: Don't remove special files on signals.Daniel Dunbar2012-10-17
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-12
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-10
* Remove unnecessary RTTI from the build.Sean Silva2012-10-10
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-09
* 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