]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/AsmParser
Debug Info: Move the complex expression handling (=the remainder) of
[opencl/llvm.git] / lib / AsmParser /
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-12 Duncan P. N. Exon... AsmParser: Use subclass API instead of MDNode wrappers...
2015-01-12 Duncan P. N. Exon... AsmParser: Factor duplicated code into ParseMDNode...
2015-01-12 Duncan P. N. Exon... AsmParser: Reorder ParseMetadata() logic, NFC
2015-01-12 Duncan P. N. Exon... AsmParser: Simplify ParseMDTuple(), NFC
2015-01-12 Duncan P. N. Exon... AsmParser: ParseMDNode() => ParseMDTuple(), NFC
2015-01-12 Duncan P. N. Exon... AsmParser: Remove unused version of ParseMDNodeID()
2015-01-12 Duncan P. N. Exon... AsmParser: Use normal references for metadata attachmen...
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-10 David MajnemerAsmParser: Don't allow null bytes in BB labels
2014-12-10 David MajnemerAsmParser: Don't crash if a null byte is inside a quote...
2014-12-09 David MajnemerAsmParser: Verifier that the contents of a hex integer...
2014-12-09 David MajnemerAsmParser: Don't crash on short hex constants for fp128...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 David MajnemerAsmParser: Don't crash on malformed attribute groups
2014-12-09 David MajnemerReland r223754
2014-12-09 David MajnemerRevert "AsmParser: Reject invalid mismatch between...
2014-12-09 David MajnemerAsmParser: Reject invalid mismatch between forward...
2014-12-07 Duncan P. N. Exon... IR: Add missing tests for function-local metadata
2014-12-06 Duncan P. N. Exon... IR: Disallow function-local metadata attachments
2014-12-06 Duncan P. N. Exon... IR: Disallow complicated function-local metadata
2014-12-03 Peter CollingbournePrologue support
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-09-10 Alexey SamsonovMake CallingConv::ID an alias of "unsigned".
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-19 Rafael EspindolaSplit parseAssembly into parseAssembly and parseAssembl...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-19 Duncan P. N. Exon... LLParser: Handle BlockAddresses on-the-fly
2014-08-18 Rafael EspindolaThese classes only need a StringRef, not a MemoryBuffer.
2014-08-18 Rafael EspindolaDelete unused method.
2014-08-17 Rafael EspindolaPass a std::uinque_ptr to ParseAssembly to make the...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-05 Duncan P. N. Exon... Remove dead code in condition
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-23 Saleem AbdulrasoolAsmParser: remove deprecated LLIR support
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-27 Alp TokerParseIR: don't take ownership of the MemoryBuffer
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-03 Rafael EspindolaUpdate comments to match reality.
2014-06-03 Rafael EspindolaFix a small bug in the parsing of anonymous globals.
2014-06-03 Rafael EspindolaSimplify the parsing of unnamed globals. No functionali...
2014-06-03 Rafael EspindolaUpdate comment. This should have been part of r210062.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Rafael EspindolaDon't crash on redefinitions.
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-05 Saleem AbdulrasoolAsmParser: add a warning for compatibility parsing
2014-04-05 Saleem AbdulrasoolAsmParser: restore LLVM IR compatibility for linker_pri...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Chandler Carruth[Layering] Move AutoUpgrade.h into the IR library where its
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-11-19 Rafael EspindolaMake it explicit that nulls are not allowed in names.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
next