2002-10-01 |
Chris Lattner | Check in DataStructure rewrite so far.
|
commit | commitdiff | tree |
2002-10-01 |
Chris Lattner | Initial checkin of Steensgaards context insensitive...
|
commit | commitdiff | tree |
2002-10-01 |
Chris Lattner | Checkin some major reworks of data structure analysis...
|
commit | commitdiff | tree |
2002-10-01 |
Chris Lattner | Make sure to use the TimerGroup that we created!
|
commit | commitdiff | tree |
2002-10-01 |
Chris Lattner | Make sure not to count the PassManager wrapers
|
commit | commitdiff | tree |
2002-10-01 |
Chris Lattner | Factor timer code out of PassManager implementation...
|
commit | commitdiff | tree |
2002-10-01 |
Chris Lattner | Checkin generic interval timer support
|
commit | commitdiff | tree |
2002-09-30 |
Chris Lattner | Allow production of -stats output for benchmarks by...
|
commit | commitdiff | tree |
2002-09-30 |
Chris Lattner | Allow production of -stats output for benchmarks by...
|
commit | commitdiff | tree |
2002-09-29 |
Chris Lattner | Minor tweak
|
commit | commitdiff | tree |
2002-09-29 |
Chris Lattner | Enable buidling of programs on Linux again
|
commit | commitdiff | tree |
2002-09-29 |
Chris Lattner | Fix a problem that was caused by stale analyses being...
|
commit | commitdiff | tree |
2002-09-29 |
Chris Lattner | Fix bug in LICM that caused the previous big win. :(
|
commit | commitdiff | tree |
2002-09-29 |
Chris Lattner | Hoist the contents of Loops in depth first order in...
|
commit | commitdiff | tree |
2002-09-29 |
Chris Lattner | Fix printing of loop information
|
commit | commitdiff | tree |
2002-09-29 |
Chris Lattner | Improve printing of dominator sets
|
commit | commitdiff | tree |
2002-09-29 |
Chris Lattner | Fix major bugs in dominator set & tree information...
|
commit | commitdiff | tree |
2002-09-29 |
Chris Lattner | Simplify code a bit, add an assertion
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | First try at implementing the AliasSetTracker class...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | * Run preheaders pass tests
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Checkin the simple features tests for the preheader...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | - Further cleanups of LICM pass, remove extra work...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Improve comments, doxygenize more
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Don't hardcode path to dot in the doxygen config file...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Don't hardcode path to doxygen
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Clean up LICM significantly now that it is guaranteed...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Change pass name to something sane
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Loop invariant code motion now depends on the LoopPreheader...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | - Cleanup break-crit-edges pass by making SplitCriticalEdge...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Checkin new loop-preheader insertion pass.
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Checkin new loop-preheader insertion pass.
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Fix printing of loop information
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | - Fix bug in LoopInfo causing ParentLoop to be garbage
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | - Add methods to ImmediateDominators & DominatorTree...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | - Add methods to ImmediateDominators & DominatorTree...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Add a new "DominatorSet::addDominator" method to allow...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | - Add new methods to LoopInfo: getLoopPreheader,...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | - Add new methods to LoopInfo: getLoopPreheader,...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | - Add new ctor to BasicBlock to allow insertion before...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | - Add new ctor to BasicBlock to allow insertion before...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Converted SimpleStructMutation to take TargetData as...
|
commit | commitdiff | tree |
2002-09-26 |
Chris Lattner | Converted SimpleStructMutation to take TargetData as...
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Change LowerAllocations pass to 'require' TargetData...
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Change LowerAllocations pass to 'require' TargetData...
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Convert TargetData to be an ImmutablePass
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Convert TargetData to be an ImmutablePass
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Add documentation for ImmutablePass's
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | ImmutablePass's don't need a runOnFunction, nor do...
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Convert BasicVN to be an ImmutablePass
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | * Fix ugly bug in previous checkin where I reused the...
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Convert BasicAA to be an immutable pass instead of...
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Add support for ImmutablePasses, which are not run...
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Checkin stub for Misha to implement
|
commit | commitdiff | tree |
2002-09-25 |
Chris Lattner | Make sure to print message when linking a debug .o...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Eliminate extraneous #include
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | A lot of this stuff has been done. Remove the done...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | New feature test for something we have done for a long...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | New testcase that causes SimplifyCFG to assert out.
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | - Do not expose Critical Edge breaking mechanics outside...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | - Do not expose Critical Edge breaking mechanics outside...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | - Do not expose Critical Edge breaking mechanics...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Correlated Exprs pass now requires BCE pass instead...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | - Expose passinfo from BreakCriticalEdges pass so...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Expose passinfo from BreakCriticalEdges pass so that...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Make sure to close the file before deleting it
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Minor cleanups
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Add new BreakCriticalEdges pass
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Add new BreakCriticalEdges pass
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | There are no implicit gep forms of load and store anymore
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Make users of FindUsedTypes not have problems with...
|
commit | commitdiff | tree |
2002-09-24 |
Chris Lattner | Make users of FindUsedTypes not have problems with...
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | Convert to using long indexes instead of uint
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | Optimize away cases like:
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | Add some more testcases for things to get optimized...
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | Fix: ConstantMerge/2002-09-23-CPR-Update.ll
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | New testcase distilled from SPEC vortex benchmark
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | Run constantmerge tests too
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | Fix testcase to accurately expose bug
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | New testcase distilled from SPEC MCF benchmark
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | Insert resolved constants into the global map so they...
|
commit | commitdiff | tree |
2002-09-23 |
Chris Lattner | Group #includes better
|
commit | commitdiff | tree |
2002-09-22 |
Chris Lattner | 'whoami' doesn't exist on solaris
|
commit | commitdiff | tree |
2002-09-22 |
Chris Lattner | Update url
|
commit | commitdiff | tree |
2002-09-22 |
Chris Lattner | Add information about the DEBUG() macro and the Statistic...
|
commit | commitdiff | tree |
2002-09-22 |
Chris Lattner | * Remove the -stopraise option, which is no longer...
|
commit | commitdiff | tree |
2002-09-22 |
Chris Lattner | Don't insert a PHI node to merge "returns" from an...
|
commit | commitdiff | tree |
2002-09-22 |
Chris Lattner | * Minor fixes to support C files.
|
commit | commitdiff | tree |
2002-09-22 |
Chris Lattner | Clean up dead rules
|
commit | commitdiff | tree |
2002-09-22 |
Chris Lattner | Fix tons of warnings, convert burg to use Makefile...
|
commit | commitdiff | tree |
2002-09-20 |
Chris Lattner | Fix cwriter to not output FP constants in ascii, output...
|
commit | commitdiff | tree |
2002-09-20 |
Chris Lattner | Fix bug: 2002-09-20-VarArgPrototypes.ll
|
commit | commitdiff | tree |
2002-09-20 |
Chris Lattner | Build with $(CC), not gcc explicitly
|
commit | commitdiff | tree |
2002-09-20 |
Chris Lattner | New testcase for cbe
|
commit | commitdiff | tree |
2002-09-20 |
Chris Lattner | Fix output of typedefs to avoid syntax errors.
|
commit | commitdiff | tree |
2002-09-20 |
Chris Lattner | * Add a couple of comments to the output c code
|
commit | commitdiff | tree |
2002-09-20 |
Chris Lattner | Another change that doesn't affect functionality. ...
|
commit | commitdiff | tree |
2002-09-20 |
Chris Lattner | Make the StructPrinted set only take memory when it...
|
commit | commitdiff | tree |
next |