llilc/include
rhadley 67236e4f93 Add initial support for JIT options
Makes use of the new CLR/EE interface to extract environment variables.
Initial support only covers COMPLUS_AltJit and COMPLUS_DUMPLLVMIR.

* Adds Options container in the JITContext.  This is used to interface
  with CoreCLR and hold any state.  Currently implements the AltJit
  detection as well as DumpLevel(COMPlus_DUMPLLVMIR) and OptLevel.
* Includes basic method set support that will be used to implement
  matching of methods.
* Adds simple utility functions to do cross platform UTF16 to UTF8
  conversions.  This is based on the facilities supplied by LLVM.
* Fix testing scripts to prepend 'COMPlus_' on the DUMPLLVMIR variable.
2015-04-10 22:54:38 -07:00
..
Driver
Jit Add initial support for JIT options 2015-04-10 22:54:38 -07:00
Pal Remove checked in CoreCLR headers 2015-03-30 09:54:23 -07:00
Reader Add initial support for JIT options 2015-04-10 22:54:38 -07:00
clr Remove checked in CoreCLR headers 2015-03-30 09:54:23 -07:00
CMakeLists.txt