2006-11-03 |
Chris Lattner | silence warnings
|
commit | commitdiff | tree |
2006-11-02 |
Chris Lattner | fix a bug reid noticed
|
commit | commitdiff | tree |
2006-11-02 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-11-02 |
Chris Lattner | Implement the getRegForInlineAsmConstraint method for...
|
commit | commitdiff | tree |
2006-11-02 |
Chris Lattner | Allow the getRegForInlineAsmConstraint method to return...
|
commit | commitdiff | tree |
2006-11-02 |
Chris Lattner | generalize this api
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | give branch folding a simple heuristic to decide which...
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | extra pass is required now
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | Fix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and...
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | new testcase that crashes global opt, reduced from...
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | Factor gep instructions through phi nodes.
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | remove a testcase for a marginal feature
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | Turn a phi of many loads into a phi of the address...
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | Fix a bug in the previous patch
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | Fold things like "phi [add (a,b), add(c,d)]" into two...
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | make tail merging more aggressive. If two blocks share...
|
commit | commitdiff | tree |
2006-11-01 |
Chris Lattner | enable branch folding with an option
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | Compile CodeGen/PowerPC/fp-branch.ll to:
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | This test should compile down to one comparison, not...
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | look through isunordered to inline it into branch blocks.
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | allow the address of a global to be used with the ...
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | implement the 'c' inline asm modifier character
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | new testcase for PR882
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | handle global address constant sdnodes
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | handle "st" as "st(0)"
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | TargetLowering::isOperandValidForConstraint
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | Change the prototype for TargetLowering::isOperandValidForCo...
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | generalize the fix for PR977 to also fix
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | another testcase for PR977
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | Fix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBlock.ll
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | testcase for PR977
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | Turn an assert into an error message. This is commonly...
|
commit | commitdiff | tree |
2006-10-31 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
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 |
next |