Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"
[oota-llvm.git] / include / llvm / IR /
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-16 Keno Fischer[DIBuilder] Make createReferenceType take size and...
2015-11-16 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-15 Igor BregerRevert r253160.
2015-11-15 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-14 Dan Gohman[WebAssembly] Change int_wasm_memory_size from IntrNoMe...
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Rafael EspindolaComment update. NFC.
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-11-11 Sanjoy DasIntroduce deoptimization operand bundles
2015-11-11 Akira HatanakaMove the enum attributes defined in Attributes.h to...
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-11-11 Akira HatanakaSort the enums in Attributes.h in case insensitive...
2015-11-10 Sanjoy Das[OperandBundles] Identify operand bundles with both...
2015-11-07 Sanjoy Das[OperandBundles] Rename accessor, NFC
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-11-06 NAKAMURA TakumiDIBuilder.h: Prune \param(s) corresponding to r252219...
2015-11-06 Igor Laevsky[Statepoints] Mark gc.result and gc.relocate as readonly
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 Asaf Badouhrevert rev. 252153 due to build failure on ubuntu
2015-11-05 Asaf Badouh[X86][AVX512] add comi with Sae
2015-11-04 Sanjoy Das[IR] Add a `data_operand` abstraction
2015-11-04 James MolloyRevert "[PatternMatch] Switch to use ValueTracking...
2015-11-04 Sanjoy Das[OperandBundles] Refactor; NFCI.
2015-11-04 Sanjoy Das[OperandBundles] Refactor; NFCI
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 David BlaikieStringRef-ify DiagnosticInfoSampleProfile::Filename
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-11-02 Artur PilipenkoPreserve load alignment and dereferenceable metadata...
2015-11-02 James Molloy[PatternMatch] Switch to use ValueTracking::matchSelect...
2015-11-02 Igor BregerAVX512: Implemented encoding and intrinsics for VBROADC...
2015-10-30 Justin BognerPM: Print the IR unit's name in debug output. NFC
2015-10-27 Vedant Kumar[IR] Limit bits used for CallingConv::ID, update tests
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-23 Saleem AbdulrasoolSupport, IR: silence -Wunused-parameter
2015-10-22 Sanjoy Das[SCEV] Opportunistically interpret unsigned constraints...
2015-10-22 Asaf Badouh[X86][AVX512] extend vcvtph2ps to support xmm/ymm and...
2015-10-22 Sanjoy Das[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
2015-10-22 Sanjoy Das[OperandBundles] Teach AliasAnalysis about operand...
2015-10-22 Sanjoy Das[OperandBundles] Make function attributes conservativel...
2015-10-20 Igor BregerAVX512: Implemented encoding and intrinsics for VPBROAD...
2015-10-20 Andrea Di Biagio[x86] Fix AVX maskload/store intrinsic prototypes.
2015-10-19 Duncan P. N. Exon... Vectorize: Remove implicit ilist iterator conversions...
2015-10-18 Asaf Badouh[X86][AVX512DQ] add scalar fpclass
2015-10-15 Benjamin Kramer[DebugInfo] Remove dead forwarding accessors. NFC.
2015-10-15 Igor BregerAVX512: Implemented encoding and intrinsics for vpternl...
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
2015-10-08 Duncan P. N. Exon... IR: Remove implicit iterator conversions from lib/IR...
2015-10-08 Sanjoy Das[RS4GC] Refactoring to make a later change easier,...
2015-10-08 Sanjoy Das[IRBuilder] Change the `gc.statepoint` creation interface
2015-10-07 Duncan P. N. Exon... IR: Create SymbolTableList wrapper around iplist, NFC
2015-10-07 Sanjoy Das[IRBuilder] Add gc.statepoint related methods to IRBuilder
2015-10-07 Sanjoy Das[OperandBundles] Add an accessor to get an operand...
2015-10-07 Sanjoy Das[OperandBundles] Remove a useless accessor from Operand...
2015-10-07 Reid Kleckner[SEH] Add llvm.eh.exceptioncode intrinsic
2015-10-06 Duncan P. N. Exon... IR: Remove unnecessary TraitsClass typedef, NFC
2015-10-06 Duncan P. N. Exon... IR: Remove unnecessary specialization of getSymTab...
2015-10-06 Duncan P. N. Exon... IR: Use typedefs for getSublistAccess(), NFC
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-10-04 Igor BregerAVX512: Implemented encoding and intrinsics for VPERMIL...
2015-10-02 Sanjoy DasFix comment ASCII art to unbreak the gcc 4.9.1 build
2015-10-02 Dan Gohman[WebAssembly] Add a resize_memory intrinsic.
2015-10-02 Dan Gohman[WebAssembly] Add a memory_size intrinsic.
2015-10-01 Tom StellardAMDGPU: Add MEM_RAT STORE_TYPED.
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-29 Nemanja IvanovicAddition of interfaces the BE to conform to Table A...
2015-09-28 Artur PilipenkoIntroduce !align metadata for load instruction
2015-09-27 Justin BognerAsmWriter: Print the argument names in declarations...
2015-09-24 Matt ArsenaultAMDGPU: Add s_dcache_* instructions
2015-09-24 Matt ArsenaultAMDGPU: Add cache invalidation instructions.
2015-09-24 Sanjoy Das[IR] Add operand bundles to CallInst and InvokeInst.
2015-09-24 Sanjoy Das[IR] Teach `llvm::User` to co-allocate a descriptor.
2015-09-23 Philip Reames[docs] Update DominatorTree docs to clarify expectation...
2015-09-22 Adrian PrantlIR: Add a setDWOId() method to DICompileUnit.
2015-09-22 Adrian PrantlIR: Fix the return value of DICompileUnit::getDWOId.
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
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...
next