index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
DataExtractor: Fix integer truncation issues in LEB128 extraction.
Benjamin Kramer
2012-08-20
1
-0
/
+9
*
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
2012-08-17
1
-117
/
+117
*
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
1
-1
/
+1
*
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
1
-26
/
+33
*
Added test for non-static use of cl::opt (fixed in r160170)
Alexander Kornienko
2012-08-13
1
-0
/
+11
*
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
2
-0
/
+138
*
Suppress stderr noise when test case runs.
Nick Kledzik
2012-07-31
1
-0
/
+6
*
make ConstantRange::zeroExtend() optimal
Nuno Lopes
2012-07-23
1
-0
/
+4
*
teach ConstantRange that zero times X is always zero
Nuno Lopes
2012-07-16
1
-0
/
+8
*
make ConstantRange::getSetSize() properly compute the size of wrapped and ful...
Nuno Lopes
2012-07-16
1
-5
/
+9
*
Move the IRBuilder unittest from Support to VMCore. This got missed in
Chandler Carruth
2012-07-16
2
-75
/
+0
*
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
2
-255
/
+0
*
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-07-15
2
-108
/
+0
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
1
-14
/
+8
*
IntRange:
Stepan Dyatkovskiy
2012-07-02
1
-8
/
+14
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
2
-3
/
+5
*
add ConstantRange::difference (to perform set difference/relative complement)
Nuno Lopes
2012-06-28
1
-0
/
+17
*
fix a off-by-one bug in intersectWith(), and add a bunch of tests
Nuno Lopes
2012-06-28
1
-2
/
+32
*
IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w...
Stepan Dyatkovskiy
2012-06-26
1
-4
/
+8
*
IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...
Stepan Dyatkovskiy
2012-06-26
1
-0
/
+143
*
IntegersSubsetMapping: removed exclude operation, it will replaced with more ...
Stepan Dyatkovskiy
2012-06-26
1
-174
/
+0
*
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.Permissions for now.
NAKAMURA Takumi
2012-06-24
1
-1
/
+2
*
Add a pragma to supress an MSVC warning on some of the absurd code I'm
Chandler Carruth
2012-06-21
1
-0
/
+6
*
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-06-21
1
-0
/
+29
*
Fix inappropriate use of anonymous namespaces in unittests.
Chandler Carruth
2012-06-20
1
-1
/
+3
*
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-20
1
-0
/
+65
*
For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon...
Benjamin Kramer
2012-06-17
1
-1
/
+1
*
Disable a particular assertion on MSVC... I'm deeply disturbed by its
Chandler Carruth
2012-06-17
1
-0
/
+5
*
Add some somewhat exhaustive tests of sizeof properties of this horrible
Chandler Carruth
2012-06-17
1
-0
/
+60
*
Relax one assertion -- long double has strange alignments on lots of
Chandler Carruth
2012-06-16
1
-1
/
+6
*
Try to reduce the size of the array used for compile-time testing by
Chandler Carruth
2012-06-16
1
-44
/
+48
*
Add support to the alignment support header for conjuring a character
Chandler Carruth
2012-06-16
1
-0
/
+248
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-2
/
+2
*
IntegersSubsetMapping: added exclude operation, that allows to exclude subset...
Stepan Dyatkovskiy
2012-06-05
1
-0
/
+174
*
IntegersSubsetMapping:
Stepan Dyatkovskiy
2012-06-05
1
-0
/
+1
*
Added unittests for IntegersSubset and IntegersSubsetMapping.
Stepan Dyatkovskiy
2012-06-02
1
-0
/
+180
*
fix corner case in ConstantRange::intersectWith().
Nuno Lopes
2012-05-18
1
-0
/
+5
*
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
1
-191
/
+0
*
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
1
-12
/
+0
*
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-16
1
-19
/
+45
*
Add the MDBuilder helper class for conveniently creating metadata.
Duncan Sands
2012-04-15
1
-0
/
+91
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
1
-0
/
+179
*
BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...
Benjamin Kramer
2012-03-01
1
-1
/
+1
*
If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,
Argyrios Kyrtzidis
2012-03-01
1
-0
/
+8
*
unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug.
NAKAMURA Takumi
2012-01-22
1
-3
/
+2
*
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-21
1
-41
/
+14
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
1
-0
/
+218
*
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
1
-28
/
+0
[next]