1. 05da2fe Sink all InitializePasses.h includes by Reid Kleckner · 6 years ago
  2. d400d45 [Alignment][NFC] Remove StoreInst::setAlignment(unsigned) by Guillaume Chatelet · 6 years ago
  3. 1738022 [Alignment][NFC] Remove LoadInst::setAlignment(unsigned) by Guillaume Chatelet · 6 years ago
  4. 3fc933a [AlignmentFromAssumptions] getNewAlignmentDiff(): use getURemExpr() by Fangrui Song · 6 years ago
  5. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  6. f78650a Remove trailing space by Fangrui Song · 7 years ago
  7. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  8. 20c9207 [AlignmentFromAssumptions] Set source and dest alignments of memory intrinsiscs separately by Daniel Neilson · 8 years ago
  9. 2409d24 [NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of a Constant by Daniel Neilson · 8 years ago
  10. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  11. 6acdca7 [PH] Replace uses of AssertingVH from members of analysis results with by Chandler Carruth · 9 years ago
  12. ca68a3e [PM] Introduce an analysis set used to preserve all analyses over by Chandler Carruth · 9 years ago
  13. aec2fa3 Revert @llvm.assume with operator bundles (r289755-r289757) by Daniel Jasper · 9 years ago
  14. 3ca4a6b Remove the AssumptionCache by Hal Finkel · 9 years ago
  15. cb9f78e Make processing @llvm.assume more efficient by using operand bundles by Hal Finkel · 9 years ago
  16. 4fd9b7e Scalar: Ignore ConstantData in processAssumption by Duncan P. N. Exon Smith · 9 years ago
  17. 0873e7d Add some comments linking back to PR28400. by Sean Silva · 9 years ago
  18. 7f21f4b [PM] More workaround for PR28400 by Sean Silva · 9 years ago
  19. a4c2d15 [PM] Port AlignmentFromAssumptions to the new PM. by Sean Silva · 9 years ago
  20. 50271f7 Add opt-bisect support to additional passes that can be skipped by Andrew Kaylor · 10 years ago
  21. 0de2fec [SCEV] Add and use SCEVConstant::getAPInt; NFCI by Sanjoy Das · 10 years ago
  22. 494393b AlignmentFromAssumptions and SLPVectorizer preserves AA and GlobalsAA by Hal Finkel · 10 years ago
  23. 67cf9a7 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
  24. 72bc23e Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
  25. 2aacc0e [SCEV] Introduce ScalarEvolution::getOne and getZero. by Sanjoy Das · 10 years ago
  26. 2f1fd16 [PM] Port ScalarEvolution to the new pass manager. by Chandler Carruth · 10 years ago
  27. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  28. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  29. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  30. 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
  31. a28d91d DataLayout is mandatory, update the API to reflect it with references. by Mehdi Amini · 11 years ago
  32. 7bd1f7c Remove the remaining uses of abs64 and nuke it. by Benjamin Kramer · 11 years ago
  33. 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  34. 4f8f307 [PM] Split the LoopInfo object apart from the legacy pass, creating by Chandler Carruth · 11 years ago
  35. 66b3130 [PM] Split the AssumptionTracker immutable pass into two separate APIs: by Chandler Carruth · 11 years ago
  36. f83e1f7 [AlignmentFromAssumptions] Don't crash just because the target is 32-bit by Hal Finkel · 11 years ago
  37. 71b7084 [AlignmentFromAssumptions] Don't divide by zero for unknown starting alignment by Hal Finkel · 11 years ago
  38. 8fc3c6c Add a comment to getNewAlignmentDiff. by Andrew Trick · 11 years ago
  39. d67e463 Add an AlignmentFromAssumptions Pass by Hal Finkel · 11 years ago