1. ded00c7 MIRLangRef: Describe the syntax for machine instruction names and flags. by Alex Lorenz · 10 years ago
  2. c9cb569 save some testing time; get rid of the non-SSE chips in this test by Sanjay Patel · 10 years ago
  3. 3ab981d [APFloat] Remove else after return and replace loop with std::equal. NFC. by Benjamin Kramer · 10 years ago
  4. 32ce343 Fix typo - symetric -> symmetric. by Eric Christopher · 10 years ago
  5. 67f79f0 add a test case to check the fast-unaligned-mem attribute per CPU by Sanjay Patel · 10 years ago
  6. 19a3f63 [DAGCombiner] Fold together mul and shl when both are by a constant by John Brawn · 10 years ago
  7. 92c2acd Revert r245635, "[InstCombine] Transform A & (L - 1) u< L --> L != 0" by NAKAMURA Takumi · 10 years ago
  8. 903567c Test Commit: Reformats 2 lines in LangRef.rst by Mohammad Shahid · 10 years ago
  9. e0d3c7c Linker: Remove empty destructor. by Peter Collingbourne · 10 years ago
  10. 22df81e LTO: Simplify ownership of LTOCodeGenerator::TargetMach. by Peter Collingbourne · 10 years ago
  11. ad3f32e LTO: Simplify ownership of LTOCodeGenerator::CodegenOptions. by Peter Collingbourne · 10 years ago
  12. 83b0a9b [Sparc] Support user-specified stack object overalignment. by James Y Knight · 10 years ago
  13. c1e784c TransformUtils: Introduce module splitter. by Peter Collingbourne · 10 years ago
  14. 81fc7b2 SparcAsmParser.cpp: Appease msc x86. by NAKAMURA Takumi · 10 years ago
  15. 7f0a6c9 AArch64: Fix testcase of r245640 by Matthias Braun · 10 years ago
  16. 3dc9abd [SLP] Add one more test case for propagating 'nontemporal' attributes. by Michael Zolotukhin · 10 years ago
  17. 6973889 delete more dead code from this testcase. by Adrian Prantl · 10 years ago
  18. 37d4cd8 Further reduce the IR in this testcase based on a further reduction by Adrian Prantl · 10 years ago
  19. 57970eb AArch64: Fix cmp;ccmp ordering by Matthias Braun · 10 years ago
  20. 05b3080 AArch64: Do not create CCMP on multiple users. by Matthias Braun · 10 years ago
  21. bdab9f9 [InstSimplify] add nuw %x, C2 must be at least C2 by David Majnemer · 10 years ago
  22. b4fce5a [WebAssembly] Mark more operators as Expand. by Dan Gohman · 10 years ago
  23. ba38902 [InstCombine] Transform A & (L - 1) u< L --> L != 0 by Sanjoy Das · 10 years ago
  24. 9cd73ad [SLP] Propagate 'nontemporal' attribute into vectorized instructions. by Michael Zolotukhin · 10 years ago
  25. c23d147 [LoopVectorize] Propagate 'nontemporal' attribute into vectorized instructions. by Michael Zolotukhin · 10 years ago
  26. 178fbb3 Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata() by Adrian Prantl · 10 years ago
  27. 14fea5b [X86] Look for scalar through one bitcast when lowering to VBROADCAST. by Ahmed Bougacha · 10 years ago
  28. ed7eb85 [X86] Add some broadcast-from-memory tests. by Ahmed Bougacha · 10 years ago
  29. 1670bbc [NVPTX] truncating 64-bit to 32-bit is free by Jingyue Wu · 10 years ago
  30. ad0ddd8 [X86] Replace avx2 broadcast intrinsics with native IR. by Ahmed Bougacha · 10 years ago
  31. dc4b9ef [asan] Add ASAN support for AArch64 42-bit VMA by Adhemerval Zanella · 10 years ago
  32. df4b7e6 [ValueTracking] computeOverflowForSignedAdd and isKnownNonNegative by Jingyue Wu · 10 years ago
  33. 4d9e28f [LVI] Avoid iterator invalidation in LazyValueInfoCache::threadEdge by Bruno Cardoso Lopes · 10 years ago
  34. 2c12b35 Fix a bug that caused SimplifyCFG to drop DebugLocs. by Adrian Prantl · 10 years ago
  35. 0f8344c Fix a debug location handling bug in GVN. by Adrian Prantl · 10 years ago
  36. 027e2d7 [LVer] Fix FIXME: hide addPHINodes, NFC by Adam Nemet · 10 years ago
  37. d44dd17 [ARM] Don't try and custom lower a vNi64 SETCC. by James Molloy · 10 years ago
  38. 9a6dbcb Fix symbol value computation when part of the expression is weak. by Rafael Espindola · 10 years ago
  39. 950d9fd [Sparc]: correct the 'set' synthetic instruction by Douglas Katzman · 10 years ago
  40. b2026a6 Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation. by Balaram Makam · 10 years ago
  41. 9a4e2cb [mips][microMIPS] Add microMIPS32r6 and microMIPS64r6 tests for existing 16-bit ADDIUR1SP, ADDIUR2, ADDIUS5 and ADDIUSP instructions by Zoran Jovanovic · 10 years ago
  42. 4ca59ab [X86] Fix FBLD and FBSTP by Marina Yatsina · 10 years ago
  43. 8d1c57f [X86] Fix bug in COMISD and COMISS definition in td files by Marina Yatsina · 10 years ago
  44. 42c100a Make helper functions static. NFC. by Benjamin Kramer · 10 years ago
  45. fa1aef3 [X86] Fix the (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2)) fold by David Majnemer · 10 years ago
  46. 0299ff2 Revert "[DSE] Enable removal of lifetime intrinsics in terminating blocks" by Bjorn Steinbrink · 10 years ago
  47. 1ca4f6f [DSE] Enable removal of lifetime intrinsics in terminating blocks by Bjorn Steinbrink · 10 years ago
  48. cce9e53 [ARC] Pull the ObjC ARC components that really serve the role of by Chandler Carruth · 10 years ago
  49. d51dd69 [PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisons by Hal Finkel · 10 years ago
  50. c2b62e0 [PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignore ppc_fp128 by Hal Finkel · 10 years ago
  51. e2e6dea MIR Serialization: Use the global value syntax for global value memory operands. by Alex Lorenz · 10 years ago
  52. 7767642 MIR Serialization: Change syntax for the call entry pseudo source values. by Alex Lorenz · 10 years ago
  53. 81a3a8e Fix test failure introduced by r245521. by Alex Lorenz · 10 years ago
  54. e8a4197 MIR Serialization: Serialize unnamed local IR values in memory operands. by Alex Lorenz · 10 years ago
  55. 5e27856 MIR Parser: parseIRValue should take in a constant pointer. NFC. by Alex Lorenz · 10 years ago
  56. 56e5839 MIR Printer: Extract the code that prints IR slots to a separate function. NFC. by Alex Lorenz · 10 years ago
  57. 1168321 Allow Optionals to be compared to None by David Blaikie · 10 years ago
  58. 3c8ad80 [CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-private-field unconditionally. by NAKAMURA Takumi · 10 years ago
  59. 3b7c3d3 [x86] enable machine combiner reassociations for scalar double-precision min/max by Sanjay Patel · 10 years ago
  60. d81980d [x86] enable machine combiner reassociations for scalar single-precision maximums by Sanjay Patel · 10 years ago
  61. 0898cdd [DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding by Simon Pilgrim · 10 years ago
  62. 58f4f24 [AArch64][FastISel] Don't fold shifts with UB. by Juergen Ributzka · 10 years ago
  63. 26047ea [X86] Emit more efficient >= comparisons against 0 by David Majnemer · 10 years ago
  64. 6e53cbd [WebAssembly] Use the default alignment for SIMD types. by Dan Gohman · 10 years ago
  65. 4d3b3bf [DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR (or undef) to VECTOR_SHUFFLE. by Simon Pilgrim · 10 years ago
  66. 42bf5e9 Replace some calls to isa<LandingPadInst> with isEHPad() by David Majnemer · 10 years ago
  67. fd86e6d Minor tidying of regex in a test by Paul Robinson · 10 years ago
  68. 73e587e [Sparc]: asm-only support for the ldstub instruction. by Douglas Katzman · 10 years ago
  69. 711f2fd MIR Parser: Rename 'MachineOperandWithLocation' to 'ParsedMachineOperand'. NFC. by Alex Lorenz · 10 years ago
  70. dab6ae0 MIR Serialization: Serialize instruction's register ties. by Alex Lorenz · 10 years ago
  71. b326c12 Temporary fix for the self-host failures introduced by rL244921. by Nemanja Ivanovic · 10 years ago
  72. baf422e MIR Serialization: Serialize defined registers that require 'def' register flag. by Alex Lorenz · 10 years ago
  73. 71a40e6 [PeepholeOptimizer] Look through PHIs to find additional register sources by Bruno Cardoso Lopes · 10 years ago
  74. 52dfca7 [SPARC] Enable writing to floating-point-state register. by Douglas Katzman · 10 years ago
  75. 1356c79 [Kaleidoscope] More inter-chapter diff reduction. by Lang Hames · 10 years ago
  76. 4d554fb [docs] Fix minor typo in CodingStandards.rst by Vedant Kumar · 10 years ago
  77. 44364a3 [Kaleidoscope] Clang-format the Kaleidoscope tutorials. by Lang Hames · 10 years ago
  78. 09f1564 [AArch64] Improve short-form diags on long-form Match_InvalidOperand. by Ahmed Bougacha · 10 years ago
  79. 25faeeb [SCEV] Fix GCC 4.8.0 ICE in lambda function by Hal Finkel · 10 years ago
  80. fc5268d [LAA] Comment how memchecks are codegened by Adam Nemet · 10 years ago
  81. 29471d2 Revert "[AArch64] Simplify/refactor code to ease code review. NFC." by Renato Golin · 10 years ago
  82. 946eb8b x32. Fixes a bug in x32 exception handling. by Derek Schuff · 10 years ago
  83. 36fdcfb x32. Fixes jmp %reg in x32 by JF Bastien · 10 years ago
  84. f760d95 [Sparc] Rename LoadASR and StoreASR from r245360 to *ASI, as was intended. by James Y Knight · 10 years ago
  85. 1b1f2b2 Revert "[PeepholeOptimizer] Look through PHIs to find additional register sources" by Bruno Cardoso Lopes · 10 years ago
  86. 77c6e1a [SPARC] Fix BooleanContents, so that select of a trunc doesn't by James Y Knight · 10 years ago
  87. 468e70f [AArch64] Simplify/refactor code to ease code review. NFC. by Chad Rosier · 10 years ago
  88. bccacca [PeepholeOptimizer] Look through PHIs to find additional register sources by Bruno Cardoso Lopes · 10 years ago
  89. 5a1af36 [ARM] Add instruction selection patterns for vmin/vmax by Silviu Baranga · 10 years ago
  90. ba54a70 Map %fprs to %asr6 in the Sparc assembler parser. by Joerg Sonnenberger · 10 years ago
  91. c457f1e Emit <regmask R1 R2 R3 ...> instead of just <regmask> in IR dumps. by Daniel Sanders · 10 years ago
  92. ab30763 Revert "[X86] Widen the 'AND' mask if doing so shrinks the encoding size" by Tobias Grosser · 10 years ago
  93. e8a6608 [X86] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optimizing for minsize by Michael Kuperstein · 10 years ago
  94. a4fe294 [TLI] Refactor "is integer division cheap" queries. by Michael Kuperstein · 10 years ago
  95. d1c2981 Remove an empty directory left after r245318. by Alexander Kornienko · 10 years ago
  96. 691fcff More clean up, still NFC. Remove dead variables now that the casts are gone. by Nick Lewycky · 10 years ago
  97. b3796f6 Clean up this file a little. Remove dead casts, casting Values to Values. Adjust some comments for typos and whitespace. NFC. by Nick Lewycky · 10 years ago
  98. 21ea9dd Exposed findDefsUsedOutsideOfLoop as a loop utility function by Ashutosh Nema · 10 years ago
  99. 8545f7f [LPM] Teach the legacy pass manager to support *using* an analysis by Chandler Carruth · 10 years ago
  100. dd7ef64 Fix how DependenceAnalysis calls delinearization by Hal Finkel · 10 years ago