aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-12Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman1-1/+13
2009-02-03fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner1-2/+1
2009-01-15Add the private linkage.Rafael Espindola1-0/+1
2008-12-19Commit missed files from nocapture change.Nick Lewycky1-0/+14
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling1-14/+0
2008-12-15Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky1-0/+14
2008-11-10Added support for the following definition of shufflevector Mon P Wang1-6/+2
2008-10-05make the autoupgrade code for ret attributes dramatically simpler Chris Lattner1-30/+22
2008-09-26Now Attributes are divided in three groupsDevang Patel1-4/+45
2008-09-25 Large mechanical patch.Devang Patel1-13/+13
2008-09-24s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel1-2/+2
2008-09-23Use parameter attribute store (soon to be renamed) forDevang Patel1-4/+0
2008-09-16Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman1-5/+23
2008-09-09Temporarily disable vector select in the bitcode reader. TheDan Gohman1-1/+1
2008-09-09Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman1-1/+28
2008-09-02Read and write function notes.Devang Patel1-0/+3
2008-08-21Switch from an O(n) method to an O(1) method for changing non-constantChris Lattner1-4/+5
2008-08-21recommit bcreader, handling packed structs correctly. ApparentlyChris Lattner1-8/+102
2008-08-21Revert 55090, regressions in:Daniel Dunbar1-101/+8
2008-08-21Fix an N^2 issue handling constant resolution due to RAUW in large arraysChris Lattner1-8/+101
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen1-8/+8
2008-07-23Enable first-class aggregates support.Dan Gohman1-13/+27
2008-07-21InsertValue and ExtractValue constant expressions are alwaysDan Gohman1-41/+0
2008-07-09Add a little wrapper header that is put around bc files when emittingChris Lattner1-1/+51
2008-05-31Improved bitcode support for insertvalue/extractvalue.Dan Gohman1-2/+2
2008-05-31IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman1-33/+55
2008-05-26eliminate calls to deprecated Use::init() interfaceGabor Greif1-2/+2
2008-05-23Make structs and arrays first-class types, and add assemblyDan Gohman1-0/+64
2008-05-16API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif1-2/+2
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif1-1/+2
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen1-0/+1
2008-05-12Simplify some checksNate Begeman1-4/+4
2008-05-12Pointer comparisons should use icmp, not vicmpNate Begeman1-1/+1
2008-05-12Pointer comparisons should be handled by icmp, not vicmp :)Nate Begeman1-1/+1
2008-05-12Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman1-3/+11
2008-05-10merge of use-diet branch to trunkGabor Greif1-12/+39
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky1-9/+0
2008-04-20Switch to using Simplified ConstantFP::get API.Chris Lattner1-5/+5
2008-04-13Gabor points out that reserveOperandSpace takes # of values, Chris Lattner1-1/+1
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif1-15/+19
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner1-17/+6
2008-03-12when the bitcode reader is referencing a paramattr, make sure to bump its ref...Chris Lattner1-1/+12
2008-03-12Be backward compatibleAnton Korobeynikov1-1/+4
2008-03-11Honour aliases visibility when reading from/writing to bitcodeAnton Korobeynikov1-1/+2
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky1-0/+9
2008-02-26Use SmallVector while constructing ReturnInst.Devang Patel1-2/+4
2008-02-26Update bitcode reader and writer to handle multiple return values. Devang Patel1-11/+18
2008-02-23Backing out r47521 for now. This has broken a number of tests.Evan Cheng1-24/+11
2008-02-23Properly read and write bitcodes for multiple return values.Devang Patel1-11/+24
2008-02-22Split ParameterAttributes.h, putting the complicatedDale Johannesen1-1/+1