aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky1-19/+3
2009-06-12Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky1-10/+0
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-3/+6
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky1-0/+1
2009-05-10Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky1-3/+9
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner1-0/+1
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky1-0/+31
2009-03-23Fix internal representation of fp80 to be theDale Johannesen1-2/+3
2009-03-13Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling1-2/+2
2009-03-13Second installment of "BasicBlock operands to the back"Gabor Greif1-2/+2
2009-03-11It makes no sense to have a ODR version of commonDuncan Sands1-2/+1
2009-03-11Remove the one-definition-rule version of extern_weakDuncan Sands1-2/+1
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands1-4/+8
2009-02-12Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman1-1/+10
2009-01-30use precise gettersGabor Greif1-5/+8
2009-01-16use specialized accessor instead of plain getOperand(0)Gabor Greif1-4/+5
2009-01-15Add the private linkage.Rafael Espindola1-0/+1
2009-01-07revert to functionally equivalent formulationGabor Greif1-1/+1
2009-01-07use the obvious gettersGabor Greif1-3/+3
2008-12-19Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner1-12/+17
2008-12-19Commit missed files from nocapture change.Nick Lewycky1-1/+11
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling1-11/+1
2008-12-15It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky1-1/+2
2008-12-15Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky1-1/+10
2008-10-23Make sure to set stdout to binary when writing bitcode files viaDaniel Dunbar1-0/+3
2008-10-22Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar1-1/+9
2008-10-09Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen1-3/+3
2008-09-25 Large mechanical patch.Devang Patel1-8/+8
2008-09-24s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel1-1/+1
2008-09-23Use parameter attribute store (soon to be renamed) forDevang Patel1-1/+0
2008-09-16Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman1-7/+6
2008-09-09Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman1-2/+16
2008-09-02Read and write function notes.Devang Patel1-0/+1
2008-08-23add #includeChris Lattner1-0/+1
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen1-10/+10
2008-07-23Enable first-class aggregates support.Dan Gohman1-5/+0
2008-07-21InsertValue and ExtractValue constant expressions are alwaysDan Gohman1-20/+0
2008-07-09Add a little wrapper header that is put around bc files when emittingChris Lattner1-1/+74
2008-06-06Turn stdout into binary mode during bitcode emission.Anton Korobeynikov1-0/+5
2008-05-31Improved bitcode support for insertvalue/extractvalue.Dan Gohman1-6/+13
2008-05-31IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman1-10/+16
2008-05-23Make structs and arrays first-class types, and add assemblyDan Gohman1-0/+24
2008-05-15Allow an extra bit for CommonLinkage.Dale Johannesen1-1/+1
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen1-0/+1
2008-05-12Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman1-0/+4
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky1-8/+1
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner1-6/+6
2008-03-11Honour aliases visibility when reading from/writing to bitcodeAnton Korobeynikov1-0/+1
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky1-1/+8
2008-02-26Remove debugging help.Devang Patel1-1/+0