index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-04
Fix more code to work properly with vector operands. Based on
Dan Gohman
2010-03-04
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
2010-03-03
Fix a logic error. An instruction that has a live physical register def canno...
Evan Cheng
2010-03-03
Remove PHINodeTraits and use MachineInstrExpressionTrait instead.
Evan Cheng
2010-03-03
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
Re-apply r97667 but with a little bit of thought put into the patch. This imp...
Evan Cheng
2010-03-03
Revert 97667. It broke a bunch of tests.
Dan Gohman
2010-03-03
Fix funky indentation and add comments.
Evan Cheng
2010-03-03
Move DenseMapInfo for MachineInstr* to MachineInstr.h
Evan Cheng
2010-03-03
Fix a bug in SelectionDAG's ReplaceAllUsesWith in the case where
Dan Gohman
2010-03-03
Machine CSE work in progress. It's doing some CSE now. But implicit def of ph...
Evan Cheng
2010-03-03
Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
Evan Cheng
2010-03-03
Revert...
Bill Wendling
2010-03-03
add some of the more obscure predicate types to the
Chris Lattner
2010-03-03
speed up scope node processing: if the first element of a scope
Chris Lattner
2010-03-03
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
Work in progress. Finding some cse now.
Evan Cheng
2010-03-03
Use APInt instead of zext value.
Bill Wendling
2010-03-03
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
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
[prev]
[next]