oota-llvm.git
2003-01-31 Chris LattnerFix strip issue Joel ran into
2003-01-30 Chris Lattner* Add new -track-memory option to tools which enables...
2003-01-30 Chris LattnerFix a bug resolving sprintf(...) to sprintf(char*,...
2003-01-30 Chris LattnerFix bug: Assembler/2003-01-30-UnsignedString.ll
2003-01-30 Chris LattnerNew testcase
2003-01-30 Chris LattnerActually print the function _name_ if there is a problem
2003-01-30 Chris LattnerAdd new function to allow removal of typed named elements
2003-01-30 Chris Lattner* Fix linking of opaque types and their non-opaque...
2003-01-30 Chris LattnerNew testcase
2003-01-30 Chris LattnerEliminate using decls
2003-01-30 Chris LattnerNEw testcase
2003-01-30 Chris Lattner* Fix function resolution for varargs function to gener...
2003-01-30 Chris LattnerBug that is unfixable with current frontend
2003-01-30 Chris LattnerFix levelraise/2003-01-30-ShiftCrash.ll
2003-01-30 Chris LattnerNew testcase
2003-01-29 Chris LattnerInitial checkin of pool allocation code
2003-01-29 Chris LattnerUse and implement API for graph traversals
2003-01-29 Chris LattnerNew API for traversing graph
2003-01-29 Chris LattnerInitial checkin of pool allocator library
2003-01-29 Chris LattnerFix build problem on sparc
2003-01-29 Chris LattnerFix warnings on sparc
2003-01-29 Chris LattnerFix warning on sparc
2003-01-28 Chris Lattnerfree instructions mark their operands as being heap...
2003-01-28 Chris LattnerInitial checking: defult the make_vector function
2003-01-27 Chris LattnerNew helper header
2003-01-24 Chris LattnerDisable construction of pool allocator
2003-01-24 Chris LattnerMake sure the files get sorted correctly
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris LattnerSlight efficiency improvement
2003-01-23 Chris LattnerAdd notes about LLVM and CygWin from Brian Gaeke
2003-01-23 Chris LattnerFix broken testcase
2003-01-23 Chris LattnerRemove testcases that never could have worked anyway...
2003-01-23 Chris LattnerCompress large logs
2003-01-23 Chris LattnerLimit the amount of time the test will run
2003-01-23 Chris LattnerDont' stop the build
2003-01-23 Chris Lattner* Only run LLVM tests so that testing is not stopped.
2003-01-23 Chris LattnerFix problem with flex scanners and huge token sizes
2003-01-23 Chris LattnerMake bugpoint *much* more powerful, giving it the capab...
2003-01-23 Chris LattnerFix bug: LevelRaise/2003-01-22-GEPProblem.ll
2003-01-23 Chris Lattner; Testcase reduced from 197.parser by bugpoint
2003-01-23 Chris LattnerFix bug: ADCE/2003-01-22-PredecessorProblem.ll
2003-01-23 Chris LattnerNew testcase reduced from 197.parser by bugpoint
2003-01-22 Chris LattnerAllow creating of passes like levelraise which use...
2003-01-22 Chris Lattnerlink with static versions of some libs to avoid having...
2003-01-22 Chris LattnerFix analysis of the Burg program
2003-01-22 Chris LattnerImplement "new/removed/broken/fixed" tests
2003-01-22 Chris LattnerImplement program tests, and test for compile time...
2003-01-22 Chris LattnerFix lli build problem with parallel makes
2003-01-22 Chris LattnerAdd support for program tests
2003-01-22 Chris LattnerFix didn't fix the race condition in the makefiles
2003-01-21 Chris Lattner-ENABLE_STATS also enables timing
2003-01-21 Chris LattnerDon't keep track of # big vs #small instructions seperately
2003-01-21 Chris LattnerFix race condition in Makefile
2003-01-20 Chris LattnerFix indentation code, simplify a bit
2003-01-20 Chris LattnerAdd information about new warnings and warning changes
2003-01-20 Chris LattnerFix warnings
2003-01-20 Chris LattnerInitial checkin of the nightly build scripts
2003-01-19 Chris Lattner* Prune down library list. In particular, llc doesn...
2003-01-17 Chris LattnerRemove obsolete tests
2003-01-17 Chris LattnerRemove obsolete test
2003-01-17 Chris LattnerInitial checkin of dummylib
2003-01-17 Chris LattnerAdd new support for a bytecode repository
2003-01-16 Chris LattnerSimplify and correct rules for building lex/yacc files...
2003-01-16 Chris LattnerAdd helper
2003-01-16 Chris LattnerAdd support for make TEST=foo
2003-01-16 Chris LattnerAdd support for a recursive test target
2003-01-16 Chris LattnerAdd more testcases
2003-01-16 Chris LattnerPrint machine frame objects with the frame offset intri...
2003-01-16 Chris LattnerDon't emit unneccesary branch instructions!
2003-01-16 Chris LattnerFix problem with invalidated iterator
2003-01-16 Chris LattnerFix problems with empty basic blocks
2003-01-16 Chris LattnerImplement optimization folding setcc into branch.
2003-01-16 Chris LattnerAdd more flavors of branch instructions
2003-01-16 Chris LattnerArg, fix bugs in previous checkin...
2003-01-16 Chris LattnerAdd assertion
2003-01-16 Chris LattnerImplement code to keep the stack pointer aligned to...
2003-01-15 Chris LattnerHandle frame offset due to return address pushed on...
2003-01-15 Chris Lattner* Insert prolog/epilog code before rewriting indexes
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerFix warnings
2003-01-15 Chris LattnerAdjust to simpler interfaces
2003-01-15 Chris LattnerAdjust to new interfaces
2003-01-15 Chris LattnerSimplify the interface
2003-01-15 Chris LattnerMove headers around
2003-01-15 Chris LattnerHeader is moved into local directory
2003-01-15 Chris LattnerFix bug in previous checkin
2003-01-15 Chris LattnerAdd new method
2003-01-15 Chris LattnerMove private headers into private regalloc directory
2003-01-15 Chris Lattner#include RegClass.h explicitly
2003-01-15 Chris LattnerRemvoe dependency on RegClass.h
2003-01-15 Chris LattnerMove private header to private directory
2003-01-15 Chris LattnerMove private header to private dir
2003-01-15 Chris LattnerPrune #includes
2003-01-15 Chris LattnerMinor changes
2003-01-15 Chris LattnerRemove obsolete ctor
2003-01-15 Chris LattnerRemove internal helper fn
2003-01-15 Chris LattnerUse BuildMI more
2003-01-15 Chris LattnerRemove dead code
2003-01-15 Chris LattnerADd support for CC registers for Sparc BE
next