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
2009-10-17
Simplify some code (first hunk) and fix PR5208 (second hunk) by
Chris Lattner
2009-10-17
Reclaim a lost month.
Daniel Dunbar
2009-10-17
Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic
Dan Gohman
2009-10-17
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-16
HeapAllocSRoA also needs to check if malloc array size can be computed.
Victor Hernandez
2009-10-16
Update tests to use FileCheck
Mon P Wang
2009-10-16
Add test case for r84279
Mon P Wang
2009-10-16
Move zext and sext casts fed by loads into the same block as the
Dan Gohman
2009-10-16
Parse PHI instruction with attached metadata.
Devang Patel
2009-10-16
If there is not any llvm instruction associated with each lexical scope encod...
Devang Patel
2009-10-16
Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...
Victor Hernandez
2009-10-16
Force triple in tests.
Daniel Dunbar
2009-10-16
Check that GVN performs this transform even if the calls
Duncan Sands
2009-10-16
Enable post-alloc scheduling for all ARM variants except for Thumb1.
Evan Cheng
2009-10-16
MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute
Daniel Dunbar
2009-10-16
MC: When parsing a variable reference, substitute absolute variables immediately
Daniel Dunbar
2009-10-15
Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...
Sandeep Patel
2009-10-15
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
Move Blackfin intrinsics into the Target/Blackfin directory.
Jakob Stoklund Olesen
2009-10-15
Make CodePlacementOpt align loops, rather than loop headers. The
Dan Gohman
2009-10-14
When LiveVariables is adding implicit-def to model "partial dead", add the ea...
Evan Cheng
2009-10-14
Make use of the result of the loads even though that means adding -instcombine.
Nick Lewycky
2009-10-14
make instcombine's instruction sinking more aggressive in the
Chris Lattner
2009-10-14
Another BasicAA fix. If a value does not alias a GEP's base pointer, then it
Evan Cheng
2009-10-14
Replace test with a simpler hand crafted one.
Evan Cheng
2009-10-14
Use llvmgxx for C++ test.
Dale Johannesen
2009-10-14
Fix this test to account for a movl $0 being emitted as an xor now,
Dan Gohman
2009-10-14
Testcases for msasm bit (llvm-gcc 84062).
Dale Johannesen
2009-10-13
Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu...
Evan Cheng
2009-10-13
Optimizer may remove debug info. This test checks debug info for include hea...
Devang Patel
2009-10-13
Revise ARM inline assembly memory operands to require the memory address to
Bob Wilson
2009-10-13
Add an "msasm" flag to inline asm as suggested in PR 5125.
Dale Johannesen
2009-10-13
These tests now pass.
Devang Patel
2009-10-13
Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.
Sandeep Patel
2009-10-13
change simplifycfg to not duplicate 'unwind' instructions. Hopefully
Chris Lattner
2009-10-13
convert to filecheck
Chris Lattner
2009-10-13
rename test
Chris Lattner
2009-10-13
don't use dead loads as tests.
Chris Lattner
2009-10-13
Disable this test for now.
Devang Patel
2009-10-13
Teach BasicAA a little something about the atomic intrinsics: they can only
Nick Lewycky
2009-10-13
Add new "memory use marker" intrinsics. These indicate lifetimes and invariant
Nick Lewycky
2009-10-13
remove notcast, it is now dead!
Chris Lattner
2009-10-13
remove two old and nearly useless tests.
Chris Lattner
2009-10-13
XFAIL these tests for now.
Devang Patel
2009-10-13
Memory dependence analysis was incorrectly stopping to scan for stores to a p...
Victor Hernandez
2009-10-12
allow this testcase to pass with recent changes. The test hasn't been
Chris Lattner
2009-10-12
Don't forget to mark RAX as live-out of the function when arranging for
Dan Gohman
2009-10-12
Eliminate some redundant llvm-as calls.
Benjamin Kramer
2009-10-12
Missing CHECK: lines makes test exit abnormally.
Edward O'Callaghan
2009-10-12
FileCheck not CheckFile, oops.
Edward O'Callaghan
[next]