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
*
Add min and max tests.
Daniel Dunbar
2009-08-19
1
-0
/
+8
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
2
-71
/
+71
*
Fix unit test on FreeBSD. We need to make sure there is enough space to save ...
Benjamin Kramer
2009-08-12
1
-1
/
+1
*
To catch bugs like the one fixed in
Jeffrey Yasskin
2009-08-07
1
-0
/
+7
*
Update unit test.
Owen Anderson
2009-08-05
1
-5
/
+5
*
Update unittest for LLVM API change.
Benjamin Kramer
2009-07-31
1
-3
/
+3
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-1
/
+1
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+2
*
Added a test and fixed a bug in BumpPtrAllocator relating to large alignment
Reid Kleckner
2009-07-25
1
-0
/
+48
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-1
/
+1
*
Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for
Reid Kleckner
2009-07-23
1
-0
/
+95
*
Reverting r76825 and r76828, since they caused clang runtime errors and some ...
Reid Kleckner
2009-07-23
1
-61
/
+0
*
Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using
Reid Kleckner
2009-07-23
1
-0
/
+61
*
cast signed APInt constructor params to uint64_t to suppress signedness warning
Ryan Flynn
2009-07-22
1
-5
/
+5
*
Fix ConstantRange::unionWith. Also make it work a little hard in some cases to
Nick Lewycky
2009-07-19
1
-0
/
+11
*
Replace intersectWith with maximalIntersectWith. The latter guarantees that
Nick Lewycky
2009-07-18
1
-15
/
+6
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-2
/
+3
*
Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once
Nick Lewycky
2009-07-13
1
-0
/
+4
*
'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).
Nick Lewycky
2009-07-13
1
-1
/
+1
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-6
/
+11
*
Multiply was very wrong for wrapped ranges. This supplies a half-fix that will
Nick Lewycky
2009-07-13
1
-0
/
+5
*
Fix a bug summing two full sets. The overflow checking doesn't handle sets as
Nick Lewycky
2009-07-13
1
-0
/
+1
*
Implement udiv for ConstantRanges.
Nick Lewycky
2009-07-12
1
-13
/
+9
*
This is not overly conservative.
Nick Lewycky
2009-07-12
1
-1
/
+0
*
Implement ConstantRange::multiply based on the code in LoopVR.
Nick Lewycky
2009-07-12
1
-10
/
+6
*
Fix handling of max and full set.
Nick Lewycky
2009-07-11
1
-7
/
+8
*
Break the world's largest unit test down a few logical lines. No semantic
Nick Lewycky
2009-07-11
1
-23
/
+65
*
Fix unit tests.
Owen Anderson
2009-07-10
1
-89
/
+90
*
Revert the part of 75177 that split ConstantRange into two classes, and
Dan Gohman
2009-07-09
1
-298
/
+21
*
Add a ConstantSignedRange class, which does for signed integers
Dan Gohman
2009-07-09
1
-0
/
+582
*
Fix a compile warning.
Daniel Dunbar
2009-05-18
1
-1
/
+1
*
Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me
Dan Gohman
2009-05-02
1
-0
/
+136
*
Add tests for WeakVH and AssertingVH. These pointed out that the overloads for
Jeffrey Yasskin
2009-04-27
1
-0
/
+181
*
Add a new TypeBuilder helper class, which eases making LLVM IR types.
Chris Lattner
2009-04-25
1
-0
/
+233
*
Make the constants fit.
Bill Wendling
2009-04-01
1
-5
/
+5
*
Added tests for math utility functions; fixed another test's header comment.
Misha Brukman
2009-04-01
2
-1
/
+105
*
Renamed unittest files to have a consistent {Tt}est suffix.
Misha Brukman
2009-03-19
1
-0
/
+0
*
Minimal raw_ostream unit tests
Daniel Dunbar
2009-03-17
2
-0
/
+100