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
*
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
*
Add a test for http://llvm.org/PR3043.
Jeffrey Yasskin
2009-10-05
1
-0
/
+35
*
Extend ConstantFolding to understand signed overflow variants
Evan Phoenix
2009-10-05
1
-1
/
+120
*
teach the optimizer how to constant fold uadd/usub intrinsics.
Chris Lattner
2009-10-05
1
-0
/
+53
*
instcombine shouldn't delete all null checks for mallocs.
Chris Lattner
2009-10-05
1
-0
/
+19
*
Fix make rule when objdir is inside srcdir.
Torok Edwin
2009-10-02
1
-1
/
+1
*
Fix tests.
Evan Cheng
2009-10-02
2
-3
/
+3
*
Fix test.
Evan Cheng
2009-10-02
1
-1
/
+2
*
C++ member functions must be 2 byte aligned per ABI.
Evan Cheng
2009-10-02
1
-0
/
+19
*
Forgot about ARM::tPUSH. It also has a new writeback operand.
Evan Cheng
2009-10-02
1
-0
/
+10
*
Move load / store multiple before post-alloc scheduling.
Evan Cheng
2009-10-02
3
-7
/
+5
*
Test case for aligned attribute on function declaration.
Evan Cheng
2009-10-02
1
-0
/
+7
*
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
18
-31
/
+31
*
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-10-01
6
-5
/
+38
*
ARM::tPOP and tPOP_RET each has an extra writeback operand now.
Evan Cheng
2009-10-01
1
-0
/
+13
*
remove the GVNPRE pass. It has been subsumed by the GVN pass.
Chris Lattner
2009-10-01
19
-423
/
+0
*
Forgot this test earlier.
Evan Cheng
2009-09-30
1
-0
/
+154
*
Remove regression that requires post-RA scheduling from a target that does no...
David Goodwin
2009-09-30
1
-33
/
+0
*
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...
David Goodwin
2009-09-30
5
-5
/
+5
*
Post-RA regressions.
David Goodwin
2009-09-29
5
-4
/
+113
*
Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat.
Evan Cheng
2009-09-29
1
-0
/
+19
*
Parse custom metadata attached with an instruction.
Devang Patel
2009-09-29
2
-9
/
+9
*
Add a testcase for r83011.
Dan Gohman
2009-09-28
1
-0
/
+38
*
Add a CHECK line to check the position of the second divsd.
Dan Gohman
2009-09-28
1
-0
/
+1
*
Add a testcase to help test analysis preservation.
Dan Gohman
2009-09-28
1
-0
/
+47
*
Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo
Evan Cheng
2009-09-28
1
-6
/
+26
*
The select instruction is not neccesarily in the same block as the
Chris Lattner
2009-09-28
1
-0
/
+16
*
Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg of
Evan Cheng
2009-09-28
3
-2
/
+25
*
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-28
4
-4
/
+4
*
Use movt/movw pair to materialize 32 bit constants on ARMv6T2+.
Anton Korobeynikov
2009-09-27
1
-0
/
+9
*
Enhance the previous fix for PR4895 to allow more values than just
Chris Lattner
2009-09-27
1
-4
/
+27
[next]