projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove use of removed function, llvm_stop_multithreading
[oota-llvm.git]
/
unittests
/
2014-06-19
Zachary Turner
Remove support for LLVM runtime multi-threading.
tree
|
commitdiff
2014-06-19
Alp Toker
Remove OwningPtr.h and associated tests
tree
|
commitdiff
2014-06-19
Nikola Smiljanic
PR10140 - StringPool's PooledStringPtr has non-const...
tree
|
commitdiff
2014-06-18
Zachary Turner
Replace Execution Engine's mutex with std::recursive_mutex.
tree
|
commitdiff
2014-06-17
Dmitri Gribenko
ConvertUTF tests: remove uses of initializer lists...
tree
|
commitdiff
2014-06-17
Zachary Turner
Fix build breakage caused by change to ValueMapTest.
tree
|
commitdiff
2014-06-17
Zachary Turner
Expose ValueMap's mutex type as a typedef instead of...
tree
|
commitdiff
2014-06-16
Zachary Turner
Revert r211066, 211067, 211068, 211069, 211070.
tree
|
commitdiff
2014-06-16
Zachary Turner
Remove some more code out into a separate CL.
tree
|
commitdiff
2014-06-16
Dmitri Gribenko
Support/ConvertUTF: implement U+FFFD insertion accordin...
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Adding llvm::sys::swapByteOrder() for the common use...
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Renaming SwapByteOrder() to getSwappedBytes()
tree
|
commitdiff
2014-06-13
Rafael Espindola
Finishing touch for the std::error_code transition.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove the last uses of 'using std::error_code'
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Replace llvm::error_code with std::error_code.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Remove unused has_magic.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Use std::error_code instead of llvm::error_code.
tree
|
commitdiff
2014-06-11
David Blaikie
SmallVectorTest: Make the deleted member functions...
tree
|
commitdiff
2014-06-11
Craig Topper
Convert StringMapEntry::Create to use StringRef instead...
tree
|
commitdiff
2014-06-11
Rafael Espindola
Remove windows_error.
tree
|
commitdiff
2014-06-10
NAKAMURA Takumi
SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
tree
|
commitdiff
2014-06-09
David Blaikie
SmallVector: support resize(N) with move-only types
tree
|
commitdiff
2014-06-08
Craig Topper
[C++11] Use 'nullptr'.
tree
|
commitdiff
2014-06-08
David Blaikie
SmallVector: Improve test coverage for insert with...
tree
|
commitdiff
2014-06-08
David Blaikie
SmallVector: More movable improvements - don't copy...
tree
|
commitdiff
2014-06-08
David Blaikie
SmallVector: Move, don't copy, elements to make space...
tree
|
commitdiff
2014-06-08
David Blaikie
SmallVectorTest: Remove some more robust checks added...
tree
|
commitdiff
2014-06-08
David Blaikie
Fix some more moving-from-moved-from objects issues...
tree
|
commitdiff
2014-06-08
Stephen Canon
APFloat: x - NaN needs to flip the signbit of NaN when...
tree
|
commitdiff
2014-06-08
David Blaikie
Ensure SmallVector::insert doesn't overwrite the last...
tree
|
commitdiff
2014-06-08
Alp Toker
Fix build when no native target is enabled
tree
|
commitdiff
2014-06-06
Rafael Espindola
Allow aliases to be unnamed_addr.
tree
|
commitdiff
2014-06-03
Rafael Espindola
Make this operator bool() explicit to match the standar...
tree
|
commitdiff
2014-06-03
Rafael Espindola
Allow alias to point to an arbitrary ConstantExpr.
tree
|
commitdiff
2014-05-31
Rafael Espindola
Use error_code() instead of error_code::succes()
tree
|
commitdiff
2014-05-31
Peter Collingbourne
Fix the behavior of ExecuteAndWait with a non-zero...
tree
|
commitdiff
2014-05-18
Craig Topper
Use std::unique_ptr instead of OwningPtr in the MemoryB...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Use create methods since msvc doesn't handle delegating...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Reduce abuse of default values in the GlobalAlias const...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Change the GlobalAlias constructor to look a bit more...
tree
|
commitdiff
2014-05-16
Juergen Ributzka
Add C API for thread yielding callback.
tree
|
commitdiff
2014-05-15
Juergen Ributzka
Revert "[PM] Add pass run listeners to the pass manager."
tree
|
commitdiff
2014-05-13
Rafael Espindola
Assert that we don't RAUW a Constant with a ConstantExp...
tree
|
commitdiff
2014-05-09
David Blaikie
Remove use of = default/= delete as they're unsupported...
tree
|
commitdiff
2014-05-08
David Blaikie
Missed formatting
tree
|
commitdiff
2014-05-08
David Blaikie
StringMap: Move assignment and move construction.
tree
|
commitdiff
2014-05-08
David Blaikie
StringMap support for move-only values.
tree
|
commitdiff
2014-05-07
Rafael Espindola
Replace a virtual with an override.
tree
|
commitdiff
2014-05-06
Reid Kleckner
Copy the full TailCallKind in CallInst::clone_impl
tree
|
commitdiff
2014-05-06
Evgeniy Stepanov
Disable -Wcomment when building with GCC.
tree
|
commitdiff
2014-05-04
Chandler Carruth
[LCG] Add the last (and most complex) of the edge inser...
tree
|
commitdiff
2014-05-04
Chandler Carruth
[LCG] Reorder the tests to be a bit more logical: inter...
tree
|
commitdiff
2014-05-03
Juergen Ributzka
[TBAA] Fix handling of mixed TBAA (path-aware and non...
tree
|
commitdiff
2014-05-01
Chandler Carruth
[LCG] Add the other simple edge insertion API to the...
tree
|
commitdiff
2014-05-01
Chandler Carruth
[LCG] Add some basic methods for querying the parent...
tree
|
commitdiff
2014-04-30
Hans Wennborg
ELFObjectWriter: deduplicate suffices in strtab
tree
|
commitdiff
2014-04-30
Douglas Gregor
Fix a use of uninitialized memory in SmallVector's...
tree
|
commitdiff
2014-04-30
Chandler Carruth
[LCG] Add the really, *really* boring edge insertion...
tree
|
commitdiff
2014-04-30
Evgeniy Stepanov
Fix multiline comment warning.
tree
|
commitdiff
2014-04-30
Chandler Carruth
[LCG] Actually test the *basic* edge removal bits ...
tree
|
commitdiff
2014-04-29
Benjamin Kramer
raw_ostream: Forward declare OpenFlags and include...
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
SupportTest: Fix test names harder
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: More BlockFrequencyTest => BranchProbabilityTest
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: Fix test name
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: BlockFrequencyTest => BranchProbabilityTest
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
blockfreq: Defer to BranchProbability::scale() (again)
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: Add BranchProbability::scale() and ::scaleByIn...
tree
|
commitdiff
2014-04-29
Duncan P. N. Exon...
Support: Add unit tests for BranchProbability
tree
|
commitdiff
2014-04-29
NAKAMURA Takumi
LinkModulesTest.cpp: Reformat.
tree
|
commitdiff
2014-04-29
NAKAMURA Takumi
[CMake] Enable llvm/unittests/LinkerTests. It had not...
tree
|
commitdiff
2014-04-29
NAKAMURA Takumi
LinkModulesTest.cpp: Use test-specific Ctx instead...
tree
|
commitdiff
2014-04-29
Chandler Carruth
[ADT] Teach PointerUnion to support assignment directly...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[cleanup] Add some actual positive tests for equality...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[cleanup] Make this test use a proper fixture rather...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[cleanup] Fix the whitespace in this test. Notably...
tree
|
commitdiff
2014-04-28
Juergen Ributzka
[PM] Add pass run listeners to the pass manager.
tree
|
commitdiff
2014-04-28
Chandler Carruth
[LCG] Add the most basic of edge insertion to the lazy...
tree
|
commitdiff
2014-04-28
Chandler Carruth
[LCG] Make the return of the IntraSCC removal method...
tree
|
commitdiff
2014-04-27
Chandler Carruth
[LCG] Re-organize the methods for mutating a call graph...
tree
|
commitdiff
2014-04-25
David Blaikie
DIE: Pass ownership of children via std::unique_ptr...
tree
|
commitdiff
2014-04-25
David Blaikie
DIEEntry: Refer to the specified DIE via reference...
tree
|
commitdiff
2014-04-25
Duncan P. N. Exon...
SCC: Change clients to use const, NFC
tree
|
commitdiff
2014-04-25
David Blaikie
PR19554: Fix some memory leaks in DIEHashTest.cpp
tree
|
commitdiff
2014-04-24
Chandler Carruth
[ADT] Generalize pointee_iterator to smart pointers...
tree
|
commitdiff
2014-04-24
Chandler Carruth
[LCG] Re-order expectations to provide more useful...
tree
|
commitdiff
2014-04-24
Chandler Carruth
[LCG] Switch the SCC's parent iterators to be value...
tree
|
commitdiff
2014-04-24
Chandler Carruth
[ADT] Add a generic iterator utility for adapting itera...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Normalize the post-order SCC iterator to just...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Switch the primary node iterator to be a *much...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Switch the SCC lookup to be in terms of call...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Add the first round of mutation support to the...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Implement Tarjan's algorithm correctly this time...
tree
|
commitdiff
2014-04-23
Chandler Carruth
[LCG] Add a unittest for the LazyCallGraph. I had a...
tree
|
commitdiff
2014-04-22
Quentin Colombet
This reverts r206828 until David has time to figure...
tree
|
commitdiff
2014-04-21
David Blaikie
Use unique_ptr to handle ownership of Value*s in Clonin...
tree
|
commitdiff
2014-04-17
Chandler Carruth
Make the User::value_op_iterator a random access iterat...
tree
|
commitdiff
2014-04-16
Chandler Carruth
[Allocator] Make BumpPtrAllocator movable and move...
tree
|
commitdiff
2014-04-15
Duncan P. N. Exon...
verify-di: Implement DebugInfoVerifier
tree
|
commitdiff
next