| Commit message (Expand) | Author | Age | Files | Lines |
* | [ConstantFold][SVE] Fix constant folding for shufflevector. | Eli Friedman | 2019-12-09 | 1 | -1/+1 |
* | Fix cppcheck variable shadow warning. NFCI. | Simon Pilgrim | 2019-09-25 | 1 | -3/+3 |
* | Add missing ExplicitTy default initialization to ConstantExprKeyType construc... | Simon Pilgrim | 2019-09-25 | 1 | -2/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [IR] Add a dedicated FNeg IR Instruction | Cameron McInally | 2018-11-13 | 1 | -1/+3 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -1/+3 |
* | [IR] Stop deleting other signatures of User::operator new when we override on... | Craig Topper | 2017-06-12 | 1 | -18/+0 |
* | [IR] De-virtualize ~Value to save a vptr | Reid Kleckner | 2017-05-18 | 1 | -20/+0 |
* | [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). | Eugene Zelenko | 2017-05-15 | 1 | -19/+30 |
* | [ADT, IR] Fix some Clang-tidy modernize-use-equals-delete and Include What Yo... | Eugene Zelenko | 2016-12-07 | 1 | -50/+112 |
* | Increase SmallVector size for ConstantUniqueMap::getHashValue() (NFC) | Mehdi Amini | 2016-04-19 | 1 | -1/+1 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -2/+0 |
* | IR: Use DenseSet instead of DenseMap for ConstantUniqueMap; NFC | Duncan P. N. Exon Smith | 2016-04-06 | 1 | -11/+10 |
* | Add a new insert_as() method to DenseMap and use it for ConstantUniqueMap | Mehdi Amini | 2016-03-07 | 1 | -17/+23 |
* | Revert "Add a new insert_as() method to DenseMap and use it for ConstantUniqu... | Mehdi Amini | 2016-02-11 | 1 | -23/+17 |
* | Add a new insert_as() method to DenseMap and use it for ConstantUniqueMap | Mehdi Amini | 2016-02-10 | 1 | -17/+23 |
* | [opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g... | Eduard Burtescu | 2016-01-19 | 1 | -8/+2 |
* | [IR] Add classof for GetElementPtrConstantExpr, CompareConstantExpr, InsertVa... | Craig Topper | 2015-12-15 | 1 | -0/+29 |
* | [opaque pointer type] Avoid using pointee types to retrieve InlineAsm's funct... | David Blaikie | 2015-07-28 | 1 | -7/+11 |
* | Fix some odd whitespace and formatting errors while making | Eric Christopher | 2015-05-18 | 1 | -35/+23 |
* | [opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr. | David Blaikie | 2015-05-08 | 1 | -8/+24 |
* | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 1 | -9/+9 |
* | IR: De-duplicate code for replacing operands in place | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+32 |
* | Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2... | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -363/+201 |
* | Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ... | Aaron Ballman | 2014-08-19 | 1 | -201/+363 |
* | IR: Replace uses of ConstantAggrUniqueMap with ConstantUniqueMap | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -160/+45 |
* | Remove extraneous typenames from r215957 | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -2/+2 |
* | IR: Rewrite ConstantUniqueMap | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -250/+203 |
* | IR: ArrayRef-ize {Insert,Extract}ValueConstantExpr constructors | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -8/+6 |
* | Prevent clang-format from moving the namespace closing brace, NFC | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -1/+1 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Try to fix the msvc build. | Benjamin Kramer | 2014-04-29 | 1 | -0/+1 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -2/+2 |
* | [Modules] Make Support/Debug.h modular. This requires it to not change | Chandler Carruth | 2014-04-21 | 1 | -0/+2 |
* | [C++11] Add 'override' keyword to IR library. | Craig Topper | 2014-03-05 | 1 | -10/+10 |
* | [C++11] Use std::tie to simplify compare operators. | Benjamin Kramer | 2014-03-03 | 1 | -19/+8 |
* | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 1 | -14/+14 |
* | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 1 | -14/+14 |
* | Add ArrayRef constructor from None, and do the cleanups that this constructor... | Dmitri Gribenko | 2013-05-05 | 1 | -1/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
* | Rename VMCore directory to IR. | Chandler Carruth | 2013-01-02 | 1 | -0/+774 |