| Commit message (Expand) | Author | Age | Files | Lines |
| * | CMake: Make most target symbols hidden by default | Tom Stellard | 2020-01-14 | 1 | -1/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | [WebAssembly] Implement thread-local storage (local-exec model) | Guanzhong Chen | 2019-07-16 | 1 | -7/+16 |
| * | [WebAssembly] Enable IndirectBrExpandPass | Derek Schuff | 2019-07-03 | 1 | -0/+3 |
| * | Revert CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-11 | 1 | -1/+1 |
| * | CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-10 | 1 | -1/+1 |
| * | [WebAssembly] Limit PIC support to the Emscripten target | Dan Gohman | 2019-06-05 | 1 | -2/+11 |
| * | [WebAssembly] Create a TargetInfo header. NFC | Richard Trieu | 2019-05-15 | 1 | -0/+1 |
| * | [WebAssembly] Run ExplicitLocals pass after CFGStackify | Heejin Ahn | 2019-03-30 | 1 | -4/+4 |
| * | [WebAssembly] Merge used feature sets, update atomics linkage policy | Thomas Lively | 2019-03-29 | 1 | -23/+116 |
| * | [WebAssembly] Support WebAssemblyFunctionInfo serialization | Heejin Ahn | 2019-03-26 | 1 | -0/+23 |
| * | CodeGen: Refactor regallocator command line and target selection | Matt Arsenault | 2019-03-19 | 1 | -0/+6 |
| * | [WebAssembly] Disable MachineBlockPlacement pass | Heejin Ahn | 2019-03-05 | 1 | -0/+4 |
| * | [WebAssembly] Remove uses of ThreadModel | Thomas Lively | 2019-02-28 | 1 | -14/+27 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -1/+1 |
| * | [WebAssembly] Restore stack pointer right after catch instruction | Heejin Ahn | 2019-01-30 | 1 | -9/+5 |
| * | [WebAssembly] Exception handling: Switch to the new proposal | Heejin Ahn | 2019-01-30 | 1 | -0/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Rename StoreResults to MemIntrinsicResults | Heejin Ahn | 2019-01-08 | 1 | -5/+6 |
| * | [WebAssembly] Massive instruction renaming | Thomas Lively | 2019-01-08 | 1 | -1/+1 |
| * | [WebAssembly] Move CFG-changing passes before RegStackify | Heejin Ahn | 2019-01-08 | 1 | -8/+6 |
| * | [Targets] Add errors for tiny and kernel codemodel on targets that don't supp... | David Green | 2018-12-07 | 1 | -1/+1 |
| * | [WebAssembly] Default to static reloc model | Sam Clegg | 2018-11-16 | 1 | -2/+6 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -1/+1 |
| * | [WebAssembly] Restore __stack_pointer after catch instructions | Heejin Ahn | 2018-08-21 | 1 | -0/+4 |
| * | Revert "[WebAssembly] Added default stack-only instruction mode for MC." | Wouter van Oortmerssen | 2018-08-13 | 1 | -3/+3 |
| * | [WebAssembly] Added default stack-only instruction mode for MC. | Wouter van Oortmerssen | 2018-08-10 | 1 | -3/+3 |
| * | Revert "[WebAssembly] Added default stack-only instruction mode for MC." | Wouter van Oortmerssen | 2018-07-27 | 1 | -3/+3 |
| * | [WebAssembly] Added default stack-only instruction mode for MC. | Wouter van Oortmerssen | 2018-07-27 | 1 | -3/+3 |
| * | [WebAssembly] Remove ELF file support. | Sam Clegg | 2018-07-16 | 1 | -10/+4 |
| * | [WebAssembly] Add pass to infer prototypes for prototype-less functions | Sam Clegg | 2018-07-11 | 1 | -0/+4 |
| * | [WebAssembly] Add WebAssemblyException information analysis | Heejin Ahn | 2018-06-25 | 1 | -0/+1 |
| * | [WebAssembly] Add WebAssemblyLateEHPrepare pass | Heejin Ahn | 2018-06-25 | 1 | -2/+2 |
| * | [WebAssembly] Support instruction selection for catching exceptions | Heejin Ahn | 2018-05-31 | 1 | -0/+4 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [CodeGen]Add NoVRegs property on PostRASink and ShrinkWrap | Jun Bum Lim | 2018-04-03 | 1 | -3/+2 |
| * | [WebAssembly] Register wasm passes with the PassRegistry | Jacob Gravelle | 2018-03-30 | 1 | -3/+22 |
| * | Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio... | David Blaikie | 2018-03-28 | 1 | -0/+1 |
| * | [WebAssembly] Strip threadlocal attribute from globals in single thread mode | Derek Schuff | 2018-03-20 | 1 | -2/+20 |
| * | [WebAssembly] Add exception handling option and feature | Heejin Ahn | 2018-02-24 | 1 | -1/+2 |
| * | (Re-landing) Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-22 | 1 | -4/+3 |
| * | Revert "Expose a TargetMachine::getTargetTransformInfo function" | Sanjoy Das | 2017-12-21 | 1 | -3/+4 |
| * | Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-21 | 1 | -4/+3 |
| * | [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors | Sam Clegg | 2017-12-15 | 1 | -0/+3 |
| * | Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" | Matthias Braun | 2017-10-12 | 1 | -4/+5 |
| * | TargetMachine: Merge TargetMachine and LLVMTargetMachine | Matthias Braun | 2017-10-12 | 1 | -5/+4 |
| * | Fix WebAssembly target after r309911. | Daniel Jasper | 2017-08-03 | 1 | -2/+2 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC | Matthias Braun | 2017-05-30 | 1 | -2/+2 |
| * | [LegacyPassManager] Remove TargetMachine constructors | Francis Visoiu Mistrih | 2017-05-18 | 1 | -1/+1 |