llvm-mirror/lib
Chris Lattner c5e9b1f3cd Fix ABI issue: Longs really do need to be only 4 byte aligned on X86.
This bug caused miscompilation of programs using 'struct stat', but only if
compiled with support for 64-bit filesystems.  This could in theory effect
other things, but only if the LLVM code shared data structures with native code.

llvm-svn: 7928
2003-08-17 23:20:40 +00:00
..
Analysis Fix the bug that broke the nightly tester in McCat/18-imp last night. :( 2003-08-17 21:47:33 +00:00
AsmParser Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
Bytecode Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
CodeGen Fix bug: Jello/2003-08-15-AllocaAssertion.ll 2003-08-17 18:01:15 +00:00
CWriter Stop annoying warnings about mismatched types with the argument of a free 2003-08-14 19:19:53 +00:00
ExecutionEngine rename selection library to selectiondag 2003-08-15 04:56:09 +00:00
Support lib/Support/CommandLine.cpp: 2003-08-15 21:05:57 +00:00
Target Fix ABI issue: Longs really do need to be only 4 byte aligned on X86. 2003-08-17 23:20:40 +00:00
Transforms Implement folding of switch instructions. 2003-08-17 20:21:14 +00:00
VMCore Add new method to FunctionPassManager to add ImmutablePasses. 2003-08-14 06:07:57 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00