1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  3. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  4. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  5. e6cb21a PHITransAddr: Use new SimplifyQuery based API. by Daniel Berlin · 9 years ago
  6. aec2fa3 Revert @llvm.assume with operator bundles (r289755-r289757) by Daniel Jasper · 9 years ago
  7. 3ca4a6b Remove the AssumptionCache by Hal Finkel · 9 years ago
  8. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  9. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  10. 20c6d5b [opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the source element type of the GEP as an argument. by Manuel Jacob · 10 years ago
  11. 4232fb3 [PHITransAddr] Don't assume that instruction operands are translatable by David Majnemer · 10 years ago
  12. 89645df [GVN] Set proper debug locations for some instructions created by GVN. by Alexey Samsonov · 10 years ago
  13. c1c3c84 Replace loop with std::equal. NFC intended. by Benjamin Kramer · 10 years ago
  14. 7666be7 [PHITransAddr] Don't translate unreachable values by David Majnemer · 11 years ago
  15. fc41f63 [PHITransAddr] Use std::find instead of std::count by David Majnemer · 11 years ago
  16. 096b1da [opaque pointer type] more gep API migration by David Blaikie · 11 years ago
  17. 66b3130 [PM] Split the AssumptionTracker immutable pass into two separate APIs: by Chandler Carruth · 11 years ago
  18. 60db058 Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.) by Hal Finkel · 11 years ago
  19. 9f00886 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  20. cdf4788 [C++11] Add range based accessors for the Use-Def chain of a Value. by Chandler Carruth · 12 years ago
  21. 7c68beb Rename some member variables from TD to DL. by Rafael Espindola · 12 years ago
  22. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  23. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  24. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  25. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  26. 49d684e Release build: guard dump functions with by Manman Ren · 13 years ago
  27. c3366cc Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  28. b8cee00 Uniformize the InstructionSimplify interface by ensuring that all routines by Duncan Sands · 14 years ago
  29. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  30. 75d7d5e Move Instruction::isSafeToSpeculativelyExecute out of VMCore and by Dan Gohman · 14 years ago
  31. c24b86f Propagate TargetLibraryInfo throughout ConstantFolding.cpp and by Chad Rosier · 14 years ago
  32. ede0dc6 Shorten some expressions by using ArrayRef::slice(). by Frits van Bommel · 14 years ago
  33. d1b7849 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 14 years ago
  34. b992a63 Convert SimplifyGEPInst to use ArrayRef. by Jay Foad · 14 years ago
  35. 7c14a55 Don't include Operator.h from InstrTypes.h. by Jay Foad · 15 years ago
  36. bf0aa92 split dom frontier handling stuff out to its own DominanceFrontier header, by Chris Lattner · 15 years ago
  37. f1ebfc1 Strip trailing whitespace. by Dan Gohman · 15 years ago
  38. 0ab28b6 Use llvm_unreachable for "impossible" situations. by Dan Gohman · 15 years ago
  39. 2e1fc84 Add support for PHI-translating sext, zext, and trunc instructions, by Dan Gohman · 15 years ago
  40. 5ffc298 In which I discover the existence of loops. Threading an operation by Duncan Sands · 15 years ago
  41. 693ea89 Reapply r97010, the speculative revert failed. by Daniel Dunbar · 16 years ago
  42. 0a2031e Speculatively revert r97010, "Add an argument to PHITranslateValue to specify by Daniel Dunbar · 16 years ago
  43. 66e58ac Add an argument to PHITranslateValue to specify the DominatorTree. If this by Bob Wilson · 16 years ago
  44. f790593 by David Greene · 16 years ago
  45. 04e7ae6 by David Greene · 16 years ago
  46. 9f9010e Add a minor optimization: if we haven't changed the operands of an by Chris Lattner · 16 years ago
  47. fa2e536 fix PR5733, a case where we'd replace an add with a lexically identical by Chris Lattner · 16 years ago
  48. 9af9d0f fix a nasty variable that was shadowing the real CurBB but with the wrong value. by Chris Lattner · 16 years ago
  49. 11da6b0 fix many input tracking bugs. by Chris Lattner · 16 years ago
  50. 37251f8 fix PHI translation to take the PHI out of the instinputs set and add by Chris Lattner · 16 years ago
  51. cfd7637 instructions defined in CurBB may be intermediate nodes of the computation. by Chris Lattner · 16 years ago
  52. 0aa7568 add dumping and sanity checking support. by Chris Lattner · 16 years ago
  53. 5cf4b74 make sure that PHITransAddr keeps its 'InstInputs' list up to by Chris Lattner · 16 years ago
  54. 6425a23 fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not by Chris Lattner · 16 years ago
  55. 9e34d15 fix typo by Chris Lattner · 16 years ago
  56. dccf7ad add accessor, improve comment. by Chris Lattner · 16 years ago
  57. 77b0d3b add support for phi translation and incorpation of new expression. by Chris Lattner · 16 years ago
  58. e60244d checkpoint of the new PHITransAddr code, still not done and not used by by Chris Lattner · 16 years ago
  59. b63051c add the start of a class used to handle phi translation in memdep and by Chris Lattner · 16 years ago