aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-041-2/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Add a comment about the requirement that the Windows.h header be last.Chandler Carruth2012-12-041-0/+2
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-031-55/+27
* [Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer2012-12-031-1/+1
* Revert the header sort on this file.Michael J. Spencer2012-12-031-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0340-87/+83
* Add support for fission attributes/forms/operations -> string.Eric Christopher2012-11-301-0/+16
* Fix a bug in APFloat.cpp: declare APFloat after fltSemantics itAlexey Samsonov2012-11-301-1/+3
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-303-3/+3
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-282-2/+32
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-191-0/+20
* move irrelevant attribution.Chris Lattner2012-11-161-3/+1
* PathV2: Fix a possible infinite loop.Daniel Dunbar2012-11-151-3/+4
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-151-2/+10
* Remove the CellSPU port.Eric Christopher2012-11-141-8/+0
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-131-4/+1
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-121-1/+4
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-081-5/+0
* MemoryBuffer: Windows doesn't define S_IFIFO.Daniel Dunbar2012-11-061-1/+4
* MemoryBuffer: Support reading named pipes in getFile().Daniel Dunbar2012-11-051-16/+29
* XLC supports the same atomic functions as GCC, use them.Rafael Espindola2012-11-021-5/+9
* [Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer2012-11-011-1/+3
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-311-32/+0
* Add support for Cortex-A15 host recognition.James Molloy2012-10-311-0/+1
* APFloat cleanup: Remove now unused "arithmeticOK" logic.Ulrich Weigand2012-10-291-42/+8
* APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand2012-10-291-21/+9
* Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand2012-10-291-76/+65
* Don't explicitly require RTTI and EH.Joerg Sonnenberger2012-10-262-9/+0
* Support: Don't remove special files on signals.Daniel Dunbar2012-10-171-9/+21
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-121-0/+4
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-102-0/+5
* Remove unnecessary RTTI from the build.Sean Silva2012-10-102-5/+0
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-091-15/+11
* 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