2006-10-31 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-30 |
Chris Lattner | fix miscompilation of llvm.isunordered, where we branched...
|
commit | commitdiff | tree |
2006-10-30 |
Chris Lattner | fix wonky indentation
|
commit | commitdiff | tree |
2006-10-30 |
Chris Lattner | fix this regtest
|
commit | commitdiff | tree |
2006-10-30 |
Chris Lattner | add a new form of insert.
|
commit | commitdiff | tree |
2006-10-30 |
Chris Lattner | Add SmallString a (currently) minimal class that adapts...
|
commit | commitdiff | tree |
2006-10-30 |
Chris Lattner | add a method
|
commit | commitdiff | tree |
2006-10-29 |
Chris Lattner | add newline at end of file
|
commit | commitdiff | tree |
2006-10-29 |
Chris Lattner | add a highly efficient hash table that is specialized...
|
commit | commitdiff | tree |
2006-10-29 |
Chris Lattner | Add a new llvm::Allocator abstraction, which will be...
|
commit | commitdiff | tree |
2006-10-29 |
Chris Lattner | Fix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash...
|
commit | commitdiff | tree |
2006-10-29 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-29 |
Chris Lattner | Make CanFallThrough more intelligent (so it can handle...
|
commit | commitdiff | tree |
2006-10-29 |
Chris Lattner | fix Generic/2006-10-29-Crash.ll
|
commit | commitdiff | tree |
2006-10-29 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-29 |
Chris Lattner | Fix a load folding issue that Evan noticed: there is...
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | split critical edges more carefully and intelligently...
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | Teach branch folding to fold identical jump tables...
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | add an assertion
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | remove dead method
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | add a method for hacking on JTIdx's
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | const'ify jump table stuff
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | add a method for deleting dead jump tables.
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | add an assert
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | don't print dead jump tables
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | determine whether a change was made
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | implement the BlockHasNoFallThrough hook
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | improve deletion of blocks that just contain branches...
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | add another target hook for branch folding.
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | Split *all* critical edges before isel. This resolves...
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | add option to isCriticalEdge
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | break edges more intelligently
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | Expose a smarter way to break critical edges.
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | SplitCriticalEdge checks to see if an edge is critical...
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | Fix a serious bug that caused any x86 vector stuff...
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | add a method
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | prepare for a change I'm about to make
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | don't dist internal readme
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | don't dist internal readme's
|
commit | commitdiff | tree |
2006-10-28 |
Chris Lattner | don't distribute internal readme's
|
commit | commitdiff | tree |
2006-10-27 |
Chris Lattner | Fix a bug in merged condition handling (CodeGen/Generic...
|
commit | commitdiff | tree |
2006-10-27 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-27 |
Chris Lattner | this doesn't occur any more in mason
|
commit | commitdiff | tree |
2006-10-27 |
Chris Lattner | the code in question is now:
|
commit | commitdiff | tree |
2006-10-27 |
Chris Lattner | remove debug code
|
commit | commitdiff | tree |
2006-10-27 |
Chris Lattner | Codegen cond&cond with two branches. This compiles...
|
commit | commitdiff | tree |
2006-10-27 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-27 |
Chris Lattner | Turn conditions like x<Y|z==q into multiple blocks.
|
commit | commitdiff | tree |
2006-10-27 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-26 |
Chris Lattner | Fix Transforms/InstCombine/2006-10-26-VectorReassoc.ll
|
commit | commitdiff | tree |
2006-10-26 |
Chris Lattner | new testcase, should not reassoc fp vector
|
commit | commitdiff | tree |
2006-10-26 |
Chris Lattner | Add isFPOrFPVector() method, which indicates if a type...
|
commit | commitdiff | tree |
2006-10-25 |
Chris Lattner | simplify code
|
commit | commitdiff | tree |
2006-10-25 |
Chris Lattner | hide symbols properly
|
commit | commitdiff | tree |
2006-10-25 |
Chris Lattner | turn off tail merging for now
|
commit | commitdiff | tree |
2006-10-25 |
Chris Lattner | be more aggressive about matching identical instructions.
|
commit | commitdiff | tree |
2006-10-25 |
Chris Lattner | Allow this to pass on ppc
|
commit | commitdiff | tree |
2006-10-25 |
Chris Lattner | Modernize the testcase, allow it to pass on ppc
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | Targets should depend on all the intrinsics.td files...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | visitSwitchCase knows how to insert conditional branches...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | Generalize CaseBlock a bit more:
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | update comment
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | Fix CodeGen/IA64/ret-0.ll, which has apparently been...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | generalize 'CaseBlock'. It really allows any comparison...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | implement uncond branch insertion, mark branches with...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | implement uncond branch insertion for the branch folding...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | implement uncond branch insertion so alpha works work...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | implement uncond branch insertion for sparc to fix...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | new bad case
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | New testcase that crashes scalarrepl
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | move single basic blocks that are neither fallen into...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | Add intrinsics for the rest of the DCB* instructions.
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | add missing dcb* intrinsics
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | Revert back to r1.21, which was the last revision of...
|
commit | commitdiff | tree |
2006-10-24 |
Chris Lattner | add moveBefore/moveAfter helper methods
|
commit | commitdiff | tree |
2006-10-23 |
Chris Lattner | add two helper methods
|
commit | commitdiff | tree |
2006-10-23 |
Chris Lattner | Enable tail merging by default.
|
commit | commitdiff | tree |
2006-10-23 |
Chris Lattner | Handle fallout from the recent branch-on-undef changes...
|
commit | commitdiff | tree |
2006-10-23 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-10-23 |
Chris Lattner | Minor tweak. Instead of generating:
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | Fix phi node updating for switches lowered to linear...
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | disable this code for now, it's not yet safely updating...
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | this part implemented.
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | Implement PR964 and Regression/CodeGen/Generic/SwitchLowering.ll
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | new testcase for PR964
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | Add a workaround for PR962, disabling the more aggressive...
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | regenerate
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | change keyword to datalayout
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | Change keyword to datalayout
|
commit | commitdiff | tree |
2006-10-22 |
Chris Lattner | 3 Changes:
|
commit | commitdiff | tree |
2006-10-21 |
Chris Lattner | New, wonderful isSuccessor method
|
commit | commitdiff | tree |
2006-10-21 |
Chris Lattner | don't break infinite loops
|
commit | commitdiff | tree |
2006-10-21 |
Chris Lattner | Implement support for branch reversal, fix a bug in...
|
commit | commitdiff | tree |
2006-10-21 |
Chris Lattner | Use branch reversal to do stuff like this:
|
commit | commitdiff | tree |
2006-10-21 |
Chris Lattner | Implement support for branch condition reversal.
|
commit | commitdiff | tree |
2006-10-21 |
Chris Lattner | Transform code like:
|
commit | commitdiff | tree |
next |