Age | Commit message (Expand) | Author |
2013-06-26 | PNaCl wire format: Clean up representation of "alloca" instruction | Mark Seaborn |
2013-06-25 | PNaCl wire format: Remove the top-level DATALAYOUT record | Mark Seaborn |
2013-06-25 | PNaCl ABI: Disallow various operations on the i1 type | Mark Seaborn |
2013-06-24 | PNaCl ABI: Strip alignment info from memcpy/memmove/memset intrinsic calls | Mark Seaborn |
2013-06-24 | PNaCl ABI: Disallow built-in multiplication in "alloca" instructions | Mark Seaborn |
2013-06-24 | Move i32/i64 cttz, ctlz, and ctpop to whitelisted intrinsics. | Jan Voung |
2013-06-20 | PNaCl ABI: Reduce the set of allowed "align" attributes on loads/stores | Mark Seaborn |
2013-06-19 | PNaCl ABI: Disallow the "externally_initialized" attribute of GlobalVariables | Mark Seaborn |
2013-06-16 | PNaCl ABI: Disallow non-default symbol visibility ("hidden" and "protected") | Mark Seaborn |
2013-06-14 | PNaCl ABI: Disallow the "available_externally" linkage type | Mark Seaborn |
2013-06-14 | PNaCl ABI: Convert "private" linkage to "internal" | Mark Seaborn |
2013-06-13 | PNaCl: Strip more unwanted attributes: "align" on functions and "unnamed_addr" | Mark Seaborn |
2013-06-12 | Move llvm.expect from dev to blacklist. Convert with -lower-expect. | Jan Voung |
2013-06-12 | PNaCl ABI: Strip out arithmetic attributes "nsw", "nuw" and "exact" | Mark Seaborn |
2013-06-10 | Change NaCl-specific tests from llc to pnacl-llc | Eli Bendersky |
2013-06-06 | PNaCl ABI: Strip out calling conventions from functions and calls | Mark Seaborn |
2013-06-05 | PNaCl ABI: Strip out attributes on functions and function calls | Mark Seaborn |
2013-06-04 | PNaCl ABI checker: Reject functions that are declared but not defined | Mark Seaborn |
2013-06-04 | PNaCl ABI checker: Reject the "addrspace" attribute | Mark Seaborn |
2013-06-04 | PNaCl ABI checker: Check for normal form introduced by ReplacePtrsWithInts | Mark Seaborn |
2013-06-03 | PNaCl ABI checker: Disallow ExtractValue and InsertValue instructions (2nd try) | Mark Seaborn |
2013-06-02 | Revert "PNaCl ABI checker: Disallow ExtractValue and InsertValue instructions" | JF Bastien |
2013-05-31 | Apply LLVM upstream: r182877 - Enable FastISel on ARM for Linux and NaCl | JF Bastien |
2013-05-31 | PNaCl ABI checker: Require global variable initialisers to be flattened | Mark Seaborn |
2013-05-31 | PNaCl ABI checker: Disallow ExtractValue and InsertValue instructions | Mark Seaborn |
2013-05-30 | PNaCl ABI checker: Disallow llvm.lifetime.start/end intrinsics | Mark Seaborn |
2013-05-30 | Enable integer promotion pass and add ABI check for integer types | Derek Schuff |
2013-05-29 | PNaCl ABI checker: Reject integer arguments smaller than i32 | Mark Seaborn |
2013-05-28 | PNaCl ABI checker: Disallow inline assembly | Mark Seaborn |
2013-05-28 | Add two passes that implement conversions from PNaCl's specific intrinsics | Eli Bendersky |
2013-05-22 | Promote bswap i16, i32, and i64 to be allowed llvm intrinsics. | Jan Voung |
2013-05-20 | Create type IDs based on reference counts. | Karl Schimpf |
2013-05-14 | Update PNaCl intrinsic whitelist test for moving {frame,return}address to bla... | Jan Voung |
2013-05-09 | Support @llvm.nacl.{set|long}jmp intrinsics by translating them to library calls | Eli Bendersky |
2013-05-09 | Add a llvm lit test for NaCl ARM/X86 support for bswap i16, i32, i64. | Jan Voung |
2013-05-08 | Insert denominator zero checks for NaCl | David Sehr |
2013-05-07 | Start a whitelist of intrinsics for the PNaCl ABI checker. | Jan Voung |
2013-04-26 | Check for metadata in PNaCl ABI checker. | Jan Voung |
2013-04-15 | PNaCl ABI checker: Disallow the "resume" instruction | Mark Seaborn |
2013-04-12 | PNaCl: extend GlobalCleanup to null-out extern_weak function references, and ... | Derek Schuff |
2013-04-12 | PNaCl ABI checker: Disallow ConstantExprs inside functions | Mark Seaborn |
2013-04-12 | PNaCl ABI checker: Disallow va_arg, varargs functions and varargs calls | Mark Seaborn |
2013-04-12 | PNaCl ABI checker: Disallow invoke+landingpad instructions | Mark Seaborn |
2013-04-10 | PNaCl ABI checker: Disallow the GetElementPtr instruction | Mark Seaborn |
2013-04-10 | PNaCl ABI checker: Disallow "section", "thread_local" and "gc" attributes | Mark Seaborn |
2013-04-02 | Disable shift-compare instcombine optimization for NaCl. | Derek Schuff |
2013-04-01 | PNaCl ABI checker: Disable integer size check since it doesn't pass yet | Mark Seaborn |
2013-04-01 | PNaCl: Fix ABI checker to give a better error message on BlockAddresses | Mark Seaborn |
2013-03-20 | Merge remote-tracking branch 'origin/master' | Eli Bendersky |
2013-03-20 | Apply after-merge fixes to return to working state. | Eli Bendersky |