AsmWriter/Bitcode: MDObjCProperty
[oota-llvm.git] / include /
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Zachary TurnerImprove llvm-pdbdump output display.
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-13 Duncan P. N. Exon... IR: Add MDExpression::ExprOperand
2015-02-13 Duncan P. N. Exon... Support: Add dwarf::getOperationEncoding()
2015-02-13 Duncan P. N. Exon... Support: Rewrite LocationAtom and OperationEncodingStri...
2015-02-13 Akira Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-02-12 David BlaikieAdd missing override.
2015-02-12 Zachary TurnerAttempt to fix the build again.
2015-02-12 Zachary TurnerAttempt to fix Linux builds after r228960.
2015-02-12 Rafael EspindolaRemove mostly unused setters.
2015-02-12 Zachary TurnerAdd concrete type overloads to PDBSymbol::findChildren().
2015-02-12 Rafael EspindolaOn ELF, put PIC jump tables in a non executable section.
2015-02-12 Rafael EspindolaPut each jump table in an independent section if the...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 Andrea Di Biagio[TTI] Teach the cost heuristic how to query TLI to...
2015-02-12 Benjamin KramerBitVector: Remove manual bit width dispatch, this is...
2015-02-12 Benjamin KramerMathExtras: Parametrize count(Trailing|Leading)Zeros...
2015-02-11 Adrian PrantlGeneralize DIBuilder's createReplaceableForwardDecl...
2015-02-11 Andrea Di Biagio[TTI] Improved cost heuristic for cttz/ctlz calls.
2015-02-11 Arnaud A. de Grand... [PBQP] Cautiously update edge costs in the solver
2015-02-11 Reid KlecknerDon't promote asynch EH invokes of nounwind functions...
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2015-02-10 Zachary TurnerProvide DIA implementation of DebugInfoPDB.
2015-02-10 Aaron BallmanNow use the __debugbreak intrinsic instead of calling...
2015-02-10 Aaron BallmanChanging the status code generated by LLVM_BUILTIN_TRAP...
2015-02-10 Andrew KaylorAdding support for llvm.eh.begincatch and llvm.eh.endca...
2015-02-10 Duncan P. N. Exon... IR: Add MDNode::replaceWithPermanent()
2015-02-10 Paul RobinsonExplicitly initialize a flag in a default constructor.
2015-02-10 Aaron BallmanRe-committing r228628 with a fix for 64-bit builds.
2015-02-10 Lang Hames[Orc] Fix a bug in the LazyEmittingLayer - capture...
2015-02-10 Lang Hames[Orc] Add missing casserts header to JITSymbol.h.
2015-02-10 Zachary TurnerDefine HAVE_DIA_SDK on Windows when DIA is present.
2015-02-10 Duncan P. N. Exon... IR: Remove unnecessary fields from MDTemplateParameter
2015-02-10 Duncan P. N. Exon... IR: Add accessors to MDExpression
2015-02-10 Duncan P. N. Exon... AsmParser: Add stubs for specialized MDNodes, NFC
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-10 Lang Hames[Orc] Back out one of the GCC ICE workarounds from...
2015-02-10 Aaron BallmanReverting r228628; it broke at least one builder due...
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Duncan P. N. Exon... ADT: Allow up to 18 arguments in hash_combine()
2015-02-09 Aaron BallmanOn Windows, we now use RaiseException to generate the...
2015-02-09 Ramkumar Ramachandra[Statepoint] Improve two asserts, fix some style (NFC)
2015-02-09 Duncan P. N. Exon... IR: Take uint64_t in DIBuilder::createExpression()
2015-02-09 Duncan P. N. Exon... IR: Document horrible abuse of loose DIDescriptor, NFC
2015-02-09 Duncan P. N. Exon... IR: Remove dead code in DITemplate*
2015-02-09 Ben LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2015-02-09 Sanjoy DasAddress post-commit review for rL228587: make it explic...
2015-02-09 Sanjoy DasClarify the wording on what it means for a SCEVAddRecEx...
2015-02-09 Lang Hames[Orc] Revert r228567 (GCC ICE workaround) - it doesn...
2015-02-09 Lang Hames[Orc] Try another workaround for the GCC 4.7.2 ICE...
2015-02-09 Lang Hames[Orc] Tweak lambda capture lists to try to avoid an...
2015-02-09 Lang Hames[Orc] Fix the MSVC bots by using LLVM_EXPLICIT rather...
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-08 Zachary TurnerMake PDBSymbol's IPDBSymbol reference const.
2015-02-08 Zachary TurnerDebugInfoPDB: Make the symbol base case hold an IPDBSes...
2015-02-08 Bjorn SteinbrinkCorrectly combine alias.scope metadata by a union inste...
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-02-08 Zachary TurnerSome cleanup for libpdb.
2015-02-07 Benjamin KramerSCEV: Compress disposition pairs.
2015-02-07 Benjamin KramerSmallVector: Move emplace_back to SmallVectorImpl.
2015-02-07 Benjamin KramerMove DebugLocs around instead of copying.
2015-02-07 Bruce MitchenerAdd more DWARF 5 language constants.
2015-02-07 Zachary TurnerChange RHS-style decltype to LHS-style decltype<declval()>.
2015-02-07 Duncan P. N. Exon... Support: Add dwarf::getVirtuality()
2015-02-07 Duncan P. N. Exon... Support: Use Dwarf.def for DW_VIRTUALITY, NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getAttributeEncoding()
2015-02-06 Duncan P. N. Exon... Support: Rewrite AttributeEncodingString(), NFC
2015-02-06 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... Support: Rewrite dwarf::LanguageString(), NFC
2015-02-06 Lang Hames[Orc] Add more missing headers.
2015-02-06 Zachary TurnerResubmit "Create lib/DebugInfo/PDB" (r228428)
2015-02-06 Michael ZolotukhinUse estimated number of optimized insns in unroll-thres...
2015-02-06 Michael Zolotukhin[InstSimplify] Add SimplifyFPBinOp function.
2015-02-06 Zachary TurnerRevert "Create lib/DebugInfo/PDB."
2015-02-06 Zachary TurnerCreate lib/DebugInfo/PDB.
2015-02-06 Lang Hames[Orc] Add some missing headers.
2015-02-06 Lang Hames[Orc] Fix syntax error in LazyEmittingLayer::removeModu...
2015-02-06 Quentin Colombet[LiveIntervalAnalysis] Speed up creation of live ranges...
2015-02-06 Adam Nemet[LV] Move addRuntimeCheck to LoopAccessAnalysis
2015-02-06 Matthias BraunLiveInterval: Fix SubRange memory leak.
2015-02-06 Benjamin KramerValue: Remove superfluous typedefs and deprecated metho...
2015-02-06 Ramkumar RamachandraIntroduce print-memderefs to test isDereferenceablePointer
2015-02-05 Ahmed Bougacha[CodeGen] Add hook/combine to form vector extloads...
next