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
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2006-11-06
Add comment.
Evan Cheng
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-11-05
Added pre-indexed store support.
Evan Cheng
2006-11-05
Added getIndexedStore.
Evan Cheng
2006-11-04
Changes to use operand constraints to process two-address instructions.
Evan Cheng
2006-11-03
Fix comments.
Evan Cheng
2006-11-03
Rename
Evan Cheng
2006-11-03
Remove dead variable. Fix 80 column violations.
Reid Spencer
2006-11-03
Added DAG combiner transformation to generate pre-indexed loads.
Evan Cheng
2006-11-03
Added isPredecessor.
Evan Cheng
2006-11-03
silence warning
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-11-02
For PR950:
Reid Spencer
2006-11-02
Allow the getRegForInlineAsmConstraint method to return a register class with
Chris Lattner
2006-11-01
Clean up.
Evan Cheng
2006-11-01
CopyFromReg starts a live range so its use should not be considered a floater.
Evan Cheng
2006-11-01
Print jumptable index.
Evan Cheng
2006-10-31
Compile CodeGen/PowerPC/fp-branch.ll to:
Chris Lattner
2006-10-31
look through isunordered to inline it into branch blocks.
Chris Lattner
2006-10-31
handle global address constant sdnodes
Chris Lattner
2006-10-31
TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
Change the prototype for TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
Turn an assert into an error message. This is commonly triggered when
Chris Lattner
2006-10-31
Fix a typo which can break jumptables.
Evan Cheng
2006-10-30
Lower jumptable to BR_JT. The legalizer can lower it to a BRIND or let the ta...
Evan Cheng
2006-10-30
Added a new SDNode type: BR_JT for jumptable branch.
Evan Cheng
2006-10-29
fix Generic/2006-10-29-Crash.ll
Chris Lattner
2006-10-29
Fix a load folding issue that Evan noticed: there is no need to export values
Chris Lattner
2006-10-29
VLOAD is not the LoadSDNode opcode.
Evan Cheng
2006-10-29
Remove spurious case. EXTLOAD is not one of the node opcodes.
Nick Lewycky
2006-10-28
split critical edges more carefully and intelligently. In particular, critical
Chris Lattner
2006-10-28
Load and stores have not been uniqued properly.
Jim Laskey
2006-10-28
Split *all* critical edges before isel. This resolves issues with spill code
Chris Lattner
2006-10-28
Fix a serious bug that caused any x86 vector stuff to infinite loop
Chris Lattner
2006-10-27
Clean up.
Jim Laskey
2006-10-27
Fix a bug in merged condition handling (CodeGen/Generic/2006-10-27-CondFoldin...
Chris Lattner
2006-10-27
Switch over from SelectionNodeCSEMap to FoldingSet.
Jim Laskey
2006-10-27
remove debug code
Chris Lattner
2006-10-27
Codegen cond&cond with two branches. This compiles (f.e.) PowerPC/and-branch...
Chris Lattner
2006-10-27
Turn conditions like x<Y|z==q into multiple blocks.
Chris Lattner
2006-10-26
getPreIndexedLoad -> getIndexedLoad.
Evan Cheng
2006-10-26
For PR950:
Reid Spencer
2006-10-24
visitSwitchCase knows how to insert conditional branches well. Change
Chris Lattner
2006-10-24
Generalize CaseBlock a bit more:
Chris Lattner
2006-10-24
generalize 'CaseBlock'. It really allows any comparison to be inserted.
Chris Lattner
2006-10-23
Minor tweak. Instead of generating:
Chris Lattner
2006-10-22
Fix phi node updating for switches lowered to linear sequences of branches.
Chris Lattner
2006-10-22
disable this code for now, it's not yet safely updating phi nodes
Chris Lattner
2006-10-22
Implement PR964 and Regression/CodeGen/Generic/SwitchLowering.ll
Chris Lattner
2006-10-20
Make flag and chain edges visually distinguishable from value edges in DOT
Chris Lattner
[prev]
[next]