mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
3822ff5c71
This patch converts the old SHR instruction into two instructions, AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not dependent on the sign of their operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31542 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
CommandGuide | ||
HistoricalNotes | ||
img | ||
.cvsignore | ||
AliasAnalysis.html | ||
Bugpoint.html | ||
BytecodeFormat.html | ||
CFEBuildInstrs.html | ||
CodeGenerator.html | ||
CodingStandards.html | ||
CommandLine.html | ||
CompilerDriver.html | ||
CompilerWriterInfo.html | ||
doxygen.cfg.in | ||
doxygen.css | ||
doxygen.footer | ||
doxygen.header | ||
doxygen.intro | ||
ExtendingLLVM.html | ||
FAQ.html | ||
GarbageCollection.html | ||
GetElementPtr.html | ||
GettingStarted.html | ||
GettingStartedVS.html | ||
HowToReleaseLLVM.html | ||
HowToSubmitABug.html | ||
index.html | ||
LangRef.html | ||
Lexicon.html | ||
LinkTimeOptimization.html | ||
llvm.css | ||
Makefile | ||
MakefileGuide.html | ||
ProgrammersManual.html | ||
Projects.html | ||
ReleaseNotes.html | ||
SourceLevelDebugging.html | ||
Stacker.html | ||
SystemLibrary.html | ||
TableGenFundamentals.html | ||
TestingGuide.html | ||
UsingLibraries.html | ||
WritingAnLLVMBackend.html | ||
WritingAnLLVMPass.html |