llvm-6502/lib
Chris Lattner 4d13294d47 Add much better assertion checking for load and store insts.
Contributed by Vladimir Merzliakov!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14546 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-01 20:23:52 +00:00
..
Analysis Initial checkin of a simple mod/ref analysis for global variables. This is 2004-06-28 06:33: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 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
Bytecode Remove files no longer needed. ConstantReader and InstructionReader were 2004-06-29 23:32:41 +00:00
CodeGen Make sure that we destroy the MBB's, with all of their instructions, before 2004-07-01 06:29:07 +00:00
Debugger Move the IntrinsicLowering header into the CodeGen directory, as per PR346 2004-06-20 07:49:54 +00:00
ExecutionEngine Move the IntrinsicLowering header into the CodeGen directory, as per PR346 2004-06-20 07:49:54 +00:00
Linker Linker.h moved to include/llvm/Support 2004-06-23 17:33:09 +00:00
Support Wrapper for c99 isnan() 2004-06-22 23:54:38 +00:00
Target Handle targets where alignment can be bigger than the size of the data. 2004-07-01 17:32:59 +00:00
Transforms Make this pass use a more specific debug message than "Processing:". 2004-07-01 19:27:10 +00:00
VMCore Add much better assertion checking for load and store insts. 2004-07-01 20:23:52 +00:00
Makefile