aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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-062-7/+10
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-111-1/+2
* First step in fixing PR8927:Rafael Espindola2011-01-082-5/+19
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Generalize the darwin wrapper hack to work with generic macho triples as well...Chris Lattner2010-11-291-4/+7
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* 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
* Fix spelling.Bill Wendling2010-09-281-1/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+0
* Add full auto-upgrade support for LLVM 2.7 bitcode metadata.Dan Gohman2010-09-132-31/+49
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+2
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-102-0/+4
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-101-0/+6
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-092-15/+45
* zap dead code.Chris Lattner2010-09-041-2/+1
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-282-47/+0
* Add a FIXME comment.Dan Gohman2010-08-251-0/+3
* Fix the bitcode reader to clear out function-specific stateDan Gohman2010-08-251-0/+2
* Fix a bug found by inspection.Dan Gohman2010-08-251-1/+1
* Add a comment.Dan Gohman2010-08-251-0/+1
* Clear FunctionLocalMDs in purgeFunction along with the rest of theDan Gohman2010-08-251-1/+1
* Fix whitespace.Dan Gohman2010-08-251-1/+1
* Eliminate an unnecessary cast.Dan Gohman2010-08-251-1/+1
* Add braces to fix dangling else.Dan Gohman2010-08-241-2/+2
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-242-20/+84
* When we know we have an MDValue or MDString, call EnumerateMetadataDan Gohman2010-08-241-1/+1
* Simplify this code. NamedMDNode operands are MDNodes.Dan Gohman2010-08-241-2/+1
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-202-15/+17
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-201-3/+3
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-151-2/+2
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-141-2/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* avoid undefined behavior negating minint.Chris Lattner2010-08-031-2/+2
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-214-47/+35
* Add some debug output to help diagnose PR7689.Dan Gohman2010-07-211-0/+3
* Disallow null as a named metadata operand.Dan Gohman2010-07-212-10/+2
* Add support for remapping metadata kind IDs when reading in aDan Gohman2010-07-203-7/+13
* Fix whitespace.Dan Gohman2010-07-161-2/+2
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-131-2/+3
* cache result of operator*Gabor Greif2010-07-091-2/+3
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-012-0/+2
* Revert r107205 and r107207.Bill Wendling2010-06-292-2/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-292-0/+2
* resort to ArgOperand APIGabor Greif2010-06-261-9/+8
* Tidy.Bob Wilson2010-06-191-1/+1
* Speedup bitcode writer. Do not walk all values for all functions to emit func...Devang Patel2010-06-023-9/+16