llvm-6502/lib
Chris Lattner d1cd328560 Do not dereference end iterators. It's really bad for the asmwriter's health.
This possibly fixes PR370


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14181 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-15 21:07:32 +00:00
..
Analysis llvm.isnan doesn't access memory 2004-06-11 06:17:13 +00:00
Archive Use the new FileUtilities.h API for mapping a file into an address 2004-05-28 00:24:41 +00:00
AsmParser Remove some more dead code resulting from adding setTypeName(). 2004-05-28 00:21:06 +00:00
Bytecode Implement tracking of bytecode instruction size and the number of long 2004-06-11 15:10:38 +00:00
CodeGen Add the isunordered intrinsic. 2004-06-12 19:19:14 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Implement PR315: abort, don't warn, when missing external functions encountered 2004-06-01 21:49:00 +00:00
Linker Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us 2004-06-02 00:22:24 +00:00
Support Make all of this functionality work directly on win32. Properly conditionalize 2004-06-07 19:37:24 +00:00
Target I think we'll use the standard lowering passes for now. 2004-06-15 20:37:12 +00:00
Transforms Quick hack to get this file compiling again on Mac OS X. The right thing to do 2004-06-14 06:33:19 +00:00
VMCore Do not dereference end iterators. It's really bad for the asmwriter's health. 2004-06-15 21:07:32 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00