index
:
~vadimg/llvm
master
r600-wip-sched
si_sched
vadimg's llvm repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Support
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-17
Fix some integer constant warnings by using a suffix
Nick Kledzik
1
-7
/
+7
2012-12-17
re-enable test cases now that traits work with g++. Fix some g++ warnings
Nick Kledzik
1
-12
/
+7
2012-12-12
Temporarily disable test cases until they compile with g++ too.
Nick Kledzik
1
-0
/
+4
2012-12-12
Unbreak the build. Fallout from r170019.
David Blaikie
1
-1
/
+1
2012-12-12
Initial implementation of a utility for converting native data
Nick Kledzik
2
-0
/
+1289
2012-12-05
Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both
Akira Hatanaka
1
-4
/
+6
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
16
-27
/
+10
2012-12-03
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
1
-18
/
+7
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
1
-1
/
+1
2012-11-28
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
1
-1
/
+22
2012-11-19
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
1
-0
/
+34
2012-11-17
Removing utf-8 smart quote and trailing whitespace
Joe Abbey
1
-2
/
+2
2012-11-17
Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...
Joe Abbey
1
-0
/
+12
2012-11-14
Remove DOS line endings.
Jakub Staszak
1
-356
/
+356
2012-11-10
Provide definitions for all functions.
Benjamin Kramer
1
-0
/
+11
2012-10-11
Casting.h: Automatically handle isa<Base>(Derived).
Sean Silva
1
-0
/
+51
2012-10-04
Adding MCJIT and MemoryBuffer unit tests
Andrew Kaylor
2
-0
/
+100
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2
-0
/
+357
2012-09-14
cmake: Fix file path.
Daniel Dunbar
1
-1
/
+1
2012-09-14
formatted_raw_ostream: Fix a serious bug in tell().
Daniel Dunbar
2
-1
/
+35
2012-09-14
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
1
-71
/
+47
2012-08-21
Don't pass a null pointer to cast<> in its unit tests.
Richard Smith
1
-3
/
+5
2012-08-20
DataExtractor: Fix integer truncation issues in LEB128 extraction.
Benjamin Kramer
1
-0
/
+9
2012-08-17
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
1
-117
/
+117
2012-08-15
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
1
-1
/
+1
2012-08-15
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
1
-26
/
+33
2012-08-13
Added test for non-static use of cl::opt (fixed in r160170)
Alexander Kornienko
1
-0
/
+11
2012-08-01
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2
-0
/
+138
2012-07-31
Suppress stderr noise when test case runs.
Nick Kledzik
1
-0
/
+6
2012-07-23
make ConstantRange::zeroExtend() optimal
Nuno Lopes
1
-0
/
+4
2012-07-16
teach ConstantRange that zero times X is always zero
Nuno Lopes
1
-0
/
+8
2012-07-16
make ConstantRange::getSetSize() properly compute the size of wrapped and ful...
Nuno Lopes
1
-5
/
+9
2012-07-16
Move the IRBuilder unittest from Support to VMCore. This got missed in
Chandler Carruth
2
-75
/
+0
2012-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2
-255
/
+0
2012-07-15
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2
-108
/
+0
2012-07-02
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
1
-14
/
+8
2012-07-02
IntRange:
Stepan Dyatkovskiy
1
-8
/
+14
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2
-3
/
+5
2012-06-28
add ConstantRange::difference (to perform set difference/relative complement)
Nuno Lopes
1
-0
/
+17
2012-06-28
fix a off-by-one bug in intersectWith(), and add a bunch of tests
Nuno Lopes
1
-2
/
+32
2012-06-26
IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w...
Stepan Dyatkovskiy
1
-4
/
+8
2012-06-26
IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...
Stepan Dyatkovskiy
1
-0
/
+143
2012-06-26
IntegersSubsetMapping: removed exclude operation, it will replaced with more ...
Stepan Dyatkovskiy
1
-174
/
+0
2012-06-24
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.
NAKAMURA Takumi
1
-0
/
+2
2012-06-24
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.Permissions for now.
NAKAMURA Takumi
1
-1
/
+2
2012-06-21
Add a pragma to supress an MSVC warning on some of the absurd code I'm
Chandler Carruth
1
-0
/
+6
2012-06-21
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
1
-0
/
+29
2012-06-20
Fix inappropriate use of anonymous namespaces in unittests.
Chandler Carruth
1
-1
/
+3
2012-06-20
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
1
-0
/
+65
2012-06-17
For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon...
Benjamin Kramer
1
-1
/
+1
[next]