| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen] Fix build bots which uses old Clang broken in r314046. (NFC) | Eugene Zelenko | 2017-09-22 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W... | Eugene Zelenko | 2017-09-22 | 1 | -33/+42 |
| * | [CodeGen] Reduce visibility of implementation details | Benjamin Kramer | 2015-07-01 | 1 | -1/+1 |
| * | Make static variables const if possible. Makes them go into a read-only section. | Benjamin Kramer | 2015-03-08 | 1 | -2/+2 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-16 | 1 | -9/+11 |
| * | The following patch' purpose is to reduce compile time for compilation of small | Puyan Lotfi | 2014-02-06 | 1 | -2/+10 |
| * | Represent RegUnit liveness with LiveRange instance | Matthias Braun | 2013-10-10 | 1 | -1/+1 |
| * | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
| * | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
| * | Make the LiveRegMatrix analysis available to targets. | Jakob Stoklund Olesen | 2012-11-28 | 1 | -1/+1 |
| * | Convert RAGreedy to LiveRegMatrix interference checking. | Jakob Stoklund Olesen | 2012-06-20 | 1 | -8/+26 |
| * | Add register mask support to InterferenceCache. | Jakob Stoklund Olesen | 2012-02-10 | 1 | -3/+9 |
| * | Remove unused variable. | Jakob Stoklund Olesen | 2012-02-10 | 1 | -2/+1 |
| * | Allow null interference cursors to be queried. | Jakob Stoklund Olesen | 2011-07-23 | 1 | -1/+2 |
| * | Reapply r135121 with a fixed copy constructor. | Jakob Stoklund Olesen | 2011-07-14 | 1 | -3/+40 |
| * | Revert r135121 which broke a gcc-4.2 builder. | Jakob Stoklund Olesen | 2011-07-14 | 1 | -40/+3 |
| * | Count references to interference cache entries. | Jakob Stoklund Olesen | 2011-07-14 | 1 | -3/+40 |
| * | Reapply r135074 and r135080 with a fix. | Jakob Stoklund Olesen | 2011-07-14 | 1 | -4/+8 |
| * | Revert r135074 and r135080. They broke clamscan. | Jakob Stoklund Olesen | 2011-07-13 | 1 | -8/+4 |
| * | Move the InterferenceCache cursor into the GlobalSplitCand struct. | Jakob Stoklund Olesen | 2011-07-13 | 1 | -4/+8 |
| * | Precompute interference for neighbor blocks as long as there is no interference. | Jakob Stoklund Olesen | 2011-04-09 | 1 | -1/+5 |
| * | Add an InterferenceCache class for caching per-block interference ranges. | Jakob Stoklund Olesen | 2011-04-02 | 1 | -0/+159 |