OSDN Git Service

android-x86/external-swiftshader.git
2015-07-06 Andrew ScullRedelete IceAssemblerX8632.cpp
2015-07-06 Andrew ScullDoxygenize the documentation comments
2015-07-06 Jan VoungFix ARM Om1 lowering for arithmetic, and test.
2015-06-30 John PortoMove X8632-specific Assembler stuff to Machine Traits.
2015-06-30 Karl SchimpfFix invalid tests to not run when minimal.
2015-06-30 Jan VoungSmall fixes for unused argument warnings w/ Makefile...
2015-06-30 Jan VoungARM lowering integer divide and remainder, with div...
2015-06-30 Karl SchimpfFixes case where terminator instruction is missing...
2015-06-30 Jan VoungARM: lowerSelect for integers.
2015-06-29 Andrew ScullImplement ARM32 switch lowering.
2015-06-29 Andrew ScullAdd doxygen build target.
2015-06-29 John PortoEnables llvm dyn_cast for Assemblers.
2015-06-28 Jim StichnothSubzero: Fix a new test under MINIMAL mode.
2015-06-27 Jim StichnothSubzero: Enable errors for unused parameters.
2015-06-26 John PortoAdds X8664 Condition codes.
2015-06-26 John PortoAdds the X8664 register definition.
2015-06-26 Karl SchimpfFixes bug on conditional branch where the targets are...
2015-06-26 Qining LuFunction Layout, Global Variable Layout and Pooled...
2015-06-25 John PortoIncludes module header first.
2015-06-25 Jim StichnothSubzero: Fix cmake build.
2015-06-24 John PortoFixes the X86 Base template.
2015-06-24 Jim StichnothSubzero: Reduce the amount of #ifdef'd code.
2015-06-24 Karl SchimpfRemove unnecessary TEXTBC_LIBS makefile definition.
2015-06-23 John PortoSubzero. Adds x86-64 to the list of supported Subzero...
2015-06-23 Jim StichnothSubzero: Make life a little easier for emacs users.
2015-06-23 Karl SchimpfFix handling of TYPE_CODE_NUMENTRY record when size...
2015-06-23 John PortoExtracts an TargetX86Base target which will be used...
2015-06-22 Jim StichnothSubzero: Use more "= default;" for ctors and dtors.
2015-06-22 Karl SchimpfFix llvm makefile to handle macro INPUT_IS_TEXTUAL_BITCODE.
2015-06-22 Karl SchimpfAllow pnacl-sz to be compiled to textual bitcode records.
2015-06-22 Jim StichnothSubzero: Fix "make -f Makefile.standalone MINIMAL=1...
2015-06-22 John PortoSubzero. Fixes memory leaks.
2015-06-22 Jim StichnothSubzero: Apply commutativity to the RMW optimization.
2015-06-22 Jim StichnothSubzero: Use C++11 member initializers where practical.
2015-06-22 Qining LuAdd constant blinding/pooling option for X8632 code...
2015-06-18 Jan VoungARM: Assign "actuals" at call site to the appropriate...
2015-06-18 Jim StichnothSubzero: Add more kinds of RMW lowering.
2015-06-18 Jim StichnothSubzero: Correct the cross test's diagnostic message...
2015-06-18 Jim StichnothSubzero: Transform suitable Load/Arith/Store sequences...
2015-06-17 John PortoFix a bug that would cause subzero to fail when --threa...
2015-06-17 Jan VoungSet up crosstest to run simple loop in Om1 on ARM.
2015-06-16 Jan VoungAdd a basic enum for ARM InstructionSet / cpu features.
2015-06-15 Jan VoungMove lowerGlobal() from target-specific code to emitGlo...
2015-06-15 John PortoRemoves const qualification for two methods in TargetDa...
2015-06-12 Jan VoungBuild ARM SZ runtime files. Use le32-nacl-objcopy in...
2015-06-12 Jim StichnothSubzero: Strength-reduce mul by certain constants.
2015-06-12 Jim StichnothSubzero: Fix compilation error in MINIMAL=1 or NOASSERT...
2015-06-11 Jan VoungEmit ARM build-attributes in the file scope (as header).
2015-06-11 John PortoUnittest fixes.
2015-06-11 Jim StichnothFirst patch for Mips subzero compiler
2015-06-11 Jim StichnothSubzero: Fix lit and cross tests broken in f8b4cc8.
2015-06-11 John PortoFixes a bug in that caused IceAssembler to use Allocato...
2015-06-10 John PortoRenames the assembler* files.
2015-06-10 John PortoSubzero: Basic Block Profiler.
2015-06-08 Karl SchimpfClean up unit munging unit tests using common NaCl...
2015-06-05 John PortoMerge branch 'master' of https://chromium.googlesource...
2015-06-05 John PortoSubzero: adding jpp@chromium.org to OWNERS.
2015-06-05 John PortoSubzero: adding jpp@chromium.org to OWNERS.
2015-06-05 Jan VoungSubzero ARM32: Lower shift and zext, sext, and trunc.
2015-06-04 Jim StichnothSubzero: Legalize FP constants directly into memory...
2015-06-04 Jan VoungUse report_fatal_error before destroying input object...
2015-06-03 Jim StichnothSubzero: Improve/refactor folding loads into the next...
2015-06-03 Jim StichnothSubzero: Change pnacl_newlib ==> pnacl_newlib_raw in...
2015-06-02 Jan VoungSubzero ARM: lowerLoad and lowerStore.
2015-06-01 Jim StichnothSubzero: Changes needed for LLVM 3.7 integration.
2015-06-01 Jim StichnothSubzero: Remove a compile-time warning.
2015-06-01 Jan VoungSubzero ARM: addProlog/addEpilogue -- share some code...
2015-06-01 Jim StichnothSubzero: Fold the load instruction into the next cast...
2015-05-27 Jan VoungUse ldr for movs out of stack slots (instead of mov...
2015-05-27 Jim StichnothSubzero: More asm-verbose fixes.
2015-05-27 Jan VoungRemove the FrameSizeLocals field which appears to be...
2015-05-26 Jim StichnothSubzero: Fix/improve -asm-verbose output.
2015-05-26 Jan VoungSubzero ARM: lower alloca instruction.
2015-05-22 Jan VoungSubzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall.
2015-05-22 Jim StichnothSubzero: Use setcc for most fcmp conditions, instead...
2015-05-19 Jan VoungLower a few basic ARM binops for i{8,16,32,64}.
2015-05-19 Jim StichnothSubzero: Use cmov to improve lowering for the select...
2015-05-18 Jan VoungSubzero ARM: lowerArguments (GPR), basic legalize(...
2015-05-17 Jim StichnothSubzero: Fold icmp into br/select lowering.
2015-05-16 Jan VoungChange a build-attribute REQUIRES check to use supporte...
2015-05-14 Jan VoungConvert Constant->emit() definitions to allow multiple...
2015-05-12 Jan VoungHandle ARM "ret void" and function alignment with prope...
2015-05-12 Karl SchimpfUpdate subzero bitcode parser to use new API for bitstr...
2015-05-07 Jim StichnothSubzero: Simplify the icmp i64 lowering.
2015-05-04 Jim StichnothSubzero: Use a setcc sequence for better icmp lowering.
2015-04-30 Karl SchimpfFix instruction unit tests to use new editing constants.
2015-04-30 Jan VoungRename AssemblerX86 to AssemblerX8632 so it works with...
2015-04-30 Jim StichnothSubzero: Also dump live-end info for stack vars under...
2015-04-29 Jim StichnothSubzero: Produce actually correct code in --asm-verbose...
2015-04-28 Jim StichnothSubzero: Fix asm (non-ELF) output files.
2015-04-22 Karl SchimpfFirst attempt to capture parser/translation errors...
2015-04-22 Jan VoungAdd a basic TargetARM32 skeleton which knows nothing.
2015-04-21 Jim StichnothSubzero: Improve "make check-unit" execution.
2015-04-21 Jim StichnothSubzero: Auto-detect cmake versus autoconf LLVM build.
2015-04-16 Karl SchimpfFix locking for printing error messages.
2015-04-16 Karl SchimpfRevert "Fix locking for printing error messages."
2015-04-16 Karl SchimpfRevert "Revert "Adjust Subzero CMAKE=1 build to also...
2015-04-16 Karl SchimpfRevert "Adjust Subzero CMAKE=1 build to also use libc...
2015-04-16 Karl SchimpfFix locking for printing error messages.
2015-04-10 Jan VoungAdjust Subzero CMAKE=1 build to also use libc++ (like...
next