Removed extra spaces.
[oota-llvm.git] / lib / Bitcode /
2008-12-23 Zhongxing Xurevert r61368.
2008-12-23 Zhongxing XuRemove dead code.
2008-12-19 Chris LattnerAdd support for writing LLVM IR to a specified Bitstrea...
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 LewyckyIt turns out that "align 1" and unaligned are different...
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-23 Daniel DunbarMake sure to set stdout to binary when writing bitcode...
2008-10-22 Daniel DunbarAdd raw_ostream versions of WriteBitcodeToFile and...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
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 Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-22 Oscar FuentesInitial support for the CMake build system.
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-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-02 Devang PatelRead and write function notes.
2008-08-23 Chris Lattneradd #include
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-06-21 Chris Lattnerfix warning when assertion disabled.
2008-06-11 Gordon HenriksenBetter test for availability of __gnu_cxx::stdio_filebuf.
2008-06-06 Anton KorobeynikovTurn stdout into binary mode during bitcode emission.
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 Dale JohannesenAllow an extra bit for CommonLinkage.
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-13 Dan GohmanClean up the use of static and anonymous namespaces...
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-25 Dan GohmanAdd explicit keywords.
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 PatelRemove debugging help.
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-23 Ted KremenekFixed buffer overflow reported by Argiris Kirtzidis.
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Devang PatelRead and write getresult.
2008-02-20 Dale JohannesenSupport alignment within ParamAttrs in the I/O handling.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
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-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-17 Evan ChengBring back int_x86_sse2_movl_dq intrinsic for backward...
2007-12-17 Ted KremenekModified Deserializer::ReadCStr to allow C-strings...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-11 Duncan SandsFix compilation.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-11 Gordon HenriksenAdding Ocaml bindings for the bitreader as requested...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-03 Gordon HenriksenApplying Anton's binmode fix to the other ofstream...
2007-12-03 Anton KorobeynikovSorry, typo :)
2007-12-03 Anton KorobeynikovOpen output file correctly. This is extremely important for
2007-11-30 Ted KremenekFixed subtle bug in Deserializer::JumpTo when jumping...
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-14 Ted KremenekRemoved debug #define that was accidentally checked...
2007-11-14 Ted KremenekAdded two new overloaded versions of BatchEmitOwnedPtrs and
2007-11-12 Ted KremenekAdded versions of ReadPtr that takes an explicit Serial...
2007-11-10 Ted KremenekUpdated method signature to conform with the typedef...
2007-11-10 Ted KremenekAdded "random access" to the Deserializer to allow...
2007-11-09 Ted KremenekUpdated Deserializer class to provide more information...
2007-11-08 Ted KremenekAdded typedef "SerializedPtrID" to represent the pointe...
2007-11-07 Ted KremenekImplemented generic serialization of APFloat.
2007-11-07 Ted KremenekImplemented serialization of signed integers.
2007-11-06 Ted KremenekSerializer no longer automatically emits a root-level...
next