llvm-6502/lib
Chris Lattner 3d6721a4a1 An overaggressive #ifdef allows a function to fall off the bottom of the
function instead of returning a value.  This sometimes allowed the ppc32 jit
to be used in 64-bit mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29123 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-12 20:42:10 +00:00
..
Analysis Change the callgraph representation to store the callsite along with the 2006-07-12 18:29:36 +00:00
Archive Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
AsmParser These libs use EH info 2006-07-07 16:44:31 +00:00
Bytecode Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
CodeGen It was pointed out that DEBUG() is only available with -debug. 2006-07-11 18:25:13 +00:00
Debugger This uses EH info 2006-07-07 16:46:43 +00:00
ExecutionEngine Remove non-portable optimization that isn't worth it 2006-07-12 00:31:47 +00:00
Linker Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
Support LoadLibraryPermanently no longer throws an exception, so this code doesn't have 2006-07-07 17:14:04 +00:00
System no need to do a stat then an lstat. lstat will tell us if normal files don't exist. 2006-07-07 21:21:06 +00:00
Target An overaggressive #ifdef allows a function to fall off the bottom of the 2006-07-12 20:42:10 +00:00
Transforms In addition to deleting calls, the inliner can constant fold them as well. 2006-07-12 18:37:18 +00:00
VMCore Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll 2006-07-11 20:29:49 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00