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
*
Use cbz and cbnz instructions.
Evan Cheng
2009-10-31
2
-0
/
+34
*
vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid using
Jim Grosbach
2009-10-31
3
-4
/
+6
*
Consolidate test files
Jim Grosbach
2009-10-31
4
-122
/
+100
*
Change to use FileCheck
Jim Grosbach
2009-10-31
1
-1
/
+3
*
Make tests more explicit about which instructions are expected.
Jim Grosbach
2009-10-31
1
-2
/
+2
*
Grammar tweak to comments
Jim Grosbach
2009-10-31
1
-4
/
+4
*
Update test to be more explicit about what instruction sequences are expected...
Jim Grosbach
2009-10-31
1
-26
/
+39
*
Update test to be more explicit about what instruction sequences are expected...
Jim Grosbach
2009-10-31
1
-3
/
+16
*
Expand 64-bit logical shift right inline
Jim Grosbach
2009-10-31
1
-1
/
+1
*
Expand 64-bit arithmetic shift right inline
Jim Grosbach
2009-10-31
1
-1
/
+1
*
Force triple; darwin's ASM syntax differs from linux's.
Benjamin Kramer
2009-10-31
1
-1
/
+1
*
Expand 64 bit left shift inline rather than using the libcall. For now, this
Jim Grosbach
2009-10-31
1
-1
/
+1
*
Add missing colons for FileCheck.
Benjamin Kramer
2009-10-31
2
-5
/
+5
*
Convert to FileCheck
Jim Grosbach
2009-10-31
1
-5
/
+9
*
Revert r85667. LoopUnroll currently can't call utility functions which
Dan Gohman
2009-10-31
1
-2
/
+0
*
Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into
Dan Gohman
2009-10-31
1
-0
/
+2
*
It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enabl...
Evan Cheng
2009-10-31
1
-0
/
+34
*
Add a target triple so that this test behaves consistently across hosts.
Dan Gohman
2009-10-31
1
-1
/
+1
*
Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.
Dan Gohman
2009-10-30
1
-1
/
+1
*
Add a testcase for the recent duplicate PHI elimination changes.
Dan Gohman
2009-10-30
1
-0
/
+21
*
if basic blocks are destroyed while there are *just* BlockAddress' hanging
Chris Lattner
2009-10-30
1
-2
/
+7
*
Fix MachineLICM to use the correct virtual register class when
Dan Gohman
2009-10-30
1
-0
/
+26
*
Add missing substitution for %llvmgcc_only.
Daniel Dunbar
2009-10-30
1
-0
/
+1
*
I forgot to commit this test.
Evan Cheng
2009-10-30
1
-0
/
+28
*
This fixes functions like
Rafael Espindola
2009-10-30
1
-0
/
+17
*
Reimplement BranchFolding change to avoid tail merging for a 1 instruction
Bob Wilson
2009-10-28
3
-3
/
+3
*
Extend getMallocArraySize() to determine the array size if the malloc argumen...
Victor Hernandez
2009-10-28
2
-0
/
+82
*
Treat lifetime begin/end markers as allocations/frees respectively for the
Owen Anderson
2009-10-28
2
-0
/
+38
*
Be more careful about invariance reasoning on "store" queries. Stores still ...
Owen Anderson
2009-10-28
1
-0
/
+15
*
Add trivial support for the invariance intrinsics to memdep. This logic is
Owen Anderson
2009-10-28
1
-0
/
+21
*
add bitcode reader support for blockaddress. We can now fully
Chris Lattner
2009-10-28
1
-1
/
+7
*
Teach MachineLICM to unfold loads from constant memory from
Dan Gohman
2009-10-28
2
-0
/
+70
*
Use fconsts and fconstd to materialize small fp constants.
Evan Cheng
2009-10-28
1
-0
/
+33
*
Mark dead physregdefs dead immediately. This helps MachineSink and
Dan Gohman
2009-10-28
1
-0
/
+15
*
Allow constants of different types to share constant pool entries
Dan Gohman
2009-10-28
1
-0
/
+19
*
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-28
1
-3
/
+3
*
Add radar number.
Dale Johannesen
2009-10-27
1
-0
/
+1
*
Testcase for llvm-gcc patch 85284.
Dale Johannesen
2009-10-27
1
-0
/
+42
*
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
1
-0
/
+11
*
Add missing testcase.
Rafael Espindola
2009-10-27
1
-0
/
+14
*
change of mind :)
Chris Lattner
2009-10-27
1
-0
/
+0
*
rename test.
Chris Lattner
2009-10-27
1
-0
/
+0
*
Convert Analysis tests to FileCheck in regards to PR5307.
Edward O'Callaghan
2009-10-27
5
-7
/
+17
*
Fix Thumb2 failures by converting them to FileCheck.
Bob Wilson
2009-10-27
5
-8
/
+36
*
Fix the rest of the ARM failures by converting them to FileCheck.
Bob Wilson
2009-10-27
7
-39
/
+74
*
Fix some more failures by converting to FileCheck.
Bob Wilson
2009-10-27
7
-23
/
+44
*
Fix a pretty serious misfeature of the inliner: if it inlines a function
Chris Lattner
2009-10-27
1
-1
/
+32
*
convert to filecheck.
Chris Lattner
2009-10-27
1
-5
/
+8
*
Convert to FileCheck, fixing failure due to tab change in the process.
Bob Wilson
2009-10-27
1
-4
/
+3
*
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-10-26
3
-4
/
+33
[next]