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.cpp
Age
Commit message (
Expand
)
Author
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-14
Rename SDDbgValue.h to SDNodeDbgValue.h for consistency.
Evan Cheng
2010-03-14
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-10
Cosmetic: lengthen names and improve comments.
Dale Johannesen
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
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-21
Trim unneeded includes.
Evan Cheng
2009-11-20
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-16
Fix a typo in a comment.
Dan Gohman
2009-10-30
Don't mark registers dead here when processing nodes with MVT::Flag
Dan Gohman
2009-10-30
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-29
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-28
Mark dead physregdefs dead immediately. This helps MachineSink and
Dan Gohman
2009-10-10
Create a new InstrEmitter class for translating SelectionDAG nodes
Dan Gohman
[prev]