aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
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
2008-02-20Support alignment within ParamAttrs in the I/O handling.Dale Johannesen
2008-02-19Expand ParameterAttributes to 32 bits (in preparationDale Johannesen
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Fix compilation.Duncan Sands
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-11-27Unbreak backwards compatibility with bytecode format. RegressionChris Lattner
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-10-11Next PPC long double bits. First cut at constants.Dale Johannesen