index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
Age
Commit message (
Expand
)
Author
2012-12-04
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Add a comment about the requirement that the Windows.h header be last.
Chandler Carruth
2012-12-03
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
[Support][FileSystem] Fix open mode in resize_file on Windows.
Michael J. Spencer
2012-12-03
Revert the header sort on this file.
Michael J. Spencer
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Add support for fission attributes/forms/operations -> string.
Eric Christopher
2012-11-30
Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it
Alexey Samsonov
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-28
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
2012-11-19
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-16
move irrelevant attribution.
Chris Lattner
2012-11-15
PathV2: Fix a possible infinite loop.
Daniel Dunbar
2012-11-15
Add support for SPIR64 target - the 64bit counterpart of SPIR.
Guy Benyei
2012-11-14
Remove the CellSPU port.
Eric Christopher
2012-11-13
Revert 167755/167760. We don't want to emit crash diagnostics on command-line...
Chad Rosier
2012-11-12
Revert r167620; this can be implemented using an existing CL option.
Chad Rosier
2012-11-08
Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...
Benjamin Kramer
2012-11-06
MemoryBuffer: Windows doesn't define S_IFIFO.
Daniel Dunbar
2012-11-05
MemoryBuffer: Support reading named pipes in getFile().
Daniel Dunbar
2012-11-02
XLC 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-31
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-31
Add support for Cortex-A15 host recognition.
James Molloy
2012-10-29
APFloat cleanup: Remove now unused "arithmeticOK" logic.
Ulrich Weigand
2012-10-29
APFloat cleanup: Remove now unused fields "sign2" and "exponent2".
Ulrich Weigand
2012-10-29
Implement arithmetic on APFloat with PPCDoubleDouble semantics by
Ulrich Weigand
2012-10-26
Don't explicitly require RTTI and EH.
Joerg Sonnenberger
2012-10-17
Support: Don't remove special files on signals.
Daniel Dunbar
2012-10-12
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-10
Revert r165652: "Remove unnecessary RTTI from the build."
Sean Silva
2012-10-10
Remove unnecessary RTTI from the build.
Sean Silva
2012-10-09
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-02
Improve overflow detection in StringRef::getAsUnsignedInteger().
Nick Kledzik
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-01
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
2012-09-28
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
Dmitri Gribenko
2012-09-28
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Add support for detecting some corei7-class Xeons.
Benjamin Kramer
2012-09-26
YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.
Benjamin Kramer
2012-09-26
APFloat::roundToIntegral: Special values don't keep the exponent value up to ...
Benjamin Kramer
2012-09-26
The assumption that /proc/self/exe always exists is incorrect.
Sylvestre Ledru
2012-09-25
Fix a -Wparentheses warning in the mingw build
Nico Weber
2012-09-23
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-21
Add an --enable-backtraces option to configure to determine
Eric Christopher
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
[next]