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
/
unittests
/
Support
Age
Commit message (
Expand
)
Author
2012-11-19
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-17
Removing utf-8 smart quote and trailing whitespace
Joe Abbey
2012-11-17
Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...
Joe Abbey
2012-11-14
Remove DOS line endings.
Jakub Staszak
2012-11-10
Provide definitions for all functions.
Benjamin Kramer
2012-10-11
Casting.h: Automatically handle isa<Base>(Derived).
Sean Silva
2012-10-04
Adding MCJIT and MemoryBuffer unit tests
Andrew Kaylor
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-14
cmake: Fix file path.
Daniel Dunbar
2012-09-14
formatted_raw_ostream: Fix a serious bug in tell().
Daniel Dunbar
2012-09-14
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
2012-08-21
Don't pass a null pointer to cast<> in its unit tests.
Richard Smith
2012-08-20
DataExtractor: Fix integer truncation issues in LEB128 extraction.
Benjamin Kramer
2012-08-17
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
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-13
Added test for non-static use of cl::opt (fixed in r160170)
Alexander Kornienko
2012-08-01
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-07-31
Suppress stderr noise when test case runs.
Nick Kledzik
2012-07-23
make ConstantRange::zeroExtend() optimal
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-16
Move the IRBuilder unittest from Support to VMCore. This got missed in
Chandler Carruth
2012-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-07-02
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
IntRange:
Stepan Dyatkovskiy
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
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
IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w...
Stepan Dyatkovskiy
2012-06-26
IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...
Stepan Dyatkovskiy
2012-06-26
IntegersSubsetMapping: removed exclude operation, it will replaced with more ...
Stepan Dyatkovskiy
2012-06-24
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.
NAKAMURA Takumi
2012-06-24
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.Permissions for now.
NAKAMURA Takumi
2012-06-21
Add a pragma to supress an MSVC warning on some of the absurd code I'm
Chandler Carruth
2012-06-21
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-06-20
Fix inappropriate use of anonymous namespaces in unittests.
Chandler Carruth
2012-06-20
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-17
For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon...
Benjamin Kramer
2012-06-17
Disable a particular assertion on MSVC... I'm deeply disturbed by its
Chandler Carruth
2012-06-17
Add some somewhat exhaustive tests of sizeof properties of this horrible
Chandler Carruth
2012-06-16
Relax one assertion -- long double has strange alignments on lots of
Chandler Carruth
2012-06-16
Try to reduce the size of the array used for compile-time testing by
Chandler Carruth
2012-06-16
Add support to the alignment support header for conjuring a character
Chandler Carruth
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-05
IntegersSubsetMapping: added exclude operation, that allows to exclude subset...
Stepan Dyatkovskiy
2012-06-05
IntegersSubsetMapping:
Stepan Dyatkovskiy
2012-06-02
Added unittests for IntegersSubset and IntegersSubsetMapping.
Stepan Dyatkovskiy
2012-05-18
fix corner case in ConstantRange::intersectWith().
Nuno Lopes
[prev]
[next]