oota-llvm.git
2004-11-30 Tanya LattnerAdded TCLSH var to site.exp.
2004-11-30 Chris LattnerMove this from the C test suite
2004-11-30 Chris LattnerThis is a c++ test
2004-11-30 Chris LattnerAdd back -e, which apparently works in sh's echo but...
2004-11-30 Chris LattnerIf TESTSUITE is set, we obviously want to run dejagnu
2004-11-30 Chris LattnerFix the JIT when being used from llvm-db
2004-11-30 Chris Lattnerdo not pass -e into llvm-db as a command.
2004-11-30 Chris LattnerPut the output in the temporary location
2004-11-30 Chris LattnerThis is a cross platform fail, failing on freebsd as...
2004-11-30 Chris LattnerThis pass is completely broken.
2004-11-30 Chris LattnerRevisionNum is read by error(), initialize it early.
2004-11-30 Chris LattnerThis was fixed with the recent tester changes.
2004-11-30 Brian GaekeUpdate list of failing benchmarks.
2004-11-30 Brian GaekeIf we're about to emit something like:
2004-11-30 Reid SpencerAdd a check for the tclsh program needed by dejagnu...
2004-11-30 Chris LattnerSquelch warning
2004-11-30 Chris LattnerThis passes on darwin now
2004-11-30 Chris LattnerFix several bugs in 'op x, imm' handling. Foremost...
2004-11-30 Reid SpencerUp the compression threshold to 64K so we avoid it...
2004-11-30 Chris LattnerFix test/Regression/Transforms/LICM/2004-09-14-AliasAna...
2004-11-30 Chris LattnerFix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
2004-11-30 Chris LattnerNew testcase that crashes the PPC BE
2004-11-30 Chris LattnerFix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
2004-11-30 Chris LattnerNew testcase
2004-11-30 Tanya LattnerAdding timeout for a test.
2004-11-30 Chris LattnerFix test/Regression/CodeGen/PowerPC/2004-11-30-shift...
2004-11-30 Chris LattnerNew testcase that crashes the PPC backend
2004-11-30 Chris LattnerAlkis noticed that this variable is dead. Thanks!
2004-11-30 Chris LattnerAdd method
2004-11-30 Chris LattnerNew testcase for simplifycfg
2004-11-30 Chris LattnerIf we have something like this:
2004-11-30 Chris LattnerRemove extraneous namespacification. In particular...
2004-11-29 John CriswellFix a typo.
2004-11-29 Chris LattnerAllow hoisting loads of globals and alloca's in conditi...
2004-11-29 Chris LattnerMake built bytecode libraries depend on gccas/gccld...
2004-11-29 Reid SpencerFix two bugs:
2004-11-29 Reid SpencerFunctionality moved to portable lib/System/DynamicLibra...
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLin...
2004-11-29 Reid SpencerImplement two new functions: LoadLibraryPermanently and
2004-11-29 Reid SpencerAdd in some methods for use by the JIT. LoadLibraryPerm...
2004-11-29 Reid SpencerShared library extension is now in LTDL_SHLIB_EXT
2004-11-29 Reid SpencerWe just use ltdl's implementation for this abstraction...
2004-11-29 Reid SpencerAllow reconfig from any directory, not just the top...
2004-11-29 Reid SpencerChanges resulting from AC_LIB_LTDL usage.
2004-11-29 Reid Spencer* Implement embedding libltdl into LLVM which required...
2004-11-29 Reid Spencer* Update instructions about upgrading libtool
2004-11-29 Reid SpencerDon't include ltdl.h any more. Its nested in lib/System...
2004-11-29 Reid SpencerMods for compilation with llvm.
2004-11-29 Reid SpencerOriginal version of ltdl.h from libtool 1.5.10
2004-11-29 Reid SpencerOriginal version of ltdl.c from libtool 1.5.10
2004-11-29 Reid SpencerConverted with autoupdate for autoconf 2.50 -> 2.59...
2004-11-29 Reid SpencerThis file contains macros that allow us to incorporate...
2004-11-29 Reid SpencerImplement the default constructor which causes the...
2004-11-29 Reid SpencerMake the default constructor cause the program's symbol...
2004-11-29 Reid SpencerMake it HTML 4.01 Strict compliant.
2004-11-29 Reid Spencer* Document how to turn on doxygen documentation generation
2004-11-29 Reid SpencerNo longer necessary, moved Makefile.rules
2004-11-29 Reid SpencerUse LLVMLIBS=JIT to get JIT libraries
2004-11-29 Reid SpencerIncorporate tools/Makefile.JIT
2004-11-29 Reid SpencerMake sure the program's symbols can be dlsym'd as well.
2004-11-29 Chris LattnerRevamp long/ulong comparisons to use a much more effici...
2004-11-29 Reid Spencer* Allow date command to be printed in verbose mode
2004-11-29 Reid SpencerAdd "docs" as a descendable directory (at the end)
2004-11-29 Reid Spencer* allow doxygen documentation to be enabled/disabled...
2004-11-29 Reid Spencer* Get additional configured values into the makefiles
2004-11-29 Reid SpencerMake the check a little quieter.
2004-11-29 Reid Spencer* Make this makefile compliant with LLVM makefile standards
2004-11-29 Reid SpencerMoved --> doxygen.cfg.in
2004-11-29 Tanya LattnerReworked branching so we don't handle BAs specially...
2004-11-29 Reid Spencer* Get rid of extraneous directories
2004-11-29 Reid Spencer* add llvmc and llvm-ld
2004-11-29 Reid SpencerAdjust this so that doxygen doesn't barf on it.
2004-11-29 Reid Spencer* Adjust so this falls in line with LLVM Makefile stand...
2004-11-29 Reid Spencer* Fix an item list.
2004-11-29 Reid SpencerAdd a link.
2004-11-29 Reid SpencerFor PR393:
2004-11-28 Tanya LattnerFixed bug where instructions in the kernel were not...
2004-11-28 Reid SpencerUpdate the test to match the optimization. The optimiza...
2004-11-28 Reid SpencerFix for PR454:
2004-11-28 Chris LattnerThe LLVM bool type shall have 1 byte alignment on PPC.
2004-11-28 Chris LattnerMake DSE potentially more aggressive by being more...
2004-11-28 Chris LattnerFix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
2004-11-28 Chris LattnerNew testcase. The store is not dead here.
2004-11-28 Chris LattnerFix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout...
2004-11-28 Chris Lattnernew testcase for PR463
2004-11-28 Chris LattnerFix PR463
2004-11-28 Reid SpencerCorrect the RUN line to remove unneeded parameters...
2004-11-28 Reid SpencerTest case for PR454
2004-11-28 Reid SpencerCompute the firstFileOffset correctly after reading...
2004-11-28 Chris LattnerBug fixed
2004-11-28 Chris LattnerNew testcase for PR447
2004-11-28 Chris LattnerBug fixed
2004-11-28 Chris LattnerNew testcase for PR360
2004-11-28 Chris LattnerBug fixed
2004-11-28 Chris LattnerNew testcase for PR244
2004-11-27 Chris LattnerBug fixed
2004-11-27 Chris LattnerNew testcase for PR397
2004-11-27 Chris LattnerBug fixed
2004-11-27 Chris Lattnernew testcase
next