Sign in
swiftshader
/
SwiftShader
/
209318af2b035d729225c5d86dbeb27935ebfafb
/
pydir
1d23542
Subzero. Native 64-bit int arithmetic on x86-64.
by John Porto
· 10 years ago
88ab5ca
Subzero: Fix szbuild.py linking.
by Jim Stichnoth
· 10 years ago
28068ad
ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP).
by Jan Voung
· 10 years ago
112b6e8
Add an cross include path for ARM to work around clang bug 22937.
by Jan Voung
· 10 years ago
e105c74
Change MIPS to avoid "none-nacl" for unsandboxed tests.
by Reed Kotler
· 10 years ago
d00d48d
implement the null function for the Mips32 subzero compiler
by Reed Kotler
· 10 years ago
6c17dd8
Fixes case where terminator instruction is missing at end of function.
by Karl Schimpf
· 10 years ago
a9eeb42
Subzero: Correct the cross test's diagnostic message for a test failure.
by Jim Stichnoth
· 10 years ago
8e32fed
Set up crosstest to run simple loop in Om1 on ARM.
by Jan Voung
· 10 years ago
050deaa
Build ARM SZ runtime files. Use le32-nacl-objcopy in various places.
by Jan Voung
· 10 years ago
0933c0c
Subzero: Strength-reduce mul by certain constants.
by Jim Stichnoth
· 10 years ago
d9f1f9f
Subzero: Fix lit and cross tests broken in f8b4cc8.
by Jim Stichnoth
· 10 years ago
f8b4cc8
Subzero: Basic Block Profiler.
by John Porto
· 10 years ago
bb9d11a
Subzero: Change pnacl_newlib ==> pnacl_newlib_raw in scripts.
by Jim Stichnoth
· 10 years ago
b2d5084
Handle ARM "ret void" and function alignment with proper padding.
by Jan Voung
· 10 years ago
0a9e126
Subzero: Auto-detect cmake versus autoconf LLVM build.
by Jim Stichnoth
· 10 years ago
8c7b0a2
Subzero: Fix dependency checking to avoid unnecessary rebuilds.
by Jim Stichnoth
· 10 years ago
927f7cc
Subzero: Support non-IRT immediate calls with -filetype=iasm.
by Jim Stichnoth
· 10 years ago
833f13f
Subzero: Fix a bug in cross test generation.
by Jim Stichnoth
· 10 years ago
dc7c597
Subzero: Run cross tests as a much more configurable python script.
by Jim Stichnoth
· 10 years ago
68a0633
Use the installed/downloaded objdump instead of work-dir one.
by Jan Voung
· 10 years ago
a67fc44
Subzero: Run sandboxed cross tests, and do some cleanup.
by Jim Stichnoth
· 10 years ago
c450879
Subzero: Clean up the runtime implementation.
by Jim Stichnoth
· 10 years ago
fa0cfa5
Subzero: Change the name llvm2ice to the more appropriate pnacl-sz.
by Jim Stichnoth
· 10 years ago
b5447a0
Omit textual emitConstPool in MINIMAL build.
by Jan Voung
· 10 years ago
9738a9e
Subzero: Update tests and build scripts for sandboxing.
by Jim Stichnoth
· 10 years ago
a2703ae
Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge)
by Jan Voung
· 10 years ago
9f76aec
Subzero: Make threads=2 and filetype=obj the testing defaults.
by Jim Stichnoth
· 10 years ago
d442e7e
Subzero: Use -filetype instead of -ias and -elf-writer.
by Jim Stichnoth
· 10 years ago
bbca754
Subzero: Emit functions and global initializers in a separate thread.
by Jim Stichnoth
· 10 years ago
046ec2e
Subzero: Add a --elf arg to szbuild.py and crosstest.py.
by Jim Stichnoth
· 10 years ago
edc115e
Add irt_random to szbuild link line.
by Jan Voung
· 10 years ago
51596d4
Subzero: Auto-set -build-on-read=0 for .ll input files.
by Jim Stichnoth
· 10 years ago
6fcbddd
Disable Subzero IR generation for performance testing.
by Karl Schimpf
· 10 years ago
43e9482
Subzero: Delete szdiff.py tests and ERRORS tests.
by Jim Stichnoth
· 10 years ago
58acae3
Subzero: Allow non-hybrid binaries to be built.
by Jim Stichnoth
· 10 years ago
bca2f65
Subzero: Switch to AT&T asm syntax. I give up.
by Jim Stichnoth
· 10 years ago
336f6c4
Subzero: Implementation of "advanced Phi lowering".
by Jim Stichnoth
· 10 years ago
ab06df3
Remove IceConverter when LLVM IR is not allowed.
by Karl Schimpf
· 10 years ago
6af6336
Remove building llvm2ice.build_atts from Subzero build.
by Karl Schimpf
· 10 years ago
b262c5e
Allow conditional lit tests in Subzero, based on build flags.
by Karl Schimpf
· 10 years ago
962befa
emitIAS for Shld and Shrd and the ternary and three-address ops.
by Jan Voung
· 10 years ago
2a063e2
Subzero: Fix emission of global initializers.
by Jim Stichnoth
· 10 years ago
109fa15
Add cross test for vector itofp and fptoi casts.
by Jan Voung
· 10 years ago
e3f64d0
Introduce model of global initializers in Subzero.
by Karl Schimpf
· 10 years ago
118ca79
Subzero: Change the echoing in shellcmd().
by Jim Stichnoth
· 10 years ago
ed178a6
Subzero: Update link path after recent newlib install changes.
by Jim Stichnoth
· 10 years ago
be22e14
Subzero: Change szbuild.py to prefer Subzero by default.
by Jim Stichnoth
· 10 years ago
2a5324a
Clean up run script to use for testing Subzero.
by Karl Schimpf
· 10 years ago
4c127ba
Adjust paths for host_x86_32/bin -> bin and for switch to 64-bit.
by Jan Voung
· 11 years ago
89906a5
Subzero: Allow extra args to be passed to llc and Subzero.
by Jim Stichnoth
· 11 years ago
cc0ee13
Subzero: Add a convenience script for Spec2K. Add the --stats argument.
by Jim Stichnoth
· 11 years ago
e8b404b
Subzero: Make python clean up after itself by removing its /tmp subdir.
by Jim Stichnoth
· 11 years ago
0fb613f
Subzero: Make the szbuild.py script more automatic.
by Jim Stichnoth
· 11 years ago
65d8d53
Subzero: Print defaults as appropriate in python script help text.
by Jim Stichnoth
· 11 years ago
6d4f564
Subzero: The cross tests should use the actual Subzero runtime.
by Jim Stichnoth
· 11 years ago
10ea698
Subzero: Add a script that builds a hybrid Subzero/llc native executable.
by Jim Stichnoth
· 11 years ago
7076c88
Subzero: Move python scripts into a common pydir.
by Jim Stichnoth
· 11 years ago
16178a1
Subzero: Remove the need for a separate NaCl SDK installation.
by Jim Stichnoth
· 11 years ago
1248a6d
Make py import not assume dir is "pnacl-subzero". Avoid autovect in crosstest.
by Jan Voung
· 11 years ago
5bc2b1d
Add Om1 lowering with no optimizations.
by Jim Stichnoth
· 11 years ago
a667fb8
Modify pnacl subzero to be able to read pnacl bitcode files.
by Karl Schimpf
· 11 years ago