C and Objective Caml bindings for GlobalVariable::isConstant.
[oota-llvm.git] / test / CodeGen /
2007-10-06 Dale JohannesenMake test work on non-x86 hosts.
2007-10-05 Evan ChengTest case for 3-address conversion.
2007-10-05 Evan ChengEnable convertToThreeAddress for X86 by default.
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-10-05 Evan ChengNew test case.
2007-10-01 Evan Cheng-pre-RA-sched=none, simple, simple-noitin are gone.
2007-09-28 Dan GohmanTeach SplitVectorOp how to split INSERT_VECTOR_ELT.
2007-09-28 Rafael EspindolaRefactor the memcpy lowering for the x86 target.
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-26 Dale JohannesenModernize fabs.ll, add long double. Add tests
2007-09-25 Dan GohmanWhen both x/y and x%y are needed (x and y both scalar...
2007-09-25 Dale JohannesenSome tests for APFloat conversions.
2007-09-25 Evan ChengForgot to check in the changes. Fix test case so it...
2007-09-24 Dan GohmanUse the correct result value type instead of using...
2007-09-24 Dan GohmanFix a typo in a comment.
2007-09-23 Dale JohannesenImplementation of +sse -sse2 has changed; add
2007-09-21 Rafael EspindolaDon't add a default STACK_ALIGN (use the generic ABI...
2007-09-20 Evan ChengDisable if-conversion for this test.
2007-09-20 Evan Cheng-enable-arm-if-conversion is gone.
2007-09-20 Dan GohmanFix several more entries in the x86 reload/remat foldin...
2007-09-18 Evan ChengClean up.
2007-09-18 Evan ChengFix a bogus splat xform:
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-09-17 Gordon HenriksenFix for PR1633: Verifier doesn't fully verify GC intrinsics
2007-09-17 Dan GohmanEmit integer x<1 as x<=0, as comparisons with zero...
2007-09-17 Dan GohmanUse "test reg,reg" in place of "cmp reg,0" for 64-bit...
2007-09-14 Dan GohmanAdd explicit triples to avoid default behavior that...
2007-09-14 Rafael EspindolaAdd support for functions with byval arguments on x86
2007-09-12 Evan ChengFixed a typo that's causing a missing kill marker.
2007-09-11 Evan ChengSometimes a MI can define a register as well as definin...
2007-09-10 Chris Lattnerthis is not infinite recursion.
2007-09-08 Dale JohannesenImplement misaligned FP loads and stores.
2007-09-07 Bill WendlingAdd missing index versions of instructions to the map.
2007-09-07 Dan GohmanAvoid storing and reloading zeros and other constants...
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-06 Anton KorobeynikovProper handle case, when aliasee is external weak symbo...
2007-09-06 Evan ChengFix a bug in X86InstrInfo::convertToThreeAddress that...
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-09-05 Duncan SandsTestcases for PR1628.
2007-09-05 Bill WendlingAdd the 64-bit versions of the DS* Altivec instructions.
2007-09-04 Evan ChengFix for PR1632. EHSELECTION always produces a i32 value.
2007-09-04 Evan ChengFix for PR1613: added 64-bit rotate left PPC instructio...
2007-09-01 Evan ChengFix a gcroot lowering bug.
2007-08-31 Rafael EspindolaInitial support for calling functions with byval argume...
2007-08-31 Evan ChengUpdate test case to reflect Dale's change.
2007-08-30 Tanya LattnerDo not run on darwin.
2007-08-30 Evan ChengAdded support to fold X86 load / store instructions...
2007-08-27 Dan GohmanAdd explicit triples to avoid default behavior that...
2007-08-27 Duncan SandsRemove this test as it is too hard to fix after the
2007-08-27 Duncan SandsNow that we don't output cleanups by default, the action
2007-08-27 Dan GohmanIf the source and destination pointers in an llvm.memmo...
2007-08-27 Rafael Espindolacall libc memcpy/memset if array size is bigger then...
2007-08-25 Chris LattnerAllow target constants to be illegal types. The target...
2007-08-22 Andrew Lenharthupdate test to check that codegen works with llvm.used...
2007-08-18 Evan ChengTest dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or...
2007-08-16 Evan ChengNew test. Make sure dynamic_stackalloc size is rounded up.
2007-08-16 Evan ChengUpdate test: dynamic_stackalloc size *must* be rounded...
2007-08-16 Rafael Espindolaadd byval test
2007-08-15 Lauro Ramos VenancioImplement FPOWI ExpandOp.
2007-08-15 Evan ChengTest case for PR1609.
2007-08-15 Dan GohmanThis test used "wc | grep ..."; convert it to use the...
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-08-15 Dan GohmanDelete extraneous uses of wc -l.
2007-08-15 Dan GohmanConvert another test to use the count script. This...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-14 Evan ChengNew test.
2007-08-14 Evan ChengTest case for PR1596.
2007-08-14 Chris Lattnertcl seems to hate |& for some reason.
2007-08-14 Chris Lattnerswitch this to use fastcc to avoid fpstack traffic...
2007-08-14 Evan ChengUpdate test case. A spill should now be deleted.
2007-08-14 Evan ChengSpiller reuse test case.
2007-08-13 Evan ChengNow capable of rematerializing coalesced live intervals.
2007-08-13 Dan GohmanWhen x86 addresses matching exceeds its recursion limit...
2007-08-13 Chris LattnerFix PR1607
2007-08-10 Christopher LambFix test so it passes.
2007-08-10 Christopher LambIncrease efficiency of sign_extend_inreg by using subre...
2007-08-10 Christopher LambAdd 2-addr to 3-addr promotion code that allows 32...
2007-08-10 Dan GohmanFix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VEC...
2007-08-05 Chris Lattnerallow this to pass on ppc hosts.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-02 Dan GohmanFix the alignment requirements of several unpck and...
2007-08-02 Dan GohmanMark the SSE and MMX load instructions that
2007-08-02 Evan ChengFix test.
2007-08-01 Evan ChengNew test. Bogus implicit-def prevented a copy from...
2007-08-01 Lauro Ramos VenancioExpand unaligned loads/stores when the target doesn...
2007-08-01 Chris Lattnerwe're now handling this right :)
2007-08-01 Evan ChengRequires SSE2.
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-31 Chris Lattnernew testcase
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...
2007-07-30 Dan GohmanFix a bug in getCopyFromParts turned up in the testcase...
2007-07-30 Evan ChengNew test case.
2007-07-27 Dan GohmanRe-apply 40504, but with a fix for the segfault it...
2007-07-27 Evan ChengReverting 40504 for now. It's breaking oggenc.
2007-07-26 Evan ChengTest case for PR1573.
2007-07-26 Evan ChengFix test.
2007-07-26 Dan GohmanRemove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associ...
2007-07-24 Dan GohmanUse movaps to load a v4f32 build_vector of all-constant...
2007-07-23 Duncan SandsThe Ada f-e produces various auxiliary output files
next