| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to | Bill Wendling | 2010-09-10 | 1 | -0/+14 |
* | MDNodes are not Constants. | Dan Gohman | 2010-09-09 | 1 | -5/+0 |
* | Print invalid metadata references as <badref>, for consistency with | Dan Gohman | 2010-09-09 | 1 | -2/+10 |
* | Clarify the ownership model of LLVMContext and Module. Namely, contexts own | Owen Anderson | 2010-09-08 | 4 | -0/+24 |
* | Fix PR7972, in which the PassRegistry was being leaked. As part of this, | Owen Anderson | 2010-09-07 | 1 | -35/+16 |
* | Add an MVT::x86mmx type. It will take the place of all current MMX vector types. | Bill Wendling | 2010-09-07 | 1 | -0/+1 |
* | Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ... | Owen Anderson | 2010-09-07 | 1 | -26/+64 |
* | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson | 2010-09-03 | 1 | -12/+50 |
* | lets get crazy and name the header file the exact class name, | Chris Lattner | 2010-09-02 | 1 | -1/+1 |
* | reapply 112894: | Chris Lattner | 2010-09-02 | 1 | -12/+4 |
* | revert patch, need to update clang tests too | Chris Lattner | 2010-09-02 | 1 | -4/+12 |
* | Remove #uses comments from functions: they we're padded out to column 50 | Chris Lattner | 2010-09-02 | 1 | -12/+4 |
* | Print the number of uses of a function in the .ll since it can be informative | Duncan Sands | 2010-09-02 | 1 | -2/+2 |
* | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson | 2010-09-01 | 1 | -21/+52 |
* | Add comments explaining why it's not necessary to include the | Dan Gohman | 2010-08-30 | 1 | -1/+6 |
* | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson | 2010-08-30 | 1 | -1/+6 |
* | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson | 2010-08-29 | 1 | -2/+32 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 10 | -362/+17 |
* | zap dead code | Chris Lattner | 2010-08-28 | 1 | -10/+0 |
* | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2010-08-27 | 1 | -1/+66 |
* | Don't include the is-function-local bit in the FoldingSetNodeID | Dan Gohman | 2010-08-24 | 1 | -15/+15 |
* | Verify that a non-uniqued non-temporary MDNode is not deleted via | Dan Gohman | 2010-08-23 | 1 | -1/+3 |
* | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 1 | -3/+3 |
* | Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin! | Nick Lewycky | 2010-08-22 | 1 | -6/+15 |
* | Use MDNode::destroy(). Fixes a delete/free mismatch. | Benjamin Kramer | 2010-08-21 | 1 | -3/+1 |
* | Add an assert to MDNode::deleteTemporary check that the node being deleted | Dan Gohman | 2010-08-21 | 1 | -1/+3 |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 3 | -0/+12 |
* | Introduce a new temporary MDNode concept. Temporary MDNodes are | Dan Gohman | 2010-08-20 | 1 | -0/+23 |
* | Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. | Erick Tryzelaar | 2010-08-20 | 1 | -0/+8 |
* | Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and | Bob Wilson | 2010-08-20 | 1 | -0/+29 |
* | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman | 2010-08-19 | 2 | -20/+12 |
* | The plural of analysis is analyses. | Dan Gohman | 2010-08-16 | 1 | -2/+2 |
* | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 2 | -12/+20 |
* | Remove redundant inline keywords. | Dan Gohman | 2010-08-16 | 2 | -3/+3 |
* | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman | 2010-08-16 | 1 | -14/+6 |
* | Revert r111082. No warnings for this common pattern. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -2/+2 |
* | Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. | Argyrios Kyrtzidis | 2010-08-14 | 1 | -2/+2 |
* | Move some code from Verifier into SVI::isValidOperands. This allows us to ca... | Nate Begeman | 2010-08-13 | 2 | -23/+17 |
* | Trim #includes. | Dan Gohman | 2010-08-12 | 2 | -7/+0 |
* | Tidy up whitespace. | Dan Gohman | 2010-08-12 | 1 | -85/+87 |
* | Use .empty() instead of .size(). | Dan Gohman | 2010-08-12 | 1 | -1/+1 |
* | Remove BasicBlockPass::runOnFunction, which was unused. | Dan Gohman | 2010-08-11 | 1 | -10/+0 |
* | Delete FunctionPass::run, which is unused. | Dan Gohman | 2010-08-11 | 1 | -11/+0 |
* | Delete FunctionPass::runOnModule, which is unused. | Dan Gohman | 2010-08-11 | 1 | -13/+0 |
* | Reject unrepresentable pointer types in intrinsics. Fixes PR7316. | Nick Lewycky | 2010-08-08 | 1 | -2/+7 |
* | More #include cleanups. | Dan Gohman | 2010-08-07 | 1 | -0/+1 |
* | Oops, check in this file too. | Dan Gohman | 2010-08-07 | 1 | -2/+2 |
* | Tidy some #includes and forward-declarations, and move the C binding code | Dan Gohman | 2010-08-07 | 3 | -41/+37 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 5 | -84/+101 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 5 | -90/+75 |