llvm-project/llvm/lib/CodeGen/SelectionDAG
Evan Cheng c1583dbd63 * Added support for X86 RET with an additional operand to specify number of
bytes to pop off stack.
* Added support for X86 SETCC.

llvm-svn: 24917
2005-12-21 20:21:51 +00:00
..
DAGCombiner.cpp Don't create SEXTLOAD/ZEXTLOAD instructions that the target doesn't support 2005-12-15 19:02:38 +00:00
LegalizeDAG.cpp * Added support for X86 RET with an additional operand to specify number of 2005-12-21 20:21:51 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Amend comment. 2005-12-19 16:32:26 +00:00
SelectionDAG.cpp Added a hook to print out names of target specific DAG nodes. 2005-12-20 06:22:03 +00:00
SelectionDAGISel.cpp enable the gep isel opt 2005-12-21 19:36:36 +00:00
SelectionDAGPrinter.cpp Added an index field to GlobalAddressSDNode so it can represent X+12, etc. 2005-11-30 02:04:11 +00:00