Sign in
swiftshader
/
SwiftShader
/
00c30380f299239b4782a0fd1ad1d580d12af649
/
src
/
IceClFlags.cpp
b40595a
Subzero: Make the register allocator more robust with -reg-use and -reg-exclude.
by Jim Stichnoth
· 9 years ago
5403f5d
Implements include/exclude register lists for translation.
by Karl Schimpf
· 9 years ago
b0051df
Subzero: Fix g++ warnings.
by Jim Stichnoth
· 9 years ago
8ff4b28
Subzero: Add Non-SFI support for x86-32.
by Jim Stichnoth
· 9 years ago
2233987
doxygenize IceClFlags.cpp
by Reed Kotler
· 9 years ago
0d4fc92
eliminate code related to --no-ir-gen
by Jim Stichnoth
· 9 years ago
92a6e5b
fix doxygen brief in subzero header files
by Jim Stichnoth
· 9 years ago
6dacbaf
Fix translation of instruction "move" in ARM integrated assembler.
by Karl Schimpf
· 9 years ago
a522965
Subzero: Add "--verbose=status" option.
by Jim Stichnoth
· 9 years ago
cb504ca
Add workaround to allow testing of ARM integrated assembler.
by Karl Schimpf
· 9 years ago
e849a57
Don't allow hybrid assembler unless filetype=iasm.
by Karl Schimpf
· 9 years ago
2fee2a2
Add hybrid assembler concept to ARM assembler.
by Karl Schimpf
· 9 years ago
4e10aa2
Subzero: Add -allow-extern as an alias for --allow-externally-defined-symbols.
by Jim Stichnoth
· 9 years ago
4001c93
Subzero: Implement "second-chance bin-packing" for register allocation.
by Jim Stichnoth
· 9 years ago
57d31ac
Make sure that all globals are internal, except for "start" functions.
by Karl Schimpf
· 9 years ago
57e1268
Reflow comments to use the full width.
by Andrew Scull
· 10 years ago
ad2989b
Subzero: Add a flag to mock up bounds checking on unsafe references.
by Jim Stichnoth
· 10 years ago
e7dbc0b
Subzero: Fix labels for block profiling.
by Jim Stichnoth
· 10 years ago
aa6c109
This improves the variable use weight by taking into account use in loops. It
by Andrew Scull
· 10 years ago
cfa628b
Inline memove for small constant sizes and refactor memcpy and memset.
by Andrew Scull
· 10 years ago
2c86252
Introduce the ability to insert IACA (Intel Architecture Code Analyzer) marks.
by Andrew Scull
· 10 years ago
28068ad
ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP).
by Jan Voung
· 10 years ago
969f6a3
Add -reorder-basic-blocks option and fix nop insertion
by Qining Lu
· 10 years ago
86df4e9
Iasm and obj lowering for advanced switch lowering.
by Andrew Scull
· 10 years ago
a3f57b9
Subzero: Cleanly implement register allocation after phi lowering.
by Jim Stichnoth
· 10 years ago
cb6e95a
Modify how textual bitcode is injected into pnacl-sz.
by Karl Schimpf
· 10 years ago
87f80c1
Introduction of improved switch lowering.
by Andrew Scull
· 10 years ago
5348369
Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM.
by Jan Voung
· 10 years ago
9612d32
Doxygenize the documentation comments
by Andrew Scull
· 10 years ago
98da966
Subzero: Enable errors for unused parameters.
by Jim Stichnoth
· 10 years ago
7cd5351
Function Layout, Global Variable Layout and Pooled Constants Layout Reordering
by Qining Lu
· 10 years ago
67f8de9
Includes module header first.
by John Porto
· 10 years ago
20b71f5
Subzero: Reduce the amount of #ifdef'd code.
by Jim Stichnoth
· 10 years ago
253dc8a
Add constant blinding/pooling option for X8632 code translation.
by Qining Lu
· 10 years ago
e4f65d8
Subzero: Transform suitable Load/Arith/Store sequences into RMW ops.
by Jim Stichnoth
· 10 years ago
d062f73
Add a basic enum for ARM InstructionSet / cpu features.
by Jan Voung
· 10 years ago
6da4cef
First patch for Mips subzero compiler
by Jim Stichnoth
· 10 years ago
f8b4cc8
Subzero: Basic Block Profiler.
by John Porto
· 10 years ago
a59ae6f
Subzero: Fold icmp into br/select lowering.
by Jim Stichnoth
· 10 years ago
b2d5084
Handle ARM "ret void" and function alignment with proper padding.
by Jan Voung
· 10 years ago
d8b3289
Fix locking for printing error messages.
by Karl Schimpf
· 10 years ago
85f1ffe
Revert "Fix locking for printing error messages."
by Karl Schimpf
· 10 years ago
187b3df
Fix locking for printing error messages.
by Karl Schimpf
· 10 years ago
44c3a80
Refactor Subzero initialization and add a browser callback handler.
by Jan Voung
· 10 years ago