[ADT] Remove a couple of the always inline attributes I added.
[oota-llvm.git] / include / llvm / IR /
2015-09-20 Igor BregerAVX512: Implemented encoding and intrinsics for vcmpss/sd.
2015-09-20 Asaf Badouh[X86][AVX512] extend support in Scalar conversion
2015-09-20 Igor BregerAVX512: vsqrtss/sd encoding and intrinsics implementation.
2015-09-20 Asaf Badouh[X86][AVX512DQ] Add fpclass instruction
2015-09-20 Igor BregerAVX512: Implemented intrinsics for vshuff32x4, vshuff64...
2015-09-20 Igor BregerAVX512: Implement instructions encoding, lowering and...
2015-09-17 Piotr PadlewskiAdded MD_invariant_group to LLVMContext
2015-09-16 Sanjoy Das[InstCombine] Optimize icmp slt signum(x), 1 --> icmp...
2015-09-15 Piotr PadlewskiIntroducing llvm.invariant.group.barrier intrinsic
2015-09-14 David Blaikie[opaque pointer types] Add an explicit value type to...
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-09-12 Hal FinkelMove asserts from PHINode::addIncoming to PHINode:...
2015-09-10 Reid KlecknerCorrect the return type of CreateCleanupEndPad
2015-09-10 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-10 Chandler Carruth[LPM] Use a map from analysis ID to immutable passes...
2015-09-09 Renato GolinRevert "AVX512: Implemented encoding and intrinsics...
2015-09-09 Sanjay Patelallow unpredictable metadata on switch statements
2015-09-09 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-08 Evgeniy StepanovFix isDiscardableIfUnused to include available_external...
2015-09-03 Silviu BarangaFix IRBuilder CreateBitOrPointerCast for vector types
2015-09-03 Joseph Tremoulet[WinEH] Add llvm.eh.exceptionpointer intrinsic
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-03 Igor BregerAVX512: Implemented encoding and intrinsics for vplzcnt...
2015-09-02 Justin BognerIR: Remove a redundant function. NFC
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-09-02 Asaf Badouh[X86][AVX512VLBW] add support in byte shift and SAD
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for VGETMAN...
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for vshufps/d.
2015-09-01 Igor BregerAVX512: Implemented intrinsics for valign.
2015-08-31 Naomi MusgraveRollback of commit "Repress sanitization on User dtor."
2015-08-31 Naomi MusgraveUndo reversion on commit: Revert "Revert "Repress sanit...
2015-08-31 Naomi MusgraveRevert "Repress sanitization on User dtor. Modify msan...
2015-08-31 Naomi MusgraveRepress sanitization on User dtor. Modify msan macros...
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vdbpsadbw
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vpalignr
2015-08-31 Jingyue Wu[JumpThreading] make jump threading respect convergent...
2015-08-28 Duncan P. N. Exon... DI: Set DILexicalBlock columns >= 65536 to 0/unknown
2015-08-28 Duncan P. N. Exon... DI: Add Function::getSubprogram()
2015-08-28 Duncan P. N. Exon... AsmPrinter: Allow null subroutine type
2015-08-28 Sanjoy Das[IR] Add some asserts to CallInst and InvokeInst; NFCI.
2015-08-23 David Majnemer[IR] Cleanup EH instructions a little bit
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-21 David Blaikie[opaque pointer types] Push the passing of value types...
2015-08-21 David Blaikie[opaque pointer type]: Pass explicit pointee type when...
2015-08-20 Adrian PrantlRename Instruction::dropUnknownMetadata() to dropUnknow...
2015-08-20 Ahmed Bougacha[X86] Replace avx2 broadcast intrinsics with native IR.
2015-08-19 Chandler Carruth[LPM] Teach the legacy pass manager to support *using...
2015-08-15 David Majnemer[IR] Update CreateCatchRet to take a return value
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-14 David Majnemer[IR] Add token types
2015-08-13 Dan Gohman[WebAssembly] Declare the llvm.wasm.page.size() intrinsic.
2015-08-12 David BlaikieIRBuilder: Use move semantics for the IRBuilderInserter...
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-10 Tyler NowickiExtend late diagnostics to include late test for runtim...
2015-08-10 Tyler NowickiRemoved unused and incorrectly implemented classof...
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-08-09 David Majnemer[IR] Remove unused declaration
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 David Majnemer[IR] Cleanup some formatting issues in the EH instructions
2015-08-08 David Majnemer[IR] Stop hacking around a bug in GCC 4.5
2015-08-07 Cong HouNFC.
2015-08-06 David Majnemer[IR] Remove TerminateInst's "NameStr" argument
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
2015-08-06 Aaron BallmanSilencing a -Wtype-limits warning; NFC.
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-08-05 Pete CooperMove BB succ_iterator to be inside TerminatorInst....
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-08-04 Chen LiIntroduce enum value for previously defined metadata...
2015-08-03 David BlaikieUpdate/correct comment.
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-01 Craig TopperMark CompositeType::getTypeAtIndex as const. NFC
2015-08-01 Craig TopperMark Type::getPointerTo as const. Unfortunately, this...
2015-08-01 Craig TopperMerge the const and non-const Type::getScalarType to...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerAttempt to appease the MSVC build bots
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-29 Matthias BraunIR: Implement Value::mergeUseLists() iteratively
2015-07-28 Adhemerval ZanellaImplement __builtin_thread_pointer
2015-07-28 Igor BregerAVX512: Implemented encoding and intrinsics for VGETEXP...
2015-07-28 Bob WilsonReserve some constant values for the Swift calling...
2015-07-28 David Blaikie[opaque pointer type] Avoid using pointee types to...
2015-07-27 Alex LorenzIR: Expose the method 'getLocalSlot' in the module...
2015-07-27 Pete CooperRevert "Add const to a bunch of Type* in DataLayout...
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-26 Igor BregerImplemented encoding and intrinsics of the following...
2015-07-24 Duncan P. N. Exon... DI: Remove unnecessary DICompositeTypeBase
2015-07-24 Duncan P. N. Exon... DI: Remove dead code: getDICompositeType()
2015-07-24 Duncan P. N. Exon... DI: Remove DIDerivedTypeBase
2015-07-24 Pete CooperAdd const to a bunch of Type* in DataLayout. NFC.
2015-07-24 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Asaf Badouh[x86] change FP scalar builtin naming convention
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
next