aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-23PNaCl bitcode: Remove support for TYPE_CODE_FUNCTION_OLDMark Seaborn
2013-08-23PNaCl bitcode: Remove support for string constant valuesMark Seaborn
2013-08-19Remove FlagNaClUseM23ArmAbi since M23 was a long time ago.Jan Voung
2013-08-14Remove ptrtoint instructions from the PNaCl bitcode file.Karl Schimpf
2013-08-14Correct DCE comment.JF Bastien
2013-08-14Updating the developer's guide with additional PNaCl information.Eli Bendersky
2013-08-14Allow record-level printing by pnacl-bcanalyzer.Karl Schimpf
2013-08-13Add pnacl-llc CMake dependency on LLVMNaClTransforms.JF Bastien
2013-08-13Add NaClBitReader library dependencies to pnacl-freeze.Karl Schimpf
2013-08-09Properly support 16-bit atomics on x86-32.JF Bastien
2013-08-08Add simple dead code elimination at the end of post-opt.JF Bastien
2013-08-07Add the new @llvm.nacl.atomic.fence.all intrinsicJF Bastien
2013-08-07Revert localmod for bitcode linking speedup (different fix upstream).Jan Voung
2013-08-06Rework PNaCl memory orderingJF Bastien
2013-08-05Fix handling of the volatile bit of loads/stores in PNaCl bitcode files.Karl Schimpf
2013-08-02Remove unnecessary pointer casts on store instructions.Karl Schimpf
2013-08-02Remove duplicate 'we' in comment.Karl Schimpf
2013-08-02Add missing include to ResolvePNaClIntrinsics.cppJF Bastien
2013-08-02Remove the bitcast (of global values) from load instructions.Karl Schimpf
2013-08-01Add Intrinsic::nacl_atomic_is_lock_freeJF Bastien
2013-08-01Remove the inttoptr dependency from load instructions.Karl Schimpf
2013-07-31Copy (strdup) a command-line arg to avoid use-after-free.Jim Stichnoth
2013-07-30Rewrite ``asm("":::"memory")`` to ``fence seq_cst``JF Bastien
2013-07-30Move alloca into subsection for better formatting.Eli Bendersky
2013-07-30Clarify that externally_initialized is not supported.Eli Bendersky
2013-07-30Describe NaCl-specific intrinsics.Eli Bendersky
2013-07-29Beginnings of a "PNaCl Developer's Guide".Eli Bendersky
2013-07-29Fix formatting and remove TODO in PNaClLangRef.rstEli Bendersky
2013-07-29Updating the PNaCl reference manual to be in line with ABI verifierEli Bendersky
2013-07-29Remove handling of nongenerable instructions in PNaCl reader.Karl Schimpf
2013-07-25Remove block address constants form PNaCl bitcode.Karl Schimpf
2013-07-25Remove dead instructions from the PNaCl bitcode reader/writer:Karl Schimpf
2013-07-25Remove constant expressions and constant inline assembly from the PNaClKarl Schimpf
2013-07-25Clean some PNaCl-specific tests.Jim Stichnoth
2013-07-25More pnacl-llc cleanups.Eli Bendersky
2013-07-24Hide the x86-64 sandbox base address.Jim Stichnoth
2013-07-24[MIPS] Fix LLVM merge issuesPetar Jovanovic
2013-07-23More cleanups of pnacl-llc.Eli Bendersky
2013-07-23Cherrypick test from r186226 - Fix ARM paired GPR COPY loweringJF Bastien
2013-07-22Unbreak the Windows/Cygwin toolchain build after the 3.3 merge.Eli Bendersky
2013-07-22Cherrypick upstream ARM FastISel ext patchesJF Bastien
2013-07-22Enable ability to have multiple PNaCl wire format versions.Karl Schimpf
2013-07-22Fix default cases for printing instructions/constants in PNaCl wire format.Karl Schimpf
2013-07-22Remove module info records not allowed by PNaCl from the bitcode.Karl Schimpf
2013-07-22Disallow dev/private intrinsics by default (only llvm.nacl.target.arch remains)Jan Voung
2013-07-20Remove prefetchJF Bastien
2013-07-19Switch to the upstream way to measure IR parsing time, since we have 3.3 nowEli Bendersky
2013-07-19Clean up a debug printout left in by mistake during the 3.3 mergeEli Bendersky
2013-07-19Simplify the test by removing unnecessary function body.Eli Bendersky
2013-07-18Merge remote-tracking branch 'origin/master'Eli Bendersky