summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-161-7/+16
* [WebAssembly] Enable IndirectBrExpandPassDerek Schuff2019-07-031-0/+3
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [WebAssembly] Limit PIC support to the Emscripten targetDan Gohman2019-06-051-2/+11
* [WebAssembly] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [WebAssembly] Run ExplicitLocals pass after CFGStackifyHeejin Ahn2019-03-301-4/+4
* [WebAssembly] Merge used feature sets, update atomics linkage policyThomas Lively2019-03-291-23/+116
* [WebAssembly] Support WebAssemblyFunctionInfo serializationHeejin Ahn2019-03-261-0/+23
* CodeGen: Refactor regallocator command line and target selectionMatt Arsenault2019-03-191-0/+6
* [WebAssembly] Disable MachineBlockPlacement passHeejin Ahn2019-03-051-0/+4
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-281-14/+27
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-1/+1
* [WebAssembly] Restore stack pointer right after catch instructionHeejin Ahn2019-01-301-9/+5
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Rename StoreResults to MemIntrinsicResultsHeejin Ahn2019-01-081-5/+6
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-1/+1
* [WebAssembly] Move CFG-changing passes before RegStackifyHeejin Ahn2019-01-081-8/+6
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-1/+1
* [WebAssembly] Default to static reloc modelSam Clegg2018-11-161-2/+6
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-1/+1
* [WebAssembly] Restore __stack_pointer after catch instructionsHeejin Ahn2018-08-211-0/+4
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-3/+3
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-3/+3
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-3/+3
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-3/+3
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-10/+4
* [WebAssembly] Add pass to infer prototypes for prototype-less functionsSam Clegg2018-07-111-0/+4
* [WebAssembly] Add WebAssemblyException information analysisHeejin Ahn2018-06-251-0/+1
* [WebAssembly] Add WebAssemblyLateEHPrepare passHeejin Ahn2018-06-251-2/+2
* [WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn2018-05-311-0/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [CodeGen]Add NoVRegs property on PostRASink and ShrinkWrapJun Bum Lim2018-04-031-3/+2
* [WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle2018-03-301-3/+22
* Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie2018-03-281-0/+1
* [WebAssembly] Strip threadlocal attribute from globals in single thread modeDerek Schuff2018-03-201-2/+20
* [WebAssembly] Add exception handling option and featureHeejin Ahn2018-02-241-1/+2
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-4/+3
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-3/+4
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-4/+3
* [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg2017-12-151-0/+3
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-4/+5
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-5/+4
* Fix WebAssembly target after r309911.Daniel Jasper2017-08-031-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-1/+1
OpenPOWER on IntegriCloud