summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAge
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-16
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Read and write function notes.Devang Patel2008-09-02
* add #includeChris Lattner2008-08-23
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Enable first-class aggregates support.Dan Gohman2008-07-23
* InsertValue and ExtractValue constant expressions are alwaysDan Gohman2008-07-21
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-09
* Turn stdout into binary mode during bitcode emission.Anton Korobeynikov2008-06-06
* Improved bitcode support for insertvalue/extractvalue.Dan Gohman2008-05-31
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-31
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* Allow an extra bit for CommonLinkage.Dale Johannesen2008-05-15
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* Honour aliases visibility when reading from/writing to bitcodeAnton Korobeynikov2008-03-11
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* Remove debugging help.Devang Patel2008-02-26
* Update bitcode reader and writer to handle multiple return values. Devang Patel2008-02-26
* Backing out r47521 for now. This has broken a number of tests.Evan Cheng2008-02-23
* Properly read and write bitcodes for multiple return values.Devang Patel2008-02-23
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-22
* Read and write getresult.Devang Patel2008-02-22
* Support alignment within ParamAttrs in the I/O handling.Dale Johannesen2008-02-20
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-12
* Fix compilation.Duncan Sands2007-12-11
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Unbreak backwards compatibility with bytecode format. RegressionChris Lattner2007-11-27
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-11
* Make temporaries explicit to avoid prematureDale Johannesen2007-09-26
* Revise previous patch per review comments.Dale Johannesen2007-09-12
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-11
* Revert previous change to IR.Dale Johannesen2007-09-07
* Next round of APFloat changes.Dale Johannesen2007-09-06
* Patch 10 for long double. Doing constants right needs expanding ConstantFPDale Johannesen2007-08-09
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-03
* remove a dead caseChris Lattner2007-07-05
* allow partially materialized modules to be written out, which just strips outChris Lattner2007-05-11
* Make a preemptive bitcode format change to support PR1146. This lets us doChris Lattner2007-05-08
* Flush the file after writing bitcode so that clients who don't close theirChris Lattner2007-05-06
* Unbreak VC++.Jeff Cohen2007-05-06
* add abbrevs for binops and casts. This shrinks a testcase from 725132->682500Chris Lattner2007-05-06
* implement reading/writing of inlineasm objectsChris Lattner2007-05-06
* add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388Chris Lattner2007-05-06