index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-10-15
Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'
Derek Schuff
2012-10-12
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
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
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
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
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
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
Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'
Derek Schuff
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-12
Add support for AMD Geode.
Roman Divacky
2012-09-11
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Chandler Carruth
2012-09-08
Add operator< for FoldingSetNodeID.
Ted Kremenek
2012-09-06
Whitespace.
NAKAMURA Takumi
2012-09-06
Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!
NAKAMURA Takumi
2012-09-04
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-09-02
Rename ANDROIDEABI to Android.
Logan Chien
2012-08-29
Add some __builtin_expect magic to StringMap.
Benjamin Kramer
2012-08-29
Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...
Benjamin Kramer
2012-08-28
Add the Freescale vendor to Triple.
Hal Finkel
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat...
Richard Smith
2012-08-22
Idef out mapped_file_region for nacl
Derek Schuff
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-22
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
2012-08-20
DataExtractor: Fix integer truncation issues in LEB128 extraction.
Benjamin Kramer
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-15
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
Fix typo in comment.
Owen Anderson
2012-08-15
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
2012-08-14
Fix the construction of the magic constant for roundToIntegral to be 64-bit s...
Owen Anderson
[next]