1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner 109640a240 Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker.

Patch contributed by Anton Korobeynikov.

llvm-svn: 29239
2006-07-21 00:10:47 +00:00
..
DAGCombiner.cpp If a shuffle is unary, i.e. one of the vector argument is not needed, turn the 2006-07-20 22:44:41 +00:00
LegalizeDAG.cpp Ensure that dump calls that are associated with asserts are removed from 2006-07-11 17:58:07 +00:00
Makefile Build more debugger/selectiondag libraries as archives instead of .o files. 2006-07-21 00:10:47 +00:00
ScheduleDAG.cpp It was pointed out that DEBUG() is only available with -debug. 2006-07-11 18:25:13 +00:00
ScheduleDAGList.cpp Reduce number of exported symbols 2006-07-20 17:28:38 +00:00
ScheduleDAGRRList.cpp Use hidden visibility to make symbols in an anonymous namespace get 2006-06-28 23:17:24 +00:00
ScheduleDAGSimple.cpp Shave another 27K off libllvmgcc.dylib with visibility hidden 2006-06-28 22:17:39 +00:00
SelectionDAG.cpp Add an out-of-line virtual method for the sdnode class to give it a home. 2006-07-19 00:00:37 +00:00
SelectionDAGISel.cpp Mems can be in the output list also. This is the second half of a fix for 2006-07-20 19:02:21 +00:00
SelectionDAGPrinter.cpp For PR801: 2006-06-27 16:49:46 +00:00