| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename AttributeSet to AttributeList | Reid Kleckner | 2017-03-21 | 1 | -9/+10 | 
| | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: This class is a list of AttributeSetNodes corresponding the function prototype of a call or function declaration. This class used to be called ParamAttrListPtr, then AttrListPtr, then AttributeSet. It is typically accessed by parameter and return value index, so "AttributeList" seems like a more intuitive name. Rename AttributeSetImpl to AttributeListImpl to follow suit. It's useful to rename this class so that we can rename AttributeSetNode to AttributeSet later. AttributeSet is the set of attributes that apply to a single function, argument, or return value. Reviewers: sanjoy, javed.absar, chandlerc, pete Reviewed By: pete Subscribers: pete, jholewinski, arsenm, dschuff, mehdi_amini, jfb, nhaehnle, sbc100, void, llvm-commits Differential Revision: https://reviews.llvm.org/D31102 llvm-svn: 298393 | ||||
| * | Fix wasm build after arg_begin iterator type change | Reid Kleckner | 2017-03-17 | 1 | -1/+1 | 
| | | | | | llvm-svn: 298106 | ||||
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 | 
| | | | | | llvm-svn: 283004 | ||||
| * | [WebAssembly] Fix typos in comments | Heejin Ahn | 2016-09-10 | 1 | -11/+14 | 
| | | | | | llvm-svn: 281131 | ||||
| * | [WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302) | Heejin Ahn | 2016-09-01 | 1 | -164/+763 | 
| | | | | | | | | | | | | | Summary: This patch adds asm.js-style setjmp/longjmp handling support for WebAssembly. It also uses JavaScript's try and catch mechanism. Reviewers: jpp, dschuff Subscribers: jfb, dschuff Differential Revision: https://reviews.llvm.org/D24121 llvm-svn: 280415 | ||||
| * | Revert "Add asm.js-style setjmp/longjmp handling for wasm" | Heejin Ahn | 2016-09-01 | 1 | -763/+164 | 
| | | | | | | | This reverts commit r280302, it broke the integration tests. llvm-svn: 280329 | ||||
| * | Add asm.js-style setjmp/longjmp handling for wasm | Heejin Ahn | 2016-08-31 | 1 | -164/+763 | 
| | | | | | | | | | | | | | Summary: This patch adds asm.js-style setjmp/longjmp handling support for WebAssembly. It also uses JavaScript's try and catch mechanism. Reviewers: jpp, dschuff Subscribers: jfb, dschuff Differential Revision: https://reviews.llvm.org/D23928 llvm-svn: 280302 | ||||
| * | [WebAssembly] Change a comment line | Heejin Ahn | 2016-08-24 | 1 | -1/+2 | 
| | | | | | | | Test for commit access. llvm-svn: 279683 | ||||
| * | [WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for ↵ | Derek Schuff | 2016-08-18 | 1 | -0/+581 | 
| setjmp/longjmp This patch changes the code structure of WebAssemblyLowerEmscriptenException pass to support both exception handling and setjmp/longjmp. It also changes the name of the pass and the source file. 1. Change the file/pass name to WebAssemblyLowerEmscriptenExceptions -> WebAssemblyLowerEmscriptenEHSjLj to make it clear that it supports both EH and SjLj 2. List function / global variable names at the top so they can be changed easily 3. Some cosmetic changes Patch by Heejin Ahn Differential Revision: https://reviews.llvm.org/D23588 llvm-svn: 279075 | |||||

