Commit missed files from nocapture change.
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.cpp
2008-12-19 Nick LewyckyCommit missed files from nocapture change.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-10-05 Chris Lattnermake the autoupgrade code for ret attributes dramatical...
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-25 Devang Patel Large mechanical patch.
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-16 Dan GohmanRe-enables the new vector select in the bitcode reader...
2008-09-09 Dan GohmanTemporarily disable vector select in the bitcode reader...
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-02 Devang PatelRead and write function notes.
2008-08-21 Chris LattnerSwitch from an O(n) method to an O(1) method for changi...
2008-08-21 Chris Lattnerrecommit bcreader, handling packed structs correctly...
2008-08-21 Daniel DunbarRevert 55090, regressions in:
2008-08-21 Chris LattnerFix an N^2 issue handling constant resolution due to...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-21 Dan GohmanInsertValue and ExtractValue constant expressions are...
2008-07-09 Chris LattnerAdd a little wrapper header that is put around bc files...
2008-05-31 Dan GohmanImproved bitcode support for insertvalue/extractvalue.
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-26 Gabor Greifeliminate calls to deprecated Use::init() interface
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-12 Nate BegemanSimplify some checks
2008-05-12 Nate BegemanPointer comparisons should use icmp, not vicmp
2008-05-12 Nate BegemanPointer comparisons should be handled by icmp, not...
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-20 Chris LattnerSwitch to using Simplified ConstantFP::get API.
2008-04-13 Chris LattnerGabor points out that reserveOperandSpace takes # of...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-12 Chris Lattnerwhen the bitcode reader is referencing a paramattr...
2008-03-12 Anton KorobeynikovBe backward compatible
2008-03-11 Anton KorobeynikovHonour aliases visibility when reading from/writing...
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-02-26 Devang PatelUse SmallVector while constructing ReturnInst.
2008-02-26 Devang PatelUpdate bitcode reader and writer to handle multiple...
2008-02-23 Evan ChengBacking out r47521 for now. This has broken a number...
2008-02-23 Devang PatelProperly read and write bitcodes for multiple return...
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Devang PatelRead and write getresult.
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Evan ChengBring back int_x86_sse2_movl_dq intrinsic for backward...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-11-27 Chris LattnerUnbreak backwards compatibility with bytecode format...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-20 Duncan SandsIn order for parameter attribute uniquing to make
2007-11-19 Dan GohmanAdd explicit keywords.
2007-11-05 Dale JohannesenMake labels work in asm blocks; allow labels as
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-07 Dale JohannesenRevert previous change to IR.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-09 Dale JohannesenPatch 10 for long double. Doing constants right needs...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-18 Chris LattnerFix PR1434 and test/Linker/link-archive.ll, this is...
2007-05-15 Chris Lattnerimplement the ModuleProvider::dematerializeFunction...
2007-05-08 Chris LattnerMake a preemptive bitcode format change to support...
2007-05-06 Chris Lattnerfix off-by-one that caused the llvm2cpp test to fail
2007-05-06 Chris LattnerAllow structs with zero fields.
2007-05-06 Chris Lattneradd a missing check
2007-05-06 Chris Lattnerimplement reading/writing of inlineasm objects
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
2007-05-06 Chris Lattnerfurther reduce the redundancy of types in the instructi...
2007-05-06 Chris Lattnerstop encoding type/value pairs when the type is implied...
2007-05-05 Chris Lattneradd support for BLOCKINFO records at the module level...
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Chris Lattnereliminate internal length fields from record. Records...
2007-05-04 Chris Lattnerstoreinst ctor takes isvolatile before alignment. ...
2007-05-04 Chris Lattnerfix a misplaced error
2007-05-04 Chris Lattnerencode and read param attrs along with function type...
2007-05-04 Chris Lattneradd support for reading the param attrs block
2007-05-04 Chris Lattnerremove dead code
2007-05-04 Reid SpencerAllow this to compile with gcc 4.0.X
2007-05-03 Chris LattnerEncoding calling conv info in call/invoke instrs, tree...
2007-05-03 Chris Lattnerthe type field for a store is the type of the pointer...
2007-05-03 Chris Lattnerfix encoding of BB names in the symtab
2007-05-03 Chris Lattnerbug fixes
2007-05-03 Chris Lattnerimplement the rest of the instructions
2007-05-03 Chris Lattneradd a few more instructions, getting close
2007-05-02 Chris Lattneradd reader logic for terminator instrs.
2007-05-02 Chris Lattneradd reader support for a bunch of new instructions
2007-05-02 Chris Lattnerread a few instructions, fix some bugs. This is enough...
next