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
2012-12-20
Use MachineInstrBuilder in InstrEmitter.
Jakob Stoklund Olesen
2012-12-13
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-07-04
Allow trailing physreg RegisterSDNode operands on non-variadic instructions.
Jakob Stoklund Olesen
2011-10-05
Simplify EXTRACT_SUBREG emission.
Jakob Stoklund Olesen
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
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