aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader
Commit message (Expand)AuthorAgeFilesLines
...
| * Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+5
| * LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+59
| * The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-281-1/+2
| * Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling2011-07-281-1/+1
| * Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+39
| * Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+33
| * Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-1/+1
| * Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.Jay Foad2011-07-211-4/+3
| * Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-4/+3
* | Revert "Recover LLVM 2.7 parse bitcode backward-compatible."Stephen Hines2011-08-052-105/+8
* | Migrate to LLVM upstream r135568 (Jul 20 2011)Logan Chien2011-07-201-4/+4
* | Merge with LLVM upstream r135568 (Jul 20th 2011)Logan Chien2011-07-202-51/+51
|\ \ | |/
| * Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-181-4/+4
| * land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-182-49/+49
* | Merge upstream to r135343 at Sat. 16th July 2011.Nowar Gu2011-07-162-84/+338
|\ \ | |/
| * Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-3/+2
| * Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-131-4/+2
| * Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-2/+2
| * Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-2/+2
| * De-constify Types in FunctionType::get().Jay Foad2011-07-111-2/+2
| * Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-092-71/+329
| * type can be nullChris Lattner2011-07-071-1/+1
| * use a more efficient check for 'is metadata'Chris Lattner2011-07-071-5/+4
* | Recover LLVM 2.7 parse bitcode backward-compatible.Nowar Gu2011-06-252-8/+105
* | Merge upstream to r133679 at Thu. 23th Jun 2011.Nowar Gu2011-06-232-153/+24
|\ \ | |/
| * Replace the existing forms of ConstantArray::get() with a single formJay Foad2011-06-221-1/+1
| * Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-4/+2
| * Drop the "2" suffix on some enums.Chris Lattner2011-06-171-3/+3
| * remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-171-92/+11
| * Remove some "2" suffixes from the metadata enums now that "1" is gone.Chris Lattner2011-06-171-7/+7
| * remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner2011-06-172-48/+2
* | Merge upstream to r133240 at Fri. 17th Jun 2011.Nowar Gu2011-06-201-8/+14
|\ \ | |/
| * Whitespace and other cleanup. Functionallity unchanged.Chad Rosier2011-06-031-1/+0
| * Fix LTO builds with xcode 4.Rafael Espindola2011-05-261-1/+11
| * PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-211-4/+2
| * PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef.Jay Foad2011-04-131-2/+1
| * Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-101-7/+2
| * Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-101-2/+7
* | Merge upstream r129128Jush Lu2011-04-091-2/+1
|\ \ | |/
| * Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+1
* | Merge upstream r127116Jush Lu2011-03-091-10/+29
|\ \ | |/
| * convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-151-1/+1
| * revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-141-1/+1
| * Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-141-1/+1
| * implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-071-4/+10
| * enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-061-4/+6
| * FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-111-1/+2
| * First step in fixing PR8927:Rafael Espindola2011-01-081-2/+12
| * Fix PR8494: when reading invalid bitcode, getTypeByID may returnDuncan Sands2010-10-281-2/+7
| * Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-062-1/+129