| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add facility to add/remove/check attribute on function and arguments. | Amaury Sechet | 2016-03-14 | 1 | -18/+20 |
* | Remove uses of builtin comma operator. | Richard Trieu | 2016-02-18 | 1 | -4/+10 |
* | Refactor PGO function naming and MD5 hashing support out of ProfileData | Teresa Johnson | 2016-02-09 | 1 | -0/+24 |
* | Handle more edge cases in intrinsic name binary search | Reid Kleckner | 2016-01-26 | 1 | -40/+1 |
* | Use binary search for intrinsic ID lookups | Reid Kleckner | 2016-01-26 | 1 | -14/+60 |
* | [opaque pointer types] Remove an unnecessary extra explicit value type in Fun... | David Blaikie | 2016-01-15 | 1 | -3/+4 |
* | Remove static global GCNames from Function.cpp and move it to the Context | Mehdi Amini | 2016-01-08 | 1 | -35/+9 |
* | [Function] Properly remove use when clearing personality | Keno Fischer | 2015-12-23 | 1 | -9/+10 |
* | Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" | Vedant Kumar | 2015-12-19 | 1 | -76/+55 |
* | Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use... | Vedant Kumar | 2015-12-19 | 1 | -55/+76 |
* | Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" | Vedant Kumar | 2015-12-19 | 1 | -76/+55 |
* | Revert "[IR] Move optional data in llvm::Function into a hungoff uselist" | Vedant Kumar | 2015-12-19 | 1 | -54/+76 |
* | [IR] Move optional data in llvm::Function into a hungoff uselist | Vedant Kumar | 2015-12-19 | 1 | -76/+54 |
* | Don't copy information from aliasee to alias. | Rafael Espindola | 2015-12-02 | 1 | -4/+6 |
* | 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 |