oota-llvm.git
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. AdveAdded function computeOffsetforLocalVar to check how...
2002-03-18 Vikram S. AdveUse vector for machine instructions in GetInstructionsB...
2002-03-18 Vikram S. AdveAdded machine-independent value for INVALID_MACHINE_OPCODE.
2002-03-18 Vikram S. AdveAdd function getRegClassIDOfType.
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. AdveBug fix in setting CC register.
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 LattnerConvert the top line of the header from .cpp style...
2002-03-17 Chris LattnerMake an assertion provide a more helpful error message
2002-03-16 Vikram S. AdveRegression tests for live-variable analysis on machine...
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 LattnerExpose dead instruction elimination pass
2002-03-14 Chris LattnerFix test/Regression/Other/2002-03-14-ValueToLarge.ll...
2002-03-14 Chris LattnerTestcase for bug
2002-03-14 Chris LattnerNew testcase
2002-03-14 Chris LattnerNew test case for long standing bug that was fixed
2002-03-14 Chris LattnerForgot to check this in a long time ago
2002-03-14 Chris LattnerNew testcase
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-14 Chris LattnerNew testcase for bugfx
2002-03-12 Chris LattnerNew testcase
2002-03-12 Chris LattnerNew testcase
2002-03-12 Chris LattnerEcho the right tool name on error
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-InstCombineHa...
2002-03-11 Chris LattnerNew testcase
2002-03-11 Chris Lattnerupdate comments
2002-03-11 Chris Lattner* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseI...
2002-03-11 Chris LattnerNew testcase
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 LattnerNew testcase for failure
2002-03-11 Chris LattnerBugfix for test/Regression/Other/2002-03-11-ExprAsserti...
2002-03-11 Chris LattnerTestcase that causes an assertion failure in lib/Analys...
2002-03-11 Chris LattnerNew testcase for broken GCCism
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 Lattner* Implement linking to libraries
2002-03-11 Chris LattnerAdd strcat function
2002-03-11 Chris LattnerAdd var to find GCCLD tool
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-LevelRaiseCal...
2002-03-11 Chris LattnerNew testcase for crashing bug
2002-03-08 Chris LattnerCheckin library infrastructure for building stuff to...
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 LattnerNew testcase
2002-03-08 Chris LattnerFix minor memory leak
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
next