- 92fe563 ArgPromotion: Allow setting MaxElements in the new-style pass by Justin Bogner · 8 years ago
- 193429f [ModRefInfo] Make enum ModRefInfo an enum class [NFC]. by Alina Sbirlea · 8 years ago
- f27d161 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- da748f1 [ArgPromotion] Preserve alignment of byval argument in new alloca by Reid Kleckner · 8 years ago
- e0ced14 [ArgumentPromotion] Change use of removed argument in llvm.dbg.value to undef by Mikael Holmen · 8 years ago
- e81233d [ArgPromotion] Fix a truncated variable by Martin Storsjo · 9 years ago
- a0b45f4 [IR] Abstract away ArgNo+1 attribute indexing as much as possible by Reid Kleckner · 9 years ago
- 6652a52 Use Argument::hasAttribute and AttributeList::ReturnIndex more by Reid Kleckner · 9 years ago
- f021fab [IR] Make getParamAttributes take argument numbers, not ArgNo+1 by Reid Kleckner · 9 years ago
- 3a11503 [ArgPromotion] Don't drop !prof metadata on promoted calls by Reid Kleckner · 9 years ago
- 7f72033 [IR] Take func, ret, and arg attrs separately in AttributeList::get by Reid Kleckner · 9 years ago
- c2cb560 [IR] Add AttributeSet to hide AttributeSetNode* again, NFC by Reid Kleckner · 9 years ago
- eb9dd5b Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 9 years ago
- 3c1fc76 Allow DataLayout to specify addrspace for allocas. by Matt Arsenault · 9 years ago
- 211b1f3 Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 9 years ago
- 324c99d [IR] Make AttributeSetNode public, avoid temporary AttributeList copies by Reid Kleckner · 9 years ago
- b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
- addcda4 [PM] Port ArgumentPromotion to the new pass manager. by Chandler Carruth · 9 years ago
- cea1e4e De-duplicate some code for creating an AARGetter suitable for the legacy PM. by Peter Collingbourne · 9 years ago
- 8e9c0a8 [ArgPromote] Move static helpers to modern LLVM naming conventions while by Chandler Carruth · 9 years ago
- ae9ce3d [ArgPromote] Run clang-format to normalize remarkably idiosyncratic by Chandler Carruth · 9 years ago
- cd836cd [ArgPromote] Re-arrange the code in a more typical, logical way. by Chandler Carruth · 9 years ago
- aec2fa3 Revert @llvm.assume with operator bundles (r289755-r289757) by Daniel Jasper · 9 years ago
- 3ca4a6b Remove the AssumptionCache by Hal Finkel · 9 years ago
- 4568158 IR: Change PointerType to derive from Type rather than SequentialType. by Peter Collingbourne · 9 years ago
- d5648c7 Replace some callers of setTailCall with setTailCallKind by David Majnemer · 9 years ago
- fbc7b7d Fix typo in comment. NFC. by Chad Rosier · 9 years ago
- c244349 Remove unused include. NFC. by Chad Rosier · 9 years ago
- c1051ab Modify df_iterator to support post-order actions by David Callahan · 9 years ago
- 5f7edcf [ArgPromote] Use function_ref and for-range loops. by Benjamin Kramer · 9 years ago
- e2133e7 [PM] Preparatory cleanups to ArgumentPromotion. by Sean Silva · 9 years ago
- 135f735 Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. by Benjamin Kramer · 9 years ago
- cbf614a Remove the ScalarReplAggregates pass by David Majnemer · 9 years ago
- cd24bb1 [ArgumentPromotion] Propagate operand bundles to promoted call sites by David Majnemer · 10 years ago
- aa641a5 Re-commit optimization bisect support (r267022) without new pass manager support. by Andrew Kaylor · 10 years ago
- 6013f45 Revert "Initial implementation of optimization bisect support." by Vedant Kumar · 10 years ago
- f0f2792 Initial implementation of optimization bisect support. by Andrew Kaylor · 10 years ago
- 12884f7 [AA] Hoist the logic to reformulate various AA queries in terms of other by Chandler Carruth · 10 years ago
- 31bcca4 NFC. Move isDereferenceable to Loads.h/cpp by Artur Pilipenko · 10 years ago
- 1c481f5 Add an "addUsedAAAnalyses" helper function by Sanjoy Das · 10 years ago
- d4bff30 DI: Reverse direction of subprogram -> function edge. by Peter Collingbourne · 10 years ago
- 1732340 IPO: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
- 0debbdc Use foreach loops for StructType::elements(). NFC. by Pete Cooper · 10 years ago
- 194f59c [PM/AA] Extract the ModRef enums from the AliasAnalysis class in by Chandler Carruth · 10 years ago
- a1032a0 [PM/AA] Remove the last of the legacy update API from AliasAnalysis as by Chandler Carruth · 10 years ago
- 00ebdbc [PM/AA] Completely remove the AliasAnalysis::copyValue interface. by Chandler Carruth · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- ac80dc7 [PM/AA] Remove the Location typedef from the AliasAnalysis class now by Chandler Carruth · 10 years ago
- 115fe37 ArgumentPromotion: Drop sret attribute on functions that are only called directly. by Peter Collingbourne · 10 years ago
- 70c61c1 [PM/AA] Start refactoring AliasAnalysis to remove the analysis group and by Chandler Carruth · 11 years ago
- dba7ee9 Don't call utostr in Twine/raw_ostream contexts. by Benjamin Kramer · 11 years ago
- a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 11 years ago
- 5461d45 Move Value.isDereferenceablePointer to ValueTracking [NFC] by Philip Reames · 11 years ago
- 2fbe135 DebugInfo: Delete subclasses of DIScope by Duncan P. N. Exon Smith · 11 years ago
- ed557b5 DebugInfo: Remove DIDescriptor from the DebugInfo API by Duncan P. N. Exon Smith · 11 years ago
- 537b4a8 DebugInfo: Gut DISubprogram and DILexicalBlock* by Duncan P. N. Exon Smith · 11 years ago
- 3a09ef6 [CallSite] Make construction from Value* (or Instruction*) explicit. by Benjamin Kramer · 11 years ago
- 9ac5270 ArgPromo: Bail out earlier for varargs functions by David Blaikie · 11 years ago
- d288fb8 [opaque pointer type] Change GetElementPtrInst::getIndexedType to take the pointee type by David Blaikie · 11 years ago
- 72edd88 Add some missed formatting by David Blaikie · 11 years ago
- 7682663 [opaque pointer type] gep API migration, ArgPromo by David Blaikie · 11 years ago
- 096b1da [opaque pointer type] more gep API migration by David Blaikie · 11 years ago
- a28d91d DataLayout is mandatory, update the API to reflect it with references. by Mehdi Amini · 11 years ago
- 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
- 5fbfe2f Convert push_back loops into append calls. by Benjamin Kramer · 11 years ago
- c26a17a Add range adapters predecessors() and successors() for BBs by Reid Kleckner · 11 years ago
- a5599bf Sink store based on alias analysis by Elena Demikhovsky · 11 years ago
- 70573dc Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> by David Blaikie · 11 years ago
- 17364d4 DebugInfo+DeadArgElimination: Ensure llvm::Function*s from debug info are updated even when DAE removes both varargs and non-varargs arguments on the same function. by David Blaikie · 11 years ago
- e12a6ba Eliminate some deep std::vector copies. NFC. by Benjamin Kramer · 11 years ago
- febb279 Don't promote byval pointer arguments when padding matters by Reid Kleckner · 11 years ago
- e6e88f9 ArgPromotion: Don't touch variadic functions by Reid Kleckner · 11 years ago
- 4627679 Use range based for loops to avoid needing to re-mention SmallPtrSet size. by Craig Topper · 11 years ago
- 71b7b68 Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size. by Craig Topper · 11 years ago
- 6230691 Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size." by Craig Topper · 11 years ago
- 5229cfd Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size. by Craig Topper · 11 years ago
- 573f3b5 Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended. by Aaron Ballman · 11 years ago
- cc39b67 AA metadata refactoring (introduce AAMDNodes) by Hal Finkel · 11 years ago
- 8e9cfa5 ArgPromo+DebugInfo: Handle updating debug info over multiple applications of argument promotion. by David Blaikie · 11 years ago
- 6c99015 Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges." by Duncan P. N. Exon Smith · 11 years ago
- d11beff [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges. by Manuel Jacob · 11 years ago
- 2e42c34 Allow isDereferenceablePointer to look through some bitcasts by Hal Finkel · 11 years ago
- a8c3509 Constify the Function pointers in the result of makeSubprogramMap by David Blaikie · 11 years ago
- e844cd5 DebugInfo: Keep track of subprograms who's arguments have been promoted. by David Blaikie · 11 years ago
- b0cdf530 ArgumentPromotion: Propagate debug locations on calls for which arguments are promoted. by David Blaikie · 11 years ago
- f40110f [C++] Use 'nullptr'. Transforms edition. by Craig Topper · 12 years ago
- 964daaa [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
- cdf4788 [C++11] Add range based accessors for the Use-Def chain of a Value. by Chandler Carruth · 12 years ago
- 3e4c697 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- 1305dc3 [Modules] Move CFG.h to the IR library as it defines graph traits over IR types. by Chandler Carruth · 12 years ago
- 219b89b [Modules] Move CallSite into the IR library where it belogs. It is by Chandler Carruth · 12 years ago
- 26af2ca Update optimization passes to handle inalloca arguments by Reid Kleckner · 12 years ago
- 2a05ea5 Remove tail marker when changing an argument to an alloca. by Rafael Espindola · 12 years ago
- 6378cf5 [PM] Split the CallGraph out from the ModulePass which creates the CallGraph. by Chandler Carruth · 12 years ago
- bc37658 ArgumentPromotion: correctly transfer TBAA tags and alignments. by Manman Ren · 12 years ago
- 6554e5a Merge CallGraph and BasicCallGraph. by Rafael Espindola · 12 years ago
- 03f3d34 Clean up some of this code a tiny bit, no functionality change. by Nick Lewycky · 12 years ago
- 37a52df Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 13 years ago