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
2007-09-11
Test that a call to a trampoline is turned into a call to
Duncan Sands
2007-09-11
Two ParamAttrsVectors which differ by a permutation
Duncan Sands
2007-09-11
Turn calls to trampolines into calls to the underlying
Duncan Sands
2007-09-11
Fold the adjust_trampoline intrinsic into
Duncan Sands
2007-09-11
My compiler warns about the semicolon.
Duncan Sands
2007-09-11
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-11
Add a ValueInfoT template parameter to DenseMap so that it can properly make ...
Owen Anderson
2007-09-11
Don't bother to initialize values corresponding to empty or tombstone
Owen Anderson
2007-09-11
Fix a typo in memdep, which was causing PR1648.
Owen Anderson
2007-09-11
Fix bugs with &=, intersect with complement. Add three argument version of in...
Daniel Berlin
2007-09-11
Fix non-deterministic behavior in the DenseMap copy constructor.
Owen Anderson
2007-09-11
Add remaining functions necessary for andersen's
Daniel Berlin
2007-09-11
Avoid negative logic.
Devang Patel
2007-09-11
Refactor code into a separate method.
Devang Patel
2007-09-11
Testcase for PR1634
Chris Lattner
2007-09-11
Clear split info object.
Devang Patel
2007-09-11
Split condition does not have to be ICmpInst in all cases.
Devang Patel
2007-09-10
Check all terminators inside loop.
Devang Patel
2007-09-10
remove obsolete testcase
Chris Lattner
2007-09-10
remove some dead code, this is handled by constant folding.
Chris Lattner
2007-09-10
Fix a buggy constant folding transformation when handling aliases.
Chris Lattner
2007-09-10
Swap exit condition operands if it works.
Devang Patel
2007-09-10
regenerate
Chris Lattner
2007-09-10
Fix PR1645 by resolving forward alias references.
Chris Lattner
2007-09-10
Add missing llvm-dis.
Dale Johannesen
2007-09-10
80 col.
Evan Cheng
2007-09-10
New entry.
Evan Cheng
2007-09-10
Observation of rematerialization.
Evan Cheng
2007-09-10
Add some notes about better flag handling.
Chris Lattner
2007-09-10
Emit:
Chris Lattner
2007-09-10
this is not infinite recursion.
Chris Lattner
2007-09-10
1. Don't call Value::getName(), which is slow.
Chris Lattner
2007-09-10
Prevent tailcallelim from breaking "recursive" calls to builtins.
Chris Lattner
2007-09-10
It's not safe to rematerialize MOV32r0 etc. by simply cloning the original
Evan Cheng
2007-09-10
Filter exit conditions which are not yet handled.
Devang Patel
2007-09-10
New test.
Devang Patel
2007-09-10
Require SCEV before LCSSA.
Devang Patel
2007-09-09
Remove an un-needed dependence query. This improves compile time marginally ...
Owen Anderson
2007-09-09
Add SparseBitVector implementation
Daniel Berlin
2007-09-08
Turn GVN on by default.
Owen Anderson
2007-09-08
Implement misaligned FP loads and stores.
Dale Johannesen
2007-09-08
Fix description of the call instruction. There are two types, with one being
Nick Lewycky
2007-09-08
Fix for VisualStudio. It is treating a 2 bit enum as a signed int for compar...
Chuck Rose III
2007-09-08
Smarter Reset(). Instead of deallocating all memory regions and reallocate the
Evan Cheng
2007-09-07
TableGen no longer emit CopyFromReg nodes for implicit results in physical
Evan Cheng
2007-09-07
Add missing index versions of instructions to the map.
Bill Wendling
2007-09-07
Avoid storing and reloading zeros and other constants from stack slots
Dan Gohman
2007-09-07
Apply feedback from previous patch.
Dale Johannesen
2007-09-07
Revert previous change to IR.
Dale Johannesen
2007-09-07
Add support for having different alignment for objects on call frames.
Rafael Espindola
[prev]
[next]