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
path:
root
/
test
Age
Commit message (
Expand
)
Author
2012-11-29
instcombine: Migrate puts optimizations
Meador Inge
2012-11-29
Follow up to 168711: It's safe to base this analysis on the found compare, ju...
Benjamin Kramer
2012-11-29
fix a typo
Shuxin Yang
2012-11-29
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-29
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-29
Teach the legalizer how to handle operands for VSELECT nodes
Justin Holewinski
2012-11-29
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
[msan] Propagate shadow through (x<0) and (x>=0) comparisons.
Evgeniy Stepanov
2012-11-29
[msan] Fix shadow & origin store & load alignment.
Evgeniy Stepanov
2012-11-29
[msan] Add a test for r168873.
Evgeniy Stepanov
2012-11-29
[msan] Update tests (broken in r168873).
Evgeniy Stepanov
2012-11-29
Initial commit of MemorySanitizer.
Evgeniy Stepanov
2012-11-29
[asan] when checking the noreturn attribute on the call, also check it on the...
Kostya Serebryany
2012-11-29
Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...
Shuxin Yang
2012-11-29
Avoid rewriting instructions twice.
Jakob Stoklund Olesen
2012-11-29
When combining consecutive stores allow loads in between the stores, if the l...
Nadav Rotem
2012-11-28
ARM: Implement CanLowerReturn so large vectors get expanded into sret.
Benjamin Kramer
2012-11-28
Fix initial frame state on powerpc64.
Ulrich Weigand
2012-11-28
Add error handling in getInt.
Patrik Hägglund
2012-11-28
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
misched: better alias analysis.
Andrew Trick
2012-11-28
BBVectorize: Correctly merge SubclassOptionalData
Hal Finkel
2012-11-27
This patch makes medium code model the default for 64-bit PowerPC ELF.
Bill Schmidt
2012-11-27
Add -verify-machineinstrs to these fast-isel test cases.
Chad Rosier
2012-11-27
Modified depends() to recognize that when all levels are "=" and
Preston Briggs
2012-11-27
CSE: allow PerformTrivialCoalescing to check copies across basic block
Manman Ren
2012-11-27
instcombine: Don't replace all uses for instructions with no uses
Meador Inge
2012-11-27
SCEV: Even if the latch terminator is foldable we can't deduce the result of ...
Benjamin Kramer
2012-11-27
X86: do not fold load instructions such as [V]MOVS[S|D] to other instructions
Manman Ren
2012-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
Never use .lcomm on platforms where it does not accept an alignment
Ulrich Weigand
2012-11-27
Move sprintf simplifier tests to test/Transforms/InstCombine
Meador Inge
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.
NAKAMURA Takumi
2012-11-27
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...
NAKAMURA Takumi
2012-11-27
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.
NAKAMURA Takumi
2012-11-27
Trailing linefeeds.
NAKAMURA Takumi
2012-11-27
Revert accidental commit.
Craig Topper
2012-11-27
Make PrintReg constructor explicit to prevent weird implicit conversions from...
Craig Topper
2012-11-27
tsan: instrument atomic nand operation
Dmitry Vyukov
2012-11-27
Add test cases for r168417.
Craig Topper
2012-11-27
test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...
NAKAMURA Takumi
2012-11-27
Modify depends(Src, Dst, PossiblyLoopIndependent).
Preston Briggs
2012-11-27
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
The section is .debug_line.
Eric Christopher
2012-11-27
Extend test case for r168657.
Chad Rosier
2012-11-27
Fast-math test for SimplifyInstruction: fold multiply by 0
Michael Ilseman
[next]