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
/
include
/
llvm
/
CodeGen
Age
Commit message (
Expand
)
Author
2010-03-09
inline RemapLabel into its only caller and simplify.
Chris Lattner
2010-03-08
move .set generation out of DwarfPrinter into AsmPrinter and
Chris Lattner
2010-03-06
Add some new bits of debug info handling. No
Dale Johannesen
2010-03-04
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
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
Move DenseMapInfo for MachineInstr* to MachineInstr.h
Evan Cheng
2010-03-03
Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
Evan Cheng
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
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
Ordering forward declarations.
Evan Cheng
2010-03-02
remove 300 lines of code that is now dead in the MSP430 backend
Chris Lattner
2010-03-02
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-03-02
Fix the xfail I added a couple of patches back. The issue
Chris Lattner
2010-03-02
factor node morphing out to its own helper method.
Chris Lattner
2010-03-02
eliminate CodeGen/DAGISelHeader.h, it is empty now.
Chris Lattner
2010-03-02
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
move some code out of DAGISelHeader up to SelectionDAGISel.h where it
Chris Lattner
2010-03-02
Add skeleton of a machine level cse pass.
Evan Cheng
2010-03-02
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-01
remove some functions that were only used by the
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
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
hoist the new isel interpreter out of DAGISelHeader.h
Chris Lattner
2010-02-28
change a few opcodes to use VBRs instead of embedding
Chris Lattner
2010-02-28
move all the opcodes out of DAGISelHeader.h (which gets
Chris Lattner
2010-02-28
resolve a fixme by using hte new flag.
Chris Lattner
2010-02-28
enhance the EmitNode/MorphNodeTo operands to take a bit that
Chris Lattner
2010-02-28
enhance the new isel to handle the 'node already exists'
Chris Lattner
2010-02-28
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
Chris Lattner
2010-02-28
enhance the new isel to use SelectNodeTo for most patterns,
Chris Lattner
2010-02-26
Further constify MDNode* references.
Dale Johannesen
2010-02-26
fix the matcher in the presence of multiple scopes: we need to save
Chris Lattner
2010-02-25
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
rename PushMatcherNode -> ScopeMatcherNode to more accurately
Chris Lattner
2010-02-24
fix a bug I introduced by checking the wrong node's VT in OPC_CheckChildXType
Chris Lattner
2010-02-24
contract movechild+checktype into a new checkchild node, shrinking the
Chris Lattner
2010-02-24
implement a simple proof-of-concept optimization for
Chris Lattner
2010-02-24
When forming SSE min and max nodes for UGE and ULE comparisons, it's
Dan Gohman
2010-02-24
The new isel was not properly handling patterns that covered
Chris Lattner
2010-02-23
fix X86/uint_to_fp-2.ll, only fold loads when they have a
Chris Lattner
2010-02-23
Keep track of phi join registers explicitly in LiveVariables.
Jakob Stoklund Olesen
2010-02-23
fix an off-by-one error.
Chris Lattner
2010-02-23
switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a
Chris Lattner
[prev]
[next]