aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/LeonPasses.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-09[Sparc][LEON] Removed the parts of the errata fixes implemented using inline ...Chris Dewhurst1-76/+0
2016-08-12Revert "[Sparc] Leon errata fix passes."James Y Knight1-604/+76
2016-08-12[Sparc][Leon] Errata fixes for various errata in different versions of the Le...Chris Dewhurst1-192/+193
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-2/+1
2016-07-08[Sparc] Leon errata fix passes.Chris Dewhurst1-24/+551
2016-06-27[Sparc] Formatting and commenting changes per review.Chris Dewhurst1-167/+165
2016-06-27[sparc] Simplify slow and verbose string matching code to startswith_lower.Benjamin Kramer1-15/+10
2016-06-19[SPARC] Fixes for hardware errata on LEON processor.Chris Dewhurst1-0/+335
2016-05-27[sparc] Simplify a slow and verbose way of checking if a string starts with "...Benjamin Kramer1-6/+4
2016-05-27[sparc] Move LEON passes into llvm namespace.Benjamin Kramer1-0/+1
2016-05-23[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.Chris Dewhurst1-0/+79