BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined behaviour
[oota-llvm.git] / include / llvm / IR /
2014-07-02 Puyan LotfiJust adding a getHalfTy method to IRBuilder for complet...
2014-07-02 Matt ArsenaultMove operator[] to DomTreeNodeBase
2014-07-02 David MajnemerInstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
2014-07-02 Owen AndersonAdd range for-loop iterator adapter for cases in Switch...
2014-07-01 David BlaikieDebugInfo: Provide a utility for building a mapping...
2014-07-01 David MajnemerIR: Add a helper to check for LinkOnceODRLinkage
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-30 Andrea Di Biagio[X86] Add support for builtin to read performance monit...
2014-06-27 Justin Holewinski[NVPTX] Add reflect intrinsic (better than matching...
2014-06-27 Justin Holewinski[NVPTX] Fix handling of ldg/ldu intrinsics.
2014-06-27 Justin Holewinski[NVPTX] Add support for efficient rotate instructions...
2014-06-27 Justin Holewinski[NVPTX] Add support for isspacep instruction
2014-06-27 Justin Holewinski[NVPTX] Add support for envreg reads
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-25 Michael LiaoFix typo
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-25 JF BastienRandom Number Generator (llvm)
2014-06-25 Chandler Carruth[x86] Add intrinsics for the pshufd, pshuflw, and pshuf...
2014-06-24 Matt ArsenaultR600: Fix inconsistency in rsq instructions.
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-23 Matt ArsenaultR600/SI: Fix div_scale intrinsic.
2014-06-23 Matt ArsenaultR600: Fix formatting of intrinsic definitions.
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-20 Yaron KerenReverting size_type for the containers from size_type...
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-18 JF BastienRevert "Random Number Generator (llvm)"
2014-06-18 JF BastienRandom Number Generator (llvm)
2014-06-17 Zachary TurnerExpose ValueMap's mutex type as a typedef instead of...
2014-06-16 Jim GrosbachAArch64: Add backend intrinsic for rbit.
2014-06-16 Jim GrosbachARM: intrinsic support for rbit.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Zachary TurnerDo not register and de-register PassRegistrationListene...
2014-06-11 Cameron McInallyAdd AVX512 masked leadz instrinsic support.
2014-06-10 Adam Nemet[X86] AVX512: Add vmovntdqa
2014-06-09 Reid KlecknerReorder Value and User fields to save 8 bytes of paddin...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Evgeniy StepanovAdd missing const specifier to a const method.
2014-06-04 Rafael EspindolaAdd a Constant version of stripPointerCasts.
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-03 Alp TokerRemove some redundant doc comments
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-29 Adam Nemet[X86] Remove AVX1 vbroadcast intrinsics
2014-05-29 Michael J. SpencerAdd LoadCombine pass.
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-23 Yaron KerenTypedef NumeredTypesMapTy is not used anywhere.
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-22 Saleem AbdulrasoolARM: introduce llvm.arm.undefined intrinsic
2014-05-20 Duncan P. N. Exon... GlobalValue: Automatically reset visibility when settin...
2014-05-20 Renato GolinAvoids DCE on write_register
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-13 Rafael EspindolaStyle fix: The name of variables starts with an upper...
2014-05-13 Artyom SkrobovFix build failure with MSVC, following r208680
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
2014-05-12 Elena DemikhovskyAVX-512: changes in intrinsics
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-09 Rafael EspindolaRun clang-format in small sections of code to make...
2014-05-09 Rafael EspindolaRemove trailing white space.
2014-05-09 Nick LewyckyprintCustom is only used in PseudoSourceValue, remove...
2014-05-09 Rafael EspindolaAdd missing linkage predicates.
2014-05-07 Duncan P. N. Exon... GlobalValue: Assert symbols with local linkage have...
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
2014-05-07 Ed MasteDebugInfo: Use enum instead of unsigned
2014-05-07 Zinovy Nis[BUG][REFACTOR]
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getSection.
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getAlignment.
2014-05-06 Rafael EspindolaBe more strict about not allowing setSection on aliases.
2014-05-06 Owen AndersonFix some obvious Doxygen comment bugs.
2014-05-06 David BlaikiePR19598: Provide the ability to RAUW a declaration...
2014-05-05 Nick LewyckyImprove 'tail' call marking in TRE. A bootstrap of...
2014-05-03 David MajnemerIR: Cleanup AttributeSet::get for AttrBuilder
2014-05-02 Rafael EspindolaRemove dead declaration.
2014-04-29 Yaron KerenUpdated the link to the correct URL.
2014-04-29 Elena DemikhovskyAVX-512: optimized a shuffle pattern to VINSERTI64x4.
2014-04-29 Chandler Carruth[ADT] Make the iterator adaptor utility a touch more...
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
next