Recover gracefully when deserializing invalid YAML input.
[oota-llvm.git] / include /
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-18 Alexey SamsonovFix forgotten member initialization detected by MSan...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-18 Matt ArsenaultFix spacing, forward declare order.
2013-11-17 Manman RenDebug Info: fix typo in function name.
2013-11-17 Manman RenDebug Info Verifier: enable public functions of Finder...
2013-11-17 Hal FinkelAdd a loop rerolling flag to the PassManagerBuilder
2013-11-17 Yaron KerenDebugLoc defines LineCol as 32 bit in comment but unsig...
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-11-17 Chandler Carruth[PM] Completely remove support for explicit 'require...
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-11-16 Benjamin KramerScalarEvolution: Warn if the result of setFlags/clearFl...
2013-11-16 Benjamin KramerAnnotate APInt methods where it's not clear whether...
2013-11-16 Duncan P. N. Exon... Fix filename in header comment
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Chad Rosier[AArch64] Fix the scalar NEON ACLE functions so that...
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-15 Rui UeyamaReadobj: If NumbersOfSections is 0xffff, it's an COFF...
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-15 Cameron McInallyAdd AVX512 unmasked FMA intrinsics and support.
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-11-15 Matt ArsenaultAdd target hook to prevent folding some bitcasted loads.
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...
next