index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-01-31
[lit] Fix bug where InternalShellError messages were discarded.
Daniel Dunbar
2013-01-31
Add 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-31
Update AArch64 backend to changed eliminateFrameIndex interface.
Tim Northover
2013-01-31
When lowering memcpys to loads and stores, make sure we don't promote alignments
Lang Hames
2013-01-31
[Dwarf] early exit to avoid creating dangling DIEs
Manman Ren
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
interpreter: Fix errant fallthrough.
Jim Grosbach
2013-01-31
Object: Fix errant fallthrough.
Jim Grosbach
2013-01-31
RuntimeDyld: Fix errant fallthrough.
Jim Grosbach
2013-01-31
Turn off missing field initializer warnings for gcc
Edwin 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-31
Clarify intent.
Jakob Stoklund Olesen
2013-01-31
[MC] bundle alignment: prevent padding instructions from crossing bundle boun...
Derek Schuff
2013-01-31
Add myself as code owner of AArch64 backend.
Tim Northover
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
Made the min-trip-count-switch test X86-specific to avoid
Pekka Jaaskelainen
2013-01-31
Annotate BumpPtrAllocator for MemorySanitizer.
Evgeniy Stepanov
2013-01-31
Revert r173946. This breaks compilation of googletest with Clang
Alexey Samsonov
2013-01-31
Remove the Attribute::hasAttributes() function.
Bill Wendling
2013-01-31
Fixed a mistake in my previous commit where I changed the wording slightly an...
Michael Gottesman
2013-01-31
Formatting Fix. Changed " to `` around the word 'constant' in the Lang Ref
Michael Gottesman
2013-01-31
Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...
NAKAMURA Takumi
2013-01-31
Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer
Dan Gohman
2013-01-31
Add a comment.
Dan Gohman
2013-01-31
Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since
Dan Gohman
2013-01-31
Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.
Bill Wendling
2013-01-31
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
Make the AttrBuilder creation method of Attribute private so that people won'...
Bill Wendling
2013-01-31
build: @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-31
Revert for now:
Bill Wendling
2013-01-31
Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...
Michael Gottesman
2013-01-31
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-31
Whitespace.
Eric Christopher
2013-01-31
Check and allow floating point registers to select the size of the
Eric Christopher
2013-01-31
LangRef: Add a Rationale for volatile rules.
Andrew Trick
2013-01-31
Replace some more greps with FileChecks in tests
Eli Bendersky
2013-01-31
Minor code simplification.
Dan Gohman
2013-01-31
Make 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-31
stripAndComputeConstantOffsets is only called on pointers; check this
Dan Gohman
[next]