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
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-2
/
+2
*
[VE] Target stub for NEC SX-Aurora
Kazushi (Jam) Marukawa
2020-01-09
1
-0
/
+8
*
[APFloat] Fix checked error assert failures
Ehud Katz
2020-01-09
1
-4
/
+7
*
[PowerPC]: Add powerpcspe target triple subarch component
Justin Hibbits
2020-01-08
1
-0
/
+7
*
[APFloat] Fix fusedMultiplyAdd when `this` equals to `Addend`
Ehud Katz
2020-01-07
1
-0
/
+8
*
[APFloat] Fix compilation warnings
Ehud Katz
2020-01-06
1
-20
/
+6
*
[APFloat] Add recoverable string parsing errors to APFloat
Ehud Katz
2020-01-06
1
-122
/
+130
*
[polly][Support] Un-break polly tests
Alexandre Ganea
2020-01-01
1
-0
/
+1
*
[Support] Fix behavior of StringRef::count with overlapping occurrences, add ...
Johannes Doerfert
2019-12-24
1
-0
/
+7
*
[ADT] Fix SmallDenseMap assertion with large InlineBuckets
Nikita Popov
2019-12-11
1
-0
/
+18
*
[StringRef] Test all default characters in unit test
Jonas Devlieghere
2019-12-11
1
-0
/
+4
*
[APFloat] Prevent construction of APFloat with Semantics and FP value
Ehud Katz
2019-12-04
1
-13
/
+13
*
[APInt][PatternMatch] Add 'is non-positive' predicate
Roman Lebedev
2019-12-03
1
-0
/
+17
*
[ADT] Fixed -Wdeprecated-copy warning. NFCI
Dávid Bolvanský
2019-11-28
1
-2
/
+2
*
[APFloat] Enlarge ExponentType to 32bit integer
Ehud Katz
2019-11-22
1
-15
/
+117
*
[APFloat] Fix subtraction of subnormal numbers
Ehud Katz
2019-11-22
1
-0
/
+9
*
Work on cleaning up denormal mode handling
Matt Arsenault
2019-11-19
2
-0
/
+34
*
[APInt] add wrap support for `setBits` and `getBitsSet`
czhengsz
2019-11-19
1
-0
/
+34
*
[ADT] Move drop_begin from iterator_range.h into STLExtras.
Lang Hames
2019-11-14
2
-13
/
+13
*
[DDG] Data Dependence Graph - Pi Block
bmahjour
2019-11-08
2
-0
/
+52
*
[APInt] Add saturating truncation methods
Roman Lebedev
2019-11-08
1
-0
/
+17
*
[ADT] Add equality operator for SmallPtrSet
Yevgeny Rouban
2019-11-06
1
-0
/
+38
*
[ADT] add equality operator for SmallSet
Fedor Sergeev
2019-10-29
1
-0
/
+25
*
[APInt] Introduce APIntOps::GetMostSignificantDifferentBit()
Roman Lebedev
2019-10-26
1
-0
/
+71
*
[APInt] Add saturating left-shift ops
Roman Lebedev
2019-10-25
1
-0
/
+17
*
[APInt] Add saturating multiply ops
Roman Lebedev
2019-10-25
1
-0
/
+18
*
[ADT][Statistics] Fix test after rL374490
Kadir Cetinkaya
2019-10-11
1
-0
/
+2
*
[Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless of LLVM_ENABLE_STATS.
Volodymyr Sapsai
2019-10-11
1
-0
/
+10
*
Print quoted backslashes in LLVM IR as \\ instead of \5C
Reid Kleckner
2019-10-10
1
-1
/
+1
*
[ADR] ArrayRefTest: disable SizeTSizedOperations test - it's UB.
Roman Lebedev
2019-10-10
1
-1
/
+3
*
[NFC] Add { } to silence compiler warning [-Wmissing-braces].
Huihui Zhang
2019-09-25
1
-1
/
+1
*
[ADT] Add StringMap::insert_or_assign
Fangrui Song
2019-09-25
1
-0
/
+31
*
Fix compile-time regression caused by rL371928
Daniel Sanders
2019-09-18
1
-0
/
+85
*
[llvm][ADT][NFC] Add test for makeArrayRef(std::array)
Jan Korous
2019-09-10
1
-0
/
+10
*
[ADT] Removed VariadicFunction
Dmitri Gribenko
2019-08-30
2
-110
/
+0
*
[ADT] Make StringRef(const char*) constexpr
Benjamin Kramer
2019-08-26
1
-0
/
+4
*
reland [gtest] Fix printing of StringRef and SmallString in assert messages.
Sam McCall
2019-08-21
2
-1
/
+15
*
Revert "[gtest] Fix printing of StringRef and SmallString in assert messages."
Sam McCall
2019-08-21
2
-15
/
+1
*
[gtest] Fix printing of StringRef and SmallString in assert messages.
Sam McCall
2019-08-21
2
-1
/
+15
*
Add TinyPtrVector support for general pointer-like things.
Andrew Trick
2019-08-20
2
-9
/
+71
*
[ADT] Remove llvm::make_unique utility.
Jonas Devlieghere
2019-08-16
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
5
-27
/
+27
*
Revert rL368939 "Remove LVALUE / RVALUE workarounds"
Russell Gallop
2019-08-15
1
-0
/
+4
*
Remove LVALUE / RVALUE workarounds
JF Bastien
2019-08-14
1
-4
/
+0
*
Fix build when both gtest death tests and LLVM_NODISCARD are available.
David Blaikie
2019-08-05
1
-9
/
+9
*
[PowerPC][NFC] Enable ADT BitVectorTest
Jinsong Ji
2019-08-02
1
-4
/
+0
*
Add support for openSUSE RISC-V triple
Sam Elliott
2019-08-01
1
-0
/
+6
*
Fix build when both gtest death tests and LLVM_NODISCARD are available.
Richard Smith
2019-07-31
1
-2
/
+2
*
[APInt] Introduce clearLowBits()
Roman Lebedev
2019-07-30
1
-0
/
+65
*
[DDG] DirectedGraph as a base class for various dependence graphs such
Whitney Tsang
2019-07-25
2
-0
/
+296
[next]