index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support: ScaledNumber: Fix inconsistent test names
Duncan P. N. Exon Smith
2014-06-20
1
-6
/
+6
*
Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+94
*
Support: Write ScaledNumber::getQuotient() and getProduct()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+112
*
Support: Mark end of namespaces
Duncan P. N. Exon Smith
2014-06-20
1
-1
/
+2
*
Revert "Replace Execution Engine's mutex with std::recursive_mutex."
Zachary Turner
2014-06-20
1
-4
/
+4
*
Fix some -Wsign-compare fallout from changing container count member function...
David Blaikie
2014-06-20
3
-12
/
+12
*
Support: Clean up getRounded() tests
Duncan P. N. Exon Smith
2014-06-20
1
-14
/
+12
*
Support: Write ScaledNumbers::getAdjusted()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+23
*
Support: Write ScaledNumbers::getRounded()
Duncan P. N. Exon Smith
2014-06-20
2
-0
/
+61
*
Revert "Add StringMap::insert(pair) consistent with the standard associative ...
Rafael Espindola
2014-06-20
1
-38
/
+0
*
Add StringMap::insert(pair) consistent with the standard associative containe...
David Blaikie
2014-06-19
1
-0
/
+38
*
Remove support for LLVM runtime multi-threading.
Zachary Turner
2014-06-19
1
-2
/
+0
*
Remove OwningPtr.h and associated tests
Alp Toker
2014-06-19
2
-274
/
+0
*
PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...
Nikola Smiljanic
2014-06-19
2
-0
/
+32
*
Replace Execution Engine's mutex with std::recursive_mutex.
Zachary Turner
2014-06-18
1
-4
/
+4
*
ConvertUTF tests: remove uses of initializer lists to restore compatibility
Dmitri Gribenko
2014-06-17
1
-695
/
+1108
*
Fix build breakage caused by change to ValueMapTest.
Zachary Turner
2014-06-17
1
-2
/
+2
*
Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.
Zachary Turner
2014-06-17
1
-7
/
+7
*
Revert r211066, 211067, 211068, 211069, 211070.
Zachary Turner
2014-06-16
1
-0
/
+2
*
Remove some more code out into a separate CL.
Zachary Turner
2014-06-16
1
-2
/
+0
*
Support/ConvertUTF: implement U+FFFD insertion according to the recommendation
Dmitri Gribenko
2014-06-16
1
-0
/
+1186
*
Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a ...
Artyom Skrobov
2014-06-14
1
-0
/
+48
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
1
-30
/
+30
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
3
-7
/
+10
*
Remove the last uses of 'using std::error_code'
Rafael Espindola
2014-06-13
6
-72
/
+70
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
6
-0
/
+6
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Remove unused has_magic.
Rafael Espindola
2014-06-11
2
-13
/
+2
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
3
-7
/
+7
*
SmallVectorTest: Make the deleted member functions private to help MSVC users.
David Blaikie
2014-06-11
1
-0
/
+1
*
Convert StringMapEntry::Create to use StringRef instead of start/end pointers...
Craig Topper
2014-06-11
1
-3
/
+3
*
Remove windows_error.
Rafael Espindola
2014-06-11
1
-1
/
+5
*
SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
NAKAMURA Takumi
2014-06-10
1
-2
/
+2
*
SmallVector: support resize(N) with move-only types
David Blaikie
2014-06-09
1
-4
/
+30
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
50
-290
/
+298
*
SmallVector: Improve test coverage for insert with repetition
David Blaikie
2014-06-08
1
-22
/
+18
*
SmallVector: More movable improvements - don't copy elements to make space wh...
David Blaikie
2014-06-08
1
-13
/
+86
*
SmallVector: Move, don't copy, elements to make space for an insertion.
David Blaikie
2014-06-08
1
-0
/
+38
*
SmallVectorTest: Remove some more robust checks added in r210429 since they c...
David Blaikie
2014-06-08
1
-6
/
+0
*
Fix some more moving-from-moved-from objects issues in SmallVector
David Blaikie
2014-06-08
1
-0
/
+18
*
APFloat: x - NaN needs to flip the signbit of NaN when x is a number.
Stephen Canon
2014-06-08
1
-24
/
+24
*
Ensure SmallVector::insert doesn't overwrite the last element in the range wi...
David Blaikie
2014-06-08
1
-0
/
+22
*
Fix build when no native target is enabled
Alp Toker
2014-06-08
1
-3
/
+4
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
1
-17
/
+0
*
Make this operator bool() explicit to match the standard library.
Rafael Espindola
2014-06-03
1
-24
/
+24
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-10
/
+0
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-28
/
+28
*
Fix the behavior of ExecuteAndWait with a non-zero timeout.
Peter Collingbourne
2014-05-31
1
-0
/
+30
*
Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.
Craig Topper
2014-05-18
2
-7
/
+5
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
3
-3
/
+3
[next]