1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Jim Laskey 57b66c8475 Create a strong dependency for loads following stores. This will leave a
latency period between the two.

llvm-svn: 24860
2005-12-19 16:30:13 +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 Make sure to relegalize new nodes 2005-12-18 23:54:29 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Create a strong dependency for loads following stores. This will leave a 2005-12-19 16:30:13 +00:00
SelectionDAG.cpp Added source file/line correspondence for dwarf (PowerPC only at this point.) 2005-12-16 22:45:29 +00:00
SelectionDAGISel.cpp Added source file/line correspondence for dwarf (PowerPC only at this point.) 2005-12-16 22:45:29 +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