aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-17The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel
2009-02-17Remove trailing whitespace to reduce later commit patch noise.Scott Michel
2009-02-17Emit debug info for bitfields.Devang Patel
2009-02-17tools like nm and ar only need register_claim_file and add_symbols. Don't abortRafael Espindola
2009-02-17LoopIndexSplit doesn't actually use ScalarEvolution.Dan Gohman
2009-02-17Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman
2009-02-17commit a tweaked version of Daniel's patch for PR3599. We nowChris Lattner
2009-02-17Move dumpPassStructure out of line.Dan Gohman
2009-02-17Tidy whitespace.Dan Gohman
2009-02-17Delete trailing whitespace.Dan Gohman
2009-02-17This transform also applies to private linkage.Duncan Sands
2009-02-17Fix 80-column violation.Dan Gohman
2009-02-17A couple of places where reused use operands should be marked kill. This is e...Evan Cheng
2009-02-17add a horrible noteChris Lattner
2009-02-17--- Merging (from foreign repository) r64714 into '.':Bill Wendling
2009-02-17Testcase for rev. 64704Devang Patel
2009-02-17Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng
2009-02-17Simplify; fix some 80-column violations.Dan Gohman
2009-02-16Delete trailing whitespace.Dan Gohman
2009-02-16Fix EnforceKnownAlignment so that it doesn't ever reduce the alignmentDan Gohman
2009-02-16Add llvm::RoundUpToAlignment.Daniel Dunbar
2009-02-16Fix bug where APSInt::operator-- incremented instead of decremented.Ted Kremenek
2009-02-16Test case for llvm-gcc rev. 64648.Devang Patel
2009-02-16Fix typo caused by too much surfing, dudes...Nick Lewycky
2009-02-16Delete this long-commented-out code. The situation it seems to haveDan Gohman
2009-02-16Rename IndVarsSimplify to IndVarSimplify, to be consistent withDan Gohman
2009-02-16Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.Dan Gohman
2009-02-15Don't assume that a left-shift of a value with one bit set will haveDan Gohman
2009-02-15MachineLICM now handles these cases.Dan Gohman
2009-02-15Demonstrate the act of including multiple space-separated parameter attributes,Nick Lewycky
2009-02-15Shoot! Remove this debugging line again!Nick Lewycky
2009-02-15Don't discard definitions of common symbols. Not sure if this is the right fix.Nick Lewycky
2009-02-15Update the list of function annotations for nocapture. All of these came upNick Lewycky
2009-02-15On 64bit we may have a personality function which requires 64 bits toNicolas Geoffray
2009-02-15Make this more useful for cleaning up after theDuncan Sands
2009-02-1580-column violation.Mikhail Glushenkov
2009-02-15If the target of an alias has internal linkage, then theDuncan Sands
2009-02-15Fix PR3522. It's not safe to sink into landing pad BB's.Evan Cheng
2009-02-15Fix pr3571: If stride is a value defined by an instruction, make sure it domi...Evan Cheng
2009-02-15ifdef out unneeded if statement.Evan Cheng
2009-02-15Fix warning on gcc 4.3.Mikhail Glushenkov
2009-02-15Whitespace fixes.Mikhail Glushenkov
2009-02-14Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet
2009-02-14Unbreak the build on win32.Cedric Venet
2009-02-14Generalize some alias analysis logic from atomicDuncan Sands
2009-02-1480-column violation.Mikhail Glushenkov
2009-02-14The trampoline intrinsic can be marked IntrWriteArgMem,Duncan Sands
2009-02-14IntrWriteArgMem implies nocapture, but this wasn'tDuncan Sands
2009-02-14The x86-64 red zone is now being used.Dan Gohman
2009-02-14Extend the IndVarSimplify support for promoting induction variables:Dan Gohman