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
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
[triple] Use 'macabi' environment name for the Mac Catalyst triples
Alex Lorenz
2019-07-03
1
-2
/
+2
*
[triple] add 'macCatalyst' environment type
Alex Lorenz
2019-07-02
1
-0
/
+11
*
[APIntTest] multiplicativeInverse(): clarify test
Roman Lebedev
2019-07-02
1
-4
/
+7
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-4
/
+5
*
[ADT] Implement llvm::bsearch() with std::partition_point()
Fangrui Song
2019-06-30
1
-12
/
+0
*
[APInt] Fix getBitsNeeded for INT_MIN values
Dmitry Venikov
2019-06-29
1
-2
/
+15
*
Silence gcc warning in testcase [NFC]
Mikael Holmen
2019-06-28
1
-1
/
+1
*
[NFC][APInt] Add (exhaustive) test for multiplicativeInverse()
Roman Lebedev
2019-06-27
1
-0
/
+17
*
[ADT] Enable set_difference() to be used on StringSet
Michael Pozulp
2019-06-07
3
-15
/
+45
*
Revert "[ADT] Enable set_difference() to be used on StringSet"
Vlad Tsyrklevich
2019-06-07
3
-44
/
+15
*
[ADT] Enable set_difference() to be used on StringSet
Michael Pozulp
2019-06-07
3
-15
/
+44
*
[APInt] Add PR40897 test case
Simon Pilgrim
2019-06-01
1
-0
/
+3
*
Fix broken test case.
Richard Trieu
2019-05-17
1
-3
/
+3
*
Convert PointerUnion to a variadic template.
Richard Smith
2019-05-17
1
-0
/
+37
*
arm64_32: add some unittests that were in the wrong commit.
Tim Northover
2019-05-15
1
-0
/
+11
*
[WebAssembly] Test the "wasm32-wasi" triple
Dan Gohman
2019-04-30
1
-8
/
+18
*
[APSInt][OpenMP] Fix isNegative, etc. for unsigned types
Joel E. Denny
2019-04-23
1
-0
/
+86
*
[ADT] Avoid warning in bsearch testcase
Sam McCall
2019-04-20
1
-3
/
+3
*
[APInt] Optimize umul_ov
Fangrui Song
2019-04-19
1
-0
/
+36
*
[ADT] llvm::bsearch, binary search for mere mortals
Sam McCall
2019-04-16
1
-0
/
+21
*
[ADT] Fix OwningArrayRef's move ctor
Fangrui Song
2019-04-13
1
-0
/
+7
*
[MC] Fix floating-point literal lexing.
Eli Friedman
2019-03-28
1
-30
/
+27
*
[ADT] Update SmallVectorTest.EmplaceBack tests after rL356312
Fangrui Song
2019-03-26
1
-36
/
+42
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+8
*
Add partial implementation of std::to_address() as llvm::to_address()
Daniel Sanders
2019-02-20
1
-0
/
+23
*
[NFC] Make Optional<T> trivially copyable when T is trivially copyable
Serge Guelton
2019-02-18
1
-0
/
+21
*
Revert r354199: Make Optional<T> Trivially Copyable when T is trivially copya...
Serge Guelton
2019-02-16
1
-7
/
+0
*
Make Optional<T> Trivially Copyable when T is trivially copyable
Serge Guelton
2019-02-16
1
-0
/
+7
*
Speculatively revert r354051 "Recommit Optional specialization for trivially ...
Hans Wennborg
2019-02-15
1
-20
/
+0
*
Recommit Optional specialization for trivially copyable types
Serge Guelton
2019-02-14
1
-0
/
+20
*
Revert r353962
Serge Guelton
2019-02-13
1
-20
/
+0
*
Re-commit rL353927, patch included
Serge Guelton
2019-02-13
1
-0
/
+20
*
Revert r353927
Serge Guelton
2019-02-13
1
-20
/
+0
*
Missing header
Serge Guelton
2019-02-13
1
-0
/
+2
*
Make llvm::Optional<T> trivially copyable when T is trivially copyable
Serge Guelton
2019-02-13
1
-0
/
+20
*
[ADT] Add a fallible_iterator wrapper.
Lang Hames
2019-02-05
2
-0
/
+294
*
Revert r351954 "Add a value_type to ArrayRef."
Clement Courbet
2019-01-25
1
-8
/
+0
*
[ADT] Notify ilist traits about in-list transfers
Reid Kleckner
2019-01-23
1
-0
/
+30
*
Re-land rL322538 "Add a value_type to ArrayRef."
Clement Courbet
2019-01-23
1
-0
/
+8
*
Fix compilation error with gcc 4.8
Pavel Labath
2019-01-21
1
-4
/
+4
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
4
-0
/
+16
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
67
-268
/
+201
*
[ADT] Add streaming operators for llvm::Optional
Pavel Labath
2019-01-18
1
-1
/
+51
*
[WebAssembly] COWS has been renamed to WASI.
Dan Gohman
2019-01-16
1
-8
/
+8
*
[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses it
Dan Gohman
2019-01-15
1
-0
/
+18
*
[ADT] IntervalMap: add overlaps(a, b) method
Pavel Labath
2018-12-21
1
-0
/
+44
*
[ADT] Fix bugs in SmallBitVector.
Zachary Turner
2018-12-14
1
-7
/
+261
*
APFloat: allow 64-bit of payload
JF Bastien
2018-12-10
1
-22
/
+38
*
[ADT] Add zip_longest iterators.
Michael Kruse
2018-12-05
1
-0
/
+34
*
Revert "[ADT] Add zip_longest iterators"
Michael Kruse
2018-12-04
1
-30
/
+0
[next]