| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add vector types for intrinsics | Krzysztof Parzyszek | 2015-11-24 | 1 | -1/+11 |
| * | Pointers in Masked Load, Store, Gather, Scatter intrinsics | Elena Demikhovsky | 2015-11-19 | 1 | -1/+4 |
| * | IR: Remove implicit iterator conversions from lib/IR, NFC | Duncan P. N. Exon Smith | 2015-10-08 | 1 | -2/+2 |
| * | IR: Create SymbolTableList wrapper around iplist, NFC | Duncan P. N. Exon Smith | 2015-10-07 | 1 | -2/+2 |
| * | [Function] Clean up {prefix,prologue} data routines (NFC) | Vedant Kumar | 2015-10-06 | 1 | -36/+35 |
| * | [TableGen] Allow TokenTy in intrinsic signatures | Joseph Tremoulet | 2015-09-02 | 1 | -16/+21 |
| * | [opaque pointer types] Push the passing of value types up from Function/Globa... | David Blaikie | 2015-08-21 | 1 | -1/+1 |
| * | [CallGraph] Teach the CallGraph about non-leaf intrinsics. | Sanjoy Das | 2015-06-18 | 1 | -0/+12 |
| * | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 1 | -2/+30 |
| * | ArgumentPromotion: Drop sret attribute on functions that are only called dire... | Peter Collingbourne | 2015-06-10 | 1 | -3/+1 |
| * | This patch adds support for the vector quadword add/sub instructions introduced | Kit Barton | 2015-05-25 | 1 | -1/+5 |
| * | Simplify and rename function overrideFunctionAttributes. NFC. | Akira Hatanaka | 2015-05-23 | 1 | -13/+0 |
| * | Store intrinsic ID by value in Function instead of a string lookup. NFC. | Pete Cooper | 2015-05-19 | 1 | -26/+9 |
| * | Move Function::lookupIntrinsicID to a static method. NFC | Pete Cooper | 2015-05-19 | 1 | -15/+14 |
| * | Add function entry count metadata. | Diego Novillo | 2015-05-13 | 1 | -0/+19 |
| * | Replace branch-to-unreachable with assertion. | David Blaikie | 2015-05-08 | 1 | -4/+2 |
| * | Let llc and opt override "-target-cpu" and "-target-features" via command line | Akira Hatanaka | 2015-05-06 | 1 | -0/+13 |
| * | Add missing dereferenceable_or_null getters | Sanjoy Das | 2015-05-06 | 1 | -0/+6 |
| * | IR: Add Function metadata attachments | Duncan P. N. Exon Smith | 2015-04-24 | 1 | -0/+3 |
| * | IR: Use a bitmask to access GlobalObject subclass data | Duncan P. N. Exon Smith | 2015-04-24 | 1 | -3/+5 |
| * | [IR] Introduce a dereferenceable_or_null(N) attribute. | Sanjoy Das | 2015-04-16 | 1 | -0/+6 |
| * | [opaque pointer type] Avoid using PointerType::getElementType when parsing IR | David Blaikie | 2015-04-06 | 1 | -4/+3 |
| * | InstCombine: propagate deref via new addDereferenceableAttr | Ramkumar Ramachandra | 2015-02-14 | 1 | -0/+6 |
| * | Masked Gather and Scatter Intrinsics. | Elena Demikhovsky | 2015-02-08 | 1 | -1/+17 |
| * | Revert GCStrategy ownership changes | Philip Reames | 2015-01-26 | 1 | -6/+0 |
| * | Move ownership of GCStrategy objects to LLVMContext | Philip Reames | 2015-01-16 | 1 | -0/+6 |
| * | getMangledTypeStr: clarify how it mangles types, and add tests | Philip Reames | 2015-01-14 | 1 | -0/+4 |
| * | Masked Load/Store - Changed the order of parameters in intrinsics. | Elena Demikhovsky | 2014-12-25 | 1 | -2/+14 |
| * | The leak detector is dead, long live asan and valgrind. | Rafael Espindola | 2014-12-22 | 1 | -15/+0 |
| * | Masked Load / Store Intrinsics - the CodeGen part. | Elena Demikhovsky | 2014-12-04 | 1 | -2/+16 |
| * | Prologue support | Peter Collingbourne | 2014-12-03 | 1 | -4/+38 |
| * | Revert "Masked Vector Load and Store Intrinsics." | Duncan P. N. Exon Smith | 2014-11-28 | 1 | -16/+2 |
| * | Incorporate review comments from r221742 | Philip Reames | 2014-11-24 | 1 | -2/+11 |
| * | Masked Vector Load and Store Intrinsics. | Elena Demikhovsky | 2014-11-23 | 1 | -2/+16 |
| * | Extend intrinsic name mangling to support arrays, named structs, and function... | Philip Reames | 2014-11-12 | 1 | -6/+28 |
| * | Don't ever call materializeAllPermanently during LTO. | Rafael Espindola | 2014-10-24 | 1 | -0/+9 |
| * | clang-format two code snippets to make the next patch easy to read. | Rafael Espindola | 2014-10-23 | 1 | -4/+4 |
| * | Moved out IIT_V64 from common values section. | Robert Khasanov | 2014-10-20 | 1 | -5/+5 |
| * | Fix Intrinsic::getType not working with vararg | Steven Wu | 2014-10-20 | 1 | -0/+6 |
| * | [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW. | Robert Khasanov | 2014-09-30 | 1 | -18/+23 |
| * | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -1/+1 |
| * | Provide convenient access to the zext/sext attributes of function arguments. ... | Juergen Ributzka | 2014-08-05 | 1 | -0/+14 |
| * | Add a dereferenceable attribute | Hal Finkel | 2014-07-18 | 1 | -3/+15 |
| * | TableGen: introduce support for MSBuiltin | Saleem Abdulrasool | 2014-07-04 | 1 | -0/+5 |
| * | Add 'nonnull', a new parameter and return attribute which indicates that the ... | Nick Lewycky | 2014-05-20 | 1 | -0/+8 |
| * | Split GlobalValue into GlobalValue and GlobalObject. | Rafael Espindola | 2014-05-13 | 1 | -2/+2 |
| * | Allow sret on the second parameter as well as the first | Reid Kleckner | 2014-05-09 | 1 | -4/+4 |
| * | Run clang-format in small sections of code to make a patch easier to read. | Rafael Espindola | 2014-05-09 | 1 | -4/+4 |
| * | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-09 | 1 | -6/+6 |
| * | Intrinsics: add LLVMHalfElementsVectorType constraint | Tim Northover | 2014-03-29 | 1 | -1/+11 |