oota-llvm.git
2003-05-15 Chris LattnerFix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll
2003-05-15 Chris LattnerDepends on analyze, not opt
2003-05-15 Chris LattnerNew directory
2003-05-15 Chris LattnerNew test
2003-05-15 Chris LattnerAdd new loopinfo test
2003-05-15 Chris LattnerFix Bug: Linker/2003-05-15-TypeProblem.ll
2003-05-15 Chris LattnerNew linker problem from twolf benchmark
2003-05-14 Chris LattnerNew testcase
2003-05-14 Chris LattnerGet rid of really old makefile cruft
2003-05-14 Chris LattnerNew testcase that breaks CFE
2003-05-14 Chris LattnerUlimit the test, and print out a more interesting outpu...
2003-05-14 Chris LattnerRemove long dead file
2003-05-14 Chris LattnerFix path problem
2003-05-14 Chris LattnerGeneralize the script a bit
2003-05-14 Chris LattnerModernize testcases
2003-05-14 Chris LattnerFix typeos
2003-05-14 Chris LattnerAdd support for more constant expressions
2003-05-14 Chris LattnerRemove unnecessary casts
2003-05-14 Chris LattnerPrint opaque types
2003-05-14 Chris LattnerCasts are now unnecessary
2003-05-14 Chris LattnerAdd some methods to make type safety a bit easier
2003-05-14 Chris LattnerNew testcase producing assertion failure
2003-05-14 Chris LattnerForgot to make test executable
2003-05-14 Chris Lattnernew testcase
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
2003-05-14 Chris LattnerAdd support for atexit handlers to the JIT, fixing...
2003-05-14 Chris LattnerFix compilation problems with previous checking *blush*
2003-05-14 Chris LattnerAdd a framework for intercepting system calls
2003-05-14 Chris LattnerDead file
2003-05-14 Chris LattnerMinor updates
2003-05-14 Chris LattnerInitial checkin of crtend.o implementation
2003-05-14 Chris LattnerNew file
2003-05-14 Chris LattnerFix major problem with appending linkage changes
2003-05-14 Chris LattnerFix bug
2003-05-13 Chris LattnerSearch LLVM_LIB_SEARCH_PATH for objects to allow it...
2003-05-13 Chris LattnerImplement another getelementptr folding opportunity...
2003-05-13 Chris LattnerEliminate using declarations
2003-05-13 Chris LattnerImplement linkage of appending global variables!
2003-05-13 Chris LattnerAdd uses of the appending variable
2003-05-13 Chris LattnerAdd new testcase for appending linkage
2003-05-13 Chris LattnerNew test for appending linkage
2003-05-13 Chris LattnerClean up cast
2003-05-13 Chris LattnerClean up #includes
2003-05-13 Chris LattnerFix bug: CBackend/2003-05-13-VarArgFunction.ll
2003-05-13 Chris LattnerNew testcase
2003-05-13 Chris LattnerAdd support for the LLVM C++ frontend
2003-05-13 Chris LattnerMake test cases executable
2003-05-13 Chris LattnerMake testcase executable
2003-05-13 Chris LattnerNew testcase
2003-05-12 Chris LattnerAdd test for handling ptrmem_cst
2003-05-12 Chris LattnerMake test more interesting
2003-05-12 Chris LattnerAdd first C++ test
2003-05-12 Chris LattnerFix bug: Dominators/2003-05-12-UnreachableCode.ll
2003-05-12 Chris LattnerNew testcase
2003-05-12 Chris LattnerNew file
2003-05-12 Chris LattnerAdd a disable-verify option
2003-05-12 Chris LattnerMove static stuff to an anonymous namespace
2003-05-12 Chris LattnerFix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll
2003-05-12 Chris LattnerNew testcase
2003-05-12 Chris LattnerMake abort more explicit
2003-05-12 Chris LattnerRemove the assertion failure of course... doh
2003-05-12 Chris LattnerEnable more tests
2003-05-12 Chris LattnerImplement casts from unsigned integers to floating...
2003-05-12 Chris LattnerAdd tests for casts from unsigned integers to floats
2003-05-12 Chris LattnerMake error messages more useful than jsut an abort
2003-05-12 Chris LattnerRemove wierd printout
2003-05-12 Chris LattnerUse a kill, not a dead definition, update comment
2003-05-12 Chris LattnerFix bug: CWriter/2003-05-12-IntegerSizeWarning.c
2003-05-12 Chris LattnerNew testcase
2003-05-12 Chris LattnerMake regression tests fail if any warnings are emitted
2003-05-12 Chris LattnerFix Bug: ConstProp/2003-05-12-DivideError.ll
2003-05-12 Chris LattnerTestcase which kills the constant folder
2003-05-12 Chris LattnerFix Bug: Assembler/2003-05-12-MinIntProblem.llx
2003-05-12 Chris LattnerNew bug distilled from aha program
2003-05-12 Chris LattnerPrint filename correctly
2003-05-12 Chris LattnerThe JIT is the default mode for LLI now
2003-05-12 Chris Lattner* Keep LiveVariable information more up-to-date and...
2003-05-12 Chris LattnerFix bug where we could iterate off the end of a basic...
2003-05-12 Chris Lattner* Keep the BBMap around as long as the pass is live
2003-05-12 Chris LattnerBeef up interface, move getVarInfo out-of-line.
2003-05-12 Chris LattnerDo not insert multiple initializations for the same...
2003-05-12 Chris LattnerFix N^2 algorithm
2003-05-12 Chris LattnerAdd old test
2003-05-12 Chris Lattner* Fix several comments
2003-05-12 Chris LattnerFix tab infestation!
2003-05-12 Chris LattnerExpand API for updating live var info.
2003-05-12 Chris LattnerSimplify testcase a bit more
2003-05-12 Chris LattnerNew testcase that crashes Jello
2003-05-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2003-05-11 Chris LattnerCheckin old test
2003-05-11 Chris LattnerAdd info about the LLVM_LIB_SEARCH_PATH envvar
2003-05-11 Chris LattnerRemove dead makefile code
2003-05-11 Chris LattnerSwitch over to using the New CFE on Sparc
2003-05-11 Chris Lattner* Remove dead hunk of makefile fragment for dealing...
2003-05-11 Chris LattnerAllow llx tests as well
2003-05-11 Chris LattnerFix a halfway done change to the nightly tester :(
2003-05-10 Chris LattnerGet the nightly tester to detect other kind of testing...
2003-05-10 Chris Lattnerswitch main LLI core execution to use an InstVisitor...
2003-05-10 Chris LattnerForce overwriting the file if it already exists.
2003-05-10 Chris LattnerUpdate column info
next