Logo
Explore Mirrors Help
Sign In
6502/llvm-6502
1
0
Fork 0
You've already forked llvm-6502
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-05-21 12:38:45 +00:00
Code Issues Projects Releases Wiki Activity
llvm-6502/lib/Transforms
History
Owen Anderson 009e4f7609 Fix two issues that Eli Friedman pointed out, where would misoptimized code like:
char a[200];
init(a, a+200);

OR

int a[200];
char* b = (char*)a;
char* c = (char*)a;
foo(b, c);


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51850 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-01 22:26:26 +00:00
..
Hello
Clean up the use of static and anonymous namespaces. This turned up
2008-05-13 00:00:25 +00:00
Instrumentation
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
2008-05-23 21:05:58 +00:00
IPO
Use eraseFromParent() instead of doing that manually in two places.
2008-05-30 12:35:46 +00:00
Scalar
Fix two issues that Eli Friedman pointed out, where would misoptimized code like:
2008-06-01 22:26:26 +00:00
Utils
rewrite operand loops to use iterators
2008-05-30 21:24:22 +00:00
Makefile
remove attribution from lib Makefiles.
2007-12-29 20:09:26 +00:00
Powered by Gitea Version: 1.23.8 Page: 258ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API