1. 7cdf52e [CodeExtractor] Use 'normal destination' BB as insert point to store invoke results. by Florian Hahn · 7 years ago
  2. f78650a Remove trailing space by Fangrui Song · 7 years ago
  3. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  4. 69c9cd2 [CodeExtractor] Allow extracting blocks with exception handling by Sergey Dmitriev · 7 years ago
  5. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  6. d17f61e Add the ShadowCallStack attribute by Vlad Tsyrklevich · 8 years ago
  7. 236cdaf [SimplifyCFG] Create attribute for fuzzing-specific optimizations. by Matt Morehouse · 8 years ago
  8. fdd72fd [X86] Added support for nocf_check attribute for indirect Branch Tracking by Oren Ben Simhon · 8 years ago
  9. e5b8de2 Add a ProfileCount class to represent entry counts. by Easwaran Raman · 8 years ago
  10. 55be37e [CodeExtractor] Use subset of function attributes for extracted function. by Florian Hahn · 8 years ago
  11. e5089e2 [CodeExtractor] Add debug locations for new call and branch instrs. by Florian Hahn · 8 years ago
  12. 7114755 [CodeExtractor] Add missing AllowVarArgs initialization. by Florian Hahn · 8 years ago
  13. 0e9dec6 [PartialInliner] Inline vararg functions that forward varargs. by Florian Hahn · 8 years ago
  14. b93c063 [CodeExtractor] Fix iterator invalidation in findOrCreateBlockForHoisting. by Florian Hahn · 8 years ago
  15. 286d589 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  16. cbe9fae [CodeExtractor] Fix multiple bugs under certain shape of extracted region by Jakub Kuderski · 8 years ago
  17. e3f7dda [CodeExtractor] Remove unneded and commented out debugging stmts. by Davide Italiano · 8 years ago
  18. 7bc405a [CodeExtractor] Prevent extraction of block involving blockaddress by Serge Guelton · 8 years ago
  19. 7ed6cd3 [PartialInlining] Support shrinkwrap life_range markers by Xinliang David Li · 8 years ago
  20. 74480ad [PartialInlining] Shrinkwrap allocas with live range contained in outline region. by Xinliang David Li · 8 years ago
  21. f12a0fa [CodeExtractor]: Fixup use refs of the old phi. by Xinliang David Li · 9 years ago
  22. fa15de3 [PartialInliner] Fix crash when inlining functions with unreachable blocks. by Davide Italiano · 9 years ago
  23. 059574c [CodeExtractor] Remove an unneeded level of indirection. NFCI. by Davide Italiano · 9 years ago
  24. 99e3ca1 Use basicblock split block utility function by Xinliang David Li · 9 years ago
  25. b965121 [CodeExtractor] Remove a bunch of unneeded constructors. by Davide Italiano · 9 years ago
  26. eb9dd5b Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 9 years ago
  27. 3c1fc76 Allow DataLayout to specify addrspace for allocas. by Matt Arsenault · 9 years ago
  28. 211b1f3 Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 9 years ago
  29. 324c99d [IR] Make AttributeSetNode public, avoid temporary AttributeList copies by Reid Kleckner · 9 years ago
  30. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  31. 9011aca Use const-ref in range-loop for to avoid copying pairs of std::string by Sean Silva · 9 years ago
  32. f801575 CodeExtractor : Add ability to preserve profile data. by Sean Silva · 9 years ago
  33. 423c714 Revert r277313 and r277314. by Sean Silva · 9 years ago
  34. a0a802a Fix - CodeExtractor : Inherit Target Dependent Attributes from the parent function. by Sean Silva · 9 years ago
  35. 6208924 CodeExtractor : Add ability to preserve profile data. by Sean Silva · 9 years ago
  36. 285e097 Refactor - CodeExtractor : Move check for valid block to static utility by Sean Silva · 9 years ago
  37. 706e4883 [CodeExtractor] Merge DEBUG statements in an attempt to fix the msvc build. by Benjamin Kramer · 9 years ago
  38. 135f735 Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. by Benjamin Kramer · 9 years ago
  39. 4fed928 Avoid some copies by using const references. by Benjamin Kramer · 9 years ago
  40. 8a1c45d [IR] Reformulate LLVM's EH funclet IR by David Majnemer · 10 years ago
  41. 5b4c837 TransformUtils: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  42. 0bc0eef [IR] Give catchret an optional 'return value' operand by David Majnemer · 10 years ago
  43. eb518bd Drive-by fixes for LandingPad -> EHPad by David Majnemer · 10 years ago
  44. 741c8f8 [opaque pointer type] Start migrating GEP creation to explicitly specify the pointee type by David Blaikie · 11 years ago
  45. 6c99015 Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges." by Duncan P. N. Exon Smith · 11 years ago
  46. d11beff [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges. by Manuel Jacob · 11 years ago
  47. f40110f [C++] Use 'nullptr'. Transforms edition. by Craig Topper · 12 years ago
  48. e96dd89 [Modules] Make Support/Debug.h modular. This requires it to not change by Chandler Carruth · 12 years ago
  49. cdf4788 [C++11] Add range based accessors for the Use-Def chain of a Value. by Chandler Carruth · 12 years ago
  50. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  51. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  52. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  53. e407736 Revert patches to add case-range support for PR1255. by Bob Wilson · 12 years ago
  54. af0dea1 Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 12 years ago
  55. f23980a Remove #includes from the commonly used LoopInfo.h. by Jakub Staszak · 13 years ago
  56. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  57. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  58. f319e99 Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. by Bill Wendling · 13 years ago
  59. a6c8cc3 Fixed r158979. by Stepan Dyatkovskiy · 13 years ago
  60. 6781821 Teach the code extractor how to extract a sequence of blocks from by Chandler Carruth · 14 years ago
  61. 14316fc Factor the computation of input and output sets into a public interface by Chandler Carruth · 14 years ago
  62. 44e1391 Rather than trying to gracefully handle input sequences with repeated by Chandler Carruth · 14 years ago
  63. 0a57055 Fix a goof with my previous commit by completely returning when we by Chandler Carruth · 14 years ago
  64. 2f5d019 Hoist a safety assert from the extraction method into the construction by Chandler Carruth · 14 years ago
  65. 0fde001 Move the CodeExtractor utility to a dedicated header file / source file, by Chandler Carruth · 14 years ago
  66. a46e624 Factor the logic for testing whether a basic block is viable for code by Chandler Carruth · 14 years ago
  67. 5b648af Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 14 years ago
  68. 513aaa5 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
  69. fc1176e Use ArrayRef instead of an explicit 'const std::vector &'. by Bill Wendling · 14 years ago
  70. 1bfe55a Use ArrayRef instead of 'const std::vector' to pass around the list of basic blocks to extract. by Bill Wendling · 14 years ago
  71. 9a2ba72 Fix comments. by Bill Wendling · 14 years ago
  72. 7cdaa3a Revert r140083 and r140084 until buildbots can be fixed. by Bill Wendling · 14 years ago
  73. d3c9d97 If we are extracting a basic block that ends in an invoke call, we must also by Bill Wendling · 14 years ago
  74. d1b7849 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 14 years ago
  75. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  76. 5bd375a Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 14 years ago
  77. b804a2b Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 14 years ago
  78. a78cd22 Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 14 years ago
  79. 7c57be3 De-constify Types in StructType::get() and TargetData::getIntPtrType(). by Jay Foad · 14 years ago
  80. 56cc153 De-constify Types in FunctionType::get(). by Jay Foad · 14 years ago
  81. 0ab5e2c Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
  82. 5213134 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 15 years ago
  83. e0938d8 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 15 years ago
  84. 2f5f696 typoes by Gabor Greif · 15 years ago
  85. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  86. 321098e Fix nondeterministic behavior. by Julien Lerouge · 16 years ago
  87. f50a3f1 Fix nondeterministic behavior. by Julien Lerouge · 16 years ago
  88. ccce8ba Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
  89. 0ad6dce Change errs() to dbgs(). by David Greene · 16 years ago
  90. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  91. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  92. 4e9ac2a Comment-ify. by Owen Anderson · 16 years ago
  93. f18cae4 Switch to SmallVector. by Owen Anderson · 16 years ago
  94. 5e39d1d Pull out this predicate loop into a helper function. by Owen Anderson · 16 years ago
  95. 34e6148 Handle a corner case when extracing code regions where one of the immediate successor by Owen Anderson · 16 years ago
  96. b4aa5b1 When extracting SEME regions of code, the extractor needs to update the dominator tree for split return blocks. by Owen Anderson · 16 years ago
  97. b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  98. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  99. 03cb69f Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
  100. 5a1acd9 Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago