| Commit message (Expand) | Author | Age | Files | Lines |
* | Use proper type for the index. | Bill Wendling | 2013-01-28 | 1 | -7/+7 |
* | Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor... | Bill Wendling | 2013-01-28 | 1 | -6/+14 |
* | Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor... | Bill Wendling | 2013-01-28 | 1 | -6/+8 |
* | Remove a use of AttributeWithIndex. | Bill Wendling | 2013-01-28 | 2 | -13/+33 |
* | Improve the debug output a bit. | Bill Wendling | 2013-01-27 | 1 | -2/+7 |
* | Use proper return type for attribute index. | Bill Wendling | 2013-01-27 | 1 | -1/+1 |
* | Use proper return type for attribute index. | Bill Wendling | 2013-01-27 | 1 | -1/+1 |
* | Push the calculation of the 'Raw' attribute mask down into the implementation... | Bill Wendling | 2013-01-27 | 2 | -9/+25 |
* | Add special 'get' methods to create an Attribute with an alignment. Also do s... | Bill Wendling | 2013-01-27 | 1 | -0/+11 |
* | [XCore] Add missing l2rus instructions. | Richard Osborne | 2013-01-27 | 2 | -1/+14 |
* | Privitize some the copy c'tor and assignment operator of uniquified objects. | Bill Wendling | 2013-01-27 | 1 | -0/+8 |
* | Add some helpful comments. | Bill Wendling | 2013-01-27 | 1 | -6/+15 |
* | [XCore] Add missing l2r instructions. | Richard Osborne | 2013-01-27 | 1 | -1/+12 |
* | s/AttrList/pImpl/g in AttributeSet. No functionality change. | Bill Wendling | 2013-01-27 | 1 | -23/+23 |
* | Start using more of the AttrNode in the AttributeSetImpl class. | Bill Wendling | 2013-01-27 | 2 | -10/+11 |
* | Legalizer: Reword comment again, per Duncan's suggestion. | Benjamin Kramer | 2013-01-27 | 1 | -3/+2 |
* | [XCore] Add missing 1r instructions. | Richard Osborne | 2013-01-27 | 1 | -6/+21 |
* | [XCore] Add missing 0r instructions. | Richard Osborne | 2013-01-27 | 1 | -3/+44 |
* | BBVectorize: Better use of TTI->getShuffleCost | Hal Finkel | 2013-01-27 | 1 | -4/+23 |
* | Legalizer: Add an assert and tweak a comment to clarify the assumptions this ... | Benjamin Kramer | 2013-01-27 | 1 | -1/+5 |
* | In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ... | Bill Wendling | 2013-01-27 | 2 | -8/+42 |
* | When the legalizer is splitting vector shifts, the result may not have the ri... | Benjamin Kramer | 2013-01-27 | 1 | -2/+9 |
* | Fix miscompile. Add back the use of the ArrayRef version of the ::get method. | Bill Wendling | 2013-01-27 | 1 | -2/+5 |
* | Remove dead methods. | Bill Wendling | 2013-01-27 | 1 | -16/+2 |
* | Re-revert r173342, without losing the compile time improvements, flat | Chandler Carruth | 2013-01-27 | 1 | -27/+12 |
* | Renamed function IsPotentialUse to IsPotentialRetainableObjPtr. | Michael Gottesman | 2013-01-27 | 1 | -18/+18 |
* | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -33/+33 |
* | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -25/+18 |
* | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -22/+15 |
* | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -27/+15 |
* | Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex. | Bill Wendling | 2013-01-27 | 1 | -26/+37 |
* | Use the AttributeSet instead of AttributeWithIndex object. | Bill Wendling | 2013-01-27 | 1 | -3/+2 |
* | BBVectorize: Add a additional comment about the cost computation | Hal Finkel | 2013-01-26 | 1 | -0/+6 |
* | BBVectorize: Fix anomalous capital letter in comment | Hal Finkel | 2013-01-26 | 1 | -1/+1 |
* | X86: Decode PALIGN operands so I don't have to do it in my head. | Benjamin Kramer | 2013-01-26 | 4 | -1/+36 |
* | X86: Do splat promotion later, so the optimizer can chew on it first. | Benjamin Kramer | 2013-01-26 | 1 | -10/+10 |
* | fix use of std::std. it's ordered set. | Reed Kotler | 2013-01-26 | 1 | -3/+3 |
* | DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here? | NAKAMURA Takumi | 2013-01-26 | 1 | -0/+2 |
* | Add DIContext::getLineInfoForAddressRange() function and test. This function... | Andrew Kaylor | 2013-01-26 | 4 | -0/+139 |
* | Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib... | Bill Wendling | 2013-01-26 | 2 | -68/+74 |
* | Remove unused variables, silences -Wunused-variable | Dmitri Gribenko | 2013-01-25 | 1 | -4/+2 |
* | Remove dead method. | Bill Wendling | 2013-01-25 | 1 | -8/+0 |
* | Remove some introspection functions. | Bill Wendling | 2013-01-25 | 9 | -80/+117 |
* | Initial implementation of PPCTargetTransformInfo | Hal Finkel | 2013-01-25 | 5 | -0/+237 |
* | Fix a warning in the new DWARFheader. Add a new line at the end of the file. | Nadav Rotem | 2013-01-25 | 1 | -1/+2 |
* | Add support for applying in-memory relocations to the .debug_line section and... | Andrew Kaylor | 2013-01-25 | 7 | -8/+57 |
* | In this patch, we teach X86_64TargetMachine that it has a ILP32 | Eli Bendersky | 2013-01-25 | 4 | -18/+39 |
* | Add instruction encodings / disassembly support for l4r instructions. | Richard Osborne | 2013-01-25 | 3 | -18/+83 |
* | LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli... | Nadav Rotem | 2013-01-25 | 1 | -145/+113 |
* | Use the new 'getSlotIndex' method to retrieve the attribute's slot index. | Bill Wendling | 2013-01-25 | 6 | -8/+8 |