aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-31Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen
2013-01-31Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov
2013-01-31Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov
2013-01-31Remove the Attribute::hasAttributes() function.Bill Wendling
2013-01-31Fixed a mistake in my previous commit where I changed the wording slightly an...Michael Gottesman
2013-01-31Formatting Fix. Changed " to `` around the word 'constant' in the Lang RefMichael Gottesman
2013-01-31Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi
2013-01-31Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointerDan Gohman
2013-01-31Add a comment.Dan Gohman
2013-01-31Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman
2013-01-31Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling
2013-01-31Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman
2013-01-31Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling
2013-01-31build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@Saleem Abdulrasool
2013-01-31[lit] Move unittest adaptor code into discovery module.Daniel Dunbar
2013-01-31[lit] Run the ShUtil tests as part of the test suite.Daniel Dunbar
2013-01-31[lit] Set parallel mode for coverage tests.Daniel Dunbar
2013-01-31[lit] Move discovery code into its own module.Daniel Dunbar
2013-01-31Revert for now:Bill Wendling
2013-01-31Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman
2013-01-31Remove the AttrBuilder version of the Attribute::get function.Bill Wendling
2013-01-31Whitespace.Eric Christopher
2013-01-31Check and allow floating point registers to select the size of theEric Christopher
2013-01-31LangRef: Add a Rationale for volatile rules.Andrew Trick
2013-01-31Replace some more greps with FileChecks in testsEli Bendersky
2013-01-31Minor code simplification.Dan Gohman
2013-01-31Make sure that the Attribute object represents one attribute only.Bill Wendling
2013-01-31[lit] Add a MANIFEST file and a script for sanity checking the source dist.Daniel Dunbar
2013-01-31[lit] Add a basic discovery test.Daniel Dunbar
2013-01-31[lit] Add a script for checking test coverage.Daniel Dunbar
2013-01-31[lit] Add a test suite for lit itself.Daniel Dunbar
2013-01-31stripAndComputeConstantOffsets is only called on pointers; check thisDan Gohman
2013-01-31Rewrite this test properly with a FileCheck instead of grepsEli Bendersky
2013-01-31Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman
2013-01-30Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman
2013-01-30PPC QPX requires a 32-byte aligned stackHal Finkel
2013-01-30Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling
2013-01-30Convert typeIncompatible to return an AttributeSet.Bill Wendling
2013-01-30Forgot the test case before.Evan Cheng
2013-01-30Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...Evan Cheng
2013-01-30Doxygenified some comments in IRBuilder.h.Michael Gottesman
2013-01-30Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vecto...Michael Gottesman
2013-01-30Initialize hasQPX in PPCSubtargetHal Finkel
2013-01-30Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOSMichael Gottesman
2013-01-30Remove redundant code.Bill Wendling
2013-01-30...in light of recent activity related to llvm.memcpy flags. I want toAndrew Trick
2013-01-30Add definitions for the PPC a2q core marked as having QPX availableHal Finkel
2013-01-30Remove a mention of TargetInstrDescriptor, which no longer exists in the codeEli Bendersky
2013-01-30[docs] Guide prospective TableGen backend writers.Sean Silva
2013-01-30Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that th...Bill Wendling