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