summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add facility to add/remove/check attribute on function and arguments.Amaury Sechet2016-03-141-18/+20
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-4/+10
* Refactor PGO function naming and MD5 hashing support out of ProfileDataTeresa Johnson2016-02-091-0/+24
* Handle more edge cases in intrinsic name binary searchReid Kleckner2016-01-261-40/+1
* Use binary search for intrinsic ID lookupsReid Kleckner2016-01-261-14/+60
* [opaque pointer types] Remove an unnecessary extra explicit value type in Fun...David Blaikie2016-01-151-3/+4
* Remove static global GCNames from Function.cpp and move it to the ContextMehdi Amini2016-01-081-35/+9
* [Function] Properly remove use when clearing personalityKeno Fischer2015-12-231-9/+10
* Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-76/+55
* Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar2015-12-191-55/+76
* Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-76/+55
* Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-54/+76
* [IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar2015-12-191-76/+54
* Don't copy information from aliasee to alias.Rafael Espindola2015-12-021-4/+6
* Add vector types for intrinsicsKrzysztof Parzyszek2015-11-241-1/+11
* Pointers in Masked Load, Store, Gather, Scatter intrinsicsElena Demikhovsky2015-11-191-1/+4
* IR: Remove implicit iterator conversions from lib/IR, NFCDuncan P. N. Exon Smith2015-10-081-2/+2
* IR: Create SymbolTableList wrapper around iplist, NFCDuncan P. N. Exon Smith2015-10-071-2/+2
* [Function] Clean up {prefix,prologue} data routines (NFC)Vedant Kumar2015-10-061-36/+35
* [TableGen] Allow TokenTy in intrinsic signaturesJoseph Tremoulet2015-09-021-16/+21
* [opaque pointer types] Push the passing of value types up from Function/Globa...David Blaikie2015-08-211-1/+1
* [CallGraph] Teach the CallGraph about non-leaf intrinsics.Sanjoy Das2015-06-181-0/+12
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+30
* ArgumentPromotion: Drop sret attribute on functions that are only called dire...Peter Collingbourne2015-06-101-3/+1
* This patch adds support for the vector quadword add/sub instructions introducedKit Barton2015-05-251-1/+5
* Simplify and rename function overrideFunctionAttributes. NFC.Akira Hatanaka2015-05-231-13/+0
* Store intrinsic ID by value in Function instead of a string lookup. NFC.Pete Cooper2015-05-191-26/+9
* Move Function::lookupIntrinsicID to a static method. NFCPete Cooper2015-05-191-15/+14
* Add function entry count metadata.Diego Novillo2015-05-131-0/+19
* Replace branch-to-unreachable with assertion.David Blaikie2015-05-081-4/+2
* Let llc and opt override "-target-cpu" and "-target-features" via command lineAkira Hatanaka2015-05-061-0/+13
* Add missing dereferenceable_or_null gettersSanjoy Das2015-05-061-0/+6
* IR: Add Function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-0/+3
* IR: Use a bitmask to access GlobalObject subclass dataDuncan P. N. Exon Smith2015-04-241-3/+5
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+6
* [opaque pointer type] Avoid using PointerType::getElementType when parsing IRDavid Blaikie2015-04-061-4/+3
* InstCombine: propagate deref via new addDereferenceableAttrRamkumar Ramachandra2015-02-141-0/+6
* Masked Gather and Scatter Intrinsics.Elena Demikhovsky2015-02-081-1/+17
* Revert GCStrategy ownership changesPhilip Reames2015-01-261-6/+0
* Move ownership of GCStrategy objects to LLVMContextPhilip Reames2015-01-161-0/+6
* getMangledTypeStr: clarify how it mangles types, and add testsPhilip Reames2015-01-141-0/+4
* Masked Load/Store - Changed the order of parameters in intrinsics.Elena Demikhovsky2014-12-251-2/+14
* The leak detector is dead, long live asan and valgrind.Rafael Espindola2014-12-221-15/+0
* Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky2014-12-041-2/+16
* Prologue supportPeter Collingbourne2014-12-031-4/+38
* Revert "Masked Vector Load and Store Intrinsics."Duncan P. N. Exon Smith2014-11-281-16/+2
* Incorporate review comments from r221742Philip Reames2014-11-241-2/+11
* Masked Vector Load and Store Intrinsics.Elena Demikhovsky2014-11-231-2/+16
* Extend intrinsic name mangling to support arrays, named structs, and function...Philip Reames2014-11-121-6/+28
* Don't ever call materializeAllPermanently during LTO.Rafael Espindola2014-10-241-0/+9
OpenPOWER on IntegriCloud