aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-10AsmParser: Don't allow null bytes in BB labelsDavid Majnemer1-1/+6
2014-12-10AsmParser: Don't crash if a null byte is inside a quoted stringDavid Majnemer1-52/+33
2014-12-09AsmParser: Verifier that the contents of a hex integer are hexDavid Majnemer1-1/+7
2014-12-09AsmParser: Don't crash on short hex constants for fp128 typesDavid Majnemer1-5/+7
2014-12-03Prologue supportPeter Collingbourne1-0/+1
2014-12-01Parse 'ghccc' in .ll files as the GHC convention (cc 10)Reid Kleckner1-0/+1
2014-10-28X86: Implement the vectorcall calling conventionReid Kleckner1-0/+1
2014-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith1-0/+4
2014-08-18These classes only need a StringRef, not a MemoryBuffer.Rafael Espindola1-3/+3
2014-08-18Delete unused method.Rafael Espindola1-4/+0
2014-07-23AsmParser: remove deprecated LLIR supportSaleem Abdulrasool1-2/+0
2014-07-18Add a dereferenceable attributeHal Finkel1-0/+1
2014-06-27IR: Add COMDATs to the IRDavid Majnemer1-7/+47
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover1-1/+1
2014-06-05Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder1-0/+1
2014-05-20Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky1-0/+1
2014-05-09Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner1-1/+0
2014-04-24Add 'musttail' marker to call instructionsReid Kleckner1-0/+1
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-5/+5
2014-04-05AsmParser: add a warning for compatibility parsingSaleem Abdulrasool1-0/+4
2014-04-05AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool1-0/+2
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola1-2/+0
2014-01-31[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner1-0/+1
2014-01-17Add two new calling conventions for runtime callsJuergen Ributzka1-0/+2
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-12-19Begin adding docs and IR-level support for the inalloca attributeReid Kleckner1-0/+1
2013-11-19Make it explicit that nulls are not allowed in names.Rafael Espindola1-0/+4
2013-11-15Add addrspacecast instruction.Matt Arsenault1-0/+1
2013-11-08[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka1-0/+1
2013-11-01Remove linkonce_odr_auto_hide.Rafael Espindola1-2/+0
2013-10-31Add new calling convention for WebKit Java Script.Andrew Trick1-0/+1
2013-10-27Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang1-1/+0
2013-10-23Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang1-0/+1
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne1-0/+1
2013-08-23Add function attribute 'optnone'.Andrea Di Biagio1-0/+1
2013-07-12Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis1-0/+2
2013-06-27Added support for the Builtin attribute.Michael Gottesman1-0/+1
2013-05-24Add a new function attribute 'cold' to functions.Diego Novillo1-0/+1
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin1-0/+1
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany1-3/+3
2013-02-22Implement the NoBuiltin attribute.Bill Wendling1-0/+1
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-30/+44
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany1-0/+2
2013-02-06Initial submission for the attribute group feature.Bill Wendling1-20/+40
2013-02-05Use the do-while(0) thing for this #define.Bill Wendling1-8/+10
2013-02-05Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman1-0/+1
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling1-0/+1
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover1-4/+5
2013-01-18Use hexDigitValue in LLLexer.Jordan Rose1-16/+7
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3