| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce new convenience methods for sign extending or | Duncan Sands | 2009-10-13 | 1 | -0/+12 |
* | Make getMachineNode return a MachineSDNode* instead of a generic SDNode* | Dan Gohman | 2009-10-10 | 1 | -42/+53 |
* | Add a SelectionDAG getTargetInsertSubreg convenience function, | Bob Wilson | 2009-10-08 | 1 | -0/+11 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -204/+309 |
* | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -44/+44 |
* | Add a version of dumpr() that has a SelectionDAG* argument. | Dan Gohman | 2009-09-25 | 1 | -0/+5 |
* | Use getStoreSize() instead of getStoreSizeInBits()/8. | Dan Gohman | 2009-09-23 | 1 | -1/+1 |
* | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman | 2009-09-23 | 1 | -10/+10 |
* | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman | 2009-09-23 | 1 | -4/+1 |
* | Change MachineMemOperand's alignment value to be the alignment of | Dan Gohman | 2009-09-21 | 1 | -2/+2 |
* | tidy up | Chris Lattner | 2009-09-20 | 1 | -3/+3 |
* | Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot... | Nate Begeman | 2009-09-15 | 1 | -5/+0 |
* | Better solution for tracking both the original alignment of the access, and t... | Nate Begeman | 2009-09-15 | 1 | -22/+19 |
* | Remove incorrect CSE code from r81813. | Nate Begeman | 2009-09-15 | 1 | -2/+0 |
* | Add an "original alignment" field to load and store nodes. This enables the | Nate Begeman | 2009-09-15 | 1 | -13/+23 |
* | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman | 2009-09-03 | 1 | -0/+13 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -1/+1 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -1/+1 |
* | Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize | Owen Anderson | 2009-08-25 | 1 | -7/+14 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -1/+1 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -6/+7 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -2/+0 |
* | Reapply r79708 with the appropriate fix for the case that still requires lock... | Owen Anderson | 2009-08-22 | 1 | -2/+6 |
* | revert r79708 + r79711 | Chris Lattner | 2009-08-22 | 1 | -5/+3 |
* | Actually remove unused static. Previous commit removed trailing | Eric Christopher | 2009-08-22 | 1 | -1/+0 |
* | Remove unused static. | Eric Christopher | 2009-08-22 | 1 | -20/+20 |
* | Ease contention on this lock by noticing that all writes to the VTs array will | Owen Anderson | 2009-08-22 | 1 | -2/+5 |
* | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman | 2009-08-19 | 1 | -0/+11 |
* | Needs to check whether unaligned load / store of i64 is legal here. | Evan Cheng | 2009-08-15 | 1 | -4/+3 |
* | Unbreak build. Evan, please make sure my changes are correct. | Benjamin Kramer | 2009-08-15 | 1 | -1/+1 |
* | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov | 2009-08-14 | 1 | -3/+6 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -9/+13 |
* | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 1 | -7/+9 |
* | Fix warnings. | Owen Anderson | 2009-08-11 | 1 | -4/+4 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -77/+78 |
* | Tidy #includes. | Dan Gohman | 2009-08-11 | 1 | -0/+1 |
* | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -0/+1 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -238/+238 |
* | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 1 | -1/+2 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -55/+26 |
* | Propogate the Depth argument when calling | Dan Gohman | 2009-08-04 | 1 | -1/+2 |
* | Print the target flags as an int instead of a char, as they aren't | Dan Gohman | 2009-08-01 | 1 | -4/+4 |
* | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta | 2009-07-30 | 1 | -3/+6 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -6/+5 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -1/+1 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -1/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 |
* | Fix some minor MSVC compiler warnings. | Daniel Dunbar | 2009-07-19 | 1 | -2/+2 |
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -1/+1 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -1/+1 |