llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 367f109ba9 add initial support for handling inline asms with multiple constraints.
This doesn't do the "right thing" but will probably work in most cases.

This implements CodeGen/PowerPC/2007-01-29-lbrx-asm.ll.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33643 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-29 23:45:14 +00:00
..
DAGCombiner.cpp Fix for PR1108: type of insert_vector_elt index operand is PtrVT, not MVT::i32. 2007-01-20 10:10:26 +00:00
LegalizeDAG.cpp Finish off bug 680, allowing targets to custom lower frame and return 2007-01-29 22:58:52 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Make LABEL a builtin opcode. 2007-01-26 14:34:52 +00:00
ScheduleDAGList.cpp Eliminate static ctors from Statistics 2006-12-19 22:41:21 +00:00
ScheduleDAGRRList.cpp Naming consistency. 2007-01-08 23:55:53 +00:00
ScheduleDAGSimple.cpp Fixed so that it dereferences the ostream pointer. 2006-12-17 11:15:53 +00:00
SelectionDAG.cpp Finish off bug 680, allowing targets to custom lower frame and return 2007-01-29 22:58:52 +00:00
SelectionDAGISel.cpp add initial support for handling inline asms with multiple constraints. 2007-01-29 23:45:14 +00:00
SelectionDAGPrinter.cpp Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
TargetLowering.cpp Move a function out of line. 2007-01-12 23:30:31 +00:00