aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-31[lit] Fix bug where InternalShellError messages were discarded.Daniel Dunbar
2013-01-31Add braces, so my head doesn't explode.Chad Rosier
2013-01-31[lit] Fix a shell parsing bug with ';' not separated by whitespace.Daniel Dunbar
2013-01-31Update AArch64 backend to changed eliminateFrameIndex interface.Tim Northover
2013-01-31When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames
2013-01-31[Dwarf] early exit to avoid creating dangling DIEsManman Ren
2013-01-31[PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier
2013-01-31interpreter: Fix errant fallthrough.Jim Grosbach
2013-01-31Object: Fix errant fallthrough.Jim Grosbach
2013-01-31RuntimeDyld: Fix errant fallthrough.Jim Grosbach
2013-01-31Turn off missing field initializer warnings for gccEdwin Vane
2013-01-31[lit] Add a test for the various ShTest format features.Daniel Dunbar
2013-01-31[lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.Daniel Dunbar
2013-01-31[lit] Delete the now-unused SyntaxCheckTest format.Daniel Dunbar
2013-01-31Clarify intent.Jakob Stoklund Olesen
2013-01-31[MC] bundle alignment: prevent padding instructions from crossing bundle boun...Derek Schuff
2013-01-31Add myself as code owner of AArch64 backend.Tim Northover
2013-01-31Add AArch64 as an experimental target.Tim Northover
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