summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLToken.h
Commit message (Expand)AuthorAgeFilesLines
* HHVM calling conventions.Maksim Panchenko2015-09-291-0/+1
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-1/+1
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-1/+3
* Add argmemonly attribute.Igor Laevsky2015-07-111-0/+1
* Revert the new EH instructionsDavid Majnemer2015-07-101-3/+1
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-1/+3
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+1
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-0/+1
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+1
* AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith2015-02-211-0/+2
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-131-4/+5
* AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith2015-02-131-0/+1
* AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'Duncan P. N. Exon Smith2015-02-131-0/+1
* AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'Duncan P. N. Exon Smith2015-02-131-0/+1
* AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith2015-02-031-0/+1
* Remove unused tokens in the ll lexer.Sean Silva2015-01-291-2/+0
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-0/+3
* Prologue supportPeter Collingbourne2014-12-031-0/+1
* Parse 'ghccc' in .ll files as the GHC convention (cc 10)Reid Kleckner2014-12-011-0/+1
* X86: Implement the vectorcall calling conventionReid Kleckner2014-10-281-1/+1
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-0/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* AsmParser: remove deprecated LLIR supportSaleem Abdulrasool2014-07-231-2/+0
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+1
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-0/+10
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-1/+2
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+1
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-201-0/+1
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-091-1/+1
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-241-0/+1
* AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool2014-04-051-0/+2
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-1/+1
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-311-1/+1
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-171-0/+1
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-191-0/+1
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+1
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-081-1/+1
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-2/+1
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-311-0/+1
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-271-1/+0
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-231-0/+1
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+1
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-0/+1
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-121-1/+2
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-0/+1
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+1
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-0/+1
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-3/+3
* Implement the NoBuiltin attribute.Bill Wendling2013-02-221-0/+1
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-0/+2
OpenPOWER on IntegriCloud