summaryrefslogtreecommitdiff
path: root/lib/Bitcode
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-16
* Temporarily disable vector select in the bitcode reader. TheDan Gohman2008-09-09
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Read and write function notes.Devang Patel2008-09-02
* add #includeChris Lattner2008-08-23
* Switch from an O(n) method to an O(1) method for changing non-constantChris Lattner2008-08-21
* recommit bcreader, handling packed structs correctly. ApparentlyChris Lattner2008-08-21
* Revert 55090, regressions in:Daniel Dunbar2008-08-21
* Fix an N^2 issue handling constant resolution due to RAUW in large arraysChris Lattner2008-08-21
* 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
* fix warning when assertion disabled.Chris Lattner2008-06-21
* Better test for availability of __gnu_cxx::stdio_filebuf.Gordon Henriksen2008-06-11
* 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
* eliminate calls to deprecated Use::init() interfaceGabor Greif2008-05-26
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* Allow an extra bit for CommonLinkage.Dale Johannesen2008-05-15
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Simplify some checksNate Begeman2008-05-12
* Pointer comparisons should use icmp, not vicmpNate Begeman2008-05-12
* Pointer comparisons should be handled by icmp, not vicmp :)Nate Begeman2008-05-12
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* merge of use-diet branch to trunkGabor Greif2008-05-10
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Switch to using Simplified ConstantFP::get API.Chris Lattner2008-04-20
* Gabor points out that reserveOperandSpace takes # of values, Chris Lattner2008-04-13
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Add explicit keywords.Dan Gohman2008-03-25
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* when the bitcode reader is referencing a paramattr, make sure to bump its ref...Chris Lattner2008-03-12
* Be backward compatibleAnton Korobeynikov2008-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
* Use SmallVector while constructing ReturnInst.Devang Patel2008-02-26
* 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
* Fixed buffer overflow reported by Argiris Kirtzidis.Ted Kremenek2008-02-23
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-22
* Read and write getresult.Devang Patel2008-02-22