summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader
Commit message (Expand)AuthorAge
* Drop the "2" suffix on some enums.Chris Lattner2011-06-17
* remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-17
* Remove some "2" suffixes from the metadata enums now that "1" is gone.Chris Lattner2011-06-17
* remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner2011-06-17
* Whitespace and other cleanup. Functionallity unchanged.Chad Rosier2011-06-03
* Fix LTO builds with xcode 4.Rafael Espindola2011-05-26
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-21
* PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef.Jay Foad2011-04-13
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-15
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-14
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-14
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-07
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-11
* First step in fixing PR8927:Rafael Espindola2011-01-08
* Fix PR8494: when reading invalid bitcode, getTypeByID may returnDuncan Sands2010-10-28
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-06
* Fix spelling.Bill Wendling2010-09-28
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* Add full auto-upgrade support for LLVM 2.7 bitcode metadata.Dan Gohman2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-10
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-09
* zap dead code.Chris Lattner2010-09-04
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Add a FIXME comment.Dan Gohman2010-08-25
* Fix the bitcode reader to clear out function-specific stateDan Gohman2010-08-25
* Fix a bug found by inspection.Dan Gohman2010-08-25
* Add a comment.Dan Gohman2010-08-25
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-20
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-15
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-14
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Disallow null as a named metadata operand.Dan Gohman2010-07-21
* Add support for remapping metadata kind IDs when reading in aDan Gohman2010-07-20
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-13
* cache result of operator*Gabor Greif2010-07-09
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Bitcode support for allocas with arbitrary array size types.Dan Gohman2010-05-28
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-03
* If the bitcode reader input stream isn't a multiple of 4 bytes, it's moreDan Gohman2010-04-02
* reapply r98656 unmodified, which exposed the asmprinter not Chris Lattner2010-03-16
* Revert r98656, its breaking all over the place.Daniel Dunbar2010-03-16