summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Change the argument type in this test to something less convoluted,Dan Gohman2009-02-18
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-18
* allow TimeRegion to take a potentially-null pointer to aChris Lattner2009-02-18
* Fix a corner case in the new indvars promotion logic: if thereDan Gohman2009-02-18
* Fix a typo in a comment.Dan Gohman2009-02-18
* If an alias is dead and so is its aliasee, then globaldce wouldDuncan Sands2009-02-17
* And now, not so elegant, test case...Devang Patel2009-02-17
* Remove changes that were accidently included in previous commit.Devang Patel2009-02-17
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-17
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-17
* Emit debug info for bitfields.Devang Patel2009-02-17
* tools like nm and ar only need register_claim_file and add_symbols. Don't abortRafael Espindola2009-02-17
* LoopIndexSplit doesn't actually use ScalarEvolution.Dan Gohman2009-02-17
* Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman2009-02-17
* commit a tweaked version of Daniel's patch for PR3599. We nowChris Lattner2009-02-17
* Move dumpPassStructure out of line.Dan Gohman2009-02-17
* Tidy whitespace.Dan Gohman2009-02-17
* Delete trailing whitespace.Dan Gohman2009-02-17
* This transform also applies to private linkage.Duncan Sands2009-02-17
* Fix 80-column violation.Dan Gohman2009-02-17
* A couple of places where reused use operands should be marked kill. This is e...Evan Cheng2009-02-17
* add a horrible noteChris Lattner2009-02-17
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-17
* Testcase for rev. 64704Devang Patel2009-02-17
* Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng2009-02-17
* Simplify; fix some 80-column violations.Dan Gohman2009-02-17
* Delete trailing whitespace.Dan Gohman2009-02-16
* Fix EnforceKnownAlignment so that it doesn't ever reduce the alignmentDan Gohman2009-02-16
* Add llvm::RoundUpToAlignment.Daniel Dunbar2009-02-16
* Fix bug where APSInt::operator-- incremented instead of decremented.Ted Kremenek2009-02-16
* Test case for llvm-gcc rev. 64648.Devang Patel2009-02-16
* Fix typo caused by too much surfing, dudes...Nick Lewycky2009-02-16
* Delete this long-commented-out code. The situation it seems to haveDan Gohman2009-02-16
* Rename IndVarsSimplify to IndVarSimplify, to be consistent withDan Gohman2009-02-16
* Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.Dan Gohman2009-02-16
* Don't assume that a left-shift of a value with one bit set will haveDan Gohman2009-02-15
* MachineLICM now handles these cases.Dan Gohman2009-02-15
* Demonstrate the act of including multiple space-separated parameter attributes,Nick Lewycky2009-02-15
* Shoot! Remove this debugging line again!Nick Lewycky2009-02-15
* Don't discard definitions of common symbols. Not sure if this is the right fix.Nick Lewycky2009-02-15
* Update the list of function annotations for nocapture. All of these came upNick Lewycky2009-02-15
* On 64bit we may have a personality function which requires 64 bits toNicolas Geoffray2009-02-15
* Make this more useful for cleaning up after theDuncan Sands2009-02-15
* 80-column violation.Mikhail Glushenkov2009-02-15
* If the target of an alias has internal linkage, then theDuncan Sands2009-02-15
* Fix PR3522. It's not safe to sink into landing pad BB's.Evan Cheng2009-02-15
* Fix pr3571: If stride is a value defined by an instruction, make sure it domi...Evan Cheng2009-02-15
* ifdef out unneeded if statement.Evan Cheng2009-02-15
* Fix warning on gcc 4.3.Mikhail Glushenkov2009-02-15