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