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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make test work on non-x86 hosts.
Dale Johannesen
2007-10-06
1
-1
/
+1
*
Test case for 3-address conversion.
Evan Cheng
2007-10-05
1
-0
/
+32
*
Enable convertToThreeAddress for X86 by default.
Evan Cheng
2007-10-05
3
-3
/
+3
*
First round of ppc long double. call/return and
Dale Johannesen
2007-10-05
2
-0
/
+121
*
New test case.
Evan Cheng
2007-10-05
1
-0
/
+20
*
-pre-RA-sched=none, simple, simple-noitin are gone.
Evan Cheng
2007-10-01
2
-5
/
+2
*
Teach SplitVectorOp how to split INSERT_VECTOR_ELT.
Dan Gohman
2007-09-28
1
-0
/
+18
*
Refactor the memcpy lowering for the x86 target.
Rafael Espindola
2007-09-28
1
-0
/
+17
*
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-28
1
-0
/
+47
*
Modernize fabs.ll, add long double. Add tests
Dale Johannesen
2007-09-26
2
-13
/
+68
*
When both x/y and x%y are needed (x and y both scalar integer), compute
Dan Gohman
2007-09-25
1
-0
/
+58
*
Some tests for APFloat conversions.
Dale Johannesen
2007-09-25
2
-0
/
+223
*
Forgot to check in the changes. Fix test case so it doesn't break with any sc...
Evan Cheng
2007-09-25
1
-2
/
+2
*
Use the correct result value type instead of using getValueType(0)
Dan Gohman
2007-09-24
1
-0
/
+7
*
Fix a typo in a comment.
Dan Gohman
2007-09-24
1
-1
/
+1
*
Implementation of +sse -sse2 has changed; add
Dale Johannesen
2007-09-23
1
-2
/
+2
*
Don't add a default STACK_ALIGN (use the generic ABI alignment)
Rafael Espindola
2007-09-21
1
-0
/
+1
*
Disable if-conversion for this test.
Evan Cheng
2007-09-20
1
-1
/
+1
*
-enable-arm-if-conversion is gone.
Evan Cheng
2007-09-20
8
-23
/
+23
*
Fix several more entries in the x86 reload/remat folding tables.
Dan Gohman
2007-09-20
1
-0
/
+124
*
Clean up.
Evan Cheng
2007-09-18
1
-215
/
+1
*
Fix a bogus splat xform:
Evan Cheng
2007-09-18
1
-0
/
+244
*
Objective-C was generating EH frame info like this:
Bill Wendling
2007-09-18
1
-0
/
+65
*
Fix for PR1633: Verifier doesn't fully verify GC intrinsics
Gordon Henriksen
2007-09-17
1
-1
/
+2
*
Emit integer x<1 as x<=0, as comparisons with zero (now includeing
Dan Gohman
2007-09-17
1
-0
/
+7
*
Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This was
Dan Gohman
2007-09-17
1
-0
/
+7
*
Add explicit triples to avoid default behavior that varies by host.
Dan Gohman
2007-09-14
1
-1
/
+1
*
Add support for functions with byval arguments on x86
Rafael Espindola
2007-09-14
1
-1
/
+4
*
Fixed a typo that's causing a missing kill marker.
Evan Cheng
2007-09-12
1
-0
/
+15
*
Sometimes a MI can define a register as well as defining a super-register at the
Evan Cheng
2007-09-11
1
-0
/
+9
*
this is not infinite recursion.
Chris Lattner
2007-09-10
1
-0
/
+7
*
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
*
Proper handle case, when aliasee is external weak symbol referenced only by a...
Anton Korobeynikov
2007-09-06
1
-0
/
+4
*
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
12
-17
/
+17
*
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
[next]