aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-3125-176/+139
* interpreter: Fix errant fallthrough.Jim Grosbach2013-01-311-1/+3
* Object: Fix errant fallthrough.Jim Grosbach2013-01-311-0/+1
* RuntimeDyld: Fix errant fallthrough.Jim Grosbach2013-01-311-0/+1
* Turn off missing field initializer warnings for gccEdwin Vane2013-01-311-0/+13
* [lit] Add a test for the various ShTest format features.Daniel Dunbar2013-01-3116-0/+72
* [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.Daniel Dunbar2013-01-311-9/+3
* [lit] Delete the now-unused SyntaxCheckTest format.Daniel Dunbar2013-01-313-13/+1
* Clarify intent.Jakob Stoklund Olesen2013-01-311-0/+6
* [MC] bundle alignment: prevent padding instructions from crossing bundle boun...Derek Schuff2013-01-314-13/+140
* Add myself as code owner of AArch64 backend.Tim Northover2013-01-311-0/+4
* Add AArch64 as an experimental target.Tim Northover2013-01-31192-13/+45628
* Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen2013-01-311-0/+0
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-314-0/+29
* Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov2013-01-313-145/+2
* Remove the Attribute::hasAttributes() function.Bill Wendling2013-01-313-13/+1
* Fixed a mistake in my previous commit where I changed the wording slightly an...Michael Gottesman2013-01-311-1/+1
* Formatting Fix. Changed " to `` around the word 'constant' in the Lang RefMichael Gottesman2013-01-311-2/+2
* Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi2013-01-313-9/+21
* Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointerDan Gohman2013-01-311-10/+15
* Add a comment.Dan Gohman2013-01-311-0/+4
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-315-22/+21
* Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling2013-01-313-21/+9
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-318-62/+61
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-312-2/+5
* build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@Saleem Abdulrasool2013-01-311-1/+1
* [lit] Move unittest adaptor code into discovery module.Daniel Dunbar2013-01-316-23/+50
* [lit] Run the ShUtil tests as part of the test suite.Daniel Dunbar2013-01-312-0/+4
* [lit] Set parallel mode for coverage tests.Daniel Dunbar2013-01-311-1/+1
* [lit] Move discovery code into its own module.Daniel Dunbar2013-01-313-233/+227
* Revert for now:Bill Wendling2013-01-313-16/+22
* Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman2013-01-312-4/+4
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-313-22/+16
* Whitespace.Eric Christopher2013-01-311-9/+9
* Check and allow floating point registers to select the size of theEric Christopher2013-01-312-2/+44
* LangRef: Add a Rationale for volatile rules.Andrew Trick2013-01-311-0/+10
* Replace some more greps with FileChecks in testsEli Bendersky2013-01-313-22/+30
* Minor code simplification.Dan Gohman2013-01-311-1/+1
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-314-24/+30
* [lit] Add a MANIFEST file and a script for sanity checking the source dist.Daniel Dunbar2013-01-312-0/+51
* [lit] Add a basic discovery test.Daniel Dunbar2013-01-319-0/+41
* [lit] Add a script for checking test coverage.Daniel Dunbar2013-01-313-0/+63
* [lit] Add a test suite for lit itself.Daniel Dunbar2013-01-312-0/+41
* stripAndComputeConstantOffsets is only called on pointers; check thisDan Gohman2013-01-311-10/+1
* Rewrite this test properly with a FileCheck instead of grepsEli Bendersky2013-01-311-8/+10
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-312-6/+28
* Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman2013-01-301-0/+30
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-303-1/+31
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-304-23/+13
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-305-24/+33