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 2026-04-23 22:23:00 +00:00
Code Issues Projects Releases Wiki Activity
Files
dcf39d2586da38fe4410d8406a0abe4e3c7860c1
llvm-6502/lib/Transforms
T
History
David Majnemer dcf39d2586 InstCombine: Restore optimizations lost in r210006
This restores our ability to optimize:
(X & C) == 0 ? X ^ C : X  into  X | C
(X & C) != 0 ? X ^ C : X  into  X & ~C

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222871 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-27 07:25:21 +00:00
..
Hello
…
InstCombine
InstCombine: Restore optimizations lost in r210006
2014-11-27 07:25:21 +00:00
Instrumentation
[asan/coverage] change the way asan coverage instrumentation is done: instead of setting the guard to 1 in the generated code, pass the pointer to guard to __sanitizer_cov and set it there. No user-visible functionality change expected
2014-11-24 18:49:53 +00:00
IPO
Disable header duplication at -Oz in loop-rotate pass.
2014-11-21 19:53:24 +00:00
ObjCARC
Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool>
2014-11-19 07:49:26 +00:00
Scalar
Revert r220349 to re-instate r220277 with a fix for PR21330 -- quite
2014-11-25 08:20:27 +00:00
Utils
SimplifyCFG: Refactor GatherConstantCompares() result in a struct
2014-11-20 22:40:25 +00:00
Vectorize
Masked Vector Load and Store Intrinsics.
2014-11-23 08:07:43 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…
Powered by Gitea Version: 1.26.0 Page: 3582ms Template: 996ms
Auto
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