[ADT] Apply a large hammer to StringRef functions: attribute always_inline.
[oota-llvm.git] / include / llvm / IR /
2015-07-11 Owen AndersonDefine a new intrinsic @llvm.canonicalize.
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 Adrian PrantlRevert "Clean up the comments in DIBuilder.h to adhere...
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 David Majnemer[IR] Switch static const to an enum to silence MSVC...
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 JF BastienWebAssembly: add placeholder intrinsics header
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-07 Reid Kleckner[WinEH] Add localaddress intrinsic instead of using...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 Jonathan RoelofsFix comment typo. NFC
2015-07-06 Adrian PrantlUse the correct DIArray types in DICompileUnit::replace*().
2015-07-06 Asaf Badouh[X86][AVX512] Multiply Packed Unsigned Integers with...
2015-07-06 NAKAMURA TakumiUntabify.
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-07-05 Asaf Badouh[x86][AVX512] add Multiply High Op
2015-07-05 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-02 Adrian PrantlDIBuilder: Now that DICompileUnit is distinct, stop...
2015-07-02 Akira HatanakaAdd functions for adding and testing string attributes...
2015-07-02 Sanjoy Das[Statepoints] Make operator bool() explicit.
2015-07-02 Sanjoy Das[NFC] Make the Statepoint class more like CallSite
2015-07-02 Sanjoy Das[Statepoints][NFC] Constify accessors on Statepoint.
2015-07-02 Sanjoy Das[Statepoints][NFC] Rename variables to llvm style.
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::operator bool()
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::getGCResult.
2015-06-30 Reid Kleckner[SEH] Add new intrinsics for recovering and restoring...
2015-06-30 Alexey Samsonov[IRBuilder] Delete unused constructor and SetInsertPoin...
2015-06-30 Alexey Samsonov[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator...
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-29 Elena DemikhovskyAVX-512: all forms of SCATTER instruction on SKX,
2015-06-29 Igor BregerAVX-512: Implemented missing encoding and intrinsics...
2015-06-28 Asaf Badouh[x86][AVX512]
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-27 Duncan P. N. Exon... IR: Expose ModuleSlotTracker in Value::print()
2015-06-26 Duncan P. N. Exon... CodeGen: Push the ModuleSlotTracker through Metadata
2015-06-26 Philip Reames[Verifier] Follow on to 240836
2015-06-26 Duncan P. N. Exon... CodeGen: Use a single SlotTracker in MachineFunction...
2015-06-26 Philip Reames[Verifier] Verify invokes of intrinsics
2015-06-26 Mehdi AminiDataLayout now returns a const ref to its member string...
2015-06-26 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-06-24 Duncan P. N. Exon... Add simplify_type<const WeakVH>; simplify IndVarSimplify
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-24 Pete CooperDevirtualize Constant::replaceUsesOfWithOnConstant.
2015-06-24 Bob WilsonDo not treat ARM _MoveToCoprocessor* intrinsics as...
2015-06-24 Pete CooperRemove unused GlobalVariable::replaceUsesOfWithOnConsta...
2015-06-23 Pete CooperDevirtualize Constant::destroyConstant.
2015-06-23 Rafael EspindolaRemove unused arguments and move ManglerPrefixTy to...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Rafael EspindolaDon't repeat names in comments.
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Elena DemikhovskyAVX-512: Added all forms of VPABS instruction
2015-06-22 Pete CooperCreate Value.def helper. NFC.
2015-06-22 Elena DemikhovskyAVX-512: added VPSHUFB instruction - all SKX forms
2015-06-22 Elena DemikhovskyAVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and
2015-06-20 Sanjoy Das[Statepoint] Remove unnecessary argument from Statepoin...
2015-06-20 Sanjoy Das[Statepoint][NFC] Fix include guard style.
2015-06-19 Matt ArsenaultAMDGPU: Fix filename in comment
2015-06-19 Matt ArsenaultAMDGPU: Fix some places missed in rename
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Tobias GrosserIRBuilder: Allow globals to be constructed in a specifi...
2015-06-18 Sanjoy Das[CallGraph] Teach the CallGraph about non-leaf intrinsics.
2015-06-18 Asaf Badouh[AVX512]
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 James Y KnightTweak wording of alignment static_assert messages.
2015-06-17 Igor BregerAVX-512: cvtusi2ss/d intrinsics.
2015-06-17 James Y KnightFix alignment issues in LLVM.
2015-06-16 Philip ReamesReapply 239795 - [InstCombine] Propagate non-null facts...
2015-06-16 Asaf Badouh[AVX512] add integer min/max intrinsics support.
2015-06-16 Philip ReamesRevert 239795
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-14 Igor BregerAVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instruction...
2015-06-12 Pete CooperRemove a bunch of inline keywords from User. NFC.
2015-06-12 Pete CooperMove OperandList to be allocated prior to User for...
2015-06-12 Pete CooperAdded a version of User::new for hung off uses.
2015-06-12 Pete CooperRename NumOperands to make it clear its managed by...
2015-06-12 Pete CooperReplace all accesses to User::OperandList with getter...
2015-06-12 Yaron KerenReplace duplicated iplist<T> types with the correspondi...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Nemanja IvanovicLLVM support for vector quad bit permute and gather...
2015-06-10 Pete CooperStop returning a Use* from allocHungOffUses.
2015-06-10 Pete CooperAdd User::growHungoffUses and use it to grow the hung...
2015-06-10 Pete CooperDelete User::dropHungOffUses and move it in to ~User...
2015-06-10 Pete CooperMake User track whether a class has 'hung off uses...
2015-06-10 Pete CooperMove the special Phi logic for hung off uses in to...
2015-06-10 Yaron KerenReplace magic number 19 with the constant GlobalValueSu...
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-03 Igor Laevsky[Statepoints] Mark statepoint intrinsic with Throws...
2015-06-03 Asaf Badouhre-apply 238809
2015-06-03 Daniel Sanders[arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and ...
2015-06-02 Asaf Badouhrevert 238809
2015-06-02 Asaf BadouhAVX-512: Implemented GETEXP instruction for KNL and SKX
next