summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
...
* SmallVector: Move, don't copy, elements to make space for an insertion.David Blaikie2014-06-08
* SmallVectorTest: Remove some more robust checks added in r210429 since they c...David Blaikie2014-06-08
* Fix some more moving-from-moved-from objects issues in SmallVectorDavid Blaikie2014-06-08
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-08
* Ensure SmallVector::insert doesn't overwrite the last element in the range wi...David Blaikie2014-06-08
* Fix build when no native target is enabledAlp Toker2014-06-08
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-03
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne2014-05-31
* Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper2014-05-18
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Add C API for thread yielding callback.Juergen Ributzka2014-05-16
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-15
* Assert that we don't RAUW a Constant with a ConstantExpr that contains it.Rafael Espindola2014-05-13
* Remove use of = default/= delete as they're unsupported on MSVC2012David Blaikie2014-05-09
* Missed formattingDavid Blaikie2014-05-08
* StringMap: Move assignment and move construction.David Blaikie2014-05-08
* StringMap support for move-only values.David Blaikie2014-05-08
* Replace a virtual with an override.Rafael Espindola2014-05-07
* Copy the full TailCallKind in CallInst::clone_implReid Kleckner2014-05-06
* Disable -Wcomment when building with GCC.Evgeniy Stepanov2014-05-06
* [LCG] Add the last (and most complex) of the edge insertion mutationChandler Carruth2014-05-04
* [LCG] Reorder the tests to be a bit more logical: inter-SCC mutationChandler Carruth2014-05-04
* [TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).Juergen Ributzka2014-05-03
* [LCG] Add the other simple edge insertion API to the call graph. ThisChandler Carruth2014-05-01
* [LCG] Add some basic methods for querying the parent/child relationshipsChandler Carruth2014-05-01
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-30
* Fix a use of uninitialized memory in SmallVector's move-assignment operator.Douglas Gregor2014-04-30
* [LCG] Add the really, *really* boring edge insertion case: adding anChandler Carruth2014-04-30
* Fix multiline comment warning.Evgeniy Stepanov2014-04-30
* [LCG] Actually test the *basic* edge removal bits (IE, the non-SCCChandler Carruth2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* SupportTest: Fix test names harderDuncan P. N. Exon Smith2014-04-29
* Support: More BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-29
* Support: Fix test nameDuncan P. N. Exon Smith2014-04-29
* Support: BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-29
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-29
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-29
* Support: Add unit tests for BranchProbabilityDuncan P. N. Exon Smith2014-04-29
* LinkModulesTest.cpp: Reformat.NAKAMURA Takumi2014-04-29
* [CMake] Enable llvm/unittests/LinkerTests. It had not been enabled since r199...NAKAMURA Takumi2014-04-29
* LinkModulesTest.cpp: Use test-specific Ctx instead of getGlobalContext(). The...NAKAMURA Takumi2014-04-29
* [ADT] Teach PointerUnion to support assignment directly from nullptr toChandler Carruth2014-04-29
* [cleanup] Add some actual positive tests for equality. This unittestChandler Carruth2014-04-28
* [cleanup] Make this test use a proper fixture rather than globals.Chandler Carruth2014-04-28