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-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
2012-08-13
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-10
stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.inc
Joerg Sonnenberger
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-01
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-07-27
Typos.
Chad Rosier
2012-07-26
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2012-07-25
Don't add null characters to the end of the APFloat string buffer.
David Blaikie
2012-07-23
make ConstantRange::zeroExtend() optimal
Nuno Lopes
2012-07-20
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
Try to unbreak the windows build.
Benjamin Kramer
2012-07-20
SourceMgr: Use has_colors() instead of just is_displayed() before trying to use
Daniel Dunbar
2012-07-20
raw_ostream: Add a has_colors() method.
Daniel Dunbar
2012-07-20
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-19
Adds the family codes for the Midview Atom processors so that the
Preston Gurd
2012-07-19
reimplement truncate() to make it optimal.
Nuno Lopes
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Remove tabs.
Bill Wendling
2012-07-18
This patch fixes 8 out of 20 unexpected failures in "make check"
Preston Gurd
2012-07-17
simplify getSetSize() per Duncan's comments
Nuno Lopes
2012-07-16
teach ConstantRange that zero times X is always zero
Nuno Lopes
2012-07-16
make ConstantRange::getSetSize() properly compute the size of wrapped and ful...
Nuno Lopes
2012-07-12
Fixed few warnings.
Galina Kistanova
2012-07-11
In MemoryBuffer::getOpenFile() don't verify that the mmap'ed
Argyrios Kyrtzidis
2012-07-11
PR13326: Fix a subtle edge case in the udiv -> magic multiply generator.
Benjamin Kramer
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-28
Enable automatic GCC<->LLVM intrinsic translation for mips.
Benjamin Kramer
2012-06-28
add ConstantRange::difference (to perform set difference/relative complement)
Nuno Lopes
2012-06-28
fix a off-by-one bug in intersectWith(), and add a bunch of tests
Nuno Lopes
2012-06-26
Implement getHostCPUName for ARM/linux. This will be used to implement -march...
Benjamin Kramer
2012-06-26
Fix ThreadLocalImpl::getInstance for --disable-threads.
Argyrios Kyrtzidis
2012-06-25
PR13013: ELF Type identification fails for MSB type ELF files.
Meador Inge
2012-06-24
llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().
NAKAMURA Takumi
2012-06-20
Remove an "else" that snuck in after a "return" ;)
Kaelyn Uhrain
2012-06-20
Check that a file is not a directory before reading it into a MemoryBuffer.
Kaelyn Uhrain
[prev]
[next]