Sign in
swiftshader
/
SwiftShader
/
4f69e0187faff889d211949e1b8d9a57acb7fa80
/
src
/
IceInstX86Base.h
8ff4b28
Subzero: Add Non-SFI support for x86-32.
by Jim Stichnoth
· 9 years ago
4a56686
Subzero. Code organization.
by John Porto
· 9 years ago
008f4ce
Subzero. X8664. Fixes filetype=asm.
by John Porto
· 9 years ago
3c275ce
Subzero. x8664. Resurrects the Target.
by John Porto
· 9 years ago
39f4020
Remove "Adjuststack" instruction opcode.
by Karl Schimpf
· 9 years ago
19413a5
Fix regression in SSE instruction opcodes
by David Sehr
· 9 years ago
6da7ae2
Add template parameter for suffix to BinopXmm
by David Sehr
· 9 years ago
e398428
Fuse icmp/fcmp with select
by David Sehr
· 9 years ago
92a6e5b
fix doxygen brief in subzero header files
by Jim Stichnoth
· 9 years ago
26217e3
1) Move helper creation to separate method, which also computes the maximum outgoing argument size. The computed size is checked against call lowering's size.
by David Sehr
· 9 years ago
21fd103
Eliminate stack adjustment for float-returning functions
by David Sehr
· 9 years ago
b8e49c1
Add a getTarget method that returns the x86 target lowering
by David Sehr
· 9 years ago
5bff61c
Sets the stage for enabling the use of the 8-bit high registers, but doesn't yet turn it on because more work is needed for correctness.
by Jim Stichnoth
· 10 years ago
28b71be
Subzero: Consider all instruction variables for register preference.
by Jim Stichnoth
· 10 years ago
e11f878
Use three-address form of imul
by David Sehr
· 10 years ago
55f2e6d
Optimize 64-bit shifts by constants for x86-32
by David Sehr
· 10 years ago
57e1268
Reflow comments to use the full width.
by Andrew Scull
· 10 years ago
8072bae
Refactor all instances of `typedef y x` to the C++11 `using x = y` syntax.
by Andrew Scull
· 10 years ago
1d23542
Subzero. Native 64-bit int arithmetic on x86-64.
by John Porto
· 10 years ago
2c86252
Introduce the ability to insert IACA (Intel Architecture Code Analyzer) marks.
by Andrew Scull
· 10 years ago
453660f
Subzero. Buildable, non-functional TargetLoweringX8664.
by John Porto
· 10 years ago
86df4e9
Iasm and obj lowering for advanced switch lowering.
by Andrew Scull
· 10 years ago
87f80c1
Introduction of improved switch lowering.
by Andrew Scull
· 10 years ago
921856d
X8632 Templatization completed.
by John Porto
· 10 years ago