oota-llvm.git
2002-09-28 Vikram S. AdveFixed incorrect assertion: spill code for function...
2002-09-28 Vikram S. AdveReturn address register should be marked as "result...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveSimplified code that handles call args and rets, so...
2002-09-28 Vikram S. AdveSimplify Call translation slightly.
2002-09-28 Vikram S. AdveRegression test for live range bug for call arguments.
2002-09-27 Vikram S. AdveOverhaul integer conversions to match C++ ISO standard.
2002-09-27 Vikram S. AdveModify operand order for Create{Sign,Zero}ExtensionInst...
2002-09-27 Vikram S. AdveBug fix: some redundant copies were not being deleted...
2002-09-27 Vikram S. AdveSign-extend integer constants from original type size...
2002-09-27 Vikram S. AdveDecompose FP-to-UInt casts into FP-to-ULong-toUInt.
2002-09-27 Vikram S. AdveSimple test for constant expressions constructed from...
2002-09-27 Vikram S. AdveOverhauled completely.
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...
2002-09-26 Chris Lattner* Run preheaders pass tests
2002-09-26 Chris LattnerCheckin the simple features tests for the preheader...
2002-09-26 Chris Lattner - Further cleanups of LICM pass, remove extra work...
2002-09-26 Chris LattnerImprove comments, doxygenize more
2002-09-26 Chris LattnerDon't hardcode path to dot in the doxygen config file...
2002-09-26 Chris LattnerDon't hardcode path to doxygen
2002-09-26 Chris LattnerClean up LICM significantly now that it is guaranteed...
2002-09-26 Chris LattnerChange pass name to something sane
2002-09-26 Chris LattnerLoop invariant code motion now depends on the LoopPrehe...
2002-09-26 Chris Lattner- Cleanup break-crit-edges pass by making SplitCritical...
2002-09-26 Chris LattnerCheckin new loop-preheader insertion pass.
2002-09-26 Chris LattnerCheckin new loop-preheader insertion pass.
2002-09-26 Chris LattnerFix printing of loop information
2002-09-26 Chris Lattner - Fix bug in LoopInfo causing ParentLoop to be garbage
2002-09-26 Chris Lattner - Add methods to ImmediateDominators & DominatorTree...
2002-09-26 Chris Lattner - Add methods to ImmediateDominators & DominatorTree...
2002-09-26 Chris LattnerAdd a new "DominatorSet::addDominator" method to allow...
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
2002-09-26 Chris Lattner - Add new ctor to BasicBlock to allow insertion befor...
2002-09-26 Chris Lattner - Add new ctor to BasicBlock to allow insertion befor...
2002-09-26 Chris LattnerConverted SimpleStructMutation to take TargetData as...
2002-09-26 Chris LattnerConverted SimpleStructMutation to take TargetData as...
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-25 Chris LattnerConvert TargetData to be an ImmutablePass
2002-09-25 Chris LattnerConvert TargetData to be an ImmutablePass
2002-09-25 Chris LattnerAdd documentation for ImmutablePass's
2002-09-25 Chris LattnerImmutablePass's don't need a runOnFunction, nor do...
2002-09-25 Chris LattnerConvert BasicVN to be an ImmutablePass
2002-09-25 Chris Lattner* Fix ugly bug in previous checkin where I reused the...
2002-09-25 Chris LattnerConvert BasicAA to be an immutable pass instead of...
2002-09-25 Chris LattnerAdd support for ImmutablePasses, which are not run...
2002-09-25 Nick HildenbrandtStrings now handled correctly.
2002-09-25 Chris LattnerCheckin stub for Misha to implement
2002-09-25 Chris LattnerMake sure to print message when linking a debug .o...
2002-09-24 Chris Lattner - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAll...
2002-09-24 Chris LattnerEliminate extraneous #include
2002-09-24 Chris LattnerA lot of this stuff has been done. Remove the done...
2002-09-24 Chris LattnerNew feature test for something we have done for a long...
2002-09-24 Chris LattnerFix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll
2002-09-24 Chris LattnerNew testcase that causes SimplifyCFG to assert out.
2002-09-24 Chris Lattner- Do not expose Critical Edge breaking mechanics outsid...
2002-09-24 Chris Lattner - Do not expose Critical Edge breaking mechanics outsi...
2002-09-24 Chris Lattner - Do not expose Critical Edge breaking mechanics...
2002-09-24 Chris Lattner Correlated Exprs pass now requires BCE pass instead...
2002-09-24 Chris Lattner - Expose passinfo from BreakCriticalEdges pass so...
2002-09-24 Chris LattnerExpose passinfo from BreakCriticalEdges pass so that...
2002-09-24 Chris LattnerMake sure to close the file before deleting it
2002-09-24 Chris LattnerMinor cleanups
2002-09-24 Chris LattnerAdd new BreakCriticalEdges pass
2002-09-24 Chris LattnerAdd new BreakCriticalEdges pass
2002-09-24 Chris LattnerThere are no implicit gep forms of load and store anymore
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-09-23 Chris LattnerConvert to using long indexes instead of uint
2002-09-23 Chris LattnerOptimize away cases like:
2002-09-23 Chris LattnerAdd some more testcases for things to get optimized...
2002-09-23 Chris LattnerFix: ConstantMerge/2002-09-23-CPR-Update.ll
2002-09-23 Chris LattnerNew testcase distilled from SPEC vortex benchmark
2002-09-23 Chris LattnerRun constantmerge tests too
2002-09-23 Nick HildenbrandtParenthesis are now added to casts of type array.
2002-09-23 Chris Lattner* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
2002-09-23 Chris LattnerFix testcase to accurately expose bug
2002-09-23 Chris LattnerNew testcase distilled from SPEC MCF benchmark
2002-09-23 Chris LattnerInsert resolved constants into the global map so they...
2002-09-23 Chris LattnerGroup #includes better
2002-09-23 Vikram S. AdveAllow LLC to be executed on Linux; only the LLC output...
2002-09-23 Vikram S. AdveC tests are run via Makefile.singlesrc so don't run...
2002-09-23 Vikram S. AdvePut intermediate source files in a subdirectory here...
2002-09-23 Vikram S. AdveDisable reassociation pass in LLC until it is fixed.
2002-09-22 Chris Lattner'whoami' doesn't exist on solaris
2002-09-22 Chris LattnerUpdate url
2002-09-22 Chris LattnerAdd information about the DEBUG() macro and the Statist...
2002-09-22 Chris Lattner* Remove the -stopraise option, which is no longer...
2002-09-22 Chris LattnerDon't insert a PHI node to merge "returns" from an...
2002-09-22 Chris Lattner* Minor fixes to support C files.
2002-09-22 Chris LattnerClean up dead rules
2002-09-22 Chris LattnerFix tons of warnings, convert burg to use Makefile...
2002-09-21 Anand ShuklaChanged codegen to add 2 empty slots at the top of...
2002-09-21 Anand ShuklaInitial version: it adds 2 empty slots at the top of...
2002-09-20 Chris LattnerFix cwriter to not output FP constants in ascii, output...
2002-09-20 Chris LattnerFix bug: 2002-09-20-VarArgPrototypes.ll
2002-09-20 Chris LattnerBuild with $(CC), not gcc explicitly
2002-09-20 Chris LattnerNew testcase for cbe
2002-09-20 Nick HildenbrandtNew testcase for broken type printing for the cwriter
next