summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove unused argument from a multiclass.Craig Topper2013-01-01
* Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and...Craig Topper2013-01-01
* Remove 2 unused multiclasses.Craig Topper2013-01-01
* Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci...Craig Topper2013-01-01
* Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ...Craig Topper2012-12-31
* Remove an unused method on Program.Chandler Carruth2012-12-31
* Remove an unused method on the Program class.Chandler Carruth2012-12-31
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-31
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-31
* reimplement GetPointerBaseWithConstantOffset().Nuno Lopes2012-12-31
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-31
* Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer2012-12-31
* Add extra CHECK to make sure that 'or' instruction was replaced.Jakub Staszak2012-12-31
* revert r171306, since we cannot compare APInts with different bitwidthsNuno Lopes2012-12-31
* use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes2012-12-31
* minor code simplificationNuno Lopes2012-12-31
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* Add some comparison operators to compare the Attribute object with the AttrKi...Bill Wendling2012-12-31
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-31
* Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth2012-12-31
* Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-31
* teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner2012-12-31
* Grammo.Jakub Staszak2012-12-31
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-31
* Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1Jakub Staszak2012-12-31
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-30
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-30
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-30
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-30
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling2012-12-30
* LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem2012-12-30
* Add a few more c'tors:Bill Wendling2012-12-30
* Add a few (as yet unused) query methods to determine if the attribute that'sBill Wendling2012-12-30
* Uniquify the AttributeImpl based on the Constant pointer, since those areBill Wendling2012-12-30
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-30
* Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...Craig Topper2012-12-29
* Merge similar functionality using a nested switch.Craig Topper2012-12-29
* Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...Craig Topper2012-12-29
* Simplify code, no functionality change.Jakub Staszak2012-12-29
* Delete executive bit on ./lib/Target/Hexagon/HexagonAsmPrinter.h.Jakub Staszak2012-12-29
* Use a 'Constant' object instead of a bit field to store the attribute data.Bill Wendling2012-12-29
* Use the accessor method instead of the raw ivar to get the bits.Bill Wendling2012-12-29
* Nuke some dead code that snuck in some how. I thought I had alreadyChandler Carruth2012-12-28
* Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth2012-12-28