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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work on cleaning up denormal mode handling
Matt Arsenault
2019-11-19
1
-0
/
+1
*
[DDG] Data Dependence Graph - Pi Block
bmahjour
2019-11-08
1
-0
/
+1
*
[ADT] Removed VariadicFunction
Dmitri Gribenko
2019-08-30
1
-1
/
+0
*
[DDG] DirectedGraph as a base class for various dependence graphs such
Whitney Tsang
2019-07-25
1
-0
/
+1
*
[ADT] Enable set_difference() to be used on StringSet
Michael Pozulp
2019-06-07
1
-0
/
+1
*
Revert "[ADT] Enable set_difference() to be used on StringSet"
Vlad Tsyrklevich
2019-06-07
1
-1
/
+0
*
[ADT] Enable set_difference() to be used on StringSet
Michael Pozulp
2019-06-07
1
-0
/
+1
*
[ADT] Add a fallible_iterator wrapper.
Lang Hames
2019-02-05
1
-0
/
+3
*
[ADT] Implemented unittests for ImmutableList
Kristof Umann
2018-08-13
1
-0
/
+1
*
Add llvm::Any.
Zachary Turner
2018-07-20
1
-0
/
+1
*
[ADT] Add llvm::unique_function which is like std::function but
Chandler Carruth
2018-07-02
1
-0
/
+1
*
[SmallSet] Add some simple unit tests.
Florian Hahn
2018-06-08
1
-0
/
+1
*
Inline a few CMake variables into their only uses.
Nico Weber
2018-05-14
1
-5
/
+1
*
Re-commit: Make STATISTIC() values available programmatically
Daniel Sanders
2018-03-05
1
-0
/
+1
*
Revert r326723: Make STATISTIC() values available programmatically
Daniel Sanders
2018-03-05
1
-1
/
+0
*
Make STATISTIC() values available programmatically
Daniel Sanders
2018-03-05
1
-0
/
+1
*
[NFC] Add missing unit tests for EquivalenceClasses
Max Kazantsev
2017-11-27
1
-0
/
+1
*
[ADT] Rewrite mapped_iterator in terms of iterator_adaptor_base.
Lang Hames
2017-11-10
1
-0
/
+1
*
[ADT] Enable reverse iteration for DenseMap
Mandeep Singh Grang
2017-08-24
1
-1
/
+0
*
[ADT] Add a generic breadth-first-search graph iterator.
Davide Italiano
2017-04-06
1
-0
/
+1
*
[llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in cod...
Mandeep Singh Grang
2016-12-14
1
-0
/
+1
*
Add unit tests for StringSwitch.
Zachary Turner
2016-10-03
1
-0
/
+1
*
Add llvm::join_items to StringExtras.
Zachary Turner
2016-09-27
1
-0
/
+1
*
ADT: Add AllocatorList, and use it for yaml::Token
Duncan P. N. Exon Smith
2016-09-11
1
-0
/
+1
*
ADT: Add sentinel tracking and custom tags to ilists
Duncan P. N. Exon Smith
2016-09-11
1
-0
/
+1
*
ADT: Split out simple_ilist, a simple intrusive list
Duncan P. N. Exon Smith
2016-08-30
1
-0
/
+1
*
Rename unittests/ADT/ilistTestTemp.cpp => IListTest.cpp
Duncan P. N. Exon Smith
2016-08-30
1
-1
/
+1
*
ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith
2016-08-30
1
-0
/
+1
*
Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temporarily)
Duncan P. N. Exon Smith
2016-08-23
1
-1
/
+1
*
ADT: Separate some list manipulation API into ilist_base, NFC
Duncan P. N. Exon Smith
2016-08-22
1
-0
/
+3
*
[ADT] Actually mutate the iterator VisitStack.back().second, not its copy.
Tim Shen
2016-08-22
1
-0
/
+1
*
Move unittests/Support/IteratorTest.cpp to unittests/ADT/
Duncan P. N. Exon Smith
2016-08-20
1
-0
/
+1
*
[ADT] Add the worlds simplest STL extra. Or at least close to it.
Chandler Carruth
2016-08-19
1
-0
/
+1
*
[ADT] Add make_scope_exit().
Tim Shen
2016-08-10
1
-0
/
+1
*
[ADT] Add LLVM_MARK_AS_BITMASK_ENUM, used to enable bitwise operations on enu...
Justin Lebar
2016-07-13
1
-0
/
+1
*
[ADT] Add a new data structure for managing a priority worklist where
Chandler Carruth
2016-06-30
1
-0
/
+1
*
[ADT] Add an 'llvm::seq' function which produces an iterator range over
Chandler Carruth
2016-05-13
1
-0
/
+1
*
[SetVector] Add erase() method
Jun Bum Lim
2016-03-25
1
-0
/
+1
*
Revert "[SetVector] Add erase() method"
Jun Bum Lim
2016-03-25
1
-1
/
+0
*
[SetVector] Add erase() method
Jun Bum Lim
2016-03-25
1
-0
/
+1
*
Revert "allow lambdas in mapped_iterator"
Mike Aizatsky
2016-03-17
1
-1
/
+0
*
allow lambdas in mapped_iterator
Mike Aizatsky
2016-03-17
1
-0
/
+1
*
[ADT] Revert the llvm/ADT/OptionSet.h header and unit test.
Argyrios Kyrtzidis
2016-02-12
1
-1
/
+0
*
[ADT] Introduce ‘OptionSet’ in llvm/ADT headers, which is a utility class...
Argyrios Kyrtzidis
2016-02-12
1
-0
/
+1
*
[ADT] Add an abstraction for embedding an integer within a pointer-like
Chandler Carruth
2016-01-10
1
-0
/
+1
*
[ADT] Add a sum type abstraction for pointer-like types.
Chandler Carruth
2016-01-10
1
-0
/
+1
*
Reapply "Add reverse(ContainerTy) range adapter."
Pete Cooper
2015-07-29
1
-0
/
+1
*
Revert "Add reverse(ContainerTy) range adapter."
Pete Cooper
2015-07-29
1
-1
/
+0
*
Add reverse(ContainerTy) range adapter.
Pete Cooper
2015-07-29
1
-0
/
+1
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+2
[next]