OSDN Git Service

Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
[android-x86/external-llvm.git] / lib / IR / Function.cpp
2019-06-21 Fangrui SongSimplify std::lower_bound with llvm::{bsearch,lower_bou...
2019-06-13 Sander de SmalenImprove reduction intrinsics by overloading result...
2019-06-13 Sander de Smalen[IntrinsicEmitter] Extend argument overloading with...
2019-06-05 Tim NorthoverIR: make getParamByValType Just Work. NFC.
2019-05-30 Tim NorthoverReapply: IR: add optional type to 'byval' function...
2019-05-29 Tim NorthoverRevert "IR: add optional type to 'byval' function param...
2019-05-29 Tim NorthoverIR: add optional type to 'byval' function parameters
2019-05-03 Mandeep Singh Grang[COFF, ARM64] Fix ABI implementation of struct returns
2019-04-24 Xinliang David LiAdd optional arg to profile count getters to filter
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-31 James Y KnightRevert "[opaque pointer types] Add a FunctionCallee...
2019-01-31 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-23 Simon PilgrimFix indentation. NFCI.
2019-01-23 Simon Pilgrim[IR] Match intrinsic parameter by scalar/vectorwidth
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-07 Chandler Carruth[CallSite removal] Move the rest of IR implementation...
2018-10-18 Mircea TrofinMake Function::getInstructionCount const
2018-08-23 Alexander RichardsonAllow creating llvm::Function in non-zero address spaces
2018-07-30 Fangrui SongRemove trailing space
2018-07-09 Manoj Guptallvm: Add support for "-fno-delete-null-pointer-checks"
2018-07-09 Stefan Pintilie[Power9] Add __float128 builtins for Round To Odd
2018-06-23 Reid Kleckner[IR] Split Intrinsics.inc into enums and implementations
2018-05-18 Jessica PaquetteAdd remarks describing when a pass changes the IR instr...
2018-05-05 Craig TopperFix a bunch of places where operator-> was used directl...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-25 Nico WeberRename Attributes.gen, Intrinsics.gen to Attributes...
2018-03-29 Craig Topper[IR][CodeGen] Remove dependency on EVT from IR/Function...
2018-03-23 David BlaikieFix layering by moving ValueTypes.h from CodeGen to IR
2018-02-28 Roman Tereshin[MIRParser] Accept overloaded intrinsic names w/o type...
2018-01-17 Easwaran RamanAdd a ProfileCount class to represent entry counts.
2018-01-09 Easwaran RamanAdd a pass to generate synthetic function entry counts.
2017-12-18 Teresa Johnson[PGO] Fix handling of cold entry count for instrumented PGO
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/IR.
2017-10-12 Artem Belevich[TableGen] Allow intrinsics to have up to 8 return...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-31 Reid Kleckner[IR] Add additional addParamAttr/removeParamAttr to...
2017-05-18 Reid Kleckner[IR] De-virtualize ~Value to save a vptr
2017-05-11 Reid KlecknerDe-virtualize GlobalValue
2017-05-10 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-03 Reid Kleckner[IR] Abstract away ArgNo+1 attribute indexing as much...
2017-05-03 Elad CohenSupport arbitrary address space pointers in masked...
2017-05-02 Reid KlecknerRe-land r301697 "[IR] Make add/remove Attributes use...
2017-04-28 Hans WennborgRevert r301697 "[IR] Make add/remove Attributes use...
2017-04-28 Reid Kleckner[IR] Make add/remove Attributes use AttrBuilder instead...
2017-04-28 Reid KlecknerMake getParamAlignment use argument numbers
2017-04-28 Reid Kleckner[IR] Delete unused Argument::removeAttr overload
2017-04-19 Reid KlecknerPrefer addAttr(Attribute::AttrKind) over the AttributeL...
2017-04-13 Reid Kleckner[IR] Make getParamAttributes take argument numbers...
2017-03-21 Reid KlecknerRename AttributeSet to AttributeList
2017-03-17 Reid KlecknerStore Arguments in a flat array instead of an iplist
2017-03-16 Reid KlecknerRemove dead F parameter from Argument constructor
2017-03-16 Reid KlecknerMake Argument::getArgNo() constant time, not O(#args)
2017-03-16 Reid Kleckner[IR] Inline some Function accessors
2017-02-28 Dehao ChenAdd function importing info from samplepgo profile...
2017-02-15 Daniel BerlinImplement intrinsic mangling for literal struct types.
2017-02-14 Sanjay Patelfix documentation comments for Argument; NFC
2016-12-28 Justin LebarSpeed up Function::isIntrinsic() by adding a bit to...
2016-11-03 Elena DemikhovskyExpandload and Compressstore intrinsics
2016-10-25 Peter CollingbourneIR: Deduplicate getParent() functions on derived classe...
2016-10-18 Dehao ChenUse profile info to set function section prefix to...
2016-09-17 Mehdi AminiDon't create a SymbolTable in Function when the LLVMCon...
2016-09-17 Mehdi AminiRevert "Don't create a SymbolTable in Function when...
2016-09-17 Mehdi AminiDon't create a SymbolTable in Function when the LLVMCon...
2016-08-22 Pete CooperAdd comments and an assert to follow-up on r279113...
2016-08-18 Pete CooperAdd a version of Intrinsic::getName which is more effic...
2016-08-17 Justin BognerReplace a few more "fall through" comments with LLVM_FA...
2016-08-09 Vedant Kumar[IR] Remove some unused #includes (NFC)
2016-08-05 David Callahan[AutoFDO] Fix handling of empty profiles
2016-07-29 Tim NorthoverCodeGen: add new "intrinsic" MachineOperand kind.
2016-07-28 Justin LebarRevert "Don't invoke getName() from Function::isIntrins...
2016-07-27 Justin LebarDon't invoke getName() from Function::isIntrinsic().
2016-07-15 Justin BognerIR: Sort generic intrinsics before target specific...
2016-06-26 Benjamin KramerApply clang-tidy's modernize-loop-convert to most of...
2016-06-24 Artur PilipenkoRemangle intrinsics names when types are renamed
2016-06-24 Artur PilipenkoNFC. Move verifyIntrinsicIsVarArg from verifier to...
2016-06-23 Hans WennborgRevert r273568 "Remangle intrinsics names when types...
2016-06-23 Artur PilipenkoRemangle intrinsics names when types are renamed
2016-06-22 Artur PilipenkoNFC. Move Verifier::verifyIntrinsicType to Intrinsics.h
2016-06-15 Amaury SechetAdd support for string attributes in the C API.
2016-06-14 Amaury SechetMake sure attribute kind and attributes are named respe...
2016-06-12 Amaury SechetMake sure we have a Add/Remove/Has function for various...
2016-05-31 Peter CollingbourneAdd support for metadata attachments for global variables.
2016-05-29 Benjamin KramerRemove some 'const' specifiers that do nothing but...
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-06 Duncan P. N. Exon... IRMover: Steal arguments when moving functions, NFC
2016-04-01 Manman RenSwift Calling Convention: add swifterror attribute.
2016-03-29 Manman RenSwift Calling Convention: add swiftself attribute.
2016-03-15 Teresa JohnsonMove global ID computation from Function to GlobalValue...
2016-03-14 Amaury SechetAdd facility to add/remove/check attribute on function...
2016-02-18 Richard TrieuRemove uses of builtin comma operator.
2016-02-09 Teresa JohnsonRefactor PGO function naming and MD5 hashing support...
2016-01-26 Reid KlecknerHandle more edge cases in intrinsic name binary search
2016-01-26 Reid KlecknerUse binary search for intrinsic ID lookups
2016-01-15 David Blaikie[opaque pointer types] Remove an unnecessary extra...
2016-01-08 Mehdi AminiRemove static global GCNames from Function.cpp and...
2015-12-23 Keno Fischer[Function] Properly remove use when clearing personality
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "Reapply "[IR] Move optional data in llvm::Funct...
2015-12-19 Vedant KumarReapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "[IR] Move optional data in llvm::Function into...
next