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
*
Add explicit triples to avoid default behavior that varies by host.
Dan Gohman
2007-08-27
4
-4
/
+4
*
Remove this test as it is too hard to fix after the
Duncan Sands
2007-08-27
1
-1621
/
+0
*
Fix this test: llvm-gcc-4.2 optimizes almost everything away,
Duncan Sands
2007-08-27
1
-2
/
+2
*
Now that we don't output cleanups by default, the action
Duncan Sands
2007-08-27
1
-1
/
+1
*
If the source and destination pointers in an llvm.memmove are known
Dan Gohman
2007-08-27
4
-0
/
+36
*
call libc memcpy/memset if array size is bigger then threshold.
Rafael Espindola
2007-08-27
1
-14
/
+16
*
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
2007-08-26
1
-0
/
+47
*
Constant split values needs upper bound and lower bound check, just like any ...
Devang Patel
2007-08-25
1
-0
/
+52
*
Allow target constants to be illegal types. The target should
Chris Lattner
2007-08-25
1
-0
/
+8
*
While calculating upper loop bound for first loop and lower loop bound for se...
Devang Patel
2007-08-25
1
-0
/
+52
*
Fix this testcase: there are two matches for
Duncan Sands
2007-08-23
1
-2
/
+2
*
update test to check that codegen works with llvm.used in llvm.metadata section
Andrew Lenharth
2007-08-22
1
-1
/
+1
*
Testcase for llvm.c* intrinsic failures.
Bill Wendling
2007-08-22
1
-0
/
+6
*
Test handling of complex constants as lvalues.
Duncan Sands
2007-08-22
1
-0
/
+3
*
Do not split loops rejected by processOneIterationLoop().
Devang Patel
2007-08-20
2
-4
/
+2
*
Fix this test for gcc-4.2.
Duncan Sands
2007-08-20
1
-1
/
+1
*
Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C)
Evan Cheng
2007-08-18
1
-0
/
+25
*
Add loop index split tests.
Devang Patel
2007-08-17
7
-0
/
+325
*
New test. Make sure dynamic_stackalloc size is rounded up.
Evan Cheng
2007-08-16
1
-0
/
+16
*
Update test: dynamic_stackalloc size *must* be rounded to ensure stack ptr be...
Evan Cheng
2007-08-16
1
-1
/
+8
*
add byval test
Rafael Espindola
2007-08-16
1
-0
/
+10
*
Add a test to ensure that obvious link messages are actually produced on
Reid Spencer
2007-08-16
1
-0
/
+11
*
Implement FPOWI ExpandOp.
Lauro Ramos Venancio
2007-08-15
1
-0
/
+16
*
Test case for PR1609.
Evan Cheng
2007-08-15
1
-0
/
+106
*
This test used "wc | grep ..."; convert it to use the count script.
Dan Gohman
2007-08-15
1
-4
/
+4
*
Convert tests using "grep -c ... | grep ..." to use the count script.
Dan Gohman
2007-08-15
10
-15
/
+15
*
Delete extraneous uses of wc -l.
Dan Gohman
2007-08-15
2
-2
/
+2
*
Convert another test to use the count script. This one didn't fit the
Dan Gohman
2007-08-15
1
-1
/
+1
*
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-15
228
-467
/
+467
*
New test.
Evan Cheng
2007-08-14
1
-0
/
+116
*
Test case for PR1596.
Evan Cheng
2007-08-14
1
-0
/
+28
*
tcl seems to hate |& for some reason.
Chris Lattner
2007-08-14
1
-1
/
+1
*
switch this to use fastcc to avoid fpstack traffic on x86-32. Switch to
Chris Lattner
2007-08-14
1
-5
/
+5
*
Update test case. A spill should now be deleted.
Evan Cheng
2007-08-14
1
-1
/
+2
*
Spiller reuse test case.
Evan Cheng
2007-08-14
1
-0
/
+102
*
Now capable of rematerializing coalesced live intervals.
Evan Cheng
2007-08-13
2
-0
/
+236
*
When x86 addresses matching exceeds its recursion limit, check to
Dan Gohman
2007-08-13
1
-0
/
+47
*
Fix PR1607
Chris Lattner
2007-08-13
1
-0
/
+12
*
test that the ptr-to-method is succefully eliminated, leaving just the vtable...
Chris Lattner
2007-08-13
1
-0
/
+14
*
oops, forgot to commit this.
Chris Lattner
2007-08-12
2
-2
/
+1
*
Transform a load from an undef/zero global into an undef/global even if we
Chris Lattner
2007-08-11
1
-0
/
+11
*
Fix test so it passes.
Christopher Lamb
2007-08-10
1
-1
/
+1
*
Increase efficiency of sign_extend_inreg by using subregisters for truncation...
Christopher Lamb
2007-08-10
2
-2
/
+12
*
Add 2-addr to 3-addr promotion code that allows 32-bit LEA to be used via sub...
Christopher Lamb
2007-08-10
1
-0
/
+23
*
Add a test script for counting lines. This can be used instead of the
Dan Gohman
2007-08-10
1
-0
/
+17
*
Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT to
Dan Gohman
2007-08-10
1
-0
/
+11
*
when we see a unaligned load from an insufficiently aligned global or
Chris Lattner
2007-08-09
1
-0
/
+14
*
Add reference to problem report.
Nick Lewycky
2007-08-07
1
-0
/
+1
*
Fix PR1577, a crash on invalid bug.
Chris Lattner
2007-08-06
1
-0
/
+7
*
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-06
1
-0
/
+17
[next]