llvm-6502/lib/Transforms
Chris Lattner ad5fec12a0 * add some DEBUG statements
* Properly compile this:

struct a {};
int test() {
  struct a b[2];
  if (&b[0] != &b[1])
    abort ();
  return 0;
}

to 'return 0', not abort().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19875 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-28 19:32:01 +00:00
..
Hello Add the LOADABLE_MODULE=1 directive to indicate that this shared library is 2005-01-11 04:33:32 +00:00
Instrumentation Add a dependency to the trace library so that it gets pulled in 2005-01-25 16:23:57 +00:00
IPO Apply feedback from Chris. 2005-01-10 04:23:32 +00:00
Scalar * add some DEBUG statements 2005-01-28 19:32:01 +00:00
Utils Implement SimplifyCFG/DeadSetCC.ll 2005-01-01 16:02:12 +00:00
ExprTypeConvert.cpp Fix VS warnings 2005-01-08 19:48:40 +00:00
LevelRaise.cpp Fix 'raise' to work with packed types. Patch by Morten Ofstad. 2005-01-19 16:16:35 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
TransformInternals.cpp Fix VS warnings 2005-01-08 19:48:40 +00:00
TransformInternals.h Convert 'struct' to 'class' in various places to adhere to the coding standards 2004-10-27 16:14:51 +00:00