llvm-6502/lib
Chris Lattner 0f2831c820 ValueTracker can't assume that an alloca with no specified alignment
will get its preferred alignment.  It has to be careful and cautiously assume
it will just get the ABI alignment.  This prevents instcombine from rounding
up the alignment of a load/store without adjusting the alignment of the alloca.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61934 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-08 19:28:38 +00:00
..
Analysis ValueTracker can't assume that an alloca with no specified alignment 2009-01-08 19:28:38 +00:00
Archive Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
AsmParser one more crash from PR3281, we now diagnose: 2009-01-08 19:05:36 +00:00
Bitcode revert to functionally equivalent formulation 2009-01-07 23:07:22 +00:00
CodeGen Add DebugInfo based APIs to record source line info. 2009-01-08 17:19:22 +00:00
Debugger Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
ExecutionEngine Tidy up #includes, deleting a bunch of unnecessary #includes. 2009-01-05 17:59:02 +00:00
Linker
Support Tweak --version to include the date and time. 2008-12-23 18:41:47 +00:00
System
Target add some more crazy strlen and memcpy stuff I noticed in spec. 2009-01-08 07:34:55 +00:00
Transforms This implements the second half of the fix for PR3290, handling 2009-01-08 05:42:05 +00:00
VMCore Fix failure messages in Verifier::PerformTypeCheck. The argument numbers 2009-01-08 01:56:06 +00:00
Makefile