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 that a call to a trampoline is turned into a call to
Duncan Sands
2007-09-11
1
-0
/
+24
*
Testcase for PR1634
Chris Lattner
2007-09-11
1
-0
/
+88
*
remove obsolete testcase
Chris Lattner
2007-09-10
1
-9
/
+0
*
Fix a buggy constant folding transformation when handling aliases.
Chris Lattner
2007-09-10
1
-0
/
+13
*
Fix PR1645 by resolving forward alias references.
Chris Lattner
2007-09-10
1
-0
/
+9
*
Add missing llvm-dis.
Dale Johannesen
2007-09-10
1
-1
/
+1
*
this is not infinite recursion.
Chris Lattner
2007-09-10
1
-0
/
+7
*
Prevent tailcallelim from breaking "recursive" calls to builtins.
Chris Lattner
2007-09-10
1
-0
/
+10
*
Filter exit conditions which are not yet handled.
Devang Patel
2007-09-10
1
-0
/
+50
*
New test.
Devang Patel
2007-09-10
1
-0
/
+32
*
Implement misaligned FP loads and stores.
Dale Johannesen
2007-09-08
1
-0
/
+53
*
Add missing index versions of instructions to the map.
Bill Wendling
2007-09-07
1
-0
/
+16
*
Avoid storing and reloading zeros and other constants from stack slots
Dan Gohman
2007-09-07
1
-0
/
+14
*
Add support for having different alignment for objects on call frames.
Rafael Espindola
2007-09-07
1
-0
/
+25
*
Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...
Anton Korobeynikov
2007-09-07
4
-92
/
+92
*
Test for PR1641.
Bill Wendling
2007-09-07
1
-0
/
+14
*
Don't zap back to back volatile load/stores
Chris Lattner
2007-09-07
1
-0
/
+14
*
Proper handle case, when aliasee is external weak symbol referenced only by a...
Anton Korobeynikov
2007-09-06
1
-0
/
+4
*
When the two operands of an icmp are equal, there are five possible predicates
Nick Lewycky
2007-09-06
1
-0
/
+10
*
Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:
Evan Cheng
2007-09-06
1
-0
/
+49
*
Change all floating constants that are not exactly
Dale Johannesen
2007-09-05
21
-32
/
+32
*
Testcases for PR1628.
Duncan Sands
2007-09-05
3
-0
/
+11
*
Add the 64-bit versions of the DS* Altivec instructions.
Bill Wendling
2007-09-05
1
-0
/
+15
*
Fix for PR1632. EHSELECTION always produces a i32 value.
Evan Cheng
2007-09-04
1
-0
/
+38
*
Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.
Evan Cheng
2007-09-04
1
-0
/
+20
*
Fix a gcroot lowering bug.
Evan Cheng
2007-09-01
1
-0
/
+10
*
Initial support for calling functions with byval arguments on x86-64
Rafael Espindola
2007-08-31
1
-0
/
+19
*
Update test case to reflect Dale's change.
Evan Cheng
2007-08-31
1
-1
/
+3
*
Do not run on darwin.
Tanya Lattner
2007-08-30
1
-2
/
+2
*
Added support to fold X86 load / store instructions. This allow rematerialize...
Evan Cheng
2007-08-30
1
-1
/
+2
*
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
[next]