summaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)AuthorFilesLines
2014-05-09Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner3-4/+1
2014-05-09Don't crash on redefinitions.Rafael Espindola1-5/+7
2014-05-07IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith1-0/+17
2014-04-24Add 'musttail' marker to call instructionsReid Kleckner4-7/+19
2014-04-16[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+3
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper3-96/+97
2014-04-05AsmParser: add a warning for compatibility parsingSaleem Abdulrasool3-0/+10
2014-04-05AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool3-0/+17
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola3-13/+1
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover2-6/+22
2014-03-09IR: Change inalloca's grammar a bitDavid Majnemer1-19/+14
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2014-03-05[Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth1-1/+1
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-2/+2
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth1-1/+1
2014-01-31[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner3-1/+4
2014-01-17Add an inalloca flag to allocasReid Kleckner2-10/+22
2014-01-17Add two new calling conventions for runtime callsJuergen Ributzka3-0/+7
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck2-38/+62
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2-62/+38
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck2-38/+62
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2-3/+3
2013-12-19Begin adding docs and IR-level support for the inalloca attributeReid Kleckner3-0/+5
2013-12-02Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren1-0/+2
2013-11-19Make it explicit that nulls are not allowed in names.Rafael Espindola1-0/+4
2013-11-15Add addrspacecast instruction.Matt Arsenault3-0/+4
2013-11-08[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka3-1/+4
2013-11-01Remove linkonce_odr_auto_hide.Rafael Espindola3-12/+1
2013-10-31Add new calling convention for WebKit Java Script.Andrew Trick3-0/+4
2013-10-27Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang3-5/+1
2013-10-23Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang3-1/+5
2013-10-09Add a GlobalAlias::isValidLinkage to reduce code duplication.Rafael Espindola1-4/+1
2013-10-06Add support for aliases with linkonce_odr.Rafael Espindola1-9/+8
2013-10-01Remove several unused variables.Rafael Espindola1-2/+0
2013-09-28AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2-0/+9
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne3-2/+8
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer2-3/+3
2013-09-11Give internal classes hidden visibility.Benjamin Kramer2-3/+3
2013-08-23Add function attribute 'optnone'.Andrea Di Biagio3-0/+5
2013-07-12Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis3-1/+8
2013-07-06Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky1-4/+6
2013-06-27Added support for the Builtin attribute.Michael Gottesman4-12/+17
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola1-1/+1
2013-05-24Add a new function attribute 'cold' to functions.Diego Novillo3-0/+4
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko1-1/+1
2013-04-22Fix for PR 14965: Better error message for GEP with partially defined contentsEli Bendersky1-2/+7
2013-04-20Move 'kw_align' case to proper section, reorganize function attribute keyword...Stephen Lin1-12/+25
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin3-0/+5
2013-04-18Fix comment. Patch by Stephen Lin.Bill Wendling1-2/+3
2013-04-09Rationalize the formatting of these case labels. Having two sortedChandler Carruth1-15/+29