1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Transforms
John Criswell dbaf5f719c Dinakar and I fixed a bug where we were trying to get the initializer of
an external constant.  Since external constants don't have initializers, we
were failing on an assert() call in llvm/GlobalVariable.h.

llvm-svn: 7193
2003-07-17 19:06:55 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation Trace loads and stores as they happen (stores were being 2003-07-11 21:57:43 +00:00
IPO Eliminate using declarations, adjust for new DSGraph API 2003-06-30 03:14:44 +00:00
Scalar Dinakar and I fixed a bug where we were trying to get the initializer of 2003-07-17 19:06:55 +00:00
Utils Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary includes. 2003-05-31 20:01:37 +00:00
ExprTypeConvert.cpp avoid dividing by zero when dealing with zero sized types (like [0 x double]) 2003-06-23 17:36:49 +00:00
LevelRaise.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
Makefile Convert DIRS to PARALLEL_DIRS. They can be built independently. 2002-09-29 11:52:14 +00:00
TransformInternals.cpp avoid dividing by zero when dealing with zero sized types (like [0 x double]) 2003-06-23 17:36:49 +00:00
TransformInternals.h s/convertable/convertible/g 2003-05-20 18:45:36 +00:00