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 |
2010-03-22 |
Gabor Greif | Now that hopefully all direct accesses to InvokeInst... |
tree | commitdiff |
2010-03-19 |
Gabor Greif | back out r98957, it broke smooshlab.apple.com:8010... |
tree | commitdiff |
2010-03-19 |
Gabor Greif | Recommit r80858 again (which has been backed out in... |
tree | commitdiff |
2010-03-16 |
Chris Lattner | reapply r98656 unmodified, which exposed the asmprinter not |
tree | commitdiff |
2010-03-16 |
Daniel Dunbar | Revert r98656, its breaking all over the place. |
tree | commitdiff |
2010-03-16 |
Chris Lattner | improve support for uniontype and ConstantUnion, patch... |
tree | commitdiff |
2010-03-06 |
Erick Tryzelaar | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr... |
tree | commitdiff |
2010-03-06 |
Erick Tryzelaar | Whoops, the old LLVMWriteBitcodeToFileHandle closed... |
tree | commitdiff |
2010-03-06 |
Erick Tryzelaar | LLVMWriteBitcodeToFileHandle should work on all archite... |
tree | commitdiff |
2010-03-02 |
Erick Tryzelaar | Add Module functions in place of module providers. |
tree | commitdiff |
2010-02-25 |
Nick Lewycky | Make the side-numbering of instructions used by metadat... |
tree | commitdiff |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
tree | commitdiff |
2010-02-15 |
Daniel Dunbar | Simplify. |
tree | commitdiff |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
tree | commitdiff |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
tree | commitdiff |
2010-02-12 |
Evan Cheng | Also recognize armv6t2-* and armv5te-* triplets. |
tree | commitdiff |
2010-02-12 |
Evan Cheng | Add ARM bitcode file magic. |
tree | commitdiff |
2010-02-06 |
Victor Hernandez | Function-local metadata whose operands had been optimiz... |
tree | commitdiff |
2010-02-04 |
Victor Hernandez | Fix (and test) function-local metadata that occurs... |
tree | commitdiff |
2010-01-29 |
Victor Hernandez | We were not writing bitcode for function-local metadata... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-25 |
Dan Gohman | Fix the bitcode reader to deserialize nuw/nsw/etc.... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-23 |
Benjamin Kramer | Respect operator precedence (and silence a gcc 4.3... |
tree | commitdiff |
2010-01-22 |
Devang Patel | Remove MetadataBase class because it is not adding... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-21 |
Nick Lewycky | Fix a crasher trying to fold each element in a comparis... |
tree | commitdiff |
2010-01-14 |
Victor Hernandez | Simplify code that chooses when to enumerate function... |
tree | commitdiff |
2010-01-14 |
Victor Hernandez | Avoid modifying ValueEnumerator's MD ValueList by choos... |
tree | commitdiff |
2010-01-14 |
Victor Hernandez | In WriteFunction(), write function-local metadata befor... |
tree | commitdiff |
2010-01-14 |
Victor Hernandez | Clean up unnecessary return and brackets |
tree | commitdiff |
2010-01-13 |
Victor Hernandez | Fix comment typo |
tree | commitdiff |
2010-01-13 |
Victor Hernandez | Write function-local metadata as a metadata subblock... |
tree | commitdiff |
2010-01-13 |
Victor Hernandez | Enumerate function-local metadata (and its types and... |
tree | commitdiff |
2010-01-13 |
Victor Hernandez | Parse function-local metadata inside function blocks |
tree | commitdiff |
2010-01-13 |
Victor Hernandez | Revert 93270 pending investigation of how stray non... |
tree | commitdiff |
2010-01-12 |
Victor Hernandez | Make WriteConstants() more robust against stray values... |
tree | commitdiff |
2010-01-11 |
Devang Patel | s/NextValueNo/NextMDValueNo while processing metadata. |
tree | commitdiff |
2010-01-10 |
Victor Hernandez | Compute isFunctionLocal in MDNode ctor or via argument... |
tree | commitdiff |
2010-01-09 |
Chris Lattner | "In order to ease automatic bindings generation, it... |
tree | commitdiff |
2010-01-09 |
Chris Lattner | clean up this code, add a fixme. |
tree | commitdiff |
2010-01-09 |
Devang Patel | NamedMDNode is never used so there is no need to enumer... |
tree | commitdiff |
2010-01-09 |
Devang Patel | NamedMDNode element is either null or MDNode. Otherwise... |
tree | commitdiff |
2010-01-09 |
Devang Patel | Derive NamedMDNode from Value. |
tree | commitdiff |
2010-01-07 |
Devang Patel | Use separate namespace for named metadata. |
tree | commitdiff |
next |