Add a new ShuffleVectorInst::getMaskValue method.
[oota-llvm.git] / lib / Bitcode /
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...
2007-11-06 Ted KremenekAugmented ReadPtr and ReadOwnedPtr to control whether...
2007-11-06 Ted KremenekRenamed "Flush()" to "FlushRecord()".
2007-11-06 Ted KremenekAdded support for processing abbreviations in the Deser...
2007-11-05 Ted KremenekAdded support in serializer and deserializer to create...
2007-11-05 Dale JohannesenMake labels work in asm blocks; allow labels as
2007-11-05 Ted KremenekAdded default creation of root-level block by bitstream...
2007-11-04 Gordon HenriksenDeleting -emitbitcode option which did nothing.
2007-11-01 Ted KremenekRemoved ReadVal from SerializeTrait<T>, and also remove...
2007-11-01 Ted KremenekRewrote backpatcher. Backpatcher now stores the "has...
2007-10-31 Ted Kremenekconstified several pointer arguments for methods in...
2007-10-31 Ted KremenekImplemented deserialization of references. References...
2007-10-31 Ted KremenekAdded Serializer::EmitRef to deal with emitting arbitra...
2007-10-29 Ted KremenekFixed warning concerning implicit conversion from a...
2007-10-28 Ted KremenekFixed assertion in Deserializer::~Deserializer that...
2007-10-28 Ted KremenekUpdated backpatching logic during object deserializatio...
2007-10-26 Ted KremenekAdded serialization support for APInt.
2007-10-25 Ted KremenekUpdated backpatching during object deserialization...
2007-10-25 Hartmut KaiserDisambiguated variable name to comply with VC++'s archa...
2007-10-25 Ted KremenekAdded special treatment of serializing NULL pointers.
2007-10-25 Ted KremenekImplemented prototype serialization of pointers, includ...
2007-10-24 Ted KremenekSplit Serialization.h into separate headers: Serialize...
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-05 Gordon HenriksenRemoving the silly CHelpers header by rolling wrap...
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-26 Dale JohannesenMake temporaries explicit to avoid premature
2007-09-18 Gordon HenriksenC bindings for libLLVMCore.a and libLLVMBitWriter.a.
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 Chris Lattnerremove a dead case
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-11 Chris Lattnerallow partially materialized modules to be written...
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 LattnerFlush the file after writing bitcode so that clients...
2007-05-06 Chris LattnerFix a nasty problem where we would miss enumeration...
2007-05-06 Chris LattnerAllow structs with zero fields.
2007-05-06 Chris Lattneradd a missing check
2007-05-06 Jeff CohenKeep header file free of 'possible loss of data' warnings.
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-06 Chris Lattneradd abbrevs for binops and casts. This shrinks a testc...
2007-05-06 Chris Lattneradd a new CreateBitcodeWriterPass method, which creates...
2007-05-06 Chris Lattnerimplement reading/writing of inlineasm objects
2007-05-06 Chris Lattneradd some abbrevs for ret and unreachable, shrinking...
2007-05-06 Chris Lattnerenumerate the operands of a constant before we enumerat...
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattneradd an abbreviation for the string constants opzn,...
next