summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer
AgeCommit message (Expand)Author
2014-03-01Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer
2014-02-25Store a DataLayout in Module.Rafael Espindola
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth
2013-12-19Begin adding docs and IR-level support for the inalloca attributeReid Kleckner
2013-12-07Remove unused value.Rafael Espindola
2013-11-18Fix spacing, forward declare order.Matt Arsenault
2013-11-15Add addrspacecast instruction.Matt Arsenault
2013-11-01Remove linkonce_odr_auto_hide.Rafael Espindola
2013-10-27Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang
2013-10-23Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang
2013-10-14Update comment list of GLOBALVAR modifiers in BitcodeWriter to include extern...Michael Gottesman
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer
2013-09-11Give internal classes hidden visibility.Benjamin Kramer
2013-09-09Revert patches to add case-range support for PR1255.Bob Wilson
2013-08-23Add function attribute 'optnone'.Andrea Di Biagio
2013-07-26Make .bc en/decoding of AttrKind stableTobias Grosser
2013-07-16Add a wrapper for open.Rafael Espindola
2013-07-11Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-01Whitespace cleanupJoe Abbey
2013-02-12Have the bitcode writer and reader handle the new attribute references.Bill Wendling
2013-02-12Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling
2013-02-11Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany
2013-02-11Fix unnecessary removal of const through cast machineryDavid Blaikie
2013-02-10Add code for emitting the attribute groups.Bill Wendling
2013-02-10Add support for attribute groups in the value enumerator.Bill Wendling
2013-02-05Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman
2013-02-04Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling
2013-01-25Remove some introspection functions.Bill Wendling
2013-01-25Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman
2012-12-09Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-03Minor tweaking to SmallVector static size.Michael Ilseman
2012-12-03Since this SmallVector immediately grows on the next line, don't waste stack ...Michael Ilseman
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-11-27Fast-math flags for the bitcodeMichael Ilseman
2012-11-25Code Custodian:Joe Abbey
2012-11-15Remove trailing whitespaceMichael Ilseman
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands