Age | Commit message (Expand) | Author |
2006-01-16 | For PR411: | Reid Spencer |
2006-01-16 | fix a crash due to missing parens | Chris Lattner |
2006-01-16 | This pass has never worked correctly. Remove. | Chris Lattner |
2006-01-14 | Let the inliner update the callgraph to reflect the changes it makes, instead | Chris Lattner |
2006-01-14 | Teach the inliner to update the CallGraph itself, and have it add edges to | Chris Lattner |
2006-01-14 | FunctionPass's cannot do IPO things. | Chris Lattner |
2006-01-14 | Add bswap intrinsics as documented in the Language Reference | Nate Begeman |
2006-01-13 | Added instcombine support for extractelement. | Robert Bocchino |
2006-01-13 | it is ok to dce stacksave. | Chris Lattner |
2006-01-13 | Do a simple instcombine xforms to delete llvm.stackrestore cases. | Chris Lattner |
2006-01-13 | Simplify this a tiny bit by using the new IntrinsicInst functionality. | Chris Lattner |
2006-01-13 | Permit inlining functions that contain dynamic allocations now that | Chris Lattner |
2006-01-13 | If inlining a call to a function that contains dynamic allocas, wrap the | Chris Lattner |
2006-01-13 | Use ClonedCodeInfo to avoid another walk over the inlined code, this this | Chris Lattner |
2006-01-13 | Use the ClonedCodeInfo object to avoid scans of the inlined code when | Chris Lattner |
2006-01-13 | Refactor a bunch of invoke handling stuff out into a new function | Chris Lattner |
2006-01-13 | Allow the code cloning interfaces to capture some important info about the | Chris Lattner |
2006-01-13 | Fix a bug I noticed by inspection: if the first instruction in the inlined | Chris Lattner |
2006-01-13 | Fix 80 column violations | Chris Lattner |
2006-01-11 | Preserve and update ETForest. Patch by Daniel Berlin | Chris Lattner |
2006-01-11 | Switch these to using ETForest instead of DominatorSet to compute itself. | Chris Lattner |
2006-01-11 | Switch this to using ETForest instead of DominatorSet to compute itself. | Chris Lattner |
2006-01-10 | Added support for the extractelement operation. | Robert Bocchino |
2006-01-10 | Added lower packed support for the extractelement operation. | Robert Bocchino |
2006-01-09 | Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin! | Chris Lattner |
2006-01-07 | fix some 176.gcc miscompilation from my previous patch. | Chris Lattner |
2006-01-06 | silence some bogus gcc warnings on fenris | Chris Lattner |
2006-01-06 | Enhance the shift-shift folding code to allow a no-op cast to occur in between | Chris Lattner |
2006-01-06 | Simplify the code a bit more | Chris Lattner |
2006-01-06 | Extract a bunch of code out of visitShiftInst into FoldShiftByConstant. No | Chris Lattner |
2006-01-03 | Pull inline methods out of the pass class definition to make it easier to | Chris Lattner |
2005-12-26 | getting there... | Duraid Madina |
2005-12-14 | Fix Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash.ll, a crash on undefined | Chris Lattner |
2005-12-13 | Improve ResolveFunctions to: | Reid Spencer |
2005-12-12 | Implement a little hack for parity with GCC on crafty. This speeds up | Chris Lattner |
2005-12-05 | getRawValue zero extens for unsigned values, use getsextvalue so that we | Chris Lattner |
2005-12-05 | Wrap a long line, never internalize llvm.used. | Chris Lattner |
2005-12-03 | Fix SimplifyCFG/2005-12-03-IncorrectPHIFold.ll | Chris Lattner |
2005-11-30 | Fix a bug where we didn't realize that vaarg reads memory. This fixes | Chris Lattner |
2005-11-28 | a few more comments on the interfaces and functions | Andrew Lenharth |
2005-11-28 | Added documented rsprofiler interface. Also remove new profiler passes, the | Andrew Lenharth |
2005-11-28 | Fix VC++ warning. | Jeff Cohen |
2005-11-28 | Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,... | Andrew Lenharth |
2005-11-25 | since reg2mem requires it, might as well mention that it preserves it | Andrew Lenharth |
2005-11-22 | Reg2Mem is something a pass may depend on, so allow that | Andrew Lenharth |
2005-11-22 | turns out, demotion and invokes and critical edges don't mix | Andrew Lenharth |
2005-11-18 | Fix a crash building 176.gcc due to my recent patch, which only fixed | Chris Lattner |
2005-11-18 | Implement a refinement to the mem2reg algorithm for cases where an alloca | Chris Lattner |
2005-11-18 | This needs proper dominance | Chris Lattner |
2005-11-17 | This was checking the wrong GEP expression. Fixing this fixes a gccas crash | Chris Lattner |