lit: warn when passed invalid pathname
[oota-llvm.git] / unittests /
2014-06-10 NAKAMURA TakumiSmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
2014-06-09 David BlaikieSmallVector: support resize(N) with move-only types
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 David BlaikieSmallVector: Improve test coverage for insert with...
2014-06-08 David BlaikieSmallVector: More movable improvements - don't copy...
2014-06-08 David BlaikieSmallVector: Move, don't copy, elements to make space...
2014-06-08 David BlaikieSmallVectorTest: Remove some more robust checks added...
2014-06-08 David BlaikieFix some more moving-from-moved-from objects issues...
2014-06-08 Stephen CanonAPFloat: x - NaN needs to flip the signbit of NaN when...
2014-06-08 David BlaikieEnsure SmallVector::insert doesn't overwrite the last...
2014-06-08 Alp TokerFix build when no native target is enabled
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Peter CollingbourneFix the behavior of ExecuteAndWait with a non-zero...
2014-05-18 Craig TopperUse std::unique_ptr instead of OwningPtr in the MemoryB...
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-13 Rafael EspindolaAssert that we don't RAUW a Constant with a ConstantExp...
2014-05-09 David BlaikieRemove use of = default/= delete as they're unsupported...
2014-05-08 David BlaikieMissed formatting
2014-05-08 David BlaikieStringMap: Move assignment and move construction.
2014-05-08 David BlaikieStringMap support for move-only values.
2014-05-07 Rafael EspindolaReplace a virtual with an override.
2014-05-06 Reid KlecknerCopy the full TailCallKind in CallInst::clone_impl
2014-05-06 Evgeniy StepanovDisable -Wcomment when building with GCC.
2014-05-04 Chandler Carruth[LCG] Add the last (and most complex) of the edge inser...
2014-05-04 Chandler Carruth[LCG] Reorder the tests to be a bit more logical: inter...
2014-05-03 Juergen Ributzka[TBAA] Fix handling of mixed TBAA (path-aware and non...
2014-05-01 Chandler Carruth[LCG] Add the other simple edge insertion API to the...
2014-05-01 Chandler Carruth[LCG] Add some basic methods for querying the parent...
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Douglas GregorFix a use of uninitialized memory in SmallVector's...
2014-04-30 Chandler Carruth[LCG] Add the really, *really* boring edge insertion...
2014-04-30 Evgeniy StepanovFix multiline comment warning.
2014-04-30 Chandler Carruth[LCG] Actually test the *basic* edge removal bits ...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Duncan P. N. Exon... SupportTest: Fix test names harder
2014-04-29 Duncan P. N. Exon... Support: More BlockFrequencyTest => BranchProbabilityTest
2014-04-29 Duncan P. N. Exon... Support: Fix test name
2014-04-29 Duncan P. N. Exon... Support: BlockFrequencyTest => BranchProbabilityTest
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale() (again)
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
2014-04-29 Duncan P. N. Exon... Support: Add unit tests for BranchProbability
2014-04-29 NAKAMURA TakumiLinkModulesTest.cpp: Reformat.
2014-04-29 NAKAMURA Takumi[CMake] Enable llvm/unittests/LinkerTests. It had not...
2014-04-29 NAKAMURA TakumiLinkModulesTest.cpp: Use test-specific Ctx instead...
2014-04-29 Chandler Carruth[ADT] Teach PointerUnion to support assignment directly...
2014-04-28 Chandler Carruth[cleanup] Add some actual positive tests for equality...
2014-04-28 Chandler Carruth[cleanup] Make this test use a proper fixture rather...
2014-04-28 Chandler Carruth[cleanup] Fix the whitespace in this test. Notably...
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-28 Chandler Carruth[LCG] Add the most basic of edge insertion to the lazy...
2014-04-28 Chandler Carruth[LCG] Make the return of the IntraSCC removal method...
2014-04-27 Chandler Carruth[LCG] Re-organize the methods for mutating a call graph...
2014-04-25 David BlaikieDIE: Pass ownership of children via std::unique_ptr...
2014-04-25 David BlaikieDIEEntry: Refer to the specified DIE via reference...
2014-04-25 Duncan P. N. Exon... SCC: Change clients to use const, NFC
2014-04-25 David BlaikiePR19554: Fix some memory leaks in DIEHashTest.cpp
2014-04-24 Chandler Carruth[ADT] Generalize pointee_iterator to smart pointers...
2014-04-24 Chandler Carruth[LCG] Re-order expectations to provide more useful...
2014-04-24 Chandler Carruth[LCG] Switch the SCC's parent iterators to be value...
2014-04-24 Chandler Carruth[ADT] Add a generic iterator utility for adapting itera...
2014-04-23 Chandler Carruth[LCG] Normalize the post-order SCC iterator to just...
2014-04-23 Chandler Carruth[LCG] Switch the primary node iterator to be a *much...
2014-04-23 Chandler Carruth[LCG] Switch the SCC lookup to be in terms of call...
2014-04-23 Chandler Carruth[LCG] Add the first round of mutation support to the...
2014-04-23 Chandler Carruth[LCG] Implement Tarjan's algorithm correctly this time...
2014-04-23 Chandler Carruth[LCG] Add a unittest for the LazyCallGraph. I had a...
2014-04-22 Quentin ColombetThis reverts r206828 until David has time to figure...
2014-04-21 David BlaikieUse unique_ptr to handle ownership of Value*s in Clonin...
2014-04-17 Chandler CarruthMake the User::value_op_iterator a random access iterat...
2014-04-16 Chandler Carruth[Allocator] Make BumpPtrAllocator movable and move...
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-12 Benjamin KramerMove MDBuilder's methods out of line.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-09 David MajnemerRevert "Revert "YAMLIO: Encode ambiguous hex strings...
2014-04-09 Filipe CabecinhasRevert "YAMLIO: Encode ambiguous hex strings explicitly"
2014-04-09 David MajnemerYAMLIO: Encode ambiguous hex strings explicitly
2014-04-06 Elena DemikhovskyChanges in IntelJITEventListener - By Arch Robinson
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-03-31 Saleem AbdulrasoolMCJIT: ensure that cygwin is identified properly
2014-03-31 Saleem AbdulrasoolSupport: generalise object type handling for Windows
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler Carruth[Allocator] Simplify unittests by using the default...
2014-03-30 Tim NorthoverARM64: remove -m32/-m64 mapping with ARM.
2014-03-30 Saleem AbdulrasoolSupport: correct Windows normalisation
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-27 NAKAMURA TakumiUntabify.
next