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-06-23 17:24:48 +00:00
Code Issues Projects Releases Wiki Activity
Files
d60b8ac64fa161646d50c49d6171cb49e6a2c7ee
llvm-6502/lib/Transforms
History
Jakub Staszak d60b8ac64f Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1
if C1 and C2 differ only with one bit.
Fixes PR14708.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171270 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-31 00:34:55 +00:00
..
Hello
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
InstCombine
Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1
2012-12-31 00:34:55 +00:00
Instrumentation
Remove the Function::getFnAttributes method in favor of using the AttributeSet
2012-12-30 10:32:01 +00:00
IPO
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset().
2012-12-30 16:25:48 +00:00
Scalar
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset().
2012-12-30 16:25:48 +00:00
Utils
Fix typo in comments
2012-12-24 08:52:53 +00:00
Vectorize
Remove the Function::getFnAttributes method in favor of using the AttributeSet
2012-12-30 10:32:01 +00:00
CMakeLists.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
LLVMBuild.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
Makefile
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
Powered by Gitea Version: 1.24.2 Page: 673ms Template: 6ms
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