summaryrefslogtreecommitdiff
path: root/src/jit/instrsarm.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-19ARM32: Fix ubfx instruction encoding.Mikhail Skvortcov1-1/+1
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-18/+18
This change is the result of running clang-tidy and clang-format on jit sources.
2016-07-29Massage code for clang-formatMichelle McDaniel1-0/+2
This change starts the process of updating the jit code to make it ready for being formatted by clang-format. Changes mostly include reflowing comments that go past our column limit and moving comments around ifdefs so clang-format does not modify the indentation. Additionally, some header files are manually reformatted for pointer alignment and marked as clang-format off so that we do not lose the current formatting.
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+556
[tfs-changeset: 1407945]