| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove `CallSite` from the CodeMetrics analysis, moving it to the new | Chandler Carruth | 2019-02-11 | 1 | -7/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -1/+1 |
| * | Remove redundant includes from lib/Analysis. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Revert @llvm.assume with operator bundles (r289755-r289757) | Daniel Jasper | 2016-12-19 | 1 | -14/+29 |
| * | Remove the AssumptionCache | Hal Finkel | 2016-12-15 | 1 | -5/+2 |
| * | Make processing @llvm.assume more efficient by using operand bundles | Hal Finkel | 2016-12-15 | 1 | -24/+12 |
| * | [Assumptions] Make collecting ephemeral values not quadratic in the | Chandler Carruth | 2016-08-18 | 1 | -23/+38 |
| * | Use range algorithms instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -2/+1 |
| * | Pass EphValues by const-ref as it is not modified in the callee | Sebastian Pop | 2016-08-03 | 1 | -1/+1 |
| * | use range-based for loop; NFCI | Sanjay Patel | 2016-03-08 | 1 | -13/+12 |
| * | Add convergent property to CodeMetrics. | Justin Lebar | 2016-02-12 | 1 | -1/+4 |
| * | Use all_of to simplify control flow. NFC. | Benjamin Kramer | 2015-10-24 | 1 | -8/+2 |
| * | Analysis: Remove implicit ilist iterator conversions | Duncan P. N. Exon Smith | 2015-10-10 | 1 | -1/+1 |
| * | [IR] Add token types | David Majnemer | 2015-08-14 | 1 | -0/+3 |
| * | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | [PM] Split the AssumptionTracker immutable pass into two separate APIs: | Chandler Carruth | 2015-01-04 | 1 | -7/+19 |
| * | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -1/+1 |
| * | Treat the WorkSet used to find ephemeral values as double-ended | Hal Finkel | 2014-10-15 | 1 | -1/+3 |
| * | Add functions for finding ephemeral values | Hal Finkel | 2014-09-07 | 1 | -1/+77 |
| * | Consistent use of the noduplicate attribute. | Eli Bendersky | 2014-03-17 | 1 | -2/+2 |
| * | [Modules] Move CallSite into the IR library where it belogs. It is | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | Begin fleshing out an interface in TTI for modelling the costs of | Chandler Carruth | 2013-01-22 | 1 | -44/+4 |
| * | Switch CodeMetrics itself over to use TTI to determine if an instruction | Chandler Carruth | 2013-01-21 | 1 | -79/+3 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
| * | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling | 2012-12-30 | 1 | -1/+2 |
| * | Add a new attribute, 'noduplicate'. If a function contains a noduplicate call... | James Molloy | 2012-12-20 | 1 | -2/+9 |
| * | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -1/+1 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Revert the majority of the next patch in the address space series: | Chandler Carruth | 2012-11-01 | 1 | -4/+2 |
| * | Resubmit the changes to llvm core to update the functions to support differen... | Micah Villmow | 2012-10-15 | 1 | -2/+4 |
| * | Revert 165732 for further review. | Micah Villmow | 2012-10-11 | 1 | -4/+2 |
| * | Add in the first iteration of support for llvm/clang/lldb to allow variable p... | Micah Villmow | 2012-10-11 | 1 | -2/+4 |
| * | Create enums for the different attributes. | Bill Wendling | 2012-10-09 | 1 | -1/+1 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -4/+4 |
| * | Remove the `hasFnAttr' method from Function. | Bill Wendling | 2012-09-26 | 1 | -1/+1 |
| * | A pile of long over-due refactorings here. There are some very, *very* | Chandler Carruth | 2012-05-04 | 1 | -3/+23 |
| * | Initial commit for the rewrite of the inline cost analysis to operate | Chandler Carruth | 2012-03-31 | 1 | -40/+48 |
| * | Pull the implementation of the code metrics out of the inline cost | Chandler Carruth | 2012-03-16 | 1 | -0/+176 |