summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Merging r168354: into 3.2 release branchPawel Wodnicki2012-11-22
* Reverting 168457Pawel Wodnicki2012-11-21
* Merging r168354, r168355 and r168379 into the 3.2 release branch.Pawel Wodnicki2012-11-21
* Merge r168147 from trunk:Hans Wennborg2012-11-16
* Merge r168037 from trunk:Hans Wennborg2012-11-16
* Include all the fields so we can correctly emit DW_TAG_structure_type for C++...David Blaikie2012-11-02
* Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands2012-11-02
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-01
* Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-30
* Add a helper for telling whether a type is a pointer or vector of pointer type.Duncan Sands2012-10-30
* Enable some additional constant folding for PPCDoubleDouble.Ulrich Weigand2012-10-30
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-29
* Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,Duncan Sands2012-10-29
* Lowercase the argument for TargetTransformInfo so it's consistent with all ot...Benjamin Kramer2012-10-26
* Don't explicitly require RTTI and EH.Joerg Sonnenberger2012-10-26
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-24
* Fix ODR violations: a virtual function must be defined, even if it's neverRichard Smith2012-10-24
* Add a comment which explains why the assert fired and how to fix it.Nadav Rotem2012-10-23
* Add the "ForceSizeOpt" attribute.Nadav Rotem2012-10-22
* DataLayout should use itself when calculating the size of a vector.Hal Finkel2012-10-21
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Revert r166157 because some tests fail...Bill Wendling2012-10-17
* Check that the operand of the GEP is not the GEP itself. This occurred during...Bill Wendling2012-10-17
* Cleanup whitespace.Bill Wendling2012-10-16
* Cleanup whitespace.Bill Wendling2012-10-16
* Have AttributesImpl defriend the Attributes class.Bill Wendling2012-10-16
* Have AttrBuilder defriend the Attributes class.Bill Wendling2012-10-16
* Put simple c'tors inline.Bill Wendling2012-10-16
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling2012-10-15
* Move the AttributesImpl header file into the VMCore directory so that it can ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* Remove dead methods.Bill Wendling2012-10-14
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-14
* Fix use after free when deleting attributes in a chained folding set.Benjamin Kramer2012-10-14
* Don't use the new syntax just yet.Bill Wendling2012-10-14
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-14
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-14
* Remove the bitwise OR operator from the Attributes class. Replace it with the...Bill Wendling2012-10-14
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14