summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-136-72/+70
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-126-0/+6
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Remove unused has_magic.Rafael Espindola2014-06-112-13/+2
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-113-7/+7
* SmallVectorTest: Make the deleted member functions private to help MSVC users.David Blaikie2014-06-111-0/+1
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-111-3/+3
* Remove windows_error.Rafael Espindola2014-06-111-1/+5
* SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.NAKAMURA Takumi2014-06-101-2/+2
* SmallVector: support resize(N) with move-only typesDavid Blaikie2014-06-091-4/+30
* [C++11] Use 'nullptr'.Craig Topper2014-06-0850-290/+298
* SmallVector: Improve test coverage for insert with repetitionDavid Blaikie2014-06-081-22/+18
* SmallVector: More movable improvements - don't copy elements to make space wh...David Blaikie2014-06-081-13/+86
* SmallVector: Move, don't copy, elements to make space for an insertion.David Blaikie2014-06-081-0/+38
* SmallVectorTest: Remove some more robust checks added in r210429 since they c...David Blaikie2014-06-081-6/+0
* Fix some more moving-from-moved-from objects issues in SmallVectorDavid Blaikie2014-06-081-0/+18
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-081-24/+24
* Ensure SmallVector::insert doesn't overwrite the last element in the range wi...David Blaikie2014-06-081-0/+22
* Fix build when no native target is enabledAlp Toker2014-06-081-3/+4
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-17/+0
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-031-24/+24
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-10/+0
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-28/+28
* Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne2014-05-311-0/+30
* Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper2014-05-182-7/+5
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-173-3/+3
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-173-7/+3
* Fix most of PR10367.Rafael Espindola2014-05-162-1/+13
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-162-5/+5
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+27
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-28/+0
* Assert that we don't RAUW a Constant with a ConstantExpr that contains it.Rafael Espindola2014-05-131-0/+17
* Remove use of = default/= delete as they're unsupported on MSVC2012David Blaikie2014-05-091-4/+9
* Missed formattingDavid Blaikie2014-05-081-11/+11
* StringMap: Move assignment and move construction.David Blaikie2014-05-081-0/+67
* StringMap support for move-only values.David Blaikie2014-05-081-0/+16
* Replace a virtual with an override.Rafael Espindola2014-05-071-2/+2
* Copy the full TailCallKind in CallInst::clone_implReid Kleckner2014-05-061-0/+33
* Disable -Wcomment when building with GCC.Evgeniy Stepanov2014-05-061-11/+11
* [LCG] Add the last (and most complex) of the edge insertion mutationChandler Carruth2014-05-041-0/+155
* [LCG] Reorder the tests to be a bit more logical: inter-SCC mutationChandler Carruth2014-05-041-53/+53
* [TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).Juergen Ributzka2014-05-032-0/+78
* [LCG] Add the other simple edge insertion API to the call graph. ThisChandler Carruth2014-05-011-0/+53
* [LCG] Add some basic methods for querying the parent/child relationshipsChandler Carruth2014-05-011-0/+20
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-302-0/+41
* Fix a use of uninitialized memory in SmallVector's move-assignment operator.Douglas Gregor2014-04-301-9/+54
* [LCG] Add the really, *really* boring edge insertion case: adding anChandler Carruth2014-04-301-0/+46
* Fix multiline comment warning.Evgeniy Stepanov2014-04-301-11/+11
* [LCG] Actually test the *basic* edge removal bits (IE, the non-SCCChandler Carruth2014-04-301-1/+11
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
OpenPOWER on IntegriCloud