Age | Commit message (Expand) | Author |
2009-03-31 | Update call graph after inlining invoke. | Devang Patel |
2009-03-23 | Now that errs() is properly non-buffered, there's no need to | Dan Gohman |
2009-03-21 | Factorize out a concept - no functionality change. | Duncan Sands |
2009-03-20 | Don't load values out of global constants with weak | Duncan Sands |
2009-03-19 | Fix comment typo. | Dale Johannesen |
2009-03-18 | Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl. | Zhou Sheng |
2009-03-18 | Fix a bug. | Zhou Sheng |
2009-03-13 | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling |
2009-03-13 | Second installment of "BasicBlock operands to the back" | Gabor Greif |
2009-03-13 | Fix one more place where debug info affected | Dale Johannesen |
2009-03-12 | Previous debug info fix to this code wasn't quite | Dale Johannesen |
2009-03-12 | There already was a class to force deterministic | Dale Johannesen |
2009-03-12 | Another missing check for debug intrinsics. | Dale Johannesen |
2009-03-12 | Allow for switch values bigger than 64 bits. | Dale Johannesen |
2009-03-12 | Fix some nondeterministic behavior when forwarding | Dale Johannesen |
2009-03-10 | Don't consider debug intrinsics when checking | Dale Johannesen |
2009-03-10 | Ignore dbg info, while estimating size of jump through block. | Devang Patel |
2009-03-10 | If a function is marked alwaysinline, it must be inlined (possibly for correc... | Evan Cheng |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2009-03-06 | Fix another case where debug info interferes with | Dale Johannesen |
2009-03-06 | While hoisting instruction to speculatively execute simple bb, ignore dbg int... | Devang Patel |
2009-03-06 | Tweak the check for promotable alloca's to handle | Dale Johannesen |
2009-03-06 | Add "check/remove dbg var" helper routines. | Devang Patel |
2009-03-04 | Revert unintended commmit. | Dale Johannesen |
2009-03-04 | Skip ptr-to-ptr bitcasts when counting in another case. | Dale Johannesen |
2009-03-04 | Always skip ptr-to-ptr bitcasts when counting, | Dale Johannesen |
2009-03-03 | Marking debug info intrinsics as not touching memory | Dale Johannesen |
2009-03-03 | Instruction counters must skip the bitcasts that | Dale Johannesen |
2009-03-03 | When removing a store to an alloca that has only one | Dale Johannesen |
2009-03-03 | Remove accidental check-ins in r65960. :-( | Bill Wendling |
2009-03-03 | Use > instead of >=. We want to promote aggregates of 128-bytes. | Bill Wendling |
2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
2009-03-03 | When sinking an insn in InstCombine bring its debug | Dale Johannesen |
2009-02-27 | Fix compiler warning about uninitialized variables. No functional change. | Nick Lewycky |
2009-02-26 | Ignore dbg info intrinsics when folding conditional branch to | Zhou Sheng |
2009-02-25 | Don't block basic block with only SwitchInst to fold into predecessors. | Zhou Sheng |
2009-02-24 | While folding unconditional return move DbgRegionEndInst into the predecessor... | Devang Patel |
2009-02-23 | Changed option name from inline-threshold to basic-inline-threshold because | Mon P Wang |
2009-02-21 | Add AddrModeMatcher.cpp | Evan Cheng |
2009-02-20 | Factor address mode matcher out of codegen prepare to make it available to ot... | Evan Cheng |
2009-02-20 | Just roll back the previous change to -mem2reg. | Zhou Sheng |
2009-02-20 | patch to update the line number information in pass -mem2reg. | Zhou Sheng |
2009-02-16 | Fix typo caused by too much surfing, dudes... | Nick Lewycky |
2009-02-12 | Fix a nasty bug (PR3550) where the inline pass could incorrectly mark | Chris Lattner |
2009-02-11 | If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun... | Devang Patel |
2009-02-10 | Ignore dbg intrinsic while folding unconditional branch. | Devang Patel |
2009-02-10 | Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin... | Devang Patel |
2009-02-10 | Enable scalar replacement of AllocaInst whose one of the user is dbg info. | Devang Patel |
2009-02-05 | Revert rev. 63876. It is causing llvm-gcc bootstrap failure. | Devang Patel |
2009-02-05 | Ignore dbg intrinsics while propagating conditional expression info. | Devang Patel |