index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-09-04
2
-2
/
+2
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
1
-2
/
+2
*
Add some __builtin_expect magic to StringMap.
Benjamin Kramer
2012-08-29
1
-4
/
+5
*
Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...
Benjamin Kramer
2012-08-29
1
-6
/
+6
*
Add the Freescale vendor to Triple.
Hal Finkel
2012-08-28
1
-0
/
+2
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-1
/
+1
*
Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat...
Richard Smith
2012-08-24
1
-1
/
+3
*
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
2012-08-22
1
-3
/
+3
*
DataExtractor: Fix integer truncation issues in LEB128 extraction.
Benjamin Kramer
2012-08-20
1
-3
/
+3
*
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
2
-2
/
+2
*
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
2
-0
/
+311
*
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
1
-0
/
+6
*
Fix typo in comment.
Owen Anderson
2012-08-15
1
-1
/
+1
*
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
2012-08-15
1
-0
/
+12
*
Fix the construction of the magic constant for roundToIntegral to be 64-bit s...
Owen Anderson
2012-08-14
1
-2
/
+2
*
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
1
-0
/
+26
*
stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.inc
Joerg Sonnenberger
2012-08-10
1
-0
/
+6
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
4
-6
/
+10
*
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
2
-0
/
+149
*
Typos.
Chad Rosier
2012-07-27
1
-1
/
+1
*
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2012-07-26
1
-5
/
+5
*
Don't add null characters to the end of the APFloat string buffer.
David Blaikie
2012-07-25
1
-10
/
+2
*
make ConstantRange::zeroExtend() optimal
Nuno Lopes
2012-07-23
1
-2
/
+6
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
1
-4
/
+0
*
Try to unbreak the windows build.
Benjamin Kramer
2012-07-20
1
-1
/
+1
[next]