[OCaml] Implement Llvm_vectorize bindings
[oota-llvm.git] / include /
2013-11-03 Bob WilsonConvert calls to __sinpi and __cospi into __sincospi_stret
2013-11-03 Filip PizloAdd a comment to note that LLVMDisablePrettyStackTrace...
2013-11-03 Filip PizloWhen LLVM is embedded in a larger application, it's...
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-11-02 Yuchen WuAdded command-line option to output llvm-cov to file.
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-11-01 Kevin EnderbyAdd to the disassembler C API output reference types for
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Andrew TrickAdd new calling convention for WebKit Java Script.
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-31 Manman RenCleanup: update comments.
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-10-31 Andrew TrickAdd experimental stackmap intrinsics to definition...
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-10-31 Rafael EspindolaRemove another unused flag.
2013-10-31 Rafael EspindolaRemove unused flag.
2013-10-31 Cameron McInallyAdd AVX512 unmasked integer broadcast intrinsics and...
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-30 Rafael EspindolaProduce .weak_def_can_be_hidden for some linkonce_odr...
2013-10-30 Simon Atanasyan[Mips] Add more SHF_MIPS_xxx ELF section flags.
2013-10-30 Rui UeyamaAdd {start,end}with_lower methods to StringRef.
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-30 Cameron McInallyRefactor the AVX512 intrinsics. Cluster the intrinsics...
2013-10-30 Howard HinnantRehash but don't grow when full of tombstones.
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bins[lr]i.[bhwd...
2013-10-30 Josh MageeReformat code with clang-format.
2013-10-30 NAKAMURA TakumiStackProtector.h: Fix trailing comments for doxygen...
2013-10-30 NAKAMURA TakumiTrailing whitespace in a comment line.
2013-10-29 Josh Magee[stackprotector] Update the StackProtector pass to...
2013-10-29 Matt ArsenaultUpdate comment
2013-10-29 Matt ArsenaultWorkaround MSVC 32-bit miscompile of getCondCodeAction.
2013-10-29 Rafael EspindolaRemove declared but not implemented function.
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
2013-10-29 Rafael EspindolaClarify that GlobalVariables definitions must have...
2013-10-29 Anders Waldenborgllvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store...
2013-10-29 Alp TokerFix "existant" typos
2013-10-29 Joerg SonnenbergerMove the STT_FILE symbols out of the normal symbol...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
2013-10-28 Richard SandifordKeep TBAA info when rewriting SelectionDAG loads and...
2013-10-27 Elena DemikhovskyAVX-512: PMIN/PMAX intrinsics and patterns
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-26 Wan XiaofeiQuick look-up for block in loop.
2013-10-25 Andrew TrickFix SCEVExpander: don't try to expand quadratic recurre...
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
2013-10-25 David BlaikieDIEHash: Summary hashing of nested types
2013-10-25 Rafael EspindolaCall destroy from ~BasicCallGraph.
2013-10-25 Rafael EspindolaUse c comments.
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2013-10-25 Richard SmithFix ODR violation.
2013-10-25 Yuchen WuSupport for reading program counts in llvm-cov.
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-24 Reid Klecknerlto.h: Use lto_bool_t instead of int to restore the ABI
2013-10-24 Eric ChristopherFormatting and whitespace.
2013-10-24 John ThompsonReverting my r193344 checkin due to build breakage.
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-24 Zonr ChangInclude missing Compiler.h for using LLVM_ENUM_INT_TYPE.
2013-10-24 Elena DemikhovskyAVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
2013-10-24 Yuchen WuFixed llvm-cov to count edges instead of blocks.
2013-10-24 Andrew KaylorOptimizing MCJIT module state tracking
2013-10-23 Yuchen WuFixed doxygen comment to match Module.cpp
2013-10-23 Yuchen WuUse a map instead of vector to store line counts.
2013-10-23 NAKAMURA Takumillvm-c/Target.h: Tweak "inline" for msvc to use __inlin...
2013-10-23 NAKAMURA Takumillvm-c/lto.h: Avoid use of bool.
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-23 Benjamin KramerMark zero-argument functions explicitly in C headers.
2013-10-23 Zoran JovanovicSupport for microMIPS relocations 1.
2013-10-23 Tom StellardSelectionDAG: Pass along the original argument/element...
2013-10-22 Bob WilsonFix llvm-cov counts to be 64-bit integers to avoid...
2013-10-22 Benjamin KramerSpeling fixes.
2013-10-22 Wan XiaofeiUsing FoldingSet in SelectionDAG::getVTList.
2013-10-22 Anders Waldenborgllvm-c: Add LLVMPrintTypeToString
2013-10-22 Bob WilsonChange llvm-cov output formatting to be more similar...
2013-10-21 Adrian Prantlfix two typos.
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-21 Matt ArsenaultRemove unused TargetLowering field.
2013-10-21 Matt ArsenaultFix CodeGen for vectors of pointers with address spaces.
2013-10-21 Matt ArsenaultRemove unused SCEV functions
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-21 Rafael EspindolaOptimize more linkonce_odr values during LTO.
2013-10-21 Matheus Almeida[mips][msa] Fix definition of SLD instruction.
2013-10-18 Michael J. Spencer[Support][YAML] Add support for accessing tags and...
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-18 David MajnemerCodeGen: Emit a libcall if the target doesn't support...
2013-10-18 Alexey Samsonov[DebugInfo] Remove unneeded struct member and hide...
2013-10-18 Alexey Samsonov[DebugInfo] Remove dead code.
2013-10-17 Anders Waldenborgllvm-c: Add LLVMIntPtrType{,ForAS}InContext
2013-10-17 Chad Rosier[AArch64] Add support for NEON scalar three register...
2013-10-17 Daniel Sanders[mips][msa] Added lsa instruction
next