aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-03-23Fix internal representation of fp80 to be theDale Johannesen
2009-03-13Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling
2009-03-13Second installment of "BasicBlock operands to the back"Gabor Greif
2009-03-11It makes no sense to have a ODR version of commonDuncan Sands
2009-03-11Remove the one-definition-rule version of extern_weakDuncan Sands
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-02-12Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman
2009-01-30use precise gettersGabor Greif
2009-01-16use specialized accessor instead of plain getOperand(0)Gabor Greif
2009-01-15Add the private linkage.Rafael Espindola
2009-01-07revert to functionally equivalent formulationGabor Greif
2009-01-07use the obvious gettersGabor Greif
2008-12-19Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner
2008-12-19Commit missed files from nocapture change.Nick Lewycky
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling
2008-12-15It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky
2008-12-15Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky
2008-10-23Make sure to set stdout to binary when writing bitcode files viaDaniel Dunbar
2008-10-22Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar
2008-10-09Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen
2008-09-25 Large mechanical patch.Devang Patel
2008-09-24s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel
2008-09-23Use parameter attribute store (soon to be renamed) forDevang Patel
2008-09-16Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman
2008-09-09Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman
2008-09-02Read and write function notes.Devang Patel
2008-08-23add #includeChris Lattner
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-07-23Enable first-class aggregates support.Dan Gohman
2008-07-21InsertValue and ExtractValue constant expressions are alwaysDan Gohman
2008-07-09Add a little wrapper header that is put around bc files when emittingChris Lattner
2008-06-06Turn stdout into binary mode during bitcode emission.Anton Korobeynikov
2008-05-31Improved bitcode support for insertvalue/extractvalue.Dan Gohman
2008-05-31IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman
2008-05-23Make structs and arrays first-class types, and add assemblyDan Gohman
2008-05-15Allow an extra bit for CommonLinkage.Dale Johannesen
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen
2008-05-12Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner
2008-03-11Honour aliases visibility when reading from/writing to bitcodeAnton Korobeynikov
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky
2008-02-26Remove debugging help.Devang Patel
2008-02-26Update bitcode reader and writer to handle multiple return values. Devang Patel
2008-02-23Backing out r47521 for now. This has broken a number of tests.Evan Cheng
2008-02-23Properly read and write bitcodes for multiple return values.Devang Patel
2008-02-22Split ParameterAttributes.h, putting the complicatedDale Johannesen
2008-02-22Read and write getresult.Devang Patel