projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2007-08-17
Devang Patel
Add loop index split tests.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Devang Patel
When one branch of condition is eliminated then head...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Evan Cheng
Avoid issue on 64-bit hosts.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Chris Lattner
improve iplist comments. Switch iplist from allocating...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
David Greene
Fix GLIBCXX_DEBUG error of comparing two singular iterators
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-17
Reid Spencer
Fix PR1606:
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
New test. Make sure dynamic_stackalloc size is rounded up.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
Update test: dynamic_stackalloc size *must* be rounded...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
If dynamic_stackalloc alignment is > stack alignment...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
- If a dynamic_stackalloc alignment requirement is...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Factor out some code into a helper function.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Dan Gohman
Fix the verification for overloaded intrinsic types...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Add some more comments to GVN.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Dan Gohman
Add MVT::fAny for overloading intrinsics on floating...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Cache non-local memory dependence analysis. This is...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Chris Lattner
This adds a bunch of static functions that implement...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Rafael Espindola
add byval test
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Reid Spencer
Improve error handling in the linker by:
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
Comments.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Evan Cheng
Fix some kill info update bugs; add hidden option ...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Reid Spencer
Ensure that error messages a propagated from calls...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Reid Spencer
Add a test to ensure that obvious link messages are...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Forgot a line.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
Owen Anderson
Add a copy constructor and an assignment operator to...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Lauro Ramos...
Implement FPOWI ExpandOp.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Anton Korobeynikov
Properly use const qualifiers
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Evan Cheng
Test case for PR1609.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Evan Cheng
If the source of a move is in spill slot, the reload...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
David Greene
Update .cvs file
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Anton Korobeynikov
Move ReturnAddrIndex variable to X86MachineFunctionInfo...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Chris Lattner
add a note.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
svn propdel the svn:mime-type property of application...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
This test used "wc | grep ..."; convert it to use the...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
Convert tests using "grep -c ... | grep ..." to use...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
Delete extraneous uses of wc -l.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
Convert another test to use the count script. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Dan Gohman
Convert tests using "| wc -l | grep ..." to use the...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Devang Patel
Dominance frontier is now required.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Devang Patel
Cleanup removeBlocks.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Reid Spencer
Remove unneeded header file.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-15
Devang Patel
Avoid triangle loops.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
Break infinite loop.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
Avoid nested loops at the moment.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
New test.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
- If a def is dead, do not spill it.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
Test case for PR1596.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
Fix for PR1596: AdjustCopiesBackFrom() should conservat...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
If a MI's def is remat as well as spilled, and the...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
Fix dominance frontier update while removing blocks.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Owen Anderson
Eliminate PHI nodes with constant values during normal...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Owen Anderson
Be more aggressive in pruning unnecessary PHI nodes...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Owen Anderson
Make GVN iterative.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Owen Anderson
Fix a case where GVN was failing to return true when...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
Assert sooner. Fix wordings.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
No need to use iterator to erase basic block.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Chris Lattner
tcl seems to hate |& for some reason.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Chris Lattner
switch this to use fastcc to avoid fpstack traffic...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
Update test case. A spill should now be deleted.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
If a spilled value is being reused and the use is a...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
Spiller reuse test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
If a rematerializable def is not deleted, i.e. it is...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Evan Cheng
Kill info update bugs.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
Handle last value assignments.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
Devang Patel
StartValue is already calculated.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Evan Cheng
Now capable of rematerializing coalesced live intervals.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Evan Cheng
Re-implement trivial rematerialization. This allows...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Evan Cheng
Fix a typo pointd out by Maarten ter Huurne.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Devang Patel
Preserve simple analysis.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Devang Patel
Preserve dominator info.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Devang Patel
Add methods to erase basic block entry.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Devang Patel
If NewBB dominates DestBB then DestBB is not part of...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Chris Lattner
move assertion into mutex guard, a partial fix for...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Dan Gohman
When x86 addresses matching exceeds its recursion limit...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Chris Lattner
Fix PR1607
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Chris Lattner
test that the ptr-to-method is succefully eliminated...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Chris Lattner
Constant fold: getelementptr (i8* inttoptr (i64 1 to...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Evan Cheng
Kill info update bugs.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Reid Spencer
Make use of the llvm-ld tool's new ability to read...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
Reid Spencer
Don't build llvm-stub twice.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-12
Chris Lattner
oops, forgot to commit this.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-12
Reid Spencer
Change casts from old style to new style. This helps...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-12
Devang Patel
Split loops and do CFG cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-12
Reid Spencer
Remove unused variables.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-12
Evan Cheng
No need to remove dead range from soon-to-be-dead live...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-11
Chris Lattner
constant fold ptrtoint(inttoptr) with target data when...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-11
Chris Lattner
Transform a load from an undef/zero global into an...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-11
Chris Lattner
expand a note
commit
|
commitdiff
|
tree
|
snapshot
2007-08-11
Chris Lattner
With evan's explicit flag representation, hopefully...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-11
Reid Spencer
Now that llvm-ld can accept - as input from stdin,...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-11
Reid Spencer
Fix a comment typo noticed by Sandro Magi.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-11
Bill Wendling
64-bit SSSE3 ops that use MMX registers don't require...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-11
Evan Cheng
Code to maintain kill information during register coale...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-10
Christopher...
Use subregs to improve any_extend code generation when...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-10
Christopher...
Fix test so it passes.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-10
Christopher...
Increase efficiency of sign_extend_inreg by using subre...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-10
Christopher...
Edit README in light of previous LEA16 commit.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-10
Christopher...
Add 2-addr to 3-addr promotion code that allows 32...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-10
Christopher...
Move isSubRegOf into MRegisterInfo. Fix a missed move...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-10
Devang Patel
Do not overuse std::string. Pass around char * directly.
commit
|
commitdiff
|
tree
|
snapshot
next