2011-07-21 |
Jay Foad | Make better use of ConstantExpr::getGetElementPtr's... |
tree | commitdiff |
2011-07-21 |
Jay Foad | Convert ConstantExpr::getGetElementPtr and |
tree | commitdiff |
2011-07-18 |
Jeffrey Yasskin | Add APInt(numBits, ArrayRef<uint64_t> bigVal) construct... |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
tree | commitdiff |
2011-07-13 |
Jay Foad | Convert InsertValueInst and ExtractValueInst APIs to... |
tree | commitdiff |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
tree | commitdiff |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
tree | commitdiff |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
tree | commitdiff |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
tree | commitdiff |
2011-07-07 |
Chris Lattner | type can be null |
tree | commitdiff |
2011-07-07 |
Chris Lattner | use a more efficient check for 'is metadata' |
tree | commitdiff |
2011-06-22 |
Jay Foad | Replace the existing forms of ConstantArray::get()... |
tree | commitdiff |
2011-06-20 |
Jay Foad | Make better use of the PHINode API. |
tree | commitdiff |
2011-06-20 |
Chris Lattner | Revamp the "ConstantStruct::get" methods. Previously... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | Drop the "2" suffix on some enums. |
tree | commitdiff |
2011-06-17 |
Chris Lattner | remove support for a bunch of obsolete instruction... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | missed a file. |
tree | commitdiff |
2011-06-17 |
Chris Lattner | Remove some "2" suffixes from the metadata enums now... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | remove bitcode reader support for LLVM 2.7 metadata... |
tree | commitdiff |
2011-06-14 |
Evan Cheng | Update BitcodeWriter to match recent Triple changes... |
tree | commitdiff |
2011-06-03 |
Chad Rosier | Revert name change from r132533. Lower case naming... |
tree | commitdiff |
2011-06-03 |
Chad Rosier | Whitespace and other cleanup. Functionallity unchanged. |
tree | commitdiff |
2011-05-26 |
Rafael Espindola | Fix LTO builds with xcode 4. |
tree | commitdiff |
2011-05-06 |
Nick Lewycky | It's valid to take the blockaddress of a different... |
tree | commitdiff |
2011-04-21 |
Jay Foad | PR9214: Convert Metadata API to use ArrayRef. |
tree | commitdiff |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
tree | commitdiff |
2011-04-13 |
Jay Foad | PR9214: Convert ConstantExpr::getWithOperands() to... |
tree | commitdiff |
2011-04-11 |
Jay Foad | Fix or remove code which seemed to think that the opera... |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Revert r129235 pending a vetting of the EH rewrite. |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Beginning of the Great Exception Handling Rewrite. |
tree | commitdiff |
2011-04-06 |
Rafael Espindola | Do a topological sort of the types before writing them... |
tree | commitdiff |
2011-03-30 |
Jay Foad | Remove PHINode::reserveOperandSpace(). Instead, add... |
tree | commitdiff |
2011-02-18 |
Oscar Fuentes | Move library stuff out of the toplevel CMakeLists.txt... |
tree | commitdiff |
2011-02-15 |
Chris Lattner | convert ConstantVector::get to use ArrayRef. |
tree | commitdiff |
2011-02-14 |
Chris Lattner | revert my ConstantVector patch, it seems to have made... |
tree | commitdiff |
2011-02-14 |
Chris Lattner | Switch ConstantVector::get to use ArrayRef instead... |
tree | commitdiff |
2011-02-07 |
Chris Lattner | implement .ll and .bc support for nsw/nuw on shl and... |
tree | commitdiff |
2011-02-06 |
Chris Lattner | enhance vmcore to know that udiv's can be exact, and... |
tree | commitdiff |
2011-01-11 |
Jay Foad | FixedNumOperandTraits and VariadicOperandTraits assumed... |
tree | commitdiff |
2011-01-08 |
Rafael Espindola | First step in fixing PR8927: |
tree | commitdiff |
2010-12-19 |
Nick Lewycky | Add missing standard headers. Patch by Joerg Sonnenberger! |
tree | commitdiff |
2010-11-29 |
Chris Lattner | Generalize the darwin wrapper hack to work with generic... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-10-28 |
Duncan Sands | Fix PR8494: when reading invalid bitcode, getTypeByID... |
tree | commitdiff |
2010-10-06 |
Bill Wendling | Provide a fast "get me the target triple from the modul... |
tree | commitdiff |
2010-09-28 |
Bill Wendling | Fix spelling. |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-13 |
Dan Gohman | Add full auto-upgrade support for LLVM 2.7 bitcode... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-10 |
Dale Johannesen | Add X86 MMX type to bitcode and Type. |
tree | commitdiff |
2010-09-10 |
Bill Wendling | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to |
tree | commitdiff |
2010-09-09 |
Dan Gohman | Discard metadata produced by LLVM 2.7. The value enumer... |
tree | commitdiff |
2010-09-04 |
Chris Lattner | zap dead code. |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Add a FIXME comment. |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Fix the bitcode reader to clear out function-specific... |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Fix a bug found by inspection. |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Add a comment. |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Clear FunctionLocalMDs in purgeFunction along with... |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Fix whitespace. |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Eliminate an unnecessary cast. |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Add braces to fix dangling else. |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Extend function-local metadata to be usable as attachments. |
tree | commitdiff |
2010-08-24 |
Dan Gohman | When we know we have an MDValue or MDString, call Enume... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Simplify this code. NamedMDNode operands are MDNodes. |
tree | commitdiff |
2010-08-20 |
Bill Wendling | Create the new linker type "linker_private_weak_def_auto". |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Introduce a new temporary MDNode concept. Temporary... |
tree | commitdiff |
2010-08-15 |
Argyrios Kyrtzidis | Revert r111082. No warnings for this common pattern. |
tree | commitdiff |
2010-08-14 |
Argyrios Kyrtzidis | Add ATTRIBUTE_UNUSED to methods that are not supposed... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
tree | commitdiff |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
tree | commitdiff |
2010-08-03 |
Chris Lattner | avoid undefined behavior negating minint. |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Make NamedMDNode not be a subclass of Value, and simpli... |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Add some debug output to help diagnose PR7689. |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Disallow null as a named metadata operand. |
tree | commitdiff |
2010-07-20 |
Dan Gohman | Add support for remapping metadata kind IDs when readin... |
tree | commitdiff |
2010-07-16 |
Dan Gohman | Fix whitespace. |
tree | commitdiff |
2010-07-13 |
Dan Gohman | Add support for empty metadata nodes: !{}. |
tree | commitdiff |
2010-07-09 |
Gabor Greif | cache result of operator* |
tree | commitdiff |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
tree | commitdiff |
2010-06-26 |
Gabor Greif | resort to ArgOperand API |
tree | commitdiff |
2010-06-19 |
Bob Wilson | Tidy. |
tree | commitdiff |
2010-06-02 |
Devang Patel | Speedup bitcode writer. Do not walk all values for... |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Bitcode support for allocas with arbitrary array size... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Don't flush the raw_ostream in llvm::WriteBitcodeToFile... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Don't special-case stdout in llvm::WriteBitcodeToFile... |
tree | commitdiff |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
tree | commitdiff |
2010-04-16 |
Gabor Greif | reapply r101434 |
tree | commitdiff |
2010-04-16 |
Gabor Greif | back out r101423 and r101397, they break llvm-gcc self... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
tree | commitdiff |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
tree | commitdiff |
2010-04-03 |
Chris Lattner | Add special case bitcode support for DebugLoc. This... |
tree | commitdiff |
2010-04-02 |
Dan Gohman | If the bitcode reader input stream isn't a multiple... |
tree | commitdiff |
2010-03-24 |
Gabor Greif | Finally land the InvokeInst operand reordering. |
tree | commitdiff |
2010-03-22 |
Gabor Greif | backing out r99170 because it still fails on clang... |
tree | commitdiff |
next |