- 363ac68 [CallSite removal] Migrate all Alias Analysis APIs to use the newly by Chandler Carruth · 7 years ago
- f78650a Remove trailing space by Fangrui Song · 7 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- aa20915 Apply clang-tidy's modernize-loop-convert to lib/Analysis. by Benjamin Kramer · 9 years ago
- 61440d2 [PM] Port memdep to the new pass manager. by Chandler Carruth · 10 years ago
- 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
- 7819951 Rename inst_range() to instructions() for consistency. NFC by Nico Rieck · 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
- 3a09ef6 [CallSite] Make construction from Value* (or Instruction*) explicit. by Benjamin Kramer · 10 years ago
- f8ea847 MemDepPrinter: Fix some nits introduced in r228596 by Ramkumar Ramachandra · 11 years ago
- 010b77c MemDepPrinter: cleanup a few loops (NFC) by Ramkumar Ramachandra · 11 years ago
- 33d7f9d [REFACTOR] Push logic from MemDepPrinter into getNonLocalPointerDependency by Philip Reames · 11 years ago
- 567feb9 [Refactor] Have getNonLocalPointerDependency take the query instruction by Philip Reames · 11 years ago
- 9f00886 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
- e9ba759 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- 219b89b [Modules] Move CallSite into the IR library where it belogs. It is by Chandler Carruth · 12 years ago
- 8394857 [Modules] Move InstIterator out of the Support library, where it had no by Chandler Carruth · 12 years ago
- d48cdbf Put the functionality for printing a value to a raw_ostream as an by Chandler Carruth · 12 years ago
- 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
- 67c0bfe Fix typo. by Eric Christopher · 12 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 9520719 Mark some static arrays as const. by Craig Topper · 13 years ago
- fdeaf25 Fix a stupid typo in MemDepPrinter. by Eli Friedman · 14 years ago
- c1702c8 Enhance the memdep interface so that users can tell the difference between a dependency which cannot be calculated and a path reaching the entry point of the function. This patch introduces isNonFuncLocal, which replaces isUnknown in some cases. by Eli Friedman · 14 years ago
- 5494ada Misc analysis passes that need to be aware of atomic load/store. by Eli Friedman · 14 years ago
- 7d58bc7 Add "unknown" results for memdep, which mean "I don't know whether a dependence for the given instruction exists in the given block". This cleans up all the existing hacks in memdep which represent this concept by returning clobber with various unrelated instructions. by Eli Friedman · 14 years ago
- 65316d6 Add helper functions for computing the Location of load, store, by Dan Gohman · 15 years ago
- 0a6021a Enhance GVN to do more precise alias queries for non-local memory by Dan Gohman · 15 years ago
- 1b85604 Memdep says that an instruction clobbers itself by Dan Gohman · 15 years ago
- 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
- 8ac477f Begin adding static dependence information to passes, which will allow us to by Owen Anderson · 15 years ago
- df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
- 2fa5979 Add an #include of raw_ostream.h. Previously, this only compiled by Dan Gohman · 15 years ago
- f492506 Rename a variable to avoid a declaration conflict. by Dan Gohman · 15 years ago
- ee74402 Add a pass which prints out all the memdep dependencies. by Dan Gohman · 15 years ago