llvm-6502/lib
Chris Lattner bb6495cc67 enhance GVN to forward substitute a stored value to a load
(and load -> load) when the base pointers must alias but when
they are different types.  This occurs very very frequently in
176.gcc and other code that uses bitfields a lot.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82399 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-20 19:03:47 +00:00
..
Analysis Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
Archive
AsmParser Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
Bitcode Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
CodeGen tidy up 2009-09-20 17:32:21 +00:00
CompilerDriver
Debugger
ExecutionEngine Stop using alloca. 2009-09-18 16:46:16 +00:00
Linker Remove unnecessary #include. 2009-09-12 22:24:25 +00:00
MC eliminate a use of strtoul. 2009-09-20 06:58:54 +00:00
Support tidy up 2009-09-20 07:16:54 +00:00
System Get rid of GetProcessId in Win32/Program.inc. 2009-09-15 03:39:45 +00:00
Target update an entry, delete an entry which has been fixed. 2009-09-20 17:37:38 +00:00
Transforms enhance GVN to forward substitute a stored value to a load 2009-09-20 19:03:47 +00:00
VMCore Peer through zext and sext to eliminate them when it is safe to do so. 2009-09-20 07:31:25 +00:00
Makefile