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
/
InstrEmitter.h
Age
Commit message (
Expand
)
Author
2010-05-14
Don't set kill flags for instructions which the scheduler has cloned.
Dan Gohman
2010-05-04
Teach scheduler about REG_SEQUENCE.
Evan Cheng
2010-05-01
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-04-30
EmitDbgValue doesn't need its EdgeMapping argument.
Dan Gohman
2010-04-26
- Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an...
Evan Cheng
2010-03-25
reapply 99444/99445, which I speculatively reverted in
Chris Lattner
2010-03-25
Change how dbg_value sdnodes are converted into machine instructions. Their p...
Evan Cheng
2010-03-24
revert 99444/99445. This doesn't cause the failure of
Chris Lattner
2010-03-24
remove dead argument.
Chris Lattner
2010-03-24
split EmitNode in half to reduce indentation.
Chris Lattner
2010-03-10
Progress towards shepherding debug info through SelectionDAG.
Dale Johannesen
2010-03-06
Add some new bits of debug info handling. No
Dale Johannesen
2009-11-16
Fix a typo in a comment.
Dan Gohman
2009-10-10
Create a new InstrEmitter class for translating SelectionDAG nodes
Dan Gohman