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
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-11-03
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
<rdar://problem/7352605>. When building schedule graph use mayAlias informati...
David Goodwin
2009-11-03
Ignore unnamed variables.
Devang Patel
2009-11-03
Fix a funky "declared with greater visibility than the type of its field"
Jeffrey Yasskin
2009-11-02
Revert 85799 for now. It might be breaking llvm-gcc driver.
Evan Cheng
2009-11-02
Chain dependencies used to enforce memory order should have latency of 0 (exc...
David Goodwin
2009-11-02
Initilize the machine LICM CSE map upon the first time an instruction is hois...
Evan Cheng
2009-11-01
Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias...
Evan Cheng
2009-10-31
Fix a missing newline in the dwarf output code.
Dan Gohman
2009-10-31
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-31
Factor out more code into addCommonCodeGenPasses. The JIT wasn't
Dan Gohman
2009-10-31
Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability
Dan Gohman
2009-10-31
When discarding SrcValue information, discard all of it so that code
Dan Gohman
2009-10-31
Fix 80-column violation.
Dan Gohman
2009-10-31
Fix warning with gcc-4.0 and signed/unsigned.
Eric Christopher
2009-10-30
Add assertion checks here to turn silent miscompiles into aborts.
Dan Gohman
2009-10-30
Don't mark registers dead here when processing nodes with MVT::Flag
Dan Gohman
2009-10-30
Fix MachineLICM to use the correct virtual register class when
Dan Gohman
2009-10-30
Stop the iterator in ValueLiveAt from potentially running off the end of the ...
Lang Hames
2009-10-30
Don't delete blocks which have their address taken.
Dan Gohman
2009-10-30
Mention if a block has its address taken in debug output.
Dan Gohman
2009-10-30
Add support for BlockAddress static initializers.
Dan Gohman
2009-10-30
Add a FIXME comment.
Dan Gohman
2009-10-30
Add some comments.
Dan Gohman
2009-10-30
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-29
Between scheduling regions, correctly maintain anti-dep breaking state so tha...
David Goodwin
2009-10-29
Remove some unnecessary spaces in debug output.
Dan Gohman
2009-10-29
Move some code from being emitted as boilerplate duplicated in every
Dan Gohman
2009-10-29
Fix a couple of bugs in aggressive anti-dep breaking.
David Goodwin
2009-10-29
Refactor complicated predicate into a separate function.
Bob Wilson
2009-10-29
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-29
Refactor the code for unfolding a load into a separate function.
Dan Gohman
2009-10-29
Reapply r85338.
Bill Wendling
2009-10-29
When the function is doing dynamic stack realignment, the spill slot will be
Jim Grosbach
2009-10-29
When there is a 2-instruction spill sequence, record
Dale Johannesen
2009-10-29
Don't put in these EH changes.
Bill Wendling
2009-10-29
Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.
Bill Wendling
2009-10-28
Reimplement BranchFolding change to avoid tail merging for a 1 instruction
Bob Wilson
2009-10-28
When we generate spill code, then decide we don't need
Dale Johannesen
2009-10-28
Make sure we return the right sized type here.
Eric Christopher
2009-10-28
Revert r85346 change to control tail merging by CodeGenOpt::Level.
Bob Wilson
2009-10-28
Make AntiDepReg.h internal.
David Goodwin
2009-10-28
Don't call SDNode::isPredecessorOf when it isn't necessary. If the load's
Dan Gohman
2009-10-28
Simplify this code: if the unfolded load can't be hoisted, just delete
Dan Gohman
2009-10-28
Rewrite SelectionDAG::isPredecessorOf to be iterative instead of
Dan Gohman
2009-10-28
Teach MachineLICM to unfold loads from constant memory from
Dan Gohman
2009-10-28
Add a second ValueType argument to isFPImmLegal.
Evan Cheng
2009-10-28
Mark dead physregdefs dead immediately. This helps MachineSink and
Dan Gohman
2009-10-28
Allow constants of different types to share constant pool entries
Dan Gohman
2009-10-28
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
[prev]
[next]