Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc.
[oota-llvm.git] / unittests /
2010-02-15 Nick LewyckyTeach the verifier to check the condition on a branch...
2010-02-11 Jeffrey YasskinFix (harmless) memory leak found by memcheck.
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...
2010-02-10 Benjamin KramerSilence GCC warnings.
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-02-09 Dale JohannesenDisable unittests/ADT/BitVectorTest on PPC Darwin.
2010-02-09 Jeffrey YasskinAdd support for TypeBuilder<const/volatile void*, false>.
2010-02-03 John McCallMake APInt::countLeadingZerosSlowCase() treat the conte...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-26 Jeffrey YasskinRoll r94484 (avoiding RTTI problems in tests) forward...
2010-01-26 Bob WilsonRevert 94484. Re-disable unittests that need RTTI.
2010-01-26 Jeffrey YasskinRe-enable unit tests disabled in r94164 by telling...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Torok EdwinFix TimeValue::now() on Unix.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...
2009-12-31 Benjamin KramerSilence compiler warning.
2009-12-31 Douglas GregorDocument the edit-distance algorithm used in StringRef...
2009-12-31 Chris Lattnerdon't unittest mdnode printing, we have disassembler...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 Douglas GregorMove the two definitions of operator<< into namespace...
2009-12-24 Douglas GregorDefine the new operator<< for sets into namespace std...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-12-23 Jeffrey YasskinDisable JITTest.FunctionIsRecompiledAndRelinked on...
2009-12-22 Jeffrey YasskinPartially revert r91626. Materializing extra functions...
2009-12-22 Jeffrey YasskinFix a crash in JIT::recompileAndRelinkFunction(). It...
2009-12-21 Eli FriedmanChange StringRef::startswith and StringRef::endswith...
2009-12-18 Rafael EspindolaCatch more cases of a pointer being marked garbage...
2009-12-17 Jeffrey YasskinDon't codegen available_externally functions. Fixes...
2009-12-17 Jeffrey YasskinThis fixes a memory leak in OpaqueType found by Google...
2009-12-13 Jeffrey YasskinReinstate r91208 to fix available_externally linkage...
2009-12-12 Jeffrey YasskinRevert r91208. Something on Linux prevents the JIT...
2009-12-12 Jeffrey YasskinFix available_externally linkage for globals. It's...
2009-12-03 Daniel DunbarAdd an implementation of the delta debugging algorithm.
2009-11-24 Jeffrey YasskinOops. Re-disable JITTest.NoStubs on ARM and PPC since...
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-19 Duncan SandsOnly run this mutex test if threading is enabled. ...
2009-11-19 Benjamin KramerReenable Split2 StringRef test with Apple gcc.
2009-11-17 Daniel Dunbar"XFAIL" the Split2 StringReft test with Apple gcc,...
2009-11-16 Jeffrey YasskinRevert the test from r88984. It relies on being able...
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-14 Benjamin KramerThis test doesn't work on arm either.
2009-11-13 Bill WendlingDisable the JITTest.NoStubs test for Darwin PPC. It...
2009-11-13 Rafael EspindolaDistinguish "a," from "a". The first one splits into...
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-11-12 Eric ChristopherUse stubs when we have them, otherwise use code we...
2009-11-11 Jeffrey YasskinFix JITTest.ModuleDeletion in -Asserts mode (which...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-10-28 Jeffrey YasskinFix the ModuleDeletion test on PPC and ARM.
2009-10-27 Jeffrey YasskinRevert the API changes from r85295 to make it easier...
2009-10-27 Devang PatelFactor out redundancy from clone() implementations.
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-26 Julien LerougeRemove / use flags that are now set in the Makefile...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-23 Jeffrey YasskinFix llvm.org/PR4822: allow module deletion after a...
2009-10-23 Jeffrey YasskinFix stylistic and documentation problems in ValueMap...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-20 Jeffrey YasskinMove the Function*->allocated blocks map from the JITMe...
2009-10-20 Daniel DunbarPowerPC ifdef'ing considered more complicated than...
2009-10-20 Nick LewyckyCorrect test for PowerPC.
2009-10-19 Daniel DunbarAlso check for __POWERPC__ when skipping these tests.
2009-10-17 Daniel DunbarAdd raw_ostream::write_escaped, for writing escaped...
2009-10-15 Benjamin KramerDisable another unittest that doesn't work on arm and...
2009-10-14 Nick LewyckyThe ARM and PowerPC jits are broken in this regard.
2009-10-13 Jeffrey YasskinKeep track of stubs that are created. This fixes PR5162...
2009-10-13 Jeffrey YasskinMake the ExecutionEngine automatically remove global...
2009-10-13 Duncan SandsPacify the compiler (signed with unsigned comparison...
2009-10-13 Dan GohmanAdd a ceilLogBase2 function to APInt.
2009-10-12 Jeffrey YasskinFix llvm.org/PR5160, to let CallbackVHs modify other...
2009-10-09 Jeffrey YasskinExecutionEngine::clearGlobalMappingsFromModule failed...
2009-10-06 Jeffrey YasskinFix illegal cross-type aliasing. Found by baldrick...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-06 Jeffrey YasskinFix llvm.org/PR5116 by rolling back r60822. This passe...
2009-10-02 Benjamin KramerTry to fix unit test linking on linux ...
2009-10-02 Benjamin KramerMingW build fixes
2009-09-27 Nick LewyckyNew unit test for the cloning module, which so far...
2009-09-27 Nick LewyckyLink order: it matters.
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Jeffrey YasskinRoll back r82348, which introduced an infinite loop...
2009-09-18 Daniel DunbarFix a few more conversion warnings on 4.0
2009-09-17 Daniel DunbarAnother try at fixing compile warnings on 4.0
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-14 Daniel DunbarAttempt to fix some 4.0.0 build warnings.
2009-09-13 Daniel DunbarBuild (not test) the unittests as part of a normal...
2009-09-13 Daniel DunbarMove unittest driver to utils/unittest/UnitTestMain.
2009-09-13 Daniel DunbarRevert unittests build changes temporarily, the unit...
2009-09-13 Daniel DunbarBuild (not test) the unittests as part of a normal...
next