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