projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix an assertion failure in legalizing bitcast operators on targets where
2007-06-22
Dale Johannesen
Quote complex names for Darwin X86 and ARM.
commit
|
commitdiff
|
tree
2007-06-14
Dale Johannesen
Do not treat FP_REG_KILL as terminator in branch analysis...
commit
|
commitdiff
|
tree
2007-06-13
Dale Johannesen
Handle blocks with 2 unconditional branches in AnalyzeBranch.
commit
|
commitdiff
|
tree
2007-06-12
Dale Johannesen
Sink CmpInst's to their uses to reduce register pressure.
commit
|
commitdiff
|
tree
2007-06-08
Dale Johannesen
Make throttle a hidden parameter, per review.
commit
|
commitdiff
|
tree
2007-06-08
Dale Johannesen
Throttle tail merging; handling blocks with large numbers...
commit
|
commitdiff
|
tree
2007-06-07
Dale Johannesen
Do not change the size of function arguments. PR 1489.
commit
|
commitdiff
|
tree
2007-06-04
Dale Johannesen
Tail merging wasn't working for predecessors of landing...
commit
|
commitdiff
|
tree
2007-06-02
Dale Johannesen
Fix CorrectExtraCFGEdges to allow for multiple LandingPad...
commit
|
commitdiff
|
tree
2007-06-01
Dale Johannesen
Fancier algorithm in tail-merge comment implemented...
commit
|
commitdiff
|
tree
2007-06-01
Dale Johannesen
Implement smarter algorithm for choosing which blocks...
commit
|
commitdiff
|
tree
2007-05-31
Dale Johannesen
Arrange for only 1 of multiple branches to landing...
commit
|
commitdiff
|
tree
2007-05-30
Dale Johannesen
Changed per review comment.
commit
|
commitdiff
|
tree
2007-05-29
Dale Johannesen
Make stable_sort in tail merging actually be stable...
commit
|
commitdiff
|
tree
2007-05-24
Dale Johannesen
Blocks that cond-br and uncond-br/fallthrough to same...
commit
|
commitdiff
|
tree
2007-05-24
Dale Johannesen
Fix for PR1444: do not create two successors to the...
commit
|
commitdiff
|
tree
2007-05-23
Dale Johannesen
tail merging shrinks this code a bit. Could do more...
commit
|
commitdiff
|
tree
2007-05-23
Dale Johannesen
Two tail merging improvements:
commit
|
commitdiff
|
tree
2007-05-22
Dale Johannesen
Document boolOrDefault and its parser.
commit
|
commitdiff
|
tree
2007-05-22
Dale Johannesen
name change requested by review of previous patch
commit
|
commitdiff
|
tree
2007-05-22
Dale Johannesen
new testcases for -enable-tail-merge default handling
commit
|
commitdiff
|
tree
2007-05-22
Dale Johannesen
Test assumes tail merging is off; this must now be...
commit
|
commitdiff
|
tree
2007-05-22
Dale Johannesen
Make tail merging the default, except on powerPC. ...
commit
|
commitdiff
|
tree
2007-05-21
Dale Johannesen
Use AXI3 not AXI2 for appropriate PIC PC-relative loads...
commit
|
commitdiff
|
tree
2007-05-21
Dale Johannesen
Add some patterns for PIC PC-relative loads and stores.
commit
|
commitdiff
|
tree
2007-05-18
Dale Johannesen
Document an inefficiency in tail merging.
commit
|
commitdiff
|
tree
2007-05-18
Dale Johannesen
Remove some unneeded branches. (spotted by Evan, thanks)
commit
|
commitdiff
|
tree
2007-05-17
Dale Johannesen
More effective breakdown of memcpy into repeated load...
commit
|
commitdiff
|
tree
2007-05-16
Dale Johannesen
Don't fold bitconvert(load) for preinc/postdec loads...
commit
|
commitdiff
|
tree
2007-05-15
Dale Johannesen
Remove extra CFG edges before doing these passes; it...
commit
|
commitdiff
|
tree
2007-05-10
Dale Johannesen
Do not generate branches to entry block. This fixes...
commit
|
commitdiff
|
tree
2007-05-10
Dale Johannesen
Another test for tail mergeing
commit
|
commitdiff
|
tree
2007-05-10
Dale Johannesen
Make tail merging handle many more cases (all it can...
commit
|
commitdiff
|
tree
2007-05-08
Dale Johannesen
testcase for CodeGenPrepare bug fixed yesterday
commit
|
commitdiff
|
tree
2007-05-08
Dale Johannesen
Don't generate branch to entry block.
commit
|
commitdiff
|
tree
2007-05-07
Dale Johannesen
Handle some non-exit blocks in tail merging.
commit
|
commitdiff
|
tree
2007-05-03
Dale Johannesen
Evan's patch to avoid FPreg->intreg copy for cvt; store...
commit
|
commitdiff
|
tree
2007-05-02
Dale Johannesen
Add some support for (Darwin) code-generating directives...
commit
|
commitdiff
|
tree
2007-04-30
Dale Johannesen
Remove item: thumb padding in constant islands
commit
|
commitdiff
|
tree
2007-04-30
Dale Johannesen
remove unused variable
commit
|
commitdiff
|
tree
2007-04-29
Dale Johannesen
Rewrite of Thumb constant islands handling (exact allowance...
commit
|
commitdiff
|
tree
2007-04-29
Dale Johannesen
Make ARM-specific version of getInlineAsmLength
commit
|
commitdiff
|
tree
2007-04-28
Dale Johannesen
change per review
commit
|
commitdiff
|
tree
2007-04-27
Dale Johannesen
Prevent Thumb code from generating ARM instructions
commit
|
commitdiff
|
tree
2007-04-25
Dale Johannesen
fix typo
commit
|
commitdiff
|
tree
2007-04-24
Dale Johannesen
Add me
commit
|
commitdiff
|
tree
2007-04-23
Dale Johannesen
modify per review commentary
commit
|
commitdiff
|
tree
2007-04-23
Dale Johannesen
Make Thumb funcs containing islands 4-byte aligned...
commit
|
commitdiff
|
tree
2007-04-23
Dale Johannesen
add Align field, and use when generating function alignment
commit
|
commitdiff
|
tree
2007-04-23
Dale Johannesen
add isThumb (unused as yet)
commit
|
commitdiff
|
tree
2007-04-23
Dale Johannesen
Fix generic getInlineAsmLength
commit
|
commitdiff
|
tree
2007-04-23
Dale Johannesen
make EmitAlignment work the way Chris says it should
commit
|
commitdiff
|
tree
2007-04-15
Dale Johannesen
adjust per review comments
commit
|
commitdiff
|
tree
2007-04-15
Dale Johannesen
testcases for -fno-builtin
commit
|
commitdiff
|
tree
2007-04-13
Dale Johannesen
tests for struct/union as input operands to asm.
commit
|
commitdiff
|
tree
2007-04-12
Dale Johannesen
testcases for function linkage
commit
|
commitdiff
|
tree
2007-04-05
Dale Johannesen
testcase for padding before zero-length fields.
commit
|
commitdiff
|
tree
2007-04-04
Dale Johannesen
Test for transformConstExprCastCall fix.
commit
|
commitdiff
|
tree
2007-04-04
Dale Johannesen
Prevent transformConstExprCastCall from generating...
commit
|
commitdiff
|
tree
2007-04-02
Dale Johannesen
fix off by 1 error in displacement computation
commit
|
commitdiff
|
tree
2007-03-30
Dale Johannesen
Fix incorrect combination of different loads. Reenable...
commit
|
commitdiff
|
tree
2007-03-26
Dale Johannesen
Fix reversed logic in getRegsUsed. Rename RegStates...
commit
|
commitdiff
|
tree
2007-03-26
Dale Johannesen
Look through bitcast when finding IVs. (Chris' patch...
commit
|
commitdiff
|
tree
2007-03-21
Dale Johannesen
repair x86 performance, dejagnu problems from previous...
commit
|
commitdiff
|
tree
2007-03-21
Dale Johannesen
add generation of unnecessary push/pop around calls
commit
|
commitdiff
|
tree
2007-03-20
Dale Johannesen
do not share old induction variables when this would...
commit
|
commitdiff
|
tree
2007-03-20
Dale Johannesen
maintain LiveIn when splitting blocks (register scavenging...
commit
|
commitdiff
|
tree
2007-03-20
Dale Johannesen
use types of loads and stores, not address, in CheckForIVReuse
commit
|
commitdiff
|
tree
2007-03-20
Dale Johannesen
fix obvious comment bug
commit
|
commitdiff
|
tree
2007-03-09
Dale Johannesen
apply comments from review of last patch
commit
|
commitdiff
|
tree
2007-03-09
Dale Johannesen
Add some observations from CoreGraphics benchmark....
commit
|
commitdiff
|
tree
2007-03-02
Dale Johannesen
eliminate unnecessary reset of SP in epilog on darwin
commit
|
commitdiff
|
tree
2007-02-28
Dale Johannesen
Changes requested in review of last pass. Also pulled...
commit
|
commitdiff
|
tree
2007-02-28
Dale Johannesen
Add intelligence about where to break large blocks.
commit
|
commitdiff
|
tree
2007-02-25
Dale Johannesen
cosmetic changes from review of last patch. obvious
commit
|
commitdiff
|
tree
2007-02-25
Dale Johannesen
remove crediting of Evan Cheng and me.
commit
|
commitdiff
|
tree
2007-02-25
Dale Johannesen
Removed WaterListOffset, inserted BBOffsets. Remove...
commit
|
commitdiff
|
tree
2007-02-23
Dale Johannesen
rewrite of constant islands
commit
|
commitdiff
|
tree
2007-02-17
Dale Johannesen
adding PR 1200 comment by request
commit
|
commitdiff
|
tree
2007-02-17
Dale Johannesen
Fixes PR 1200
commit
|
commitdiff
|
tree
2007-02-16
Dale Johannesen
test commit (blank line)
commit
|
commitdiff
|
tree