DirectXShaderCompiler/include
John Porto c9b9676c5d
User/joporto/dxcmem refactor (#2196)
* Moves the implementation of DxcThreadMalloc to dxcmem.cpp; removes DxcSwapThreadMalloc

* Remove DxcSetThreadMalloc(OrDefault) -- they were always been used for installing the default allocator

* Deletes copy and move ctors and assignment

* stores the allocator in the TLS slot.

* DxcSwapThreadMalloc should be able to install a null allocator

* Marks the DxcThreadMalloc members as hidden (linux only)
2019-05-20 20:52:10 -07:00
..
dxc User/joporto/dxcmem refactor (#2196) 2019-05-20 20:52:10 -07:00
llvm Fixed issues that change codegen when there's debug info. (#2190) 2019-05-17 13:35:08 -07:00
llvm-c [linux-port] Introduce Windows "adapter" headers (#1314) 2018-06-17 11:31:21 -04:00