[OCaml] Refactor Llvm_target interface
[oota-llvm.git] / include /
2013-11-15 Peter Zotov[llvm-c] Add missing const qualifiers to LLVMCreateTarg...
2013-11-15 Peter Zotov[llvm-c] Simplify signature of LLVMGetTargetFromName
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-15 Rui UeyamaInclude raw_ostream.h.
2013-11-14 Chandler CarruthFix the header comment of the new pass manager stuff...
2013-11-14 Kevin Qin[AArch64 neon] support poly64 and relevant intrinsic...
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Michael GottesmanAdded BlockFrequencyInfo::view for displaying the block...
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-11-14 Yuchen Wullvm-cov: Slightly improved error checking.
2013-11-14 Yuchen Wullvm-cov: Removed StringMap holding GCOVLines.
2013-11-14 Yuchen Wullvm-cov: Replaced asserts with proper error handling.
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-13 Benjamin KramerMake sure LLVMLoadLibraryPermanently gets an extern...
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.
2013-11-13 Chandler CarruthAdd another (perhaps better) video for Sean's talk...
2013-11-13 Chandler CarruthFix a null pointer dereference when copying a null...
2013-11-13 Chandler CarruthGive folks a reference to some material on the fundamen...
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-13 Aaron BallmanRemoving llvm::huge_vald and llvm::huge_vall because...
2013-11-13 Aaron BallmanReplacing HUGE_VALF with llvm::huge_valf in order to...
2013-11-12 Rafael EspindolaRemove always true flag.
2013-11-12 Sebastian Popdelinearization of arrays
2013-11-12 Sebastian Popremove virtual methods in SCEVApplyRewriter and SCEVPar...
2013-11-12 Justin BognerProtect user-supplied runtime library functions in LTO
2013-11-12 Weiming ZhaoExport intrinsics:__builtin_arm_{dmb,dsb} to frontend
2013-11-12 Andrew TrickGraphViz CFGPrinter: wrap long lines.
2013-11-12 Andrew Trickwhitespace
2013-11-12 Rafael EspindolaRevert "Remove unused variable."
2013-11-12 Rafael EspindolaRemove unused variable.
2013-11-12 Wan XiaofeiChange data structure to memorize computed result in...
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: allow overidding the spill weight...
2013-11-11 Chad Rosier[AArch64] The shift right/left and insert immediate...
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: give a better describing name to...
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-11 Peter Zotov[llvm-c] Remove dead typedef
2013-11-11 Pete CooperDon't universally enable initialiser lists on GCC....
2013-11-11 Pete CooperAdd LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 suppo...
2013-11-10 Arnaud A. de Grand... CalculateSpillWeights does not need to be a pass
2013-11-09 Chandler Carruth[PM] Start sketching out the new module and function...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-09 Filip PizloThis exposes the new calling conventions (WebKit_JS...
2013-11-09 Chandler CarruthSwitch to allow implicit construction. In many cases...
2013-11-09 Chandler CarruthAdd a polymorphic_ptr<T> smart pointer data type. It...
2013-11-09 NAKAMURA Takumiinclude/llvm/CodeGen/PBQP: Update @param(s) in comments...
2013-11-09 NAKAMURA TakumiFix whitespace.
2013-11-09 Lang HamesRe-apply r194300 with fixes for warnings.
2013-11-09 Nick LewyckyRevert r194300 which broke the build.
2013-11-09 Juergen Ributzka[Stackmap] Materialize the jump address within the...
2013-11-09 Lang HamesRewrite the PBQP graph data structure.
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-08 Lang HamesAdd a method to get the object-file appropriate stack...
2013-11-08 Arnaud A. de Grand... Revert "CalculateSpillWeights does not need to be a...
2013-11-08 Arnaud A. de Grand... CalculateSpillWeights does not need to be a pass
2013-11-08 Jordan RoseAdd ImmutableSet profiling info for 'bool'.
2013-11-08 Artyom SkrobovExport MCDisassembler's SubtargetInfo, to allow archite...
2013-11-07 NAKAMURA Takumillvm-c/Support.h: Add a newline at eof.
2013-11-06 Simon AtanasyanAdd DT_VERSYM dynamic table entry tag definition.
2013-11-06 Peter Zotov[llvm-c] Add parameter names in Target.h for C99 compliance
2013-11-06 Peter Zotov[llvm-c] Improve TargetMachine bindings
2013-11-06 Peter Zotov[llvm-c] Correctly check for existence of native AsmPar...
2013-11-06 Peter Zotov[llvm-c] Add functions for initializing native AsmPrint...
2013-11-06 Peter Zotov[llvm-c] Expose LLVMLoadLibraryPermanently
2013-11-06 Peter Zotov[llvm-c] Expose IRReader interface
2013-11-06 Peter Zotov[llvm-c] Implement LLVMPrintValueToString
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2013-11-05 Rafael EspindolaRemove another unused, and IMHO, not very desirable...
2013-11-05 Dmitri GribenkoConvert comments to documentation comments (// -> ///)
2013-11-05 Rafael EspindolaUse error_code in GVMaterializer.
2013-11-05 Jiangning LiuImplement AArch64 Neon Crypto instruction classes AES...
2013-11-05 Peter Zotov[llvm-c] (PR16190) Add LLVMIsA* functions for ConstantD...
2013-11-05 Alp TokerFix symbol defines in config.h.cmake
2013-11-05 Yuchen WuSupport for reading run counts in llvm-cov.
2013-11-05 Rafael EspindolaFix MSVC build by not putting an error_code directly...
2013-11-05 Rafael EspindolaSimplify ErrorOr.
2013-11-05 Hal FinkelAdd a runtime unrolling parameter to the LoopUnroll...
2013-11-04 Cameron McInallyAdd support for AVX512 masked vector blend intrinsics.
2013-11-04 Zoran JovanovicSupport for microMIPS branch instructions.
2013-11-04 Elena DemikhovskyAVX-512: fixed a typo in builtin name
2013-11-04 Filip PizloMake the pretty stack trace be an opt-in, rather than...
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
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.
next