aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-012-3/+8
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-0129-30/+30
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-015-8/+8
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-013-13/+10
* Remove unused argument from a multiclass.Craig Topper2013-01-011-5/+3
* Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and...Craig Topper2013-01-011-30/+34
* Remove 2 unused multiclasses.Craig Topper2013-01-011-26/+0
* Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci...Craig Topper2013-01-011-47/+58
* Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ...Craig Topper2012-12-311-6/+6
* Make it explicit that the only entry points to the Program object areChandler Carruth2012-12-311-1/+1
* Remove an unused method on Program.Chandler Carruth2012-12-313-46/+0
* Remove an unused method on the Program class.Chandler Carruth2012-12-313-13/+0
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-316-26/+12
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-315-12/+43
* Remove the declspecs from small alignments that we can force withChandler Carruth2012-12-311-5/+12
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-313-35/+0
* reimplement GetPointerBaseWithConstantOffset().Nuno Lopes2012-12-311-31/+21
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-313-12/+155
* [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer2012-12-312-74/+107
* Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer2012-12-312-68/+3
* Add extra CHECK to make sure that 'or' instruction was replaced.Jakub Staszak2012-12-312-0/+3
* Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola2012-12-312-5/+2
* revert r171306, since we cannot compare APInts with different bitwidthsNuno Lopes2012-12-311-1/+1
* use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes2012-12-311-36/+8
* minor code simplificationNuno Lopes2012-12-311-1/+1
* Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-53/+19
* Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-312-0/+94
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-312-0/+10
* Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-312-0/+14
* Check for errors. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-6/+12
* Fix indentation. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-311-32/+32
* Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-311-28/+18
* add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes2012-12-312-3/+68
* Remove dead method.Bill Wendling2012-12-311-6/+0
* Add some comparison operators to compare the Attribute object with the AttrKi...Bill Wendling2012-12-312-3/+15
* docs: Fix FIXMESean Silva2012-12-312-4/+5
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-313-6/+3
* Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth2012-12-311-1/+0
* Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth2012-12-311-0/+13
* Begin sketching out the process interface.Chandler Carruth2012-12-316-1/+130
* Start sketching out a roadmap for better subprocess management in theChandler Carruth2012-12-311-136/+140
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-312-8/+58
* teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner2012-12-312-0/+41
* Grammo.Jakub Staszak2012-12-311-1/+1
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-315-32/+9
* Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1Jakub Staszak2012-12-312-0/+23
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-302-1/+17
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-308-83/+30
* Documentation: add a section to prevent spurious test failures like the oneDmitri Gribenko2012-12-301-0/+37
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-309-38/+28