1. 2a0f2c5 [CodeGen] Omit range checks from jump tables when lowering switches with unreachable default by Ayonam Ray · 7 years ago
  2. af92b7a Reversing the commit of revision 355483 since it is giving a regression on a newly added test. by Ayonam Ray · 7 years ago
  3. 6025fa8 [CodeGen] Omit range checks from jump tables when lowering switches with unreachable default by Ayonam Ray · 7 years ago
  4. 195a62e [WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfo by Heejin Ahn · 7 years ago
  5. 288a95f Seperate volatility and atomicity/ordering in SelectionDAG by Philip Reames · 7 years ago
  6. 0280a5e DAG: Add helper for creating shifts with correct type by Matt Arsenault · 7 years ago
  7. a0321c2 Re-land part of r354244 "[DAGCombiner] Eliminate dead stores to stack." by Clement Courbet · 7 years ago
  8. 292291f Revert r354244 "[DAGCombiner] Eliminate dead stores to stack." by Clement Courbet · 7 years ago
  9. 57f34db [DAGCombiner] Eliminate dead stores to stack. by Clement Courbet · 7 years ago
  10. 7875841 [X86] Fix LowerAsmOutputForConstraint. by Nirav Dave · 7 years ago
  11. 897a9f8 Fix an accidentally flipped pair of arguments, NFCI by Jeremy Morse · 7 years ago
  12. e4cfb7d [SelectionDAG] Inline a single use helper function, and remove last non-MMO interface [NFC] by Philip Reames · 7 years ago
  13. 41f400c [SelectionDAG] Kill last uses of getAtomic w/o a MMO operand [NFC] by Philip Reames · 7 years ago
  14. 291713a [DebugInfo][DAG] Either salvage dangling debug info or emit Undef DBG_VALUEs by Jeremy Morse · 7 years ago
  15. 6d3cd3b [DebugInfo][DAG] Refactor dbg.value lowering into its own method by Jeremy Morse · 7 years ago
  16. a9a11aa [DebugInfo][DAG] Limit special-casing of dbg.values for Arguments by Jeremy Morse · 7 years ago
  17. 4892f06 [SelectionDAGBuilder] Add restrictions to EmitFuncArgumentDbgValue by Bjorn Pettersson · 7 years ago
  18. 3160734 [CallSite removal] Migrate the statepoint GC infrastructure to use the by Chandler Carruth · 7 years ago
  19. 784929d Implementation of asm-goto support in LLVM by Craig Topper · 7 years ago
  20. 9d7e86a [CodeGen] Handle vector UADDO, SADDO, USUBO, SSUBO by Nikita Popov · 7 years ago
  21. e5c3795 [InlineAsm][X86] Add backend support for X86 flag output parameters. by Nirav Dave · 7 years ago
  22. 5451107 [SelectionDAGBuilder] Refactor Inline Asm output check. NFCI. by Nirav Dave · 7 years ago
  23. 68d428e [Intrinsic] Unsigned Fixed Point Multiplication Intrinsic by Leonard Chan · 7 years ago
  24. 70d484d [COFF, ARM64] Fix localaddress to handle stack realignment and variable size objects by Mandeep Singh Grang · 7 years ago
  25. 7976eb5 [opaque pointer types] Pass function types to CallInst creation. by James Y Knight · 7 years ago
  26. d6f4878 [WebAssembly] Exception handling: Switch to the new proposal by Heejin Ahn · 7 years ago
  27. 1527c0e [SelectionDAGBuilder] Remove redundant variable. NFCI. by Nirav Dave · 7 years ago
  28. a1f6973 Reversing the checkin for version 352484 as tests are failing. by Ayonam Ray · 7 years ago
  29. 4272af9 [CodeGen] Omit range checks from jump tables when lowering switches with unreachable default by Ayonam Ray · 7 years ago
  30. 66ac86b [DebugInfo][DAG] Process FrameIndex dbg.values unconditionally by Jeremy Morse · 7 years ago
  31. 2c36240 Fix emission of _fltused for MSVC. by James Y Knight · 7 years ago
  32. 58e9833 [SelectionDAGBuilder] Simplify HasSideEffect calculation. NFC. by Nirav Dave · 7 years ago
  33. b41a198 [InlineAsm] Don't calculate registers for inline asm memory operands. NFCI. by Nirav Dave · 7 years ago
  34. bd069f4 [SelectionDAGBuilder] Fuse inline asm input operand loops passes. NFCI. by Nirav Dave · 7 years ago
  35. d0418341 [SelectionDAGBuilder] Defer C_Register Assignments to be in line with by Nirav Dave · 7 years ago
  36. a5840c3 Codegen support for atomicrmw fadd/fsub by Matt Arsenault · 7 years ago
  37. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  38. 0a45bf0 [SelectionDAGBuilder] Cleanup InlineAsm Output generation. NFCI. by Nirav Dave · 7 years ago
  39. d2c733b [SelectionDAG] Add getTokenFactor, which splits nodes with > 64k operands. by Florian Hahn · 7 years ago
  40. 1b81772 [SelectionDAG] Add static getMaxNumOperands function to SDNode. by Florian Hahn · 7 years ago
  41. 33c49c0 [COFF, ARM64] Implement support for SEH extensions __try/__except/__finally by Mandeep Singh Grang · 7 years ago
  42. 7dcea5a [DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not used by Jeremy Morse · 7 years ago
  43. fcb4a492 [SelectionDAG] Check membership of register in class for single by Nirav Dave · 7 years ago
  44. 3badfe7 Reland "Refactor GetRegistersForValue. NFCI." by Nirav Dave · 7 years ago
  45. 114ad37 Revert "[SelectionDAGBuilder] Refactor GetRegistersForValue. NFCI." by Martin Storsjo · 7 years ago
  46. cd18977 [SelectionDAGBuilder] Refactor GetRegistersForValue. NFCI. by Nirav Dave · 7 years ago
  47. 4817c0e4 [SelectionDAGBuilder] Fix formatting. NFC. by Nirav Dave · 7 years ago
  48. 57f2c14 [SelectionDAGBuilder] Refactor visitInlineAsm. NFC. by Nirav Dave · 7 years ago
  49. 62df5ee [opaque pointer types] Remove some calls to generic Type subtype accessors. by James Y Knight · 7 years ago
  50. e00606a Reversing the commit in revision 350186. Revision causes regression in 4 tests. by Ayonam Ray · 7 years ago
  51. c471bb2 Omit range checks from jump tables when lowering switches with unreachable by Ayonam Ray · 7 years ago
  52. 610c765 [SelectionDAGBuilder] Use ::precise LocationSizes; NFC by George Burgess IV · 7 years ago
  53. b208255 [SelectionDAGBuilder] Enable funnel shift building to custom rotates by Simon Pilgrim · 7 years ago
  54. f86db5c Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instead of SDAG. by Pete Cooper · 7 years ago
  55. 118e53f [Intrinsic] Signed Fixed Point Multiplication Intrinsic by Leonard Chan · 7 years ago
  56. a06b163 [DebugInfo] Don't drop dbg.value's of nullptr by Jeremy Morse · 7 years ago
  57. 782a490 Follow-up from r348441 to add the rest of the objc ARC intrinsics. by Pete Cooper · 7 years ago
  58. e13d099 Add objc.* ARC intrinsics and codegen them to their runtime methods. by Pete Cooper · 7 years ago
  59. 180639a [SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467) by Simon Pilgrim · 7 years ago
  60. 814a679 [SelectionDAG] Split very large token factors for loads into 64k chunks. by Amara Emerson · 7 years ago
  61. 4954c66 [SelectionDAG] Compute known bits and num sign bits for live out vector registers. Use it to add AssertZExt/AssertSExt in the live in basic blocks by Craig Topper · 7 years ago
  62. cbde0d9 [IR] Add a dedicated FNeg IR Instruction by Cameron McInally · 7 years ago
  63. 72f76bf Add support for llvm.is.constant intrinsic (PR4898) by James Y Knight · 7 years ago
  64. 9757d5d [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics by Cameron McInally · 7 years ago
  65. 547a0d7 [COFF, ARM64] Implement Intrinsic.sponentry for AArch64 by Mandeep Singh Grang · 7 years ago
  66. b0cdf56 Revert "[COFF, ARM64] Implement Intrinsic.sponentry for AArch64" by Mandeep Singh Grang · 7 years ago
  67. 88ad9ac [COFF, ARM64] Implement Intrinsic.sponentry for AArch64 by Mandeep Singh Grang · 7 years ago
  68. 92bb783 [SelectionDAG] Handle constant range [0,1) in lowerRangeToAssertZExt by Scott Linder · 7 years ago
  69. 2ad870e [FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM by Cameron McInally · 7 years ago
  70. 905abe5 [Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics by Leonard Chan · 7 years ago
  71. 24faf85 Reland "[WebAssembly] LSDA info generation" by Heejin Ahn · 7 years ago
  72. 30f1d69 [NFC] Rename minnan and maxnan to minimum and maximum by Thomas Lively · 7 years ago
  73. ad12df8 [SelectionDAG] use 'match' to simplify code; NFC by Sanjay Patel · 7 years ago
  74. 0acfc6b [Intrinsic] Unigned Saturation Addition Intrinsic by Leonard Chan · 7 years ago
  75. 547d824 Revert "[WebAssembly] LSDA info generation" by Krasimir Georgiev · 7 years ago
  76. 699b3b5 [Intrinsic] Signed Saturation Addition Intrinsic by Leonard Chan · 7 years ago
  77. 0981eaa [WebAssembly] LSDA info generation by Heejin Ahn · 7 years ago
  78. edb12a8 [TI removal] Make variables declared as `TerminatorInst` and initialized by Chandler Carruth · 7 years ago
  79. 16c349d [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions by Thomas Lively · 7 years ago
  80. f27c67a [SelectionDAGBuilder][NFC] Pass LHSTy to getShiftAmountTy rather than RHSTy by Alex Bradbury · 7 years ago
  81. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  82. e41be38 Unify landing pad information adding routines (NFC) by Heejin Ahn · 7 years ago
  83. 57b5966 DAG: Handle odd vector sizes in calling conv splitting by Matt Arsenault · 7 years ago
  84. a6f32f4 DAG: Factor out helper function for odd vector sizes by Matt Arsenault · 7 years ago
  85. 167601e DAG: Don't use ABI copies in some contexts by Matt Arsenault · 7 years ago
  86. 9ae926b [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. by Chandler Carruth · 7 years ago
  87. 9cd7f88 [WebAssembly] Don't make wasm cleanuppads into funclet entries by Heejin Ahn · 7 years ago
  88. e2d47dd [MISC]Fix wrong usage of std::equal() by Chen Zheng · 7 years ago
  89. 66654b7 [SDAG] Remove the reliance on MI's allocation strategy for by Chandler Carruth · 7 years ago
  90. 15d1501 [SelectionDAG] try harder to convert funnel shift to rotate by Sanjay Patel · 7 years ago
  91. 81f1fbd test commit access by Ties Stuij · 7 years ago
  92. 4107b31 Support inline asm with multiple 64bit output in 32bit GPR by Thomas Preud'homme · 7 years ago
  93. ef72e48 [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy. by Hsiangkai Wang · 7 years ago
  94. 8aac22e [SelectionDAG] fix bug in translating funnel shift with non-power-of-2 type by Sanjay Patel · 7 years ago
  95. dcec088 DAG: Correct pointer type used for stack slot by Matt Arsenault · 7 years ago
  96. f78650a Remove trailing space by Fangrui Song · 7 years ago
  97. 196149c Reapply "Fix crash on inline asm with 64bit matching input in 32bit GPR" by Thomas Preud'homme · 7 years ago
  98. 7312206 revert r338206 because the test does not pass by Sanjay Patel · 7 years ago
  99. 74ffd14 Fix crash on inline asm with 64bit matching input in 32bit GPR by Thomas Preud'homme · 7 years ago
  100. 81920b0 DAG: Add calling convention argument to calling convention funcs by Matt Arsenault · 7 years ago