Sign in
swiftshader
/
SwiftShader
/
4019f0843ff2efdde366402f692f0853a206bac8
/
src
/
PNaClTranslator.cpp
4019f08
Remove TypeConverter and Module from minimal subzero build.
by Karl Schimpf
· 10 years ago
bf17037
Remove using LLVM tools to check correctness of cast operation.
by Karl Schimpf
· 10 years ago
3281748
Simplify LLVM's APInt and APFloat for use in Subzero.
by Karl Schimpf
· 10 years ago
9a04c07
Subzero: Don't store std::string objects inside Variable.
by Jim Stichnoth
· 10 years ago
668a7a3
Subzero: Pull the node name out of the node structure.
by Jim Stichnoth
· 10 years ago
9bb188d
Reduce one layer of decoding for binary operations in bitcode reading.
by Karl Schimpf
· 10 years ago
f875d45
Remove call to PNaClABIProps::isAllowedAlignment from subzero.
by Karl Schimpf
· 10 years ago
1c44d81
Subzero: Disable stats and timers under the MINIMAL build.
by Jim Stichnoth
· 10 years ago
dddaf9c
Subzero: Fix the g++ build (e.g. Windows).
by Jim Stichnoth
· 10 years ago
2f6f860
Create local config file for subzero reader tests.
by Karl Schimpf
· 10 years ago
79f2a03
Merge remote-tracking branch 'origin/merge_35'
by JF Bastien
· 10 years ago
d2cb436
Subzero: Simplify the constant pools.
by Jim Stichnoth
· 10 years ago
b6c96af
Turn off dump/emit routines when building minimal subzero.
by Karl Schimpf
· 10 years ago
6fcbddd
Disable Subzero IR generation for performance testing.
by Karl Schimpf
· 10 years ago
bfb410d
Subzero: Improve the use of NodeList objects.
by Jim Stichnoth
· 10 years ago
5845587
Add timing of bitcode parser to Subzero.
by Karl Schimpf
· 10 years ago
aff9fa2
Fix insert/extract element vector operations to check that literal
by Karl Schimpf
· 10 years ago
df6f9d1
Fix handling of relocation names, so that prefix mangling works.
by Karl Schimpf
· 10 years ago
fe14fb8
Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp.
by Jan Voung
· 10 years ago
9d98d79
Introduce the notion of function addresses in Subzero.
by Karl Schimpf
· 10 years ago
2a063e2
Subzero: Fix emission of global initializers.
by Jim Stichnoth
· 10 years ago
645aa1a
Convert Subzero's bitcode reader to generate ICE types.
by Karl Schimpf
· 10 years ago
e3f64d0
Introduce model of global initializers in Subzero.
by Karl Schimpf
· 10 years ago
8363a06
Subzero: Add a few performance measurement tools.
by Jim Stichnoth
· 10 years ago
0795ba0
Subzero: Remove LLVM_DELETED_FUNCTION.
by Jim Stichnoth
· 10 years ago
f44f371
Subzero: Auto-awesome iterators.
by Jim Stichnoth
· 10 years ago
a18cc9c
Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr.
by Jim Stichnoth
· 10 years ago
c4554d7
Subzero: Rewrite the pass timing infrastructure.
by Jim Stichnoth
· 10 years ago
8e8042c
Subzero: Enable the C++11 build.
by Jim Stichnoth
· 11 years ago
f0657dd
Fix bug in Subzero bitcode reader for insertelement instruction.
by Karl Schimpf
· 11 years ago
144cdce
Subzero: Refactor tracking of Defs and block-local Variables.
by Jim Stichnoth
· 11 years ago
6ff33d2
Test generation of global initializers in Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
8df26f3
Add call instructions to Subzero's bitcode reader.
by Karl Schimpf
· 11 years ago
ff9c706
Subzero: Add branch optimization.
by Jim Stichnoth
· 11 years ago
d1a971a
Add switch instruction to Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
8f07aa8
Add forward instruction declaration to Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
bc00463
Split ConstantInteger into ConstantInteger32 and ConstantInteger64.
by Jan Voung
· 11 years ago
9750183
Add unreachable instruction to Subzero.
by Karl Schimpf
· 11 years ago
5ee234a
Allow ability to name unnamed global addresses in Subzero.
by Karl Schimpf
· 11 years ago
4766156
Add phi instruction to Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
c132b76
Fix symbol table handling in functions.
by Karl Schimpf
· 11 years ago
64dcde7
Fix bug introduced by CL 561883002.
by Karl Schimpf
· 11 years ago
41689df
Add load and store instructions to Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
742d72d
Add alloca instruction to Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
f12355e
Add constants block to PNaCl bitcode reader.
by Karl Schimpf
· 11 years ago
c836acb
Add branch instructions to Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
83f9f0c
Add icmp and fcmp instructions to Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
1d6f0e4
Add select instruction to Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
71ba822
Add vector insert/extract instructions to Subzero bitcode reader.
by Karl Schimpf
· 11 years ago
c0fdc27
Add cast instructions to subzero's pnacl bitcode translator.
by Karl Schimpf
· 11 years ago
ce58163
Add pnacl-freeze to the tests_lit/lit.cfg. Also, unsigned vs signed.
by Jan Voung
· 11 years ago
d6064a1
Start processing function blocks.
by Karl Schimpf
· 11 years ago
989a703
Subzero: Add the "llvm2ice -ffunction-sections" argument.
by Jim Stichnoth
· 11 years ago
b164d20
Clean up exit status and globals procecessing in llvm2ice.
by Karl Schimpf
· 11 years ago
8d7abae
Update Subzero to start parsing PNaCl bitcode files.
by Karl Schimpf
· 11 years ago