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
2010-03-03
Add an option to enable machine cse (it's not doing anything yet.
Evan Cheng
2010-03-03
This test case:
Bill Wendling
2010-03-02
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
Okay. One last attempt:
Bill Wendling
2010-03-02
run HandleMergeInputChains even if we only have one input chain.
Chris Lattner
2010-03-02
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-03-02
Fix typo.
Evan Cheng
2010-03-02
Fix grammar.
Devang Patel
2010-03-02
Fix the xfail I added a couple of patches back. The issue
Chris Lattner
2010-03-02
I was confused about this, it turns out that MorphNodeTo
Chris Lattner
2010-03-02
factor node morphing out to its own helper method.
Chris Lattner
2010-03-02
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
Add file to CMakeLists.txt
Eric Christopher
2010-03-02
Add skeleton of a machine level cse pass.
Evan Cheng
2010-03-02
Use the right induction variable.
Chris Lattner
2010-03-02
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
Fix several places to handle vector operands properly.
Dan Gohman
2010-03-02
Remove dead parameter passing.
Bill Wendling
2010-03-02
Constructors and operators for anonymous aggregates does not names. Do not fo...
Devang Patel
2010-03-02
remove dead code.
Chris Lattner
2010-03-02
refactor some code out of OPC_EmitMergeInputChains into a
Chris Lattner
2010-03-01
remove all but one version of SelectionDAG::MorphNodeTo
Chris Lattner
2010-03-01
Use methods to determine if a LiveInterval is spillable.
Jakob Stoklund Olesen
2010-03-01
Accelerate isel dispatch for tables that start with a top-level
Chris Lattner
2010-03-01
Fix optimization of ISD::TRUNCATE on vector operands. Based on a patch
Dan Gohman
2010-03-01
some trivial microoptimizations.
Chris Lattner
2010-03-01
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-02-28
eliminate GetInt1/2
Chris Lattner
2010-02-28
hoist the new isel interpreter out of DAGISelHeader.h
Chris Lattner
2010-02-28
enhance the new isel to handle the 'node already exists'
Chris Lattner
2010-02-28
simplify this code, return only ever has zero or one operands.
Chris Lattner
2010-02-28
Don't try to replace physical registers when doing CSE.
Dan Gohman
2010-02-28
Add a flag to addPassesToEmit* to disable the Verifier pass run
Dan Gohman
2010-02-28
Don't unconditionally suppress hoisting of instructions with implicit
Dan Gohman
2010-02-27
Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.
Evan Cheng
2010-02-27
The TType is always absptr on Mach-O...at least for now.
Bill Wendling
2010-02-26
A much cleaner (and less code!) way of inserting the correct amount of padding
Bill Wendling
2010-02-26
Comment typo.
Bill Wendling
2010-02-26
Use the right floating point load/store instructions in PPCInstrInfo::foldMem...
Jakob Stoklund Olesen
2010-02-26
Remove dead code
Jakob Stoklund Olesen
2010-02-26
Move dbg_value generation to target-independent FastISel,
Dale Johannesen
2010-02-26
Remove unused "NoPRE" parameter in GVN and createGVNPass().
Bob Wilson
2010-02-26
Fix comments.
Bill Wendling
2010-02-26
Add another (and hopefully the last) exception case, where once we recalculate
Bill Wendling
2010-02-26
And should use the correct variable.
Bill Wendling
2010-02-26
Got assertion check backwards.
Bill Wendling
2010-02-25
Catch a corner case where adding the padding to the "TType base offset" field
Bill Wendling
2010-02-25
Make comment more meaningful.
Bill Wendling
2010-02-25
Fix ExpandVectorBuildThroughStack for the case where the
Dan Gohman
[prev]
[next]