summaryrefslogtreecommitdiff
path: root/src/jit/ssaconfig.h
AgeCommit message (Collapse)AuthorFilesLines
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-15/+16
This change is the result of running clang-tidy and clang-format on jit sources.
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin1-1/+1
Instead of storing pointers to the thread-local compiler instance and the current logging environment in separate TLS slots, wrap these values in a struct and store a pointer to the struct in a single TLS slot. This simplifies and standardizes the JIT's interface to its TLS storage, especially when it is being statically linked into another program or library that cannot use standard TLS. Note that for release builds, the logging environment is not used and a pointer to the current compiler instance is stored directly into the JIT's TLS slot as an implementation detail of the TLS wrapper type.
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+49
[tfs-changeset: 1407945]