aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-02Simplify globals in PNaCl wire format based on normalized constants.Karl Schimpf
2013-07-02Tweak the PNaClLangRef doc with some recent changesEli Bendersky
2013-07-02Enable ABI verification check for whitelisting external symbolsEli Bendersky
2013-07-01Internalize all symbols except _start.Eli Bendersky
2013-07-01PNaCl ABI checker: Check for exact names and types of whitelisted intrinsicsMark Seaborn
2013-07-01Cleanup of pnacl-llc.Eli Bendersky
2013-06-29PNaCl ABI: Remove use of @llvm.memset.p0i8.i64 (64-bit intrinsic variant)Mark Seaborn
2013-06-28Move stacksave/restore to allowed list, pow to disallowed.Jan Voung
2013-06-28Revert the IntrinsicLowering logic that preserves externals for intrinsics.Eli Bendersky
2013-06-28Teach llvm-nm to read PNaCl bitcode.Eli Bendersky
2013-06-28Do not preserve abort() - it's not needed for ARM and X86.Eli Bendersky
2013-06-28Change header include for llvm.nacl.target.arch in pnacl-llc.Jan Voung
2013-06-27Do not preserve "pow" for the sake of re-materializing intrinsics.Eli Bendersky
2013-06-26PNaCl pexe reader: Remove now-unused Type argument from getValue()/popValue()Mark Seaborn
2013-06-26PNaCl wire format: Disallow duplicate FORWARDTYPEREFs for the same value IDMark Seaborn
2013-06-26PNaCl: Remove some LOCALMODs in the upstream bitcode reader/writerMark Seaborn
2013-06-26PNaCl wire format: Remove the METADATA_BLOCK block from pexesMark Seaborn
2013-06-26PNaCl wire format: Use FORWARDTYPEREF consistently for all forward referencesMark Seaborn
2013-06-26PNaCl wire format: Clean up representation of "alloca" instructionMark Seaborn
2013-06-26PNaCl wire format: Remove magic number and hash from encoding of 'switch'Mark Seaborn
2013-06-25PNaCl wire format: Remove code for reading old SwitchInst representationMark Seaborn
2013-06-25Support for mem* library functions in stable bitcode via intrinsics.Eli Bendersky
2013-06-25PNaCl wire format: Remove the top-level DATALAYOUT recordMark Seaborn
2013-06-25PNaCl: Fix ExpandStructRegs to handle "select" instructionsMark Seaborn
2013-06-25Revert "Apply upstream r183551, r183601, r183624 and r183794"Jan Voung
2013-06-25PNaCl: Fix removal of dead function prototypes in ABI simplificationMark Seaborn
2013-06-25PNaCl ABI: Disallow various operations on the i1 typeMark Seaborn
2013-06-24Clarify PNaClLangRef w.r.t. function attributes or varargsEli Bendersky
2013-06-24PNaCl ABI: Strip alignment info from memcpy/memmove/memset intrinsic callsMark Seaborn
2013-06-24PNaCl ABI: Disallow built-in multiplication in "alloca" instructionsMark Seaborn
2013-06-24Move i32/i64 cttz, ctlz, and ctpop to whitelisted intrinsics.Jan Voung
2013-06-24Force user to provide -mptriple to pnacl-llc.Eli Bendersky
2013-06-24Simplify representation of forward value references in bitcode.Karl Schimpf
2013-06-24Merge r179774: Allow misaligned stores in x86 fast-isel.Mark Seaborn
2013-06-23PNaCl wire format: Remove the top-level TRIPLE recordMark Seaborn
2013-06-21PNaCl wire format: Update comments for function attribute removalMark Seaborn
2013-06-21Update LangRef.rst to the 3.3 version and add PnaclRef.rstEli Bendersky
2013-06-21PNaCl wire format: Remove function attributes from pexe reader/writerMark Seaborn
2013-06-21Fix warning messages in bitcode encoding functions.Karl Schimpf
2013-06-20Unbreak CMake+Ninja buildEli Bendersky
2013-06-20Clean-up pnacl-llc a bit, now that it's truly PNaCl-only.Eli Bendersky
2013-06-20PNaCl ABI: Reduce the set of allowed "align" attributes on loads/storesMark Seaborn
2013-06-19PNaCl ABI: Disallow the "externally_initialized" attribute of GlobalVariablesMark Seaborn
2013-06-19Rewrite llvm.flt.rounds to "1" for now, and disallow llvm.flt.rounds.Jan Voung
2013-06-19Fix an x86-64 fast-isel address calculation overflow.Jim Stichnoth
2013-06-19Insulate calling conventions in PNaCl bitcode files.Karl Schimpf
2013-06-17PNaCl: Turn on ABI verifier by default in sandboxed translatorMark Seaborn
2013-06-17When running pnacl-llc sandboxed, force input to always be PNaCl bitcode.Karl Schimpf
2013-06-16PNaCl ABI: Disallow non-default symbol visibility ("hidden" and "protected")Mark Seaborn
2013-06-14PNaCl ABI: Disallow the "available_externally" linkage typeMark Seaborn