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
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix bug 20125 - clang-format segfaults on bad config.
Rafael Espindola
2014-08-08
1
-0
/
+7
*
Path: Stop claiming path::const_iterator is bidirectional
Justin Bogner
2014-08-04
1
-3
/
+3
*
unittests: Actually test reverse iterators in Path tests
Justin Bogner
2014-07-16
1
-5
/
+5
*
Support: Fix option handling when using cl::Required with aliasopt
Justin Bogner
2014-07-14
1
-0
/
+19
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
2
-0
/
+127
*
These should be EXPECT_TRUE, not EXPECT_FALSE. Amends r212415.
Aaron Ballman
2014-07-06
1
-2
/
+2
*
Fixing compile errors related to changes with MemoryBuffer::getFile.
Aaron Ballman
2014-07-06
1
-6
/
+6
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-7
/
+8
*
Remove unused typedef. GCC warns about this.
Benjamin Kramer
2014-07-01
1
-3
/
+0
*
Re-apply r211287: Remove support for LLVM runtime multi-threading.
Chandler Carruth
2014-06-27
1
-2
/
+0
*
Revert r211287, "Remove support for LLVM runtime multi-threading."
NAKAMURA Takumi
2014-06-24
1
-0
/
+2
*
Support: Return ScaledNumbers::MaxScale from getQuotient()
Duncan P. N. Exon Smith
2014-06-24
1
-4
/
+4
*
Support: Extract ScaledNumbers::getSum() and getDifference()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+150
*
Support: Return scale from ScaledNumbers::matchScales()
Duncan P. N. Exon Smith
2014-06-23
1
-1
/
+1
*
Support: Extract ScaledNumbers::matchScale()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+64
*
Cleanup r211507
Duncan P. N. Exon Smith
2014-06-23
1
-1
/
+1
*
Support: Extract ScaledNumbers::compare()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+37
*
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
*
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
*
Remove support for LLVM runtime multi-threading.
Zachary Turner
2014-06-19
1
-2
/
+0
*
PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...
Nikola Smiljanic
2014-06-19
2
-0
/
+32
*
ConvertUTF tests: remove uses of initializer lists to restore compatibility
Dmitri Gribenko
2014-06-17
1
-695
/
+1108
*
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
2
-6
/
+8
*
Remove the last uses of 'using std::error_code'
Rafael Espindola
2014-06-13
5
-70
/
+69
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
5
-0
/
+5
*
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
2
-6
/
+6
*
Remove windows_error.
Rafael Espindola
2014-06-11
1
-1
/
+5
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
12
-115
/
+122
*
Make this operator bool() explicit to match the standard library.
Rafael Espindola
2014-06-03
1
-24
/
+24
*
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
*
SupportTest: Fix test names harder
Duncan P. N. Exon Smith
2014-04-29
1
-2
/
+2
*
Support: More BlockFrequencyTest => BranchProbabilityTest
Duncan P. N. Exon Smith
2014-04-29
2
-29
/
+29
*
Support: Fix test name
Duncan P. N. Exon Smith
2014-04-29
1
-1
/
+1
*
Support: BlockFrequencyTest => BranchProbabilityTest
Duncan P. N. Exon Smith
2014-04-29
2
-97
/
+95
*
blockfreq: Defer to BranchProbability::scale() (again)
Duncan P. N. Exon Smith
2014-04-29
1
-96
/
+87
*
Support: Add BranchProbability::scale() and ::scaleByInverse()
Duncan P. N. Exon Smith
2014-04-29
1
-0
/
+68
*
Support: Add unit tests for BranchProbability
Duncan P. N. Exon Smith
2014-04-29
2
-0
/
+91
[prev]
[next]