OSDN Git Service

Subzero: Update for LLVM 3.9 (trunk).
[android-x86/external-swiftshader.git] / src / IceCompileServer.cpp
2016-05-09 Jim StichnothSubzero: Update for LLVM 3.9 (trunk).
2016-04-20 Jim StichnothSubzero: Allow overriding command-line args from the...
2016-04-02 Karl SchimpfSimplify references to command line flags.
2016-03-29 Jim StichnothSubzero: Remove IceString.
2016-03-21 John PortoSubzero. Flags refactoring.
2016-03-17 David SehrAdd malloc/new profiling on linux
2016-03-12 Jim StichnothSubzero: Allow Makefile.standalone to build for a singl...
2016-03-07 Jim StichnothSubzero: Fix symbol name mangling. Make flags global.
2016-03-07 Jim StichnothSubzero: Count lookups of each constant value in the...
2016-01-13 Jim StichnothSubzero: Fix -build-atts option.
2016-01-13 Jim StichnothSubzero: Fix g++ warnings.
2015-12-03 Jim Stichnothfix doxygen brief in subzero header files
2015-10-02 Karl SchimpfChange from ::stdout to stderr when reporting fatal...
2015-10-02 Karl SchimpfRemove dependence on header file unistd.h.
2015-10-01 Karl SchimpfAdd include files so that IceCompilerServer.cpp can...
2015-10-01 Jim StichnothSubzero: Fix a bug in register allocator overlap comput...
2015-09-30 Karl SchimpfFix pnacl-sz to return with staus 0 in report_fatal_error.
2015-09-16 Andrew ScullReflow comments to use the full width.
2015-07-23 Karl SchimpfModify how textual bitcode is injected into pnacl-sz.
2015-07-06 Andrew ScullDoxygenize the documentation comments
2015-06-27 Jim StichnothSubzero: Enable errors for unused parameters.
2015-06-25 John PortoIncludes module header first.
2015-06-24 Jim StichnothSubzero: Reduce the amount of #ifdef'd code.
2015-06-23 Karl SchimpfFix handling of TYPE_CODE_NUMENTRY record when size...
2015-06-22 Karl SchimpfAllow pnacl-sz to be compiled to textual bitcode records.
2015-05-12 Jan VoungHandle ARM "ret void" and function alignment with prope...
2015-04-28 Jim StichnothSubzero: Fix asm (non-ELF) output files.
2015-04-22 Karl SchimpfFirst attempt to capture parser/translation errors...
2015-03-27 Jan VoungRefactor Subzero initialization and add a browser callb...