Age | Commit message (Expand) | Author |
2013-06-28 | Move stacksave/restore to allowed list, pow to disallowed. | Jan Voung |
2013-06-28 | Revert the IntrinsicLowering logic that preserves externals for intrinsics. | Eli Bendersky |
2013-06-28 | Do not preserve abort() - it's not needed for ARM and X86. | Eli Bendersky |
2013-06-27 | Do not preserve "pow" for the sake of re-materializing intrinsics. | Eli Bendersky |
2013-06-26 | PNaCl pexe reader: Remove now-unused Type argument from getValue()/popValue() | Mark Seaborn |
2013-06-26 | PNaCl wire format: Disallow duplicate FORWARDTYPEREFs for the same value ID | Mark Seaborn |
2013-06-26 | PNaCl: Remove some LOCALMODs in the upstream bitcode reader/writer | Mark Seaborn |
2013-06-26 | PNaCl wire format: Remove the METADATA_BLOCK block from pexes | Mark Seaborn |
2013-06-26 | PNaCl wire format: Use FORWARDTYPEREF consistently for all forward references | Mark Seaborn |
2013-06-26 | PNaCl wire format: Clean up representation of "alloca" instruction | Mark Seaborn |
2013-06-26 | PNaCl wire format: Remove magic number and hash from encoding of 'switch' | Mark Seaborn |
2013-06-25 | PNaCl wire format: Remove code for reading old SwitchInst representation | Mark Seaborn |
2013-06-25 | Support for mem* library functions in stable bitcode via intrinsics. | Eli Bendersky |
2013-06-25 | PNaCl wire format: Remove the top-level DATALAYOUT record | Mark Seaborn |
2013-06-25 | PNaCl: Fix ExpandStructRegs to handle "select" instructions | Mark Seaborn |
2013-06-25 | Revert "Apply upstream r183551, r183601, r183624 and r183794" | Jan Voung |
2013-06-25 | PNaCl: Fix removal of dead function prototypes in ABI simplification | 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-24 | Simplify representation of forward value references in bitcode. | Karl Schimpf |
2013-06-24 | Merge r179774: Allow misaligned stores in x86 fast-isel. | Mark Seaborn |
2013-06-23 | PNaCl wire format: Remove the top-level TRIPLE record | Mark Seaborn |
2013-06-21 | PNaCl wire format: Remove function attributes from pexe reader/writer | Mark Seaborn |
2013-06-21 | Fix warning messages in bitcode encoding functions. | Karl Schimpf |
2013-06-20 | Unbreak CMake+Ninja build | Eli Bendersky |
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-19 | Rewrite llvm.flt.rounds to "1" for now, and disallow llvm.flt.rounds. | Jan Voung |
2013-06-19 | Fix an x86-64 fast-isel address calculation overflow. | Jim Stichnoth |
2013-06-19 | Insulate calling conventions in PNaCl bitcode files. | Karl Schimpf |
2013-06-17 | PNaCl: Turn on ABI verifier by default in sandboxed translator | 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 | Fix PrologEpilogInserter to save and restore all callee saved registers | Derek Schuff |
2013-06-13 | PNaCl: Strip more unwanted attributes: "align" on functions and "unnamed_addr" | Mark Seaborn |
2013-06-13 | Remove unused function from PNaCl bitcode writer. | Karl Schimpf |
2013-06-13 | Insulate PNaCl bitcode from LLVM encodings of floating point optimization flags. | Karl Schimpf |
2013-06-13 | Fix reading of headers when using a streamable memory object. | Karl Schimpf |
2013-06-13 | PNaCl: Fix new[]/delete mismatch in FlattenGlobals pass by using delete[] | Mark Seaborn |
2013-06-12 | Move llvm.expect from dev to blacklist. Convert with -lower-expect. | Jan Voung |
2013-06-12 | Take some of the LLVM LibM intrinsics out of the "must be external" list. | Jan Voung |
2013-06-12 | Move non-Pow transcendentals back to disallowed list (unused). | Jan Voung |
2013-06-12 | PNaCl ABI: Strip out arithmetic attributes "nsw", "nuw" and "exact" | Mark Seaborn |
2013-06-11 | Apply upstream r183551, r183601, r183624 and r183794 | JF Bastien |
2013-06-10 | PNaCl: Extend ExpandStructRegs to handle "insertvalue" instructions | Mark Seaborn |
2013-06-07 | Add CL argument -bitcode-format to llvm-dis, llc, and pnacl-llc. | Karl Schimpf |
2013-06-06 | PNaCl ABI: Strip out calling conventions from functions and calls | Mark Seaborn |