| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta | 2009-07-30 | 3 | -3/+14 |
* | Add a note. | Evan Cheng | 2009-07-30 | 1 | -0/+20 |
* | I've changed the semantics of MERGE_VALUES a bit. It's now allowed to live un... | Evan Cheng | 2009-07-30 | 1 | -3/+3 |
* | Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(... | Evan Cheng | 2009-07-30 | 8 | -15/+502 |
* | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar | 2009-07-30 | 5 | -20/+15 |
* | Keep track of references to mem(cpy,move,set) and then print only one extern | Sanjiv Gupta | 2009-07-30 | 2 | -2/+41 |
* | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar | 2009-07-30 | 3 | -26/+56 |
* | Equal SCEVs of a subscript give rise to dependence. | Andreas Bolka | 2009-07-30 | 1 | -1/+11 |
* | Disable the NamedMDNodeTest, it is failing everywhere. | Daniel Dunbar | 2009-07-30 | 1 | -0/+3 |
* | Typo | Nate Begeman | 2009-07-30 | 1 | -1/+1 |
* | Add a new register class to describe operands that can't be SP, | Dan Gohman | 2009-07-30 | 6 | -38/+225 |
* | Minor whitespace tidiness. | Dan Gohman | 2009-07-30 | 1 | -4/+4 |
* | Check null NameMDNode elements. | Devang Patel | 2009-07-30 | 2 | -5/+9 |
* | Eliminate a bunch of redundant tables. | Dan Gohman | 2009-07-30 | 1 | -167/+61 |
* | Lower a 128-bit BUILD_VECTOR with 2 elements to a pair of INSERT_VECTOR_ELTs. | Bob Wilson | 2009-07-30 | 1 | -1/+19 |
* | Use array_endof instead of doing it manually. | Dan Gohman | 2009-07-30 | 1 | -27/+20 |
* | Add NamedMDNode test. | Devang Patel | 2009-07-30 | 1 | -0/+22 |
* | print single NamedMDNode. | Devang Patel | 2009-07-30 | 1 | -3/+45 |
* | tbb / tbh instructions only branch forward, not backwards. | Evan Cheng | 2009-07-29 | 3 | -2/+128 |
* | Add VFP3 D registers to the DPR register class. | Evan Cheng | 2009-07-29 | 2 | -1/+111 |
* | In TrimAllocationToSize, if a block is below the minimum allocation size, | Nicolas Geoffray | 2009-07-29 | 1 | -1/+4 |
* | Eliminate a few unused-variable warnings | Douglas Gregor | 2009-07-29 | 4 | -7/+0 |
* | Read and write NamedMDNode. | Devang Patel | 2009-07-29 | 5 | -3/+78 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 71 | -439/+287 |
* | Print named metadata. | Devang Patel | 2009-07-29 | 1 | -0/+25 |
* | Fix PR4645 which was fallout from the fix for PR4641. | Daniel Dunbar | 2009-07-29 | 2 | -8/+39 |
* | There is no need to keep name ref in NamedMDNode. | Devang Patel | 2009-07-29 | 3 | -21/+12 |
* | inline the global 'getInstrOperandRegClass' function into its callers | Chris Lattner | 2009-07-29 | 6 | -30/+18 |
* | Make sure Thumb2 uses the right call instructions. | Evan Cheng | 2009-07-29 | 3 | -19/+80 |
* | Forgot to output the base offset. | Bill Wendling | 2009-07-29 | 1 | -4/+8 |
* | 1. Introduce a new TargetOperandInfo::getRegClass() helper method | Chris Lattner | 2009-07-29 | 6 | -25/+43 |
* | make ptr_rc derive from a new PointerLikeRegClass tblgen class. | Chris Lattner | 2009-07-29 | 4 | -7/+17 |
* | Give getPointerRegClass() a "kind" value so that targets can | Chris Lattner | 2009-07-29 | 11 | -26/+28 |
* | - Fix an obvious copy and paste error. | Evan Cheng | 2009-07-29 | 3 | -6/+7 |
* | Re-enable comment and operand padding. | David Greene | 2009-07-29 | 1 | -21/+213 |
* | Update unittest for LLVM API change. | Benjamin Kramer | 2009-07-29 | 1 | -18/+18 |
* | Remove now unused Context variables. | Benjamin Kramer | 2009-07-29 | 3 | -6/+0 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 43 | -744/+553 |
* | Fix a typo, and all of its copies | Douglas Gregor | 2009-07-29 | 1 | -3/+3 |
* | Implement PointerUnion4. | Douglas Gregor | 2009-07-29 | 1 | -0/+109 |
* | Refactor. Fix indentation. | Devang Patel | 2009-07-29 | 1 | -38/+44 |
* | Add llvm_unreachable for ... unreachable code! | Eric Christopher | 2009-07-29 | 1 | -1/+1 |
* | xfail for now. | Evan Cheng | 2009-07-29 | 1 | -0/+1 |
* | Perform simplification noticed by Reid. | Daniel Dunbar | 2009-07-29 | 1 | -4/+0 |
* | Keep track of named mdnodes in a Module using an ilist. | Devang Patel | 2009-07-29 | 6 | -9/+97 |
* | fix unittest on platforms with unsigned chars (e.g. linux-ppc) | Benjamin Kramer | 2009-07-29 | 1 | -1/+1 |
* | Add missing include. | Daniel Dunbar | 2009-07-29 | 1 | -0/+1 |
* | Change Neon VLDn intrinsics to return multiple values instead of really | Bob Wilson | 2009-07-29 | 4 | -78/+114 |
* | Fix the verifier to handle intrinsics with LLVMMatchType parameters, where | Bob Wilson | 2009-07-29 | 1 | -0/+13 |
* | Fix an assumption that there is a single return value when verifying | Bob Wilson | 2009-07-29 | 1 | -2/+2 |