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