aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-31Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth
2013-01-31Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling
2013-01-31Regenerate configure to hopefully fix buildbot breakage. Oh how I love autoconf.Richard Smith
2013-01-31Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083.NAKAMURA Takumi
2013-01-31Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith
2013-01-31[lit] Add a test for internal shell execution behaviors.Daniel Dunbar
2013-01-31[lit] Change to raise InternalShellError for all command execution issues.Daniel Dunbar
2013-01-31Document another instsimplify assumption.Dan Gohman
2013-01-31R600: Fold clamp, neg, absTom Stellard
2013-01-31R600: Consider bitcast when folding const_address node.Tom Stellard
2013-01-31R600: Make store_dummy intrinsic more general by passing export typeTom Stellard
2013-01-31Remove unused variable, which should have been removed with r174083.Chad Rosier
2013-01-31Linker: correctly link in dbg.declareManman Ren
2013-01-31Add support for emitting a string attribute.Bill Wendling
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