llvm-6502/lib
Chris Lattner 39a6a36c5a Fix a bug that caused alignment information to occasionally get stripped off
of an allocation instruction when writing to bytecode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35796 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-09 03:37:36 +00:00
..
Analysis
Archive Avoid a useless temporary constrution. 2007-04-07 19:51:45 +00:00
AsmParser Regenerate 2007-04-09 01:56:05 +00:00
Bytecode Fix a bug that caused alignment information to occasionally get stripped off 2007-04-09 03:37:36 +00:00
CodeGen Fix a bug introduced with my previous patch, where it didn't correctly handle 2007-04-09 01:19:33 +00:00
Debugger Make sure temporary data is not used past its life span. 2007-04-08 20:10:14 +00:00
ExecutionEngine
Linker
Support
System Unbreak VC++ build. 2007-04-07 20:47:27 +00:00
Target
Transforms Fix PR1304 and Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll 2007-04-09 01:37:55 +00:00
VMCore Remove DomSet completely. This concludes work on PR1171. 2007-04-08 21:30:05 +00:00
Makefile