| Commit message (Expand) | Author | Age | Files | Lines |
* | Make -print-machineinstrs more readable. | Dan Gohman | 2009-10-31 | 1 | -2/+2 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+31 |
* | Remove some unnecessary spaces in debug output. | Dan Gohman | 2009-10-29 | 1 | -3/+3 |
* | Rewrite SelectionDAG::isPredecessorOf to be iterative instead of | Dan Gohman | 2009-10-28 | 1 | -21/+16 |
* | Fix null pointer dereference. | Anton Korobeynikov | 2009-10-22 | 1 | -1/+1 |
* | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng | 2009-10-18 | 1 | -41/+15 |
* | Only fixed stack objects and spill slots should be get FixedStack PseudoSourc... | Evan Cheng | 2009-10-18 | 1 | -15/+41 |
* | Revert 84315 for now. Re-thinking the patch. | Evan Cheng | 2009-10-17 | 1 | -5/+5 |
* | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng | 2009-10-17 | 1 | -5/+5 |
* | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen | 2009-10-15 | 1 | -6/+9 |
* | 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 |