index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
Change the argument type in this test to something less convoluted,
Dan Gohman
2009-02-18
GV with null value initializer shouldn't go to BSS if it's meant for a mergea...
Evan Cheng
2009-02-18
allow TimeRegion to take a potentially-null pointer to a
Chris Lattner
2009-02-18
Fix a corner case in the new indvars promotion logic: if there
Dan Gohman
2009-02-18
Fix a typo in a comment.
Dan Gohman
2009-02-17
If an alias is dead and so is its aliasee, then globaldce would
Duncan Sands
2009-02-17
And now, not so elegant, test case...
Devang Patel
2009-02-17
Remove changes that were accidently included in previous commit.
Devang Patel
2009-02-17
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
Emit debug info for bitfields.
Devang Patel
2009-02-17
tools like nm and ar only need register_claim_file and add_symbols. Don't abort
Rafael Espindola
2009-02-17
LoopIndexSplit doesn't actually use ScalarEvolution.
Dan Gohman
2009-02-17
Add a method to ScalarEvolution for telling it when a loop has been
Dan Gohman
2009-02-17
commit a tweaked version of Daniel's patch for PR3599. We now
Chris Lattner
2009-02-17
Move dumpPassStructure out of line.
Dan Gohman
2009-02-17
Tidy whitespace.
Dan Gohman
2009-02-17
Delete trailing whitespace.
Dan Gohman
2009-02-17
This transform also applies to private linkage.
Duncan Sands
2009-02-17
Fix 80-column violation.
Dan Gohman
2009-02-17
A couple of places where reused use operands should be marked kill. This is e...
Evan Cheng
2009-02-17
add a horrible note
Chris Lattner
2009-02-17
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-17
Testcase for rev. 64704
Devang Patel
2009-02-17
Strengthen the "non-constant stride must dominate loop preheader" check.
Evan Cheng
2009-02-17
Simplify; fix some 80-column violations.
Dan Gohman
2009-02-16
Delete trailing whitespace.
Dan Gohman
2009-02-16
Fix EnforceKnownAlignment so that it doesn't ever reduce the alignment
Dan Gohman
2009-02-16
Add llvm::RoundUpToAlignment.
Daniel Dunbar
2009-02-16
Fix bug where APSInt::operator-- incremented instead of decremented.
Ted Kremenek
2009-02-16
Test case for llvm-gcc rev. 64648.
Devang Patel
2009-02-16
Fix typo caused by too much surfing, dudes...
Nick Lewycky
2009-02-16
Delete this long-commented-out code. The situation it seems to have
Dan Gohman
2009-02-16
Rename IndVarsSimplify to IndVarSimplify, to be consistent with
Dan Gohman
2009-02-16
Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.
Dan Gohman
2009-02-15
Don't assume that a left-shift of a value with one bit set will have
Dan Gohman
2009-02-15
MachineLICM now handles these cases.
Dan Gohman
2009-02-15
Demonstrate the act of including multiple space-separated parameter attributes,
Nick Lewycky
2009-02-15
Shoot! Remove this debugging line again!
Nick Lewycky
2009-02-15
Don't discard definitions of common symbols. Not sure if this is the right fix.
Nick Lewycky
2009-02-15
Update the list of function annotations for nocapture. All of these came up
Nick Lewycky
2009-02-15
On 64bit we may have a personality function which requires 64 bits to
Nicolas Geoffray
2009-02-15
Make this more useful for cleaning up after the
Duncan Sands
2009-02-15
80-column violation.
Mikhail Glushenkov
2009-02-15
If the target of an alias has internal linkage, then the
Duncan Sands
2009-02-15
Fix PR3522. It's not safe to sink into landing pad BB's.
Evan Cheng
2009-02-15
Fix pr3571: If stride is a value defined by an instruction, make sure it domi...
Evan Cheng
2009-02-15
ifdef out unneeded if statement.
Evan Cheng
2009-02-15
Fix warning on gcc 4.3.
Mikhail Glushenkov
[next]