oota-llvm.git
2002-02-26 Anand ShuklaInitial checkin: functions on Graph used for path profi...
2002-02-26 Anand ShuklaInitial checkin: instrument code to get path execution...
2002-02-26 Anand ShuklaInitial checkin: helper file to insert instrumentation...
2002-02-26 Anand ShuklaInitial check in of graph.cpp: implements graph interfa...
2002-02-26 Anand ShuklaChange to make it build with GCC 2.95.3
2002-02-26 Anand ShuklaInitial check in of header file for profile-paths pass
2002-02-26 Anand ShuklaLink in the PathProfiles library
2002-02-26 Anand ShuklaNew makefile to include ProfilePaths dir
2002-02-25 Chris LattnerFix bug: test/Regression/Other/2002-02-24-InlineBrokePH...
2002-02-25 Chris LattnerTestcase for new bug
2002-02-25 Chris LattnerWhen inlining basic blocks and instructions, give them...
2002-02-24 Chris LattnerRemove hack. This is better fixed in Makefile.common
2002-02-24 Chris LattnerCleanup to build with GCC 3.0.4
2002-02-24 Chris LattnerBuild with newer compiler, with same bug
2002-02-24 Chris LattnerGCC3.0.4 crashes when compiling this. Comment it out...
2002-02-24 Chris LattnerNamespaces
2002-02-24 Chris LattnerClean up std namespace issues
2002-02-24 Chris Lattner64 bit clean now
2002-02-24 Chris Lattner* Make it compile with GCC 3.0.4
2002-02-24 Chris Lattner* Silence signed/unsigned warnings
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-20 Chris LattnerClose input file if exception is thrown
2002-02-20 Chris Lattner* Expose the verifier pass as one that can be ran
2002-02-20 Chris LattnerChange to verifier interface
2002-02-20 Chris LattnerActually implement some checking in the verifier.
2002-02-20 Chris LattnerModernize verifier interface
2002-02-19 Chris LattnerFix isArrayAllocation() to be correct
2002-02-19 Chris LattnerMinor cleanups I missed
2002-02-19 Chris LattnerThese constructors are for internal use only. These...
2002-02-19 Chris LattnerKeep track of memory allocated by alloca so that it...
2002-02-18 Chris LattnerNew testcase
2002-02-18 Chris LattnerImplement exp function
2002-02-18 Chris LattnerHandle more cases in the linker
2002-02-17 Chris LattnerNew testcase
2002-02-14 Chris LattnerBug fix for test/Regression/Other/2002-02-14-LevelRaise...
2002-02-14 Chris LattnerChecking regression test for bugfix
2002-02-14 Chris LattnerImplement conversion of method pointer parameter in...
2002-02-14 Chris Lattner* Check in fix for: llvm/test/Regression/Other/2002...
2002-02-14 Chris LattnerNew testcase for bug in levelraise
2002-02-14 Chris LattnerNew testcase for fixed GCC bug
2002-02-14 Chris LattnerNEw testcase for bugfix
2002-02-13 Chris LattnerChecking testcase for reload problem
2002-02-13 Chris LattnerNew testcase for fixed bug
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerPull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-02-12 Chris LattnerAdd neccesary #include
2002-02-12 Chris LattnerI forgot to provide dominance frontier information...
2002-02-12 Chris LattnerEnable register promotion pass
2002-02-12 Chris LattnerInitial checkin of new memory -> register promotion...
2002-02-12 Chris LattnerAdd new abort-on-exceptions flag
2002-02-12 Chris LattnerAdd comments
2002-02-12 Chris Lattnertest/Features should not contain whole programs
2002-02-11 Chris LattnerNew testcase for bug in -raise pass
2002-02-11 Chris LattnerAllow multiline RUN:'s
2002-02-11 Chris LattnerAdd testcase for sparc backend
2002-02-11 Vikram S. AdveAdded command to build SPARC executable.
2002-02-11 Vikram S. AdveSimple fibonacci test.
2002-02-11 Chris LattnerWrite llvm bytecode to output .s file as last step...
2002-02-11 Vikram S. AdveShell script to simplify running cvs and viewing the...
2002-02-11 Chris LattnerMake array bound checks optional and disabled by default.
2002-02-11 Chris LattnerTry to fix build error
2002-02-11 Chris LattnerFix build error
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris Lattner* Code Cleanups of IGNode.h
2002-02-05 Chris LattnerMust include SetOperations to do set_*
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-02-05 Chris LattnerNew Support file for operations on set like objects
2002-02-05 Chris LattnerRemove empty files
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris LattnerChanges neccesary due to the move of BBLiveVar.h to...
2002-02-05 Chris LattnerRemove empty file
2002-02-05 Chris Lattner* Add a #include not indirectly included any more
2002-02-05 Chris Lattner* Give BBLiveVar.cpp a proper file header
2002-02-05 Chris Lattner* Big cleanups.
2002-02-04 Chris LattnerCode cleanups, no functional change
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerThe interface to instruction scheduling is now just...
2002-02-04 Chris Lattner* RegisterAllocation _uses_ LiveVar analysis, instead...
2002-02-04 Chris Lattner* The itf exposed by InstrScheduling is now a single...
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
2002-02-04 Chris LattnerInstruction scheduling is a real pass now.
2002-02-04 Chris LattnerRemove Obsolete LoopDepthCalculator. All users should...
2002-02-04 Chris LattnerSwitch register allocator over to using LoopInfo direct...
2002-02-04 Chris LattnerMake LoopDeptCalculator be an internal artifact of...
2002-02-04 Chris LattnerREmove huge hack used by register allocator
2002-02-04 Chris LattnerMake #include "llvm/Analysis/LoopDepth.h" be an interna...
2002-02-04 Chris LattnerRemvoe big hack that was used by the register allocator
2002-02-04 Chris LattnerTrim down makefile, again.
next