llilc/lib
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
..
Jit Add initial support for JIT options 2015-04-10 22:54:38 -07:00
Reader Merge pull request #418 from erozenfeld/InitializeArray 2015-04-10 09:34:55 -07:00
CMakeLists.txt Initial commit 2015-02-12 14:54:02 -08:00