Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
af1d8ca44a18f304f207e209b3bdb94b590f86ff
/
lib
/
CodeGen
/
SelectionDAG
/
InstrEmitter.h
af1d8ca
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
by Dan Gohman
· 15 years ago
891ff8f
EmitDbgValue doesn't need its EdgeMapping argument.
by Dan Gohman
· 15 years ago
962021b
- Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo and rename it to emitFrameIndexDebugValue.
by Evan Cheng
· 15 years ago
3d7d07e
reapply 99444/99445, which I speculatively reverted in r99453.
by Chris Lattner
· 15 years ago
bfcb305
Change how dbg_value sdnodes are converted into machine instructions. Their placement should be determined by the relative order of incoming llvm instructions. The scheduler will now use the SDNode ordering information to determine where to insert them. A dbg_value instruction is inserted after the instruction with the last highest source order and before the instruction with the next highest source order. It will optimize the placement by inserting right after the instruction that produces the value if they have consecutive order numbers.
by Evan Cheng
· 15 years ago
d41952d
revert 99444/99445. This doesn't cause the failure of
by Chris Lattner
· 15 years ago
4020670
remove dead argument.
by Chris Lattner
· 15 years ago
c243dea
split EmitNode in half to reduce indentation.
by Chris Lattner
· 15 years ago
bfdf7f3
Progress towards shepherding debug info through SelectionDAG.
by Dale Johannesen
· 15 years ago
06a2663
Add some new bits of debug info handling. No functional change yet.
by Dale Johannesen
· 15 years ago
552c0df
Fix a typo in a comment.
by Dan Gohman
· 16 years ago
bcea859
Create a new InstrEmitter class for translating SelectionDAG nodes
by Dan Gohman
· 16 years ago