2004-05-01 |
Chris Lattner | Implement SimplifyCFG/branch-cond-merge.ll
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | New testcase:
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Make sure to reprocess instructions used by deleted...
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Make sure the instruction combiner doesn't lose track...
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Fix my missing parens
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Implement SimplifyCFG/branch-cond-prop.ll
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | New testcase for case that simplifycfg should catch
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Remove unused #include
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Iterate over the Machine CFG that Brian added instead...
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Operate on the Machine CFG instead of on the LLVM CFG
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Stop LiveVariables from using BasicBlocks as part of...
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Stop LiveVariables from using BasicBlocks as part of...
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Move the GraphTraits for MachineBasicBlocks to the...
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Add comment about optimizations
|
commit | commitdiff | tree |
2004-05-01 |
Chris Lattner | Add a constructor that got lost
|
commit | commitdiff | tree |
2004-04-30 |
Chris Lattner | Fix broken link, again.
|
commit | commitdiff | tree |
2004-04-30 |
Chris Lattner | Fix a broken link
|
commit | commitdiff | tree |
2004-04-30 |
Chris Lattner | Fix a major pessimization in the instcombiner. If...
|
commit | commitdiff | tree |
2004-04-27 |
Chris Lattner | Fix warning building in optimized mode
|
commit | commitdiff | tree |
2004-04-27 |
Chris Lattner | Fix warning
|
commit | commitdiff | tree |
2004-04-27 |
Chris Lattner | Changes to fix up the inst_iterator to pass to boost...
|
commit | commitdiff | tree |
2004-04-26 |
Chris Lattner | If an object is not in the scalar map then it must...
|
commit | commitdiff | tree |
2004-04-26 |
Chris Lattner | Instcombine X/-1 --> 0-X
|
commit | commitdiff | tree |
2004-04-26 |
Chris Lattner | Add a new testcase for X/-1, fix bug that prevented...
|
commit | commitdiff | tree |
2004-04-23 |
Chris Lattner | Move the scev expansion code into this pass, where...
|
commit | commitdiff | tree |
2004-04-23 |
Chris Lattner | Eliminate all of the SCEV Expansion code which is really...
|
commit | commitdiff | tree |
2004-04-23 |
Chris Lattner | Remove the SCEV::expandCodeFor method, add a new SCEVVisitor...
|
commit | commitdiff | tree |
2004-04-23 |
Chris Lattner | Teach bugpoint to be a little bit smarter and avoid...
|
commit | commitdiff | tree |
2004-04-22 |
Chris Lattner | Disable a previous patch that was causing indvars to...
|
commit | commitdiff | tree |
2004-04-22 |
Chris Lattner | Add an ugly cast
|
commit | commitdiff | tree |
2004-04-22 |
Chris Lattner | Fix an extremely serious thinko I made in revision...
|
commit | commitdiff | tree |
2004-04-22 |
Chris Lattner | Add a method
|
commit | commitdiff | tree |
2004-04-21 |
Chris Lattner | Implement a todo, rewriting all possible scev expressions...
|
commit | commitdiff | tree |
2004-04-21 |
Chris Lattner | This code really wants to iterate over the OPERANDS...
|
commit | commitdiff | tree |
2004-04-21 |
Chris Lattner | Implement a fixme. The helps loops that have induction...
|
commit | commitdiff | tree |
2004-04-21 |
Chris Lattner | Fix an incredibly nasty iterator invalidation problem...
|
commit | commitdiff | tree |
2004-04-21 |
Chris Lattner | bug fixed
|
commit | commitdiff | tree |
2004-04-21 |
Chris Lattner | new testcase for PR326
|
commit | commitdiff | tree |
2004-04-21 |
Chris Lattner | Fix typeo
|
commit | commitdiff | tree |
2004-04-20 |
Chris Lattner | REALLY fix PR324: don't delete linkonce functions until...
|
commit | commitdiff | tree |
2004-04-20 |
Chris Lattner | Pass the callgraph not the module
|
commit | commitdiff | tree |
2004-04-20 |
Chris Lattner | Allow getting the module from a call graph
|
commit | commitdiff | tree |
2004-04-20 |
Chris Lattner | Change it to take a callgraph, from which we can get...
|
commit | commitdiff | tree |
2004-04-20 |
Chris Lattner | Add the ability for SCC passes to initialize and finalize...
|
commit | commitdiff | tree |
2004-04-20 |
Chris Lattner | Fix PR325
|
commit | commitdiff | tree |
2004-04-20 |
Chris Lattner | Fix PR324 and testcase: Inline/2004-04-20-InlineLinkOnce.llx
|
commit | commitdiff | tree |
2004-04-20 |
Chris Lattner | New testcase, distilled from PR324
|
commit | commitdiff | tree |
2004-04-20 |
Chris Lattner | Add support for the select instruction
|
commit | commitdiff | tree |
2004-04-19 |
Chris Lattner | Initial checkin of a simple loop unswitching pass....
|
commit | commitdiff | tree |
2004-04-19 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2004-04-19 |
Chris Lattner | Add accessor for a Loop Unswitching pass
|
commit | commitdiff | tree |
2004-04-19 |
Chris Lattner | Eliminate a poorly conceived method
|
commit | commitdiff | tree |
2004-04-19 |
Chris Lattner | It's not just a printer, it's actually an analysis too
|
commit | commitdiff | tree |
2004-04-19 |
Chris Lattner | * Improve file header comment
|
commit | commitdiff | tree |
2004-04-19 |
Chris Lattner | Remove code to update loop depths
|
commit | commitdiff | tree |
2004-04-19 |
Chris Lattner | Add #include
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Provide an interface that is more convenient for iterating...
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Move isLoopInvariant to the Loop class
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Add new method
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Add new method.
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Correct rewriting of exit blocks after my last patch
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Fix computation of exit blocks
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Loop exit sets are no longer explicitly held, they...
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Change the ExitBlocks list from being explicitly contained...
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Spiff is no longer in our tree
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Reduce the unrolling limit
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | If the preheader of the loop was the entry block of...
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Be much more careful about how we update instructions...
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Another testcase
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Implement method
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Add a new method
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | After unrolling our single basic block loop, fold it...
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Fix a bug: this does not preserve the CFG!
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Add a new method, add a check missing that caused a...
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Allow clients to delete loops, add a new method
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Move loop optimization passes up, add loop unroller
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Add prototype
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Initial checkin of a simple loop unroller. This pass...
|
commit | commitdiff | tree |
2004-04-18 |
Chris Lattner | Make the tail duplication threshold accessible from...
|
commit | commitdiff | tree |
2004-04-17 |
Chris Lattner | Fix a memory leak. We leaked the vector holding the...
|
commit | commitdiff | tree |
2004-04-17 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2004-04-17 |
Chris Lattner | Add the ability to compute exit values for complex...
|
commit | commitdiff | tree |
2004-04-17 |
Chris Lattner | If the loop executes a constant number of times, try...
|
commit | commitdiff | tree |
2004-04-17 |
Chris Lattner | Add the ability to compute trip counts that are only...
|
commit | commitdiff | tree |
2004-04-17 |
Chris Lattner | Fix a HUGE pessimization on X86. The indvars pass...
|
commit | commitdiff | tree |
2004-04-17 |
Chris Lattner | Even if there are not any induction variables in the...
|
commit | commitdiff | tree |
2004-04-16 |
Chris Lattner | Add support for evaluation of exp/log/log10/pow
|
commit | commitdiff | tree |
2004-04-16 |
Chris Lattner | Fix some really nasty dominance bugs that were exposed...
|
commit | commitdiff | tree |
2004-04-16 |
Chris Lattner | Remove libraries that have no reason to be here, and...
|
commit | commitdiff | tree |
2004-04-16 |
Chris Lattner | Fix some of the strange CBE-only failures that happened...
|
commit | commitdiff | tree |
2004-04-16 |
Chris Lattner | Make sure to check for a very bad class of errors:...
|
commit | commitdiff | tree |
2004-04-16 |
Chris Lattner | Bugpoint was not correctly capturing stderr! This...
|
commit | commitdiff | tree |
2004-04-16 |
Chris Lattner | Fix Inline/2004-04-15-InlineDeletesCall.ll
|
commit | commitdiff | tree |
2004-04-15 |
Chris Lattner | New testcase that Brian provided which crashes the...
|
commit | commitdiff | tree |
2004-04-15 |
Chris Lattner | Fix a bug in the previous checkin: if the exit block...
|
commit | commitdiff | tree |
2004-04-15 |
Chris Lattner | Change the canonical induction variable that we insert.
|
commit | commitdiff | tree |
2004-04-15 |
Chris Lattner | add some helpful methods. Rearrange #includes to proper...
|
commit | commitdiff | tree |
2004-04-15 |
Chris Lattner | Add some helpful methods
|
commit | commitdiff | tree |
2004-04-15 |
Chris Lattner | Factor a bunch of classes out into a public header
|
commit | commitdiff | tree |
2004-04-15 |
Chris Lattner | Publically export all of these classes from the ScalarEvolut...
|
commit | commitdiff | tree |
next |