OSDN Git Service

[SLPVectorizer][X86] Add alternate opcode tests for simple build vector cases
[android-x86/external-llvm.git] / lib / IR /
2018-06-22 Simon Pilgrim[IR] Use Instruction::isBinaryOp helper instead of...
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-21 Michael J. Spencer[Instrumentation] Add Call Graph Profile pass
2018-06-21 Craig Topper[X86] Remove masking from 512-bit floating max/min...
2018-06-20 Sanjay Patel[IR] add/use isIntDivRem convenience function
2018-06-19 Vedant Kumar[IR] Introduce helpers to skip debug instructions ...
2018-06-19 Sanjay Patel[IR] move shuffle mask queries from TTI to ShuffleVecto...
2018-06-15 Tomasz Krupa[X86] Lowering sqrt intrinsics to native IR
2018-06-15 Bjorn PetterssonRe-apply "[DebugInfo] Check size of variable in Convert...
2018-06-14 Eli FriedmanMake uitofp and sitofp defined on overflow.
2018-06-14 Bjorn PetterssonRevert rL334704: "[DebugInfo] Check size of variable...
2018-06-14 Bjorn Pettersson[DebugInfo] Check size of variable in ConvertDebugDecla...
2018-06-13 Francis Visoiu MistrihReland: [Timers] Use the pass argument name for JSON...
2018-06-13 Francis Visoiu MistrihRevert r334649 "[Timers] Use the pass argument name...
2018-06-13 Francis Visoiu Mistrih[Timers] Use the pass argument name for JSON keys in...
2018-06-13 Craig Topper[X86] Remove masking from avx512vbmi2 concat and shift...
2018-06-11 Craig Topper[X86] Remove masking from dbpsadbw intrinsics, use...
2018-06-11 Craig Topper[X86] Remove and autoupgrade the expandload and compres...
2018-06-10 Craig Topper[X86] Remove masking from the 512-bit masked floating...
2018-06-09 Serge PavlovUse uniform mechanism for OOM errors handling
2018-06-04 Dmitry MikulinIn thin and full LTO + CFI, direct function calls may...
2018-06-03 Craig Topper[X86] Remove and autoupgrade masked avx512vnni intrinsi...
2018-06-01 Roman Tereshin[DebugInfo] Refactoring DIType::setFlags to DIType...
2018-06-01 Karl-Johan Karlsson[ConstantFold] Disallow folding vector geps into bitcasts
2018-05-31 Jonas Devlieghere[ADT] Make escaping fn conform to coding guidelines
2018-05-31 Benjamin KramerExtend the GlobalObject metadata interface
2018-05-30 Daniel Neilson[IRBuilder] Add APIs for creating calls to atomic memmo...
2018-05-30 Serge PavlovRevert commit 333506
2018-05-30 Serge PavlovUse uniform mechanism for OOM errors handling
2018-05-29 Matt ArsenaultIRBuilder: Add overload for intrinsics without args
2018-05-29 Serge PavlovReverted commits 333390, 333391 and 333394
2018-05-29 Serge PavlovUse uniform mechanism for OOM errors handling
2018-05-29 Craig Topper[X86] Remove masked vpermi2var/vpermt2var intrinsics...
2018-05-26 Craig Topper[X86] Remove masking from avx512ifma intrinsics. Use...
2018-05-26 Teresa Johnson[ThinLTO] Fix bot failures from r333335
2018-05-26 Teresa Johnson[ThinLTO] Print module summary index to assembly
2018-05-25 Teresa Johnson[NFC] Restructure linkage name printing in AsmWriter
2018-05-24 Florian Hahn[LegacyPM] Use MapVector for OnTheFlyPassManagers.
2018-05-24 Warren Ristow[InstCombine] Enable more reassociations using FMF...
2018-05-23 Serguei KatkovSafepointIRVerifier is made unreachable block tolerant
2018-05-21 Craig Topper[X86] Remove 128/256-bit cvtdq2ps, cvtudq2ps, cvtqq2pd...
2018-05-21 Craig Topper[X86] Remove masking from vpternlog intrinsics. Use...
2018-05-21 Robert Widmann[LLVM-C] Add DIBuilder Bindings For ObjC Classes
2018-05-21 Nico Weberrevert r332610, it breaks cfi, see D46326
2018-05-20 Robert Widmann[LLVM-C] Improve Bindings For Aliases
2018-05-20 Craig Topper[X86] Remove mask arguments from permvar builtins/intri...
2018-05-19 Robert Widmann[LLVM-C] Use Length-Providing Value Name Getters and...
2018-05-18 Jessica Paquette[NFC] Change cast from r332739 to a static cast
2018-05-18 Jessica PaquetteAdd remarks describing when a pass changes the IR instr...
2018-05-17 Dmitry MikulinIn thin and full LTO + CFI, direct function calls may...
2018-05-16 Vedant Kumar[STLExtras] Add size() for ranges, and remove distance()
2018-05-15 Vedant Kumar[Debugify] Add -debugify-each for testing each pass...
2018-05-14 Brock Wyma[CodeView] Improve debugging of virtual base class...
2018-05-14 Craig Topper[X86] Remove and autoupgrade avx512.vbroadcast.ss/avx51...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-14 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2018-05-14 Robert Widmann[LLVM-C] Add Bindings For Module Flags
2018-05-14 Craig Topper[X86] Remove and autoupgrade the cvtusi2sd intrinsic...
2018-05-13 Craig Topper[X86] Remove and autoupgrade masked vpermd/vpermps...
2018-05-13 Craig Topper[X86] Remove an autoupgrade legacy cvtss2sd intrinsics.
2018-05-12 Craig Topper[X86] Remove and autoupgrade cvtsi2ss/cvtsi2sd intrinsi...
2018-05-12 Craig Topper[X86] Remove some unused masked conversion intrinsics...
2018-05-11 Craig Topper[X86] Remove and autoupgrade a bunch of FMA instrinsics...
2018-05-11 Craig Topper[X86] Remove and autoupgrade the avx512.mask.store...
2018-05-10 Vedant Kumar[STLExtras] Add distance() for ranges, pred_size()...
2018-05-10 Robert Widmann[LLVM-C] Consolidate llgo's DIBuilder Bindings
2018-05-10 Robert Widmann[LLVM-C] Add Accessors for Common DIType and DILocation...
2018-05-10 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Temporary MDNodes
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-05-05 Craig TopperFix a bunch of places where operator-> was used directl...
2018-05-03 Bjorn Pettersson[DebugInfo] Correction for an assert in DIExpression...
2018-05-03 Piotr PadlewskiRename invariant.group.barrier to launder.invariant...
2018-05-01 Adrian PrantlRemove @brief commands from doxygen comments, too.
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-28 Robert Widmann[LLVM-C] Add DIBuilder bindings to create import declar...
2018-04-28 Robert Widmann[LLVM-C] Miscellaneous Cleanups in DIBuilder Bindings
2018-04-27 Adrian PrantlFix a bug in GlobalOpt's handling of DIExpressions.
2018-04-27 Mikhail Maltsev[IR] Do not assume that function pointers are aligned
2018-04-26 Chandler Carruth[x86] Revert r330322 (& r330323): Lowering x86 adds...
2018-04-26 Vlad TsyrklevichUpdate stale comment in AsmWriter.cpp
2018-04-25 Nico WeberRename Attributes.gen, Intrinsics.gen to Attributes...
2018-04-23 Robert Widmann[LLVM-C] DIBuilder Bindings For Variable Expressions
2018-04-23 Reid KlecknerFix -Wtautological-compare warning with npos on Windows
2018-04-23 Robert Widmann[LLVM-C] DIBuilderBindings for Subrange and Arrays
2018-04-23 Robert Widmann[LLVM-C] Finish Up Scope Bindings
2018-04-22 Robert Widmann[LLVM-C] Add DIBuilder Bindings For Variable Creation
2018-04-19 Alexander IvchenkoLowering x86 adds/addus/subs/subus intrinsics (llvm...
2018-04-19 Florian Hahn[BasicBlock] Add instructionsWithoutDebug methods to...
2018-04-17 whitequark[LLVM-C] [PR34633] Avoid calling ->dump() methods from...
2018-04-17 Gerolf Hoflehner[IR] Upgrade comment token in objc retain release marke...
2018-04-16 Roman Tereshin[DebugInfo] Follow-up bug fix on "Fixing a couple of...
2018-04-16 Craig Topper[Attributes] Fix a bug in AttributeList::get so it...
2018-04-13 Roman Tereshin[DebugInfo][OPT] NFC follow-up on "Fixing a couple...
2018-04-13 Roman Tereshin[DebugInfo][OPT] Fixing a couple of DI duplication...
2018-04-13 Craig Topper[X86] Remove the pmuldq/pmuldq intrinsics and replace...
2018-04-12 Vedant Kumar[DebugInfo] Create merged locations for instructions...
2018-04-12 George Burgess IV[ProfileSummary] Move a vector we're about to destroy...
2018-04-12 George Burgess IVSimplify; NFCI
2018-04-12 Hiroshi Inoue[NFC] fix trivial typos in documents and comments
next