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
*
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
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
3
-7
/
+3
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
2
-1
/
+13
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
2
-5
/
+5
*
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-16
1
-0
/
+27
*
Revert "[PM] Add pass run listeners to the pass manager."
Juergen Ributzka
2014-05-15
1
-28
/
+0
*
Assert that we don't RAUW a Constant with a ConstantExpr that contains it.
Rafael Espindola
2014-05-13
1
-0
/
+17
*
Remove use of = default/= delete as they're unsupported on MSVC2012
David Blaikie
2014-05-09
1
-4
/
+9
*
Missed formatting
David Blaikie
2014-05-08
1
-11
/
+11
*
StringMap: Move assignment and move construction.
David Blaikie
2014-05-08
1
-0
/
+67
*
StringMap support for move-only values.
David Blaikie
2014-05-08
1
-0
/
+16
*
Replace a virtual with an override.
Rafael Espindola
2014-05-07
1
-2
/
+2
*
Copy the full TailCallKind in CallInst::clone_impl
Reid Kleckner
2014-05-06
1
-0
/
+33
*
Disable -Wcomment when building with GCC.
Evgeniy Stepanov
2014-05-06
1
-11
/
+11
*
[LCG] Add the last (and most complex) of the edge insertion mutation
Chandler Carruth
2014-05-04
1
-0
/
+155
*
[LCG] Reorder the tests to be a bit more logical: inter-SCC mutation
Chandler Carruth
2014-05-04
1
-53
/
+53
*
[TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).
Juergen Ributzka
2014-05-03
2
-0
/
+78
*
[LCG] Add the other simple edge insertion API to the call graph. This
Chandler Carruth
2014-05-01
1
-0
/
+53
*
[LCG] Add some basic methods for querying the parent/child relationships
Chandler Carruth
2014-05-01
1
-0
/
+20
*
ELFObjectWriter: deduplicate suffices in strtab
Hans Wennborg
2014-04-30
2
-0
/
+41
*
Fix a use of uninitialized memory in SmallVector's move-assignment operator.
Douglas Gregor
2014-04-30
1
-9
/
+54
*
[LCG] Add the really, *really* boring edge insertion case: adding an
Chandler Carruth
2014-04-30
1
-0
/
+46
*
Fix multiline comment warning.
Evgeniy Stepanov
2014-04-30
1
-11
/
+11
*
[LCG] Actually test the *basic* edge removal bits (IE, the non-SCC
Chandler Carruth
2014-04-30
1
-1
/
+11
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
[next]