Revert my previous patch to ABCD and fix things the right way. There are two problem...
[oota-llvm.git] / unittests /
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...
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-09-07 Daniel DunbarUpdate unittests for MDNode uniquing disable.
2009-09-06 Daniel DunbarSimplify, now that gtest supports raw_ostream directly.
2009-09-05 Nick LewyckyNow that googletest can print ConstantRange, use EXPECT...
2009-09-05 Jeffrey YasskinTeach googletest to use raw_ostream instead of just...
2009-09-03 Daniel DunbarAdd test for PR4873, which works for me.
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-09-02 Devang PatelDisable uniqueness test for now.
2009-08-31 Chris Lattnerupdate unit test for previous change.
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-23 Daniel DunbarFix off-by-one in llvm::Format::print.
2009-08-23 Chris Lattnerconvert all the constant range EXPECT_EQ tests to use...
2009-08-23 Chris Lattnerupgrade for removed functions.
2009-08-21 Bill WendlingCorrect for recent assert change.
2009-08-21 Erick TryzelaarFix bug with APInt::getBitsNeeded with for base 10...
2009-08-21 Erick TryzelaarAllow '+' to appear in APInt strings, and add more...
2009-08-20 Erick TryzelaarAdd support for including '+' in APFloat strings, more...
2009-08-20 Daniel DunbarFix two APFloat bugs in converting hexadecimal constants.
2009-08-20 Misha BrukmanFixed header comment.
2009-08-19 Daniel DunbarAdd min and max tests.
2009-08-19 Benjamin KramerRemove SmallString::append_*int* unit tests.
2009-08-19 Daniel DunbarAdd SmallVector::{capacity,set_size}.
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-08-18 Daniel DunbarFix pasto in StringRef::count(char)
2009-08-18 Daniel DunbarAdd StringRef::count({char,StringRef})
2009-08-17 Erick TryzelaarWrap unit test death tests in GTEST_HAS_DEATH_TEST
2009-08-17 Erick TryzelaarChange APFloatTest from using ASSERTs to EXPECTs
2009-08-16 Erick TryzelaarModify APFloat to take a StringRef instead of a c string.
2009-08-16 Erick TryzelaarAdd failure tests to APInt unit test.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-08-12 Benjamin KramerFix unit test on FreeBSD. We need to make sure there...
2009-08-11 Daniel DunbarStringRef: Add find(char) and find(StringRef).
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-05 Owen AndersonUpdate unit test.
2009-08-04 Jeffrey YasskinMake ExecutionEngine::updateGlobalMapping(GV, NULL...
2009-08-01 Benjamin KramerRemove now empty unit test directory.
2009-08-01 Chris Lattnerdaniel says it's fine to nuke this.
2009-08-01 Chris Lattnerupdate for new api
2009-07-31 Owen AndersonFix unit tests.
2009-07-31 Benjamin KramerUpdate unittest for LLVM API change.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Benjamin KramerAdjust unit test for the MCSection changes.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Daniel DunbarTwine: Use raw_ostream::write_hex, remove unused itohex...
2009-07-30 Benjamin Kramerfix a unitialized pointer in NamedMDNode (and reenable...
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-30 Daniel DunbarDisable the NamedMDNodeTest, it is failing everywhere.
2009-07-30 Devang PatelAdd NamedMDNode test.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
next