[DebugInfo] Move all DWARF headers to the public include directory.
[oota-llvm.git] / include / llvm / IR /
2014-12-18 Duncan P. N. Exon... IR: Make DICompositeType mutators private
2014-12-18 Duncan P. N. Exon... IR: Handle self-referencing DICompositeTypes in DIBuilder
2014-12-17 JF BastienRandom Number Generator Refactoring (removing from...
2014-12-15 Elena DemikhovskyAVX-512: Added EXPAND instructions and intrinsics.
2014-12-12 Matthias BraunDocument that PassManager::add() may delete the pass...
2014-12-11 Duncan P. N. Exon... Bitcode: Use unsigned char to record MDStrings
2014-12-11 Duncan P. N. Exon... IR: Store MDNodes in a separate LeakDetector container
2014-12-11 Duncan P. N. Exon... LeakDetector: Simplify code and fix comments, NFC
2014-12-11 Cameron McInally[AVX512] Add support for 512b variable bit shift intrin...
2014-12-11 Elena DemikhovskyAVX-512: Added all forms of COMPRESS instruction
2014-12-10 Duncan P. N. Exon... IR: Move call to dropAllReferences() to MDNode subclasses
2014-12-09 Duncan P. N. Exon... IR: Metadata: Detect an RAUW recursion
2014-12-09 Duncan P. N. Exon... IR: Metadata/Value split: RAUW in a deterministic order
2014-12-09 Hans WennborgTry fixing MSVC build after r223802
2014-12-09 Duncan P. N. Exon... Fix an MSVC failure from r223802
2014-12-09 Duncan P. N. Exon... Fix another GCC build failure from r223802
2014-12-09 Juergen RibutzkaCleanup PatternMatch. NFC.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 Juergen Ributzka[CGP] Rewrite pattern match for splitBranchCondition...
2014-12-09 Juergen RibutzkaRevert "Move function to obtain branch weights into...
2014-12-09 Juergen RibutzkaAdd more pattern matchers for compares, instructions...
2014-12-09 Juergen RibutzkaMove function to obtain branch weights into the BranchI...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-06 Benjamin KramerMake the DenseMap bucket type configurable and use...
2014-12-06 NAKAMURA TakumiAvoid angle brackets in comment. [-Wdocumentation-html]
2014-12-05 Chad RosierUpdate TargetTriple format info.
2014-12-05 Chad RosierFix typos in llvm/IR/Module.h
2014-12-05 Duncan P. N. Exon... IR: Stop relying on GetStringMapEntryFromValue()
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-03 Rafael EspindolaAsk the module for its the identified types.
2014-12-03 NAKAMURA TakumiGCRelocateOperands: Try to appease msc17.
2014-12-03 Peter CollingbournePrologue support
2014-12-02 Philip ReamesRestructure some assertion checking based on post commi...
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-12-01 Philip Reames[Statepoints 1/4] Statepoint infrastructure for garbage...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-27 Tim NorthoverAArch64: treat [N x Ty] as a block during procedure...
2014-11-25 Cameron McInally[AVX512] Add 512b integer shift by variable intrinsics...
2014-11-25 Chandler CarruthRevert r220349 to re-instate r220277 with a fix for...
2014-11-24 Rafael EspindolaAdd and use Type::subtypes. NFC.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-21 Gerolf Hoflehner[InstCombine] Re-commit of r218721 (Optimize icmp...
2014-11-21 Manman RenDebug Info: revert r222195, r222210 and r222239.
2014-11-21 Rafael EspindolaAdd params() to FunctionType. NFC.
2014-11-21 Rafael EspindolaAdd and use a helper elements() to StructType. NFC.
2014-11-18 Duncan P. N. Exon... IR: Sink MDNode::Hash down to GenericMDNode::Hash
2014-11-18 Duncan P. N. Exon... IR: Move MDNode operands from the back to the front
2014-11-18 Duncan P. N. Exon... IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
2014-11-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-17 Duncan P. N. Exon... IR: Simplify uniquing for MDNode
2014-11-15 Duncan P. N. Exon... DIBuilder: Use Constant instead of Value
2014-11-15 Duncan P. N. Exon... DIBuilder: Change private helper function to static...
2014-11-14 Duncan P. N. Exon... IR: Remove MDString logic for Value::hasName()
2014-11-14 Duncan P. N. Exon... DIBuilder: Cleanup access control style, NFC
2014-11-14 Duncan P. N. Exon... DI: Use Metadata for DITypeRef and DIScopeRef
2014-11-14 Duncan P. N. Exon... IR: Make MDString inherit from Metadata
2014-11-14 Duncan P. N. Exon... IR: Take an LLVMContext in Metadata::Metadata()
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-14 Duncan P. N. Exon... IR: Rewrite uniquing and creation of MDString
2014-11-13 Duncan P. N. Exon... IR: Make MDString::getName() private
2014-11-13 Tim NorthoverARM: add @llvm.arm.space intrinsic for testing Constant...
2014-11-13 Duncan P. N. Exon... IR: Create the Metadata class
2014-11-12 Cameron McInally[AVX512] Add integer shift by immediate intrinsics.
2014-11-12 Elena DemikhovskyAVX-512: Intrinsics for ERI
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-07 Saleem AbdulrasoolTransform: add SymbolRewriter pass
2014-11-07 Rafael EspindolaDon't redeclare a pure virtual method.
2014-11-07 Justin HibbitsAdd Position-independent Code model Module API.
2014-11-06 Frederic RissChange DIBuilder::createImportedDeclaration from taking...
2014-11-05 Steven WuRemove obsolete ARM intrinsics vclz and vcnt
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::addOperand()
2014-11-05 Matt ArsenaultFix broken C++ mode comment
2014-11-04 Reid KlecknerRename END_WITH_NULL to LLVM_END_WITH_NULL and move...
2014-11-03 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadataOtherTh...
2014-11-01 David MajnemerInstCombine: Don't assume that m_ZExt matches an Instru...
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadata()
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Add Instruction::getMDNode()
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Instruction::setMetadata()
2014-10-31 Bill Schmidt[PowerPC] Initial VSX intrinsic support, with min/max...
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-10-25 Benjamin KramerUnbreak the build.
2014-10-25 Benjamin KramerClean up assume intrinsic pattern matching, no need...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-24 Sanjay Patelremove class/function/variable names from comments...
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-21 Hans WennborgRevert "Teach the load analysis to allow finding availa...
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-21 Matt ArsenaultR600/SI: Add missing parameter to div_fmas intrinsic
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-20 Chandler CarruthSwitch the default DataLayout to be little endian,...
2014-10-20 Chandler CarruthRemove some completely superfluous trailing comments...
2014-10-20 Chandler CarruthClean up the comments and doxygen for DataLayout.
2014-10-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
next