oota-llvm.git
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
2003-05-10 Chris LattnerFix testcase: SingleSource/UnitTests/2003-05-02-Dependa...
2003-05-10 Joel StanleyFixed comment.
2003-05-09 Chris LattnerUpdate out of date comment
2003-05-09 Chris LattnerUpdates to match recent timer updates
2003-05-09 Chris LattnerAdd a new info-output-file option (hidden from --help...
2003-05-09 Chris LattnerEnable the new C front-end for targets which define...
2003-05-09 Chris LattnerSwitch over to using the new C front-end by default.
2003-05-09 Chris LattnerAdd support for function stubs, which allow calling...
2003-05-09 Chris LattnerAdd new method to check to see if a global is available
2003-05-09 Chris LattnerThis blank line has GOT to go.
2003-05-09 Chris LattnerAllow const functions
2003-05-08 Chris LattnerFix bug in last checkin
2003-05-08 Chris LattnerAdd methods for stub function generation
2003-05-08 Chris LattnerAdd new methods for stub generation
2003-05-08 Chris LattnerMinor speedup by avoiding callbacks to functions alread...
2003-05-08 Chris LattnerImprove efficiency of JIT by having it use direct funct...
2003-05-08 Chris Lattnerassert early instead of late for unimplemented feature
2003-05-08 Chris LattnerAdd support for Add, Sub, And, Or, & Xor constant exprs
2003-05-08 Chris LattnerRemvoe testcase that should never be implemented
next