1. f42454b Move the global variables representing each Target behind accessor function by Mehdi Amini · 9 years ago
  2. e040533 [WebAssembly] Update to more stack-machine-oriented terminology. by Dan Gohman · 9 years ago
  3. c0f1817 [WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302) by Heejin Ahn · 9 years ago
  4. 10a7086 Revert "Add asm.js-style setjmp/longjmp handling for wasm" by Heejin Ahn · 9 years ago
  5. 23d5710 Add asm.js-style setjmp/longjmp handling for wasm by Heejin Ahn · 9 years ago
  6. 1eb4736 MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
  7. ccdceda [WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/longjmp by Derek Schuff · 9 years ago
  8. 53b9af0 [WebAssembly] Fix bugs in WebAssemblyLowerEmscriptenExceptions pass by Derek Schuff · 9 years ago
  9. f41f67d [WebAssembly] Add asm.js-style exception handling support by Derek Schuff · 9 years ago
  10. b7c2400 [WebAssembly] Optimize away return instructions using fallthroughs. by Dan Gohman · 9 years ago
  11. 41133a3 [WebAssembly] Update WebAssembly target for r269988. by Dan Gohman · 9 years ago
  12. 1aaf87e Factor PrologEpilogInserter around spilling, frame finalization, and scavenging by Derek Schuff · 9 years ago
  13. 0cfb5f8 [WebAssembly] Move register stackification and coloring to a late phase. by Dan Gohman · 9 years ago
  14. 31d19d4 CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC by Matthias Braun · 9 years ago
  15. fe71ec7 Disable the PatchableFunction pass for NVPTX & Wasm by Sanjoy Das · 10 years ago
  16. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  17. ecabac6 [WebAssembly] Remove duplicate disabling of passes by Derek Schuff · 10 years ago
  18. ad154c8 Introduce MachineFunctionProperties and the AllVRegsAllocated property by Derek Schuff · 10 years ago
  19. d7a2eea [WebAssembly] Implement irreducible control flow. by Dan Gohman · 10 years ago
  20. 42bb254 [WebAssembly] Re-enable the TailDuplicate pass. by Dan Gohman · 10 years ago
  21. d85ab7f [WebAssembly] Don't use setRequiresStructuredCFG(true). by Dan Gohman · 10 years ago
  22. 71434ff [WebAssembly] Disable register stackification and coloring when not optimizing by Derek Schuff · 10 years ago
  23. bb37224 [WebAssembly] Implement unaligned loads and stores. by Dan Gohman · 10 years ago
  24. b13c91f [WebAssembly] Disable some WebAssembly-specific optimization passes at -O0. by Dan Gohman · 10 years ago
  25. 0c6f5ac [WebAssembly] Add -m:e to the target triple. by Dan Gohman · 10 years ago
  26. 8887d1f [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify. by Dan Gohman · 10 years ago
  27. 5bf22fc [WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELF by Dan Gohman · 10 years ago
  28. 05ac43f [WebAssembly] Experimental ELF writer support by Dan Gohman · 10 years ago
  29. 8bb5f29 [WebAssembly] Implement eliminateCallFramePseudo by Derek Schuff · 10 years ago
  30. 9769deb [WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination by Derek Schuff · 10 years ago
  31. 1cf96c0 [WebAssembly] Reintroduce ARGUMENT moving logic by Dan Gohman · 10 years ago
  32. b0921ca [WebAssembly] Call TargetPassConfig base class functions in overriding functions. by Dan Gohman · 10 years ago
  33. f0b165a [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPlacement by Dan Gohman · 10 years ago
  34. 5237b39 [WebAssembly] Delete unused functions. NFC. by Dan Gohman · 10 years ago
  35. 7a6b982 [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC. by Dan Gohman · 10 years ago
  36. 5941bde [WebAssembly] Add some comments. NFC. by Dan Gohman · 10 years ago
  37. 9c54d3b [WebAssembly] Clean up several FIXME comments. by Dan Gohman · 10 years ago
  38. 81719f8 [WebAssembly] Support for register stackifying with load and store instructions. by Dan Gohman · 10 years ago
  39. 53828fd [WebAssembly] Emit .param, .result, and .local through MC. by Dan Gohman · 10 years ago
  40. 4ba4816 [WebAssembly] Enable register coloring and register stackifying. by Dan Gohman · 10 years ago
  41. cf4748f [WebAssembly] Reapply r252858, with svn add for the new file. by Dan Gohman · 10 years ago
  42. 7384a2d Revert r252858: "[WebAssembly] Switch to MC for instruction printing." by Hans Wennborg · 10 years ago
  43. 9dd55a8 [WebAssembly] Switch to MC for instruction printing. by Dan Gohman · 10 years ago
  44. ffa143c [WebAssembly] Support 'unreachable' expression by Derek Schuff · 10 years ago
  45. 9099b5e6 Try to fix WebAssembly build after r247864 by Hans Wennborg · 10 years ago
  46. 950a13c [WebAssembly] Check in an initial CFG Stackifier pass by Dan Gohman · 10 years ago
  47. e32c574 [WebAssembly] Support running without a register allocator in the default CodeGen passes by Dan Gohman · 10 years ago
  48. 25d2a0d [WebAssembly] Enable SSA lowering and other pre-regalloc passes by Dan Gohman · 10 years ago
  49. dde8dce [WebAssembly] Use the default alignment for SIMD types. by Dan Gohman · 10 years ago
  50. 3adc7ce Use llvm::make_unique to fix the MSVC build. by Rafael Espindola · 10 years ago
  51. 600aee9 WebAssembly: print basic integer assembly. by JF Bastien · 10 years ago
  52. 03855df WebAssembly: start instructions by JF Bastien · 10 years ago
  53. d82494b [WebAssembly] Define separate Target instances for 32-bit and 64-bit. by Dan Gohman · 10 years ago
  54. 10e730a [WebAssembly] Initial WebAssembly backend by Dan Gohman · 10 years ago