1. 66ac86b [DebugInfo][DAG] Process FrameIndex dbg.values unconditionally by Jeremy Morse · 7 years ago
  2. 2c36240 Fix emission of _fltused for MSVC. by James Y Knight · 7 years ago
  3. 58e9833 [SelectionDAGBuilder] Simplify HasSideEffect calculation. NFC. by Nirav Dave · 7 years ago
  4. b41a198 [InlineAsm] Don't calculate registers for inline asm memory operands. NFCI. by Nirav Dave · 7 years ago
  5. bd069f4 [SelectionDAGBuilder] Fuse inline asm input operand loops passes. NFCI. by Nirav Dave · 7 years ago
  6. d0418341 [SelectionDAGBuilder] Defer C_Register Assignments to be in line with by Nirav Dave · 7 years ago
  7. a5840c3 Codegen support for atomicrmw fadd/fsub by Matt Arsenault · 7 years ago
  8. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  9. 0a45bf0 [SelectionDAGBuilder] Cleanup InlineAsm Output generation. NFCI. by Nirav Dave · 7 years ago
  10. d2c733b [SelectionDAG] Add getTokenFactor, which splits nodes with > 64k operands. by Florian Hahn · 7 years ago
  11. 1b81772 [SelectionDAG] Add static getMaxNumOperands function to SDNode. by Florian Hahn · 7 years ago
  12. 33c49c0 [COFF, ARM64] Implement support for SEH extensions __try/__except/__finally by Mandeep Singh Grang · 7 years ago
  13. 7dcea5a [DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not used by Jeremy Morse · 7 years ago
  14. fcb4a492 [SelectionDAG] Check membership of register in class for single by Nirav Dave · 7 years ago
  15. 3badfe7 Reland "Refactor GetRegistersForValue. NFCI." by Nirav Dave · 7 years ago
  16. 114ad37 Revert "[SelectionDAGBuilder] Refactor GetRegistersForValue. NFCI." by Martin Storsjo · 7 years ago
  17. cd18977 [SelectionDAGBuilder] Refactor GetRegistersForValue. NFCI. by Nirav Dave · 7 years ago
  18. 4817c0e4 [SelectionDAGBuilder] Fix formatting. NFC. by Nirav Dave · 7 years ago
  19. 57f2c14 [SelectionDAGBuilder] Refactor visitInlineAsm. NFC. by Nirav Dave · 7 years ago
  20. 62df5ee [opaque pointer types] Remove some calls to generic Type subtype accessors. by James Y Knight · 7 years ago
  21. e00606a Reversing the commit in revision 350186. Revision causes regression in 4 tests. by Ayonam Ray · 7 years ago
  22. c471bb2 Omit range checks from jump tables when lowering switches with unreachable by Ayonam Ray · 7 years ago
  23. 610c765 [SelectionDAGBuilder] Use ::precise LocationSizes; NFC by George Burgess IV · 7 years ago
  24. b208255 [SelectionDAGBuilder] Enable funnel shift building to custom rotates by Simon Pilgrim · 7 years ago
  25. f86db5c Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instead of SDAG. by Pete Cooper · 7 years ago
  26. 118e53f [Intrinsic] Signed Fixed Point Multiplication Intrinsic by Leonard Chan · 7 years ago
  27. a06b163 [DebugInfo] Don't drop dbg.value's of nullptr by Jeremy Morse · 7 years ago
  28. 782a490 Follow-up from r348441 to add the rest of the objc ARC intrinsics. by Pete Cooper · 7 years ago
  29. e13d099 Add objc.* ARC intrinsics and codegen them to their runtime methods. by Pete Cooper · 7 years ago
  30. 180639a [SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467) by Simon Pilgrim · 7 years ago
  31. 814a679 [SelectionDAG] Split very large token factors for loads into 64k chunks. by Amara Emerson · 7 years ago
  32. 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
  33. cbde0d9 [IR] Add a dedicated FNeg IR Instruction by Cameron McInally · 7 years ago
  34. 72f76bf Add support for llvm.is.constant intrinsic (PR4898) by James Y Knight · 7 years ago
  35. 9757d5d [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics by Cameron McInally · 7 years ago
  36. 547a0d7 [COFF, ARM64] Implement Intrinsic.sponentry for AArch64 by Mandeep Singh Grang · 7 years ago
  37. b0cdf56 Revert "[COFF, ARM64] Implement Intrinsic.sponentry for AArch64" by Mandeep Singh Grang · 7 years ago
  38. 88ad9ac [COFF, ARM64] Implement Intrinsic.sponentry for AArch64 by Mandeep Singh Grang · 7 years ago
  39. 92bb783 [SelectionDAG] Handle constant range [0,1) in lowerRangeToAssertZExt by Scott Linder · 7 years ago
  40. 2ad870e [FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM by Cameron McInally · 7 years ago
  41. 905abe5 [Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics by Leonard Chan · 7 years ago
  42. 24faf85 Reland "[WebAssembly] LSDA info generation" by Heejin Ahn · 7 years ago
  43. 30f1d69 [NFC] Rename minnan and maxnan to minimum and maximum by Thomas Lively · 7 years ago
  44. ad12df8 [SelectionDAG] use 'match' to simplify code; NFC by Sanjay Patel · 7 years ago
  45. 0acfc6b [Intrinsic] Unigned Saturation Addition Intrinsic by Leonard Chan · 7 years ago
  46. 547d824 Revert "[WebAssembly] LSDA info generation" by Krasimir Georgiev · 7 years ago
  47. 699b3b5 [Intrinsic] Signed Saturation Addition Intrinsic by Leonard Chan · 7 years ago
  48. 0981eaa [WebAssembly] LSDA info generation by Heejin Ahn · 7 years ago
  49. edb12a8 [TI removal] Make variables declared as `TerminatorInst` and initialized by Chandler Carruth · 7 years ago
  50. 16c349d [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions by Thomas Lively · 7 years ago
  51. f27c67a [SelectionDAGBuilder][NFC] Pass LHSTy to getShiftAmountTy rather than RHSTy by Alex Bradbury · 7 years ago
  52. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  53. e41be38 Unify landing pad information adding routines (NFC) by Heejin Ahn · 7 years ago
  54. 57b5966 DAG: Handle odd vector sizes in calling conv splitting by Matt Arsenault · 7 years ago
  55. a6f32f4 DAG: Factor out helper function for odd vector sizes by Matt Arsenault · 7 years ago
  56. 167601e DAG: Don't use ABI copies in some contexts by Matt Arsenault · 7 years ago
  57. 9ae926b [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. by Chandler Carruth · 7 years ago
  58. 9cd7f88 [WebAssembly] Don't make wasm cleanuppads into funclet entries by Heejin Ahn · 7 years ago
  59. e2d47dd [MISC]Fix wrong usage of std::equal() by Chen Zheng · 7 years ago
  60. 66654b7 [SDAG] Remove the reliance on MI's allocation strategy for by Chandler Carruth · 7 years ago
  61. 15d1501 [SelectionDAG] try harder to convert funnel shift to rotate by Sanjay Patel · 7 years ago
  62. 81f1fbd test commit access by Ties Stuij · 7 years ago
  63. 4107b31 Support inline asm with multiple 64bit output in 32bit GPR by Thomas Preud'homme · 7 years ago
  64. ef72e48 [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy. by Hsiangkai Wang · 7 years ago
  65. 8aac22e [SelectionDAG] fix bug in translating funnel shift with non-power-of-2 type by Sanjay Patel · 7 years ago
  66. dcec088 DAG: Correct pointer type used for stack slot by Matt Arsenault · 7 years ago
  67. f78650a Remove trailing space by Fangrui Song · 7 years ago
  68. 196149c Reapply "Fix crash on inline asm with 64bit matching input in 32bit GPR" by Thomas Preud'homme · 7 years ago
  69. 7312206 revert r338206 because the test does not pass by Sanjay Patel · 7 years ago
  70. 74ffd14 Fix crash on inline asm with 64bit matching input in 32bit GPR by Thomas Preud'homme · 7 years ago
  71. 81920b0 DAG: Add calling convention argument to calling convention funcs by Matt Arsenault · 7 years ago
  72. 1a40a06 [SelectionDAGBuilder] Add masked loads to PendingLoads rather than calling DAG.setRoot. by Craig Topper · 7 years ago
  73. b572f64 [DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users by Vedant Kumar · 7 years ago
  74. 215dcbf [SelectionDAG] try to convert funnel shift directly to rotate if legal by Sanjay Patel · 7 years ago
  75. 768d6ce Fix PR34170: Crash on inline asm with 64bit output in 32bit GPR by Thomas Preud'homme · 7 years ago
  76. 22bd6f9 [SelectionDAG] Reduce DanglingDebugInfo memory traffic, NFC by Vedant Kumar · 7 years ago
  77. b8b21d2 [SelectionDAGBuilder] Use APInt::isZero instead of comparing APInt::getZExtValue to 0 in a place where we can't be sure contents of the APInt fit in a uint64_t. by Craig Topper · 7 years ago
  78. bf61113 [SelectionDAGBuilder] Restrict vector reduction check to types with a power of 2 number of elements. by Craig Topper · 7 years ago
  79. c71adc8 [Intrinsics] define funnel shift IR intrinsics + DAG builder support by Sanjay Patel · 7 years ago
  80. 0319c28 [CodeGen] Emit more precise AssertZext/AssertSext nodes. by Eli Friedman · 7 years ago
  81. 5b3db45 Implement strip.invariant.group by Piotr Padlewski · 7 years ago
  82. da5e7e1 SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O) by Matthias Braun · 7 years ago
  83. 42f7bc9 [DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property by Mikael Holmen · 7 years ago
  84. 59da743 [SelectionDAG] Don't crash on inline assembly errors when the inline assembly return type is a struct. by Craig Topper · 7 years ago
  85. 5ef4d5f [WebAssembly] Support instruction selection for catching exceptions by Heejin Ahn · 7 years ago
  86. ab2b79c DAG: Remove redundant version of getRegisterTypeForCallingConv by Matt Arsenault · 7 years ago
  87. 1e4d350 [WebAssembly] Add functions for EHScopes by Heejin Ahn · 7 years ago
  88. 8652c53 [DAG] propagate FMF for all FPMathOperators by Sanjay Patel · 7 years ago
  89. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  90. fe645d2 [DAG] add convenience function to propagate FMF; NFC by Sanjay Patel · 7 years ago
  91. c4e4c5b [DAG] clean up flag propagation for binops; NFCI by Sanjay Patel · 7 years ago
  92. 0ddf09a [DAG] reduce code duplication; NFCI by Sanjay Patel · 7 years ago
  93. e0b5f86 [STLExtras] Add distance() for ranges, pred_size(), and succ_size() by Vedant Kumar · 7 years ago
  94. cd070cd [DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr. by Shiva Chen · 7 years ago
  95. 7acc81b Fast Math Flag mapping into SDNode by Michael Berg · 8 years ago
  96. 27a841f [SelectionDAG] Refactor code by adding RegsForValue::getRegsAndSizes(). NFCI by Bjorn Pettersson · 8 years ago
  97. 304877e Reapply "[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)" by Bjorn Pettersson · 8 years ago
  98. 5dde809 Rename invariant.group.barrier to launder.invariant.group by Piotr Padlewski · 8 years ago
  99. 67fdea4 Revert "[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)" by Martin Storsjo · 8 years ago
  100. 1c5a05f [SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2) by Bjorn Pettersson · 8 years ago