OSDN Git Service

Subzero: Update for LLVM 3.9 (trunk).
[android-x86/external-swiftshader.git] / src / IceCfgNode.cpp
2016-05-09 Jim StichnothSubzero: Update for LLVM 3.9 (trunk).
2016-04-18 Eric HolkSubzero, Wasm: Link and run torture tests; bug fixes.
2016-04-05 Jim StichnothSubzero: Improve non-MINIMAL string performance.
2016-04-05 Eric HolkInitial Subzero WASM prototype.
2016-04-04 David SehrReplace constant conditional branches by unconditional...
2016-04-02 Karl SchimpfSimplify references to command line flags.
2016-03-30 Jim StichnothSubzero: Fix a bug in advanced phi lowering.
2016-03-29 Jim StichnothSubzero: Remove IceString.
2016-03-14 Jim StichnothSubzero: Control whether deleted instructions are retained.
2016-03-07 Jim StichnothSubzero: Fix symbol name mangling. Make flags global.
2016-03-01 Jim StichnothSubzero: Reduce copying of Liveness bitvectors.
2016-02-10 Jim StichnothSubzero: Use a proper RegNumT type instead of int32_t...
2016-02-05 Jim StichnothSubzero: Cleanup Inst==>Instr.
2016-01-15 Jim StichnothSubzero: Make optimizations more resilient for early...
2016-01-14 John PortoSuzero. X8664. NaCl Sandboxing.
2016-01-13 Jim StichnothSubzero: Fix g++ warnings.
2015-12-16 Jim StichnothSubzero: Fix mid-line comments when using -asm-verbose .
2015-12-11 Jim StichnothSubzero: Use "auto" per (unwritten) auto coding style.
2015-12-09 John PortoSubzero. ARM32. Show FP lowering some love.
2015-12-03 Jim Stichnothfix doxygen brief in subzero header files
2015-11-26 David Sehr1) Move helper creation to separate method, which also...
2015-11-10 Jim StichnothSubzero: For filetype=asm, don't print a blank line...
2015-11-09 Jim StichnothSubzero: Refactor x86 register representation to active...
2015-11-09 Jim StichnothSubzero: Fix a bug in advanced phi lowering.
2015-10-28 Jim StichnothSets the stage for enabling the use of the 8-bit high...
2015-10-23 Karl SchimpfGenerate block labels in the ARM hybrid assembler.
2015-10-15 Jim StichnothSubzero: Various fixes in preparation for x86-32 regist...
2015-10-09 Jim StichnothSubzero: Don't bother printing stack/frame ptr as part...
2015-10-05 Jim StichnothSubzero: With -asm-verbose, make the predecessor list...
2015-10-02 Jim StichnothSubzero: Use register availability during lowering...
2015-10-01 Jim StichnothSubzero: Change -asm-verbose output to print more usefu...
2015-09-26 Jim StichnothSubzero: Improve usability of liveness-related tools.
2015-09-17 Andrew ScullImprove use of CfgLocalAllocator and introduce containe...
2015-09-16 Andrew ScullReflow comments to use the full width.
2015-09-16 Jim StichnothSubzero: Validate phi instructions after CFG construction.
2015-09-15 Jim StichnothSubzero: Fix labels for block profiling.
2015-09-15 Jim StichnothSubzero: Don't contract an empty node that branches...
2015-09-08 Jim StichnothFix warnings produced by g++ on Windows.
2015-09-04 Andrew ScullThis improves the variable use weight by taking into...
2015-08-31 John PortoSubzero: Provide a macro for iterating over instruction...
2015-08-28 Andrew ScullWeight variables for register allocation by their numbe...
2015-08-20 Qining LuUse separate random number generator for each randomiza...
2015-08-10 Jim StichnothSubzero: Misc fixes/cleanup.
2015-08-07 Jim StichnothSubzero: Completely remove tracking of stack pointer...
2015-08-05 Jim StichnothSubzero: Slight improvement to phi lowering.
2015-08-02 Jim StichnothSubzero: Expand the liveness consistency check.
2015-07-31 Qining LuAdd -reorder-basic-blocks option and fix nop insertion
2015-07-30 Jim StichnothSubzero: Cleanly implement register allocation after...
2015-07-23 Andrew ScullRemove jumps over empty blocks.
2015-07-20 Andrew ScullIntroduction of improved switch lowering.
2015-07-06 Andrew ScullDoxygenize the documentation comments
2015-06-25 John PortoIncludes module header first.
2015-06-24 Jim StichnothSubzero: Reduce the amount of #ifdef'd code.
2015-06-22 Jim StichnothSubzero: Use C++11 member initializers where practical.
2015-06-17 John PortoFix a bug that would cause subzero to fail when --threa...
2015-06-10 John PortoRenames the assembler* files.
2015-06-10 John PortoSubzero: Basic Block Profiler.
2015-06-03 Jim StichnothSubzero: Improve/refactor folding loads into the next...
2015-05-27 Jim StichnothSubzero: More asm-verbose fixes.
2015-05-26 Jim StichnothSubzero: Fix/improve -asm-verbose output.
2015-05-17 Jim StichnothSubzero: Fold icmp into br/select lowering.
2015-04-30 Jim StichnothSubzero: Also dump live-end info for stack vars under...
2015-03-23 Jim StichnothSubzero: Prune unreachable nodes after constructing...
2015-02-26 Jan VoungMerge latest changes from branch 'master' into merge_36...
2015-02-24 Jim StichnothSubzero: Update tests and build scripts for sandboxing.
2015-02-20 Jim StichnothSubzero: Add sandboxing for x86-32.
2015-02-12 Jim StichnothSubzero: Emit functions and global initializers in...
2015-02-09 Karl SchimpfAdds accessor methods to class ClFlags.
2015-01-27 Jim StichnothSubzero: Use a "known" version of clang-format.
2015-01-27 Jim StichnothSubzero: Initial implementation of multithreaded transl...
2015-01-22 JF BastienFix build warnings
2015-01-09 Jim StichnothSubzero: Clean up a few areas.
2014-12-23 Jim StichnothSubzero: Use range-based for loops with llvm::ilist...
2014-12-20 Jim StichnothSubzero: Convert NULL->nullptr.
2014-12-15 Jim StichnothSubzero: Clean up live range construction.
2014-12-11 Jim StichnothSubzero: Don't store std::string objects inside Variable.
2014-12-11 Jim StichnothSubzero: Use llvm::ilist<> for PhiList and AssignList.
2014-12-10 Jim StichnothSubzero: Pull the node name out of the node structure.
2014-11-17 Karl SchimpfTurn off dump/emit routines when building minimal subzero.
2014-11-14 Jim StichnothSubzero: Simplify the FakeKill instruction.
2014-11-11 Jim StichnothSubzero: Remove Variable::NeedsStackSlot.
2014-11-06 Jim StichnothSubzero: Implement InstList in terms of llvm::ilist<> .
2014-11-06 Jan VoungRearrange emit vs emitIAS. Wait till function is done...
2014-11-06 Jim StichnothSubzero: Improve the use of NodeList objects.
2014-11-04 Jim StichnothSubzero: Improve the representation and handling of...
2014-11-01 Jim StichnothSubzero: Decorate the text asm output with register...
2014-10-30 Jim StichnothSubzero: Implementation of "advanced Phi lowering".
2014-10-27 Jim StichnothSubzero: Refactor newline emission for Inst::emit().
2014-10-24 Jim StichnothSubzero: Minor refactoring/additions in preparation...
2014-10-24 Jan VoungFirst pass at emitIAS for branches and binding labels
2014-10-23 Jim StichnothSubzero: Improve debugging controls, plus minor refacto...
2014-10-15 Jim StichnothSubzero: Register allocator performance improvements...
2014-10-14 Jim StichnothSubzero: Improve performance of liveness analysis and...
2014-10-08 Jim StichnothSubzero: Improve the output with the --timing-focus...
2014-10-07 Jim StichnothSubzero: Add a few performance measurement tools.
2014-10-01 Jim StichnothSubzero: Auto-awesome iterators.
2014-09-26 Jim StichnothSubzero: Use 'override' as appropriate for C++11.
2014-09-25 Jim StichnothSubzero: Automatically infer regalloc preferences and...
2014-09-23 Jan VoungAdd initial integrated assembler w/ some Xmm ops.
2014-09-22 Jim StichnothSubzero: Refactor tracking of Defs and block-local...
next