| Age | Commit message (Expand) | Author |
| 2024-11-26 | [SelectionDAG] Add generic implementation for @llvm.expect.with.probability w... | antangelo |
| 2024-10-11 | [NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752) | Rahul Joshi |
| 2024-08-06 | Convert a couple of undef placeholders to poison [NFC] | Nuno Lopes |
| 2024-06-24 | Revert "[IR][NFC] Update IRBuilder to use InsertPosition (#96497)" | Stephen Tozer |
| 2024-06-24 | [IR][NFC] Update IRBuilder to use InsertPosition (#96497) | Stephen Tozer |
| 2024-03-31 | [CodeGen] Add default lowering for llvm.allow.{runtime,ubsan}.check() (#86049) | Vitaly Buka |
| 2024-03-19 | [NFC][RemoveDIs] Use iterators for insertion at various call-sites (#84736) | Jeremy Morse |
| 2024-02-13 | [LLVM] Add `__builtin_readsteadycounter` intrinsic and builtin for realtime c... | Joseph Huber |
| 2022-12-19 | [Intrinsic] Rename flt.rounds intrinsic to get.rounding | Qiu Chaofan |
| 2021-10-03 | [Analysis, CodeGen] Migrate from arg_operands to args (NFC) | Kazu Hirata |
| 2021-01-16 | Introduce llvm.noalias.decl intrinsic | Jeroen Dobbelaere |
| 2020-05-26 | [FPEnv] Intrinsic llvm.roundeven | Serge Pavlov |
| 2020-04-13 | [CallSite removal][CodeGen] Use CallBase instead of ImmutableCallSite in Intr... | Craig Topper |
| 2019-12-27 | Delete setjmp_undefined_for_msvc workaround after llvm.setjmp was removed | Fangrui Song |
| 2019-12-27 | Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821 | Fangrui Song |
| 2019-02-01 | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight |
| 2019-02-01 | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight |
| 2019-01-31 | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight |
| 2019-01-31 | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-07-30 | Remove trailing space | Fangrui Song |
| 2018-05-09 | [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. | Shiva Chen |
| 2017-12-15 | [CodeGen] fix documentation comments; NFC | Sanjay Patel |
| 2017-11-30 | Support generic lowering of vector bswap | Serge Guelton |
| 2017-04-11 | Module::getOrInsertFunction is using C-style vararg instead of variadic templ... | Serge Guelton |
| 2017-04-11 | Revert "Turn some C-style vararg into variadic templates" | Diana Picus |
| 2017-04-11 | Turn some C-style vararg into variadic templates | Serge Guelton |
| 2017-04-06 | Revert "Turn some C-style vararg into variadic templates" | Mehdi Amini |
| 2017-04-06 | Turn some C-style vararg into variadic templates | Mehdi Amini |
| 2016-10-12 | Create llvm.addressofreturnaddress intrinsic | Albert Gutowski |
| 2015-12-14 | getParent() ^ 3 == getModule() ; NFCI | Sanjay Patel |
| 2015-12-01 | Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics. | Yury Gribov |
| 2015-10-09 | CodeGen: Remove more ilist iterator implicit conversions, NFC | Duncan P. N. Exon Smith |
| 2015-10-09 | CodeGen: Use range-based for in IntrinsicLowering::AddPrototypes, NFC | Duncan P. N. Exon Smith |
| 2014-08-30 | [PATCH][Interpreter] Add missing FP intrinsic lowering. | Josh Klontz |
| 2014-08-08 | Add missing Interpreter intrinsic lowering for sin, cos and ceil | Josh Klontz |
| 2014-07-25 | Add @llvm.assume, lowering, and some basic properties | Hal Finkel |
| 2014-04-14 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper |
| 2014-03-04 | [Modules] Move CallSite into the IR library where it belogs. It is | Chandler Carruth |
| 2014-02-18 | Rename some member variables from TD to DL. | Rafael Espindola |
| 2013-11-10 | Use type form of getIntPtrType. | Matt Arsenault |
| 2013-05-21 | Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen. | Justin Holewinski |
| 2013-02-08 | Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12... | Bob Wilson |
| 2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
| 2012-12-24 | Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368> | Bob Wilson |
| 2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
| 2012-11-01 | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth |
| 2012-10-29 | Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the | Duncan Sands |
| 2012-10-24 | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow |
| 2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |