index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
interpreter: Fix errant fallthrough.
Jim Grosbach
2013-01-31
1
-1
/
+3
*
Object: Fix errant fallthrough.
Jim Grosbach
2013-01-31
1
-0
/
+1
*
RuntimeDyld: Fix errant fallthrough.
Jim Grosbach
2013-01-31
1
-0
/
+1
*
Turn off missing field initializer warnings for gcc
Edwin Vane
2013-01-31
1
-0
/
+13
*
[lit] Add a test for the various ShTest format features.
Daniel Dunbar
2013-01-31
16
-0
/
+72
*
[lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.
Daniel Dunbar
2013-01-31
1
-9
/
+3
*
[lit] Delete the now-unused SyntaxCheckTest format.
Daniel Dunbar
2013-01-31
3
-13
/
+1
*
Clarify intent.
Jakob Stoklund Olesen
2013-01-31
1
-0
/
+6
*
[MC] bundle alignment: prevent padding instructions from crossing bundle boun...
Derek Schuff
2013-01-31
4
-13
/
+140
*
Add myself as code owner of AArch64 backend.
Tim Northover
2013-01-31
1
-0
/
+4
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
192
-13
/
+45628
*
Made the min-trip-count-switch test X86-specific to avoid
Pekka Jaaskelainen
2013-01-31
1
-0
/
+0
*
Annotate BumpPtrAllocator for MemorySanitizer.
Evgeniy Stepanov
2013-01-31
4
-0
/
+29
*
Revert r173946. This breaks compilation of googletest with Clang
Alexey Samsonov
2013-01-31
3
-145
/
+2
*
Remove the Attribute::hasAttributes() function.
Bill Wendling
2013-01-31
3
-13
/
+1
*
Fixed a mistake in my previous commit where I changed the wording slightly an...
Michael Gottesman
2013-01-31
1
-1
/
+1
*
Formatting Fix. Changed " to `` around the word 'constant' in the Lang Ref
Michael Gottesman
2013-01-31
1
-2
/
+2
*
Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...
NAKAMURA Takumi
2013-01-31
3
-9
/
+21
*
Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer
Dan Gohman
2013-01-31
1
-10
/
+15
*
Add a comment.
Dan Gohman
2013-01-31
1
-0
/
+4
*
Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since
Dan Gohman
2013-01-31
5
-22
/
+21
*
Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.
Bill Wendling
2013-01-31
3
-21
/
+9
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
8
-62
/
+61
*
Make the AttrBuilder creation method of Attribute private so that people won'...
Bill Wendling
2013-01-31
2
-2
/
+5
*
build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@
Saleem Abdulrasool
2013-01-31
1
-1
/
+1
*
[lit] Move unittest adaptor code into discovery module.
Daniel Dunbar
2013-01-31
6
-23
/
+50
*
[lit] Run the ShUtil tests as part of the test suite.
Daniel Dunbar
2013-01-31
2
-0
/
+4
*
[lit] Set parallel mode for coverage tests.
Daniel Dunbar
2013-01-31
1
-1
/
+1
*
[lit] Move discovery code into its own module.
Daniel Dunbar
2013-01-31
3
-233
/
+227
*
Revert for now:
Bill Wendling
2013-01-31
3
-16
/
+22
*
Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...
Michael Gottesman
2013-01-31
2
-4
/
+4
*
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-31
3
-22
/
+16
*
Whitespace.
Eric Christopher
2013-01-31
1
-9
/
+9
*
Check and allow floating point registers to select the size of the
Eric Christopher
2013-01-31
2
-2
/
+44
*
LangRef: Add a Rationale for volatile rules.
Andrew Trick
2013-01-31
1
-0
/
+10
*
Replace some more greps with FileChecks in tests
Eli Bendersky
2013-01-31
3
-22
/
+30
*
Minor code simplification.
Dan Gohman
2013-01-31
1
-1
/
+1
*
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
4
-24
/
+30
*
[lit] Add a MANIFEST file and a script for sanity checking the source dist.
Daniel Dunbar
2013-01-31
2
-0
/
+51
*
[lit] Add a basic discovery test.
Daniel Dunbar
2013-01-31
9
-0
/
+41
*
[lit] Add a script for checking test coverage.
Daniel Dunbar
2013-01-31
3
-0
/
+63
*
[lit] Add a test suite for lit itself.
Daniel Dunbar
2013-01-31
2
-0
/
+41
*
stripAndComputeConstantOffsets is only called on pointers; check this
Dan Gohman
2013-01-31
1
-10
/
+1
*
Rewrite this test properly with a FileCheck instead of greps
Eli Bendersky
2013-01-31
1
-8
/
+10
*
Fix ConstantFold's folding of icmp instructions to recognize that,
Dan Gohman
2013-01-31
2
-6
/
+28
*
Added a unit test for r173983 that verifies that Target.isiOS() works correctly.
Michael Gottesman
2013-01-30
1
-0
/
+30
*
PPC QPX requires a 32-byte aligned stack
Hal Finkel
2013-01-30
3
-1
/
+31
*
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
4
-23
/
+13
*
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
5
-24
/
+33
*
Forgot the test case before.
Evan Cheng
2013-01-30
1
-0
/
+40
[next]