LTO API: add lto_module_create_from_memory_with_path.
[oota-llvm.git] / include / llvm / IR /
2013-11-23 Chandler Carruth[PM] Add support to the analysis managers to query...
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Chandler Carruth[PM] Remove a FIXME comment that was fixed by my recent...
2013-11-22 Chandler Carruth[PM] Remove extraneous space that I left in there.
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Reverse the template arguments 'PassT' and 'Analys...
2013-11-22 Chandler Carruth[PM] Remove the IRUnitT typedef requirement for analysi...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Chandler Carruth[PM] Simplify how the SFINAE for AnalysisResultModel...
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-21 Chandler Carruth[PM] Fix typo and trailing space.
2013-11-21 Chandler Carruth[PM] Widen the interface for invalidate on an analysis...
2013-11-21 Chandler Carruth[PM] Add support for using SFINAE to reflect on an...
2013-11-21 Ana PazosImplemented Neon scalar by element intrinsics.
2013-11-21 Chandler Carruth[PM] Add a module analysis pass proxy for the function...
2013-11-20 Chandler Carruth[PM] Add the preservation system to the new pass manager.
2013-11-20 Chandler Carruth[PM] Make the function pass manager more regular.
2013-11-20 Chandler Carruth[PM] Split the analysis manager into a function-specifi...
2013-11-20 Filip PizloExpose the fence instruction via the C API.
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-18 Matt ArsenaultFix spacing, forward declare order.
2013-11-17 Chandler Carruth[PM] Completely remove support for explicit 'require...
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Chad Rosier[AArch64] Fix the scalar NEON ACLE functions so that...
2013-11-15 Cameron McInallyAdd AVX512 unmasked FMA intrinsics and support.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Chandler CarruthFix the header comment of the new pass manager stuff...
2013-11-14 Kevin Qin[AArch64 neon] support poly64 and relevant intrinsic...
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-13 Chandler CarruthAdd another (perhaps better) video for Sean's talk...
2013-11-13 Chandler CarruthGive folks a reference to some material on the fundamen...
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-12 Weiming ZhaoExport intrinsics:__builtin_arm_{dmb,dsb} to frontend
2013-11-11 Chad Rosier[AArch64] The shift right/left and insert immediate...
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-09 Chandler Carruth[PM] Start sketching out the new module and function...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-05 Jiangning LiuImplement AArch64 Neon Crypto instruction classes AES...
2013-11-04 Cameron McInallyAdd support for AVX512 masked vector blend intrinsics.
2013-11-04 Elena DemikhovskyAVX-512: fixed a typo in builtin name
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Andrew TrickAdd new calling convention for WebKit Java Script.
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-31 Manman RenCleanup: update comments.
2013-10-31 Andrew TrickAdd experimental stackmap intrinsics to definition...
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-10-31 Cameron McInallyAdd AVX512 unmasked integer broadcast intrinsics and...
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-30 Cameron McInallyRefactor the AVX512 intrinsics. Cluster the intrinsics...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bins[lr]i.[bhwd...
2013-10-29 Rafael EspindolaClarify that GlobalVariables definitions must have...
2013-10-27 Elena DemikhovskyAVX-512: PMIN/PMAX intrinsics and patterns
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-24 Elena DemikhovskyAVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
2013-10-23 Yuchen WuFixed doxygen comment to match Module.cpp
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-21 Matheus Almeida[mips][msa] Fix definition of SLD instruction.
2013-10-17 Chad Rosier[AArch64] Add support for NEON scalar three register...
2013-10-17 Daniel Sanders[mips][msa] Added lsa instruction
2013-10-17 Daniel Sanders[mips][msa] Removed ldx.[bhwd] and stx.[bhwd].
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar negate instruction.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar absolute value...
2013-10-16 Chad RosierUpdate comment.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-16 Will DietzTypeFinder: prefer iterative algorithm to keep stack...
2013-10-15 Craig TopperRemove x86_sse42_crc32_64_8 intrinsic. It has no functi...
2013-10-14 Chad Rosier[AArch64] Add support for NEON scalar integer compare...
2013-10-09 Rafael EspindolaAdd a GlobalAlias::isValidLinkage to reduce code duplic...
2013-10-09 Elena DemikhovskyAVX-512: Added VRCP28 and VRSQRT28 instructions and...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Matt ArsenaultFix duplicated assertions.
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-08 Benjamin KramerIRBuilder: Downgrade InsertPointGuard's instruction...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-10-06 Elena DemikhovskyAVX-512: added scalar convert instructions and intrinsics.
2013-10-05 Craig TopperRemove unneeded TBM intrinsics. The arithmetic/logical...
2013-10-05 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (Across).
2013-10-03 Craig TopperAdd patterns for selecting TBM instructions from logica...
2013-10-03 Pete CooperAdd v4f16 to supported value types.
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-30 Benjamin KramerIRBuilder: Move fast math flags to IRBuilderBase.
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Daniel Sanders[mips][msa] Implemented insert.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented fill.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented copy_[us].d intrinsic.
2013-09-24 Daniel Sanders[mips][msa] Added support for matching vshf from normal...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching bsel and bseli...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-09-23 Daniel Sanders[mips][msa] Added support for matching insert and copy...
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
next