| Age | Commit message (Expand) | Author |
| 2010-03-31 | make irbuilder use the new optimized debug info accessors. | Chris Lattner |
| 2010-03-31 | add new apis for getting/setting !dbg metadata on | Chris Lattner |
| 2010-03-30 | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-03-30 | move some method definitions to files that make sense. | Chris Lattner |
| 2010-03-30 | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher |
| 2010-03-30 | reapply my timer rewrite with a change for PassManager to store | Chris Lattner |
| 2010-03-30 | revert r99862 which is causing FNT failures. | Chris Lattner |
| 2010-03-30 | fairly major rewrite of various timing related stuff. | Chris Lattner |
| 2010-03-29 | add support for zero initialized unions, patch by Tim Northover! | Chris Lattner |
| 2010-03-28 | Oops, r98447 dropped the reference to ForwardType in the wrong place in | Jeffrey Yasskin |
| 2010-03-25 | rename pred_const_iterator to const_pred_iterator for consistency's sake | Gabor Greif |
| 2010-03-25 | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif |
| 2010-03-25 | Include isFunctionLocal while calculating folding node set profile for a MDNode. | Devang Patel |
| 2010-03-25 | Include isFunctionLocal while calculating folding node set provide for a MDNode. | Devang Patel |
| 2010-03-25 | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher |
| 2010-03-24 | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher |
| 2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
| 2010-03-23 | add some accessors to callsite/callinst/invokeinst to check | Chris Lattner |
| 2010-03-23 | fix an infinite loop in Module::getEndianness, PR6684 | Chris Lattner |
| 2010-03-23 | add assert in argpromotion, which cannot trigger | Gabor Greif |
| 2010-03-23 | word-o | Gabor Greif |
| 2010-03-22 | Change intrinsic result type for void to store it as an empty list | Chris Lattner |
| 2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
| 2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
| 2010-03-22 | Free all Constants in ~LLVMConstantImpl. We avoid assertion failures | Jeffrey Yasskin |
| 2010-03-21 | Re-add the Metadata.h include to LLVMContextImpl.h so that MDNode is complete | Jeffrey Yasskin |
| 2010-03-21 | Move the LLVMContextImpl implementation into a .cpp file. | Jeffrey Yasskin |
| 2010-03-21 | Memoize InlineAsms into the LLVMContext and delete them on shutdown. | Jeffrey Yasskin |
| 2010-03-19 | call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) | Devang Patel |
| 2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif |
| 2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif |
| 2010-03-16 | add asmprinter suport for unions, fixing Feature/unions.ll to actually | Chris Lattner |
| 2010-03-14 | fix some pointless layering violations. | Chris Lattner |
| 2010-03-13 | Allow types that have been forwarded to to be freed. | Jeffrey Yasskin |
| 2010-03-13 | Delete MDNodes when LLVMContext is destroyed. Previous attempts: r97918, r97... | Jeffrey Yasskin |
| 2010-03-10 | Remove duplicated code. No functionality change. | Benjamin Kramer |
| 2010-03-07 | Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run | Jeffrey Yasskin |
| 2010-03-07 | Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It | Jeffrey Yasskin |
| 2010-03-06 | Add verification of union types. | Nick Lewycky |
| 2010-03-05 | Revert r97788 because it broke test/FrontendC/2010-02-16-DbgVarScope.c. | Jeffrey Yasskin |
| 2010-03-05 | Free MDNodes when the LLVMContext is destroyed. Leak found by Valgrind. | Jeffrey Yasskin |
| 2010-03-04 | Stop leaking MDStrings. | Jeffrey Yasskin |
| 2010-03-04 | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar |
| 2010-03-04 | Make the 'icmp pred trunc(ext(X)), CST --> icmp pred X, ext(trunc(CST))' | Nick Lewycky |
| 2010-03-03 | fix incorrect folding of icmp with undef, PR6481. | Chris Lattner |
| 2010-03-02 | Add Module functions in place of module providers. | Erick Tryzelaar |
| 2010-03-02 | Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ... | Erick Tryzelaar |
| 2010-03-02 | Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal, | Duncan Sands |