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
*
Test for llvm-gcc patch 73564.
Dale Johannesen
2009-06-16
1
-0
/
+10
*
Make the test target-neutral
Anton Korobeynikov
2009-06-16
1
-2
/
+2
*
Generalize a few more instcombines to be vector/scalar-independent.
Dan Gohman
2009-06-16
2
-0
/
+15
*
Instcombine's ShrinkDemandedConstant may strip bits out of constants,
Dan Gohman
2009-06-16
1
-0
/
+14
*
GNU as refuses to assemble "pop {}" instruction. Do not emit such
Anton Korobeynikov
2009-06-16
1
-1
/
+1
*
Testcase for r73506
Chris Lattner
2009-06-16
1
-0
/
+15
*
If a val# is defined by an implicit_def and it is being removed, all of the c...
Evan Cheng
2009-06-16
1
-0
/
+344
*
Add some generic expansion logic for SMULO and UMULO. Fixes UMULO
Eli Friedman
2009-06-16
3
-0
/
+38
*
Use MainCU if it is available.
Devang Patel
2009-06-16
1
-0
/
+275
*
Update this test to use fmul instead of mul.
Dan Gohman
2009-06-15
1
-1
/
+1
*
Support vector casts in more places, fixing a variety of assertion
Dan Gohman
2009-06-15
2
-0
/
+92
*
Gracefully handle imbalanced inline function begin and end markers.
Devang Patel
2009-06-15
1
-0
/
+77
*
ifcvt should ignore cfg where true and false successors are the same.
Evan Cheng
2009-06-15
1
-0
/
+12
*
Fix the crash in this test. This is basically the same
Dale Johannesen
2009-06-15
1
-0
/
+557
*
This test is failing. Revert for now.
Bill Wendling
2009-06-15
1
-89
/
+0
*
Add another testcase for r71478.
Bill Wendling
2009-06-15
1
-0
/
+89
*
CheckTailCallReturnConstraints is missing a check on the
Arnold Schwaighofer
2009-06-15
1
-0
/
+14
*
Part 1.
Evan Cheng
2009-06-15
1
-0
/
+14
*
fix testcase to properly check for the patch in r73195.
Chris Lattner
2009-06-15
1
-1
/
+1
*
Implement more aggressive folding of add operand lists when
Dan Gohman
2009-06-14
1
-0
/
+38
*
Testcase for PR4332.
Duncan Sands
2009-06-14
1
-0
/
+8
*
Teach SCEVExpander's visitAddRecExpr to reuse an existing canonical
Dan Gohman
2009-06-13
2
-1
/
+25
*
Add a ARM specific pre-allocation pass that re-schedule loads / stores from
Evan Cheng
2009-06-13
1
-0
/
+13
*
llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...
Devang Patel
2009-06-13
1
-0
/
+75
*
Adjust this test's regex strings so that they work regardless
Dan Gohman
2009-06-12
1
-3
/
+3
*
Add -m32 to llvm-gcc commands, so that this test behaves as expected
Dan Gohman
2009-06-12
1
-3
/
+3
*
If killed register is defined by implicit_def, do not clear it since it's liv...
Evan Cheng
2009-06-12
1
-0
/
+77
*
Mark some pattern-less instructions as neverHasSideEffects.
Evan Cheng
2009-06-12
1
-1
/
+1
*
Clear AbstractInstanceRootMap at the end of the function.
Devang Patel
2009-06-12
1
-0
/
+94
*
Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
Dan Gohman
2009-06-12
1
-0
/
+8
*
Testcase for llvm-gcc patch 73238.
Dale Johannesen
2009-06-12
1
-0
/
+24
*
Fix Bug 4278: X86-64 with -tailcallopt calling convention
Arnold Schwaighofer
2009-06-12
2
-6
/
+21
*
Given two identical weak functions, produce one internal function and two weak
Nick Lewycky
2009-06-12
1
-0
/
+13
*
This test is wrong. If you have two weak functions F and G you can't make
Nick Lewycky
2009-06-12
1
-11
/
+0
*
Fix regular expression.
Nick Lewycky
2009-06-12
1
-1
/
+1
*
Don't remove aggregate-typed module level constants before encoding functions
Nick Lewycky
2009-06-12
1
-0
/
+12
*
In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matched
Nick Lewycky
2009-06-12
1
-1
/
+1
*
XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy...
Nick Lewycky
2009-06-11
1
-0
/
+3
*
Test for rev 73205 (PR 4349)
Dale Johannesen
2009-06-11
1
-0
/
+39
*
Fix 4366: store to null in non-default addr space should not be
Chris Lattner
2009-06-11
1
-0
/
+7
*
Remove empty test (my DejaGNU doesn't like this)
Daniel Dunbar
2009-06-09
1
-0
/
+0
*
Remove empty file.
Bill Wendling
2009-06-09
1
-0
/
+0
*
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2009-06-09
2
-26
/
+0
*
Add a !patsubst operator. Use on string types.
David Greene
2009-06-08
1
-0
/
+15
*
Add testcase for register scanveger assertion fix in r72755
Anton Korobeynikov
2009-06-08
1
-0
/
+8
*
Add a more robust !if test.
David Greene
2009-06-08
1
-2
/
+2
*
Fix DejaGNU run line to escape special characters.
David Greene
2009-06-08
1
-2
/
+2
*
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
2009-06-08
1
-0
/
+87
*
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
2009-06-08
1
-0
/
+11
*
Fix the run-line for this test to work correctly outside of x86.
Eli Friedman
2009-06-07
1
-1
/
+1
[next]