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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement a transformation in jump threading that is currently
Chris Lattner
2009-10-11
1
-0
/
+34
*
another testcase jump threading shouldn't crash on.
Chris Lattner
2009-10-11
1
-0
/
+31
*
rename a file, remove a poorly reduced testcase.
Chris Lattner
2009-10-11
2
-142
/
+0
*
make jump threading on a phi with undef inputs happen.
Chris Lattner
2009-10-11
1
-2
/
+32
*
merge two tests.
Chris Lattner
2009-10-11
2
-13
/
+19
*
simplify some run lines, convert a test to filecheck.
Chris Lattner
2009-10-11
6
-7
/
+13
*
switch GVN to use SSAUpdater. Besides removing a lot of complexity
Chris Lattner
2009-10-10
1
-2
/
+2
*
It seems that OR operation does not affect status reg at all.
Anton Korobeynikov
2009-10-10
1
-0
/
+14
*
Update this test; the code is the same but it gets counted as one
Dan Gohman
2009-10-09
1
-1
/
+1
*
Fix the x86 test-shrink optimization so that it doesn't shrink comparisons
Dan Gohman
2009-10-09
1
-0
/
+23
*
Merge a bunch of NEON tests into larger files so they run faster.
Bob Wilson
2009-10-09
87
-3650
/
+3526
*
Convert some ARM tests with lots of greps to use FileCheck.
Bob Wilson
2009-10-09
5
-58
/
+135
*
Fix a logic error that caused non-rematable loop invariants loads to be licm'...
Evan Cheng
2009-10-09
1
-0
/
+264
*
Commit one last NEON test to use FileCheck. That's all of them now!
Bob Wilson
2009-10-09
1
-4
/
+13
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-09
11
-115
/
+388
*
Reset kill markers after live interval is reconstructed.
Evan Cheng
2009-10-09
1
-0
/
+34
*
When considering whether to inline Callee into Caller,
Dale Johannesen
2009-10-09
1
-0
/
+111
*
Add codegen support for NEON vst4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-09
1
-0
/
+28
*
Add codegen support for NEON vst3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
1
-0
/
+28
*
Add codegen support for NEON vst2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
1
-0
/
+28
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
9
-46
/
+139
*
Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
1
-0
/
+53
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
13
-100
/
+295
*
Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
1
-0
/
+47
*
It's possible for a global variable to be optimized out of a metadata object. So
Bill Wendling
2009-10-08
1
-0
/
+72
*
Use lower16 / upper16 imm modifiers to asmprint 32-bit imms splitted via movt...
Anton Korobeynikov
2009-10-08
1
-2
/
+2
*
Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
1
-0
/
+41
*
Add some peepholes for signed comparisons using ashr X, X, 32.
Richard Osborne
2009-10-08
1
-0
/
+76
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
8
-46
/
+140
*
Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
1
-0
/
+9
*
Input files should go before all other options.
Mikhail Glushenkov
2009-10-08
5
-5
/
+5
*
Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
1
-0
/
+9
*
Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
1
-0
/
+9
*
Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
1
-0
/
+12
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-07
6
-35
/
+114
*
Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
1
-0
/
+12
*
Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
1
-0
/
+12
*
Fix handling of x86 'R' constraint.
Dale Johannesen
2009-10-07
1
-0
/
+18
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-07
6
-40
/
+118
*
Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so
Kevin Enderby
2009-10-07
1
-39
/
+52
*
Convert test to FileCheck.
Bob Wilson
2009-10-07
1
-9
/
+27
*
Add codegen support for NEON vst4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
1
-0
/
+41
*
Add codegen support for NEON vst3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
1
-0
/
+41
*
Add codegen support for NEON vst2 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
1
-0
/
+37
*
Add codegen support for NEON vld4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
1
-0
/
+54
*
Add codegen support for NEON vld3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
1
-0
/
+54
*
Add tests for vld2 of 128-bit vectors.
Bob Wilson
2009-10-07
1
-0
/
+50
*
Update NEON struct names to match llvm-gcc changes.
Bob Wilson
2009-10-06
8
-195
/
+165
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
2
-3
/
+2
*
remove predicate simplifier, it never got the last bugs beaten
Chris Lattner
2009-10-06
20
-830
/
+0
[next]