summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLLexer.cpp
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-09
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-05
* AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool2014-04-05
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-31
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Make it explicit that nulls are not allowed in names.Rafael Espindola2013-11-19
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-31
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-12
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Implement the NoBuiltin attribute.Bill Wendling2013-02-22
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* Initial submission for the attribute group feature.Bill Wendling2013-02-06
* Use the do-while(0) thing for this #define.Bill Wendling2013-02-05
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-05
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Use hexDigitValue in LLLexer.Jordan Rose2013-01-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-28
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Fast-math flags for LLVM IR parsing and printingMichael Ilseman2012-11-27
* Fix typo in a comment.Craig Topper2012-11-16
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-24
* Add the "ForceSizeOpt" attribute.Nadav Rotem2012-10-22
* Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow2012-10-01
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-05
* [ms-inline asm] Add the nsdialect keyword to the lexer.Chad Rosier2012-09-05