llvm-6502/lib
Dale Johannesen 8a36f509cd Fix big-endian codegen bug. We're splitting up
overly long ints, e.g. i96, into pieces at PHIs
and the nodes that feed into them; however big-endian
reverses the order of the pieces (for some reason), and
wasn't doing it the same way on both sides, so
the pieces didn't match and runtime failures ensued.
Fixes 188.ammp and sqlite3 on ppc32.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65481 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-25 22:39:13 +00:00
..
Analysis If compile unit's language is not set then don't crash while dump'ing compile unit. 2009-02-24 23:15:09 +00:00
Archive
AsmParser add proper asmwriter and asmparser support for anonymous functions. 2009-02-18 21:48:13 +00:00
Bitcode Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the 2009-02-12 21:28:33 +00:00
CodeGen Fix big-endian codegen bug. We're splitting up 2009-02-25 22:39:13 +00:00
Debugger
ExecutionEngine Fix the logic in this assertion to properly validate the number 2009-02-19 02:55:18 +00:00
Linker
Support The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF. 2009-02-17 22:43:44 +00:00
System If an executable is run through a symlink, dladdr will return the 2009-02-19 05:34:35 +00:00
Target Add a totally synthetic situation I came up with while looking at a bug in 2009-02-25 06:52:48 +00:00
Transforms Fix PR3667 2009-02-25 18:20:01 +00:00
VMCore Added support to have TableGen provide information if an intrinsic (core 2009-02-24 23:17:49 +00:00
Makefile