index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
40
-87
/
+83
*
Add support for fission attributes/forms/operations -> string.
Eric Christopher
2012-11-30
1
-0
/
+16
*
Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it
Alexey Samsonov
2012-11-30
1
-1
/
+3
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
3
-3
/
+3
*
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
2012-11-28
2
-2
/
+32
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
1
-0
/
+20
*
move irrelevant attribution.
Chris Lattner
2012-11-16
1
-3
/
+1
*
PathV2: Fix a possible infinite loop.
Daniel Dunbar
2012-11-15
1
-3
/
+4
*
Add support for SPIR64 target - the 64bit counterpart of SPIR.
Guy Benyei
2012-11-15
1
-2
/
+10
*
Remove the CellSPU port.
Eric Christopher
2012-11-14
1
-8
/
+0
*
Revert 167755/167760. We don't want to emit crash diagnostics on command-line...
Chad Rosier
2012-11-13
1
-4
/
+1
*
Revert r167620; this can be implemented using an existing CL option.
Chad Rosier
2012-11-12
1
-1
/
+4
*
Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...
Benjamin Kramer
2012-11-08
1
-5
/
+0
*
MemoryBuffer: Windows doesn't define S_IFIFO.
Daniel Dunbar
2012-11-06
1
-1
/
+4
*
MemoryBuffer: Support reading named pipes in getFile().
Daniel Dunbar
2012-11-05
1
-16
/
+29
*
XLC supports the same atomic functions as GCC, use them.
Rafael Espindola
2012-11-02
1
-5
/
+9
*
[Support] Fix StrError on Windows to actually return the error string...
Michael J. Spencer
2012-11-01
1
-1
/
+3
*
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-31
1
-32
/
+0
*
Add support for Cortex-A15 host recognition.
James Molloy
2012-10-31
1
-0
/
+1
*
APFloat cleanup: Remove now unused "arithmeticOK" logic.
Ulrich Weigand
2012-10-29
1
-42
/
+8
*
APFloat cleanup: Remove now unused fields "sign2" and "exponent2".
Ulrich Weigand
2012-10-29
1
-21
/
+9
*
Implement arithmetic on APFloat with PPCDoubleDouble semantics by
Ulrich Weigand
2012-10-29
1
-76
/
+65
*
Don't explicitly require RTTI and EH.
Joerg Sonnenberger
2012-10-26
2
-9
/
+0
*
Support: Don't remove special files on signals.
Daniel Dunbar
2012-10-17
1
-9
/
+21
*
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-12
1
-0
/
+4
*
Revert r165652: "Remove unnecessary RTTI from the build."
Sean Silva
2012-10-10
2
-0
/
+5
*
Remove unnecessary RTTI from the build.
Sean Silva
2012-10-10
2
-5
/
+0
*
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
1
-15
/
+11
*
Improve overflow detection in StringRef::getAsUnsignedInteger().
Nick Kledzik
2012-10-02
1
-2
/
+2
*
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
1
-0
/
+2
*
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
2012-10-01
1
-0
/
+9
*
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
Dmitri Gribenko
2012-09-28
1
-4
/
+7
*
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-28
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
2
-5
/
+5
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
2
-5
/
+5
*
Add support for detecting some corei7-class Xeons.
Benjamin Kramer
2012-09-26
1
-0
/
+2
*
YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.
Benjamin Kramer
2012-09-26
1
-0
/
+7
*
APFloat::roundToIntegral: Special values don't keep the exponent value up to ...
Benjamin Kramer
2012-09-26
1
-1
/
+1
*
The assumption that /proc/self/exe always exists is incorrect.
Sylvestre Ledru
2012-09-26
1
-4
/
+13
*
Fix a -Wparentheses warning in the mingw build
Nico Weber
2012-09-25
1
-1
/
+1
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
5
-20
/
+25
*
Add an --enable-backtraces option to configure to determine
Eric Christopher
2012-09-21
1
-1
/
+1
*
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-19
3
-90
/
+325
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+3
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-3
/
+3
*
Add support for AMD Geode.
Roman Divacky
2012-09-12
1
-0
/
+1
*
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Chandler Carruth
2012-09-11
2
-4
/
+8
*
Add operator< for FoldingSetNodeID.
Ted Kremenek
2012-09-08
1
-0
/
+18
*
Whitespace.
NAKAMURA Takumi
2012-09-06
1
-2
/
+2
*
Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!
NAKAMURA Takumi
2012-09-06
1
-1
/
+1
[prev]
[next]