summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-131-0/+1
* 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-5/+9
* AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith2015-02-031-0/+6
* Remove unused tokens in the ll lexer.Sean Silva2015-01-291-1/+0
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-0/+3
* AsmParser: Don't allow null bytes in BB labelsDavid Majnemer2014-12-101-1/+6
* AsmParser: Don't crash if a null byte is inside a quoted stringDavid Majnemer2014-12-101-52/+33
* AsmParser: Verifier that the contents of a hex integer are hexDavid Majnemer2014-12-091-1/+7
* AsmParser: Don't crash on short hex constants for fp128 typesDavid Majnemer2014-12-091-5/+7
* 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-0/+1
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-0/+4
* These classes only need a StringRef, not a MemoryBuffer.Rafael Espindola2014-08-181-3/+3
* Delete unused method.Rafael Espindola2014-08-181-4/+0
* 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-7/+47
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-1/+1
* 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/+0
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-241-0/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-5/+5
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-051-0/+4
* 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-2/+0
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-311-0/+1
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-171-0/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-191-0/+1
* Make it explicit that nulls are not allowed in names.Rafael Espindola2013-11-191-0/+4
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+1
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-081-0/+1
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-2/+0
* 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-0/+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
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-30/+44
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-0/+2
OpenPOWER on IntegriCloud