Add method to get # nodes in the graph
[oota-llvm.git] / lib /
2002-03-18 Vikram S. AdveFixed several problems with handling arguments to Phis.
2002-03-18 Vikram S. AdveBig bug fix: killed uses were being inserted instead...
2002-03-18 Vikram S. AdveJust a comment.
2002-03-18 Vikram S. AdveNew pass to decompose multi-dimensional array reference...
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-03-18 Vikram S. AdveBug fix in setting CC register.
2002-03-18 Vikram S. AdveConstants are now added to the constant pool only when...
2002-03-18 Vikram S. AdveUse vector for machine instructions returned by GetInst...
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-03-18 Vikram S. AdveAdd support for code generation for array references.
2002-03-18 Vikram S. AdveBug fixes for not using unified reg. numbers, and for...
2002-03-18 Vikram S. AdveUse distinct names for the three types of SetMachineOpe...
2002-03-18 Vikram S. AdveMinor fixes.
2002-03-18 Vikram S. AdveHandling of global names was severely broken when conve...
2002-03-18 Vikram S. AdveSeveral sundry bug fixes.
2002-03-17 Chris LattnerMake an assertion provide a more helpful error message
2002-03-15 Chris LattnerRemove code designed to compensate for a bug in GCC...
2002-03-15 Chris LattnerCheckin new test for problem anand ran into
2002-03-15 Chris LattnerCleanup error message output a bit
2002-03-14 Chris LattnerFix test/Regression/Other/2002-03-14-ValueToLarge.ll...
2002-03-14 Chris LattnerAdd a check to ensure that only PHI nodes are self...
2002-03-14 Chris LattnerFix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.ll
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-InstCombineHa...
2002-03-11 Chris Lattnerupdate comments
2002-03-11 Chris Lattner* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseI...
2002-03-11 Chris LattnerImplement TODO for better diagnostic output
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
2002-03-11 Chris LattnerBugfix for test/Regression/Other/2002-03-11-ExprAsserti...
2002-03-11 Chris LattnerRemove runtime library in favor of users linking agains...
2002-03-11 Chris LattnerDo not link in runtime library anymore, assume that...
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-LevelRaiseCal...
2002-03-08 Chris LattnerImplement a bunch of new functions to support the SPECI...
2002-03-08 Chris Lattner* Add new method localLookup
2002-03-08 Chris LattnerFix bug: test/Regression/2002-03-08-NameCollision2.ll
2002-03-08 Chris LattnerFix minor memory leak
2002-03-08 Chris LattnerFix for: test/Regression/Assembler/2002-03-08-NameColli...
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 LattnerMove call graph printing support out of Writer.h into...
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 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 LattnerMove ProfilePaths class into ProfilePaths library,...
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 ShuklaNew makefile to include ProfilePaths dir
2002-02-25 Chris LattnerFix bug: test/Regression/Other/2002-02-24-InlineBrokePH...
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 LattnerBuild with newer compiler, with same bug
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-20 Chris LattnerClose input file if exception is thrown
2002-02-20 Chris LattnerChange to verifier interface
2002-02-20 Chris LattnerActually implement some checking in the verifier.
2002-02-19 Chris LattnerFix isArrayAllocation() to be correct
2002-02-19 Chris LattnerKeep track of memory allocated by alloca so that it...
2002-02-18 Chris LattnerImplement exp function
2002-02-18 Chris LattnerHandle more cases in the linker
2002-02-14 Chris LattnerBug fix for test/Regression/Other/2002-02-14-LevelRaise...
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-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris LattnerAdd neccesary #include
2002-02-12 Chris LattnerI forgot to provide dominance frontier information...
2002-02-12 Chris LattnerInitial checkin of new memory -> register promotion...
2002-02-12 Chris LattnerAdd new abort-on-exceptions flag
2002-02-11 Chris LattnerWrite llvm bytecode to output .s file as last step...
2002-02-11 Chris LattnerMake array bound checks optional and disabled by default.
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 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 Lattner* Add a #include not indirectly included any more
next