oota-llvm.git
2002-03-08 Chris LattnerFix for: test/Regression/Assembler/2002-03-08-NameColli...
2002-03-08 Chris LattnerNew testcase
2002-03-08 Chris LattnerFix typo in comment
2002-03-07 Chris LattnerWe were not correctly burrowing down multiple levels...
2002-03-07 Chris LattnerSupport changing the pointer type of a store for the...
2002-03-07 Chris LattnerInitial checkin
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerPull interprocedural analyses out of Analysis library...
2002-03-06 Chris LattnerDon't forget to build gccld!
2002-03-06 Chris LattnerMove call graph printing support out of Writer.h into...
2002-03-06 Chris LattnerMove callgraph printing out of writer.h into callgraph.h
2002-03-06 Chris LattnerSince verifier and SlotCalculator are now in VMCore...
2002-03-06 Chris LattnerPull callgraph out of Cfg namespace
2002-03-06 Chris LattnerPull Callgraph out of the cfg namespace
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-03-03 Vikram S. AdveFix include error.
2002-02-26 Chris LattnerAdd a clean target stub
2002-02-26 Chris LattnerChange to use new pass accessor functions
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris LattnerExpose more entry points to the verifier
2002-02-26 Chris LattnerExpose verifier for method and module, and accept const...
2002-02-26 Chris Lattner* Make all command line arguments static
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Anand ShuklaIncludes -paths option to trace paths in the program
2002-02-26 Chris LattnerPass stuff by reference instead of by copy. Copying...
2002-02-26 Chris LattnerMove processGraph down lower in the file so all of...
2002-02-26 Chris Lattner* Changes to compile successfully with GCC 3.0
2002-02-26 Anand ShuklaMakefile for profile-paths
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...
next