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-09-24 23:28:41 +00:00
Code Issues Projects Releases Wiki Activity
Files
55306bdea5d2d53be39f3ac59fadf5220ee6b5d0
llvm-6502/lib/Transforms
History
Nadav Rotem 55306bdea5 Fix a bug in the code that checks if we can vectorize loops while using dynamic
memory bound checks.  Before the fix we were able to vectorize this loop from
the Livermore Loops benchmark:

for ( k=1 ; k<n ; k++ )
  x[k] = x[k-1] + y[k];



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170811 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-21 00:07:35 +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
Formatting fixes. Remove some unnecessary 'else' after 'return'. No functional change.
2012-12-20 07:15:54 +00:00
Instrumentation
[msan] Add track-origins argument to the pass constructor.
2012-12-19 13:55:51 +00:00
IPO
Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future.
2012-12-19 07:18:57 +00:00
Scalar
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
2012-12-20 16:04:27 +00:00
Utils
Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future.
2012-12-19 07:18:57 +00:00
Vectorize
Fix a bug in the code that checks if we can vectorize loops while using dynamic
2012-12-21 00:07:35 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…
Powered by Gitea Version: 1.24.6 Page: 1254ms Template: 23ms
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