Treat copysignl like the other copysign functions.
[oota-llvm.git] / test /
2010-03-04 Dan GohmanFix recognition of 16-bit bswap for C front-ends which...
2010-03-04 John McCallTeach lit to honor conditional directives. The syntax is:
2010-03-04 Nick LewyckyMake the 'icmp pred trunc(ext(X)), CST --> icmp pred...
2010-03-03 Erick TryzelaarExpose the rest of the llvm-c scalar opts to ocaml.
2010-03-03 Chris Lattnerfix incorrect folding of icmp with undef, PR6481.
2010-03-03 Dan GohmanRevert r97580; that's not the right way to fix this.
2010-03-03 Bill WendlingThis test case:
2010-03-02 Erick TryzelaarRemove module providers from ocaml.
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Chris Lattnerthis testcase is failing because pic16 doesn't define...
2010-03-02 Erick TryzelaarAdd support for use to ocaml.
2010-03-02 Chris Lattnerxfail this for now.
2010-03-02 Dan GohmanWhen expanding an expression such as (A + B + C + D...
2010-03-02 Chris Lattnerclean up some testcases.
2010-03-02 Chris LattnerFix the xfail I added a couple of patches back. The...
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Dan GohmanFix several places to handle vector operands properly.
2010-03-02 Dan GohmanNon-affine post-inc SCEV expansions have more code...
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-03-01 Chris LattnerFix PR2590 by making PatternSortingPredicate actually be
2010-03-01 Devang PatelRemove tests that checks @llvm.dbg.stoppoint handling.
2010-03-01 Chris Lattnerstop using anders-aa
2010-03-01 Chris Lattnerstop using anders-aa
2010-03-01 Chris Lattnerremove andersen's tests.
2010-03-01 Devang Patel@llvm.dbg.stoppoint intrinsic is not used anymore.
2010-03-01 Devang PatelUpdate to use new debug info encoding scheme. As a...
2010-03-01 Devang PatelRemove this test because it checks wheter optimizer...
2010-03-01 Devang PatelRemove test to check bugfix in handing debug info for...
2010-03-01 Devang PatelRemove dead test.
2010-03-01 Devang PatelReplace test case that uses @llvm.dbg.* intrinsic with...
2010-03-01 Devang PatelThese two tests check whether oprimizer safely ignores...
2010-03-01 Devang PatelThis test checks whether LICM ignores @llvm.dbg.stoppoi...
2010-03-01 Devang PatelRewrite test to test VLA using new debug info encoding...
2010-03-01 Devang PatelRemove this generic debug info intrinsic test. LLVM...
2010-03-01 Dan GohmanLLVM instruction syntax doesn't have trailing semicolons.
2010-02-28 Erick TryzelaarAdd support getting the operands of a User to ocaml.
2010-02-28 Erick TryzelaarAdd support for global aliases to ocaml.
2010-02-28 Erick TryzelaarAdd support for inserting inline asm to ocaml.
2010-02-28 Chris Lattneradd some random nounwinds.
2010-02-28 Erick TryzelaarAdd support for getting a null pointer.
2010-02-28 Erick TryzelaarAdd a way to look up a type by it's name in a module.
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarRename ocaml vmcore tests to make it easier to insert...
2010-02-28 Erick TryzelaarRemove malloc and free from the ocaml bindings.
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-28 Dan GohmanDon't try to replace physical registers when doing...
2010-02-27 Dan GohmanAdd nounwinds.
2010-02-27 Evan ChengRe-apply 97040 with fix. This survives a ppc self-host...
2010-02-27 Chris Lattnerfix PR6414, a nondeterminism issue in IPSCCP which...
2010-02-26 Jakob Stoklund OlesenUse the right floating point load/store instructions...
2010-02-26 Chris Lattnerfix PR6435 another bug from the MallocInst elimination...
2010-02-26 Sanjiv GuptaReapply things reverted back in 97220, with the fixed...
2010-02-26 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode() to...
2010-02-26 Chris Lattnerthis file lacks a run line!
2010-02-25 Chris Lattnerrewrite OptimizeGlobalAddressOfMalloc to fix PR6422...
2010-02-25 Daniel Dunbartests: Propogate the HOME environment variable through...
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Kevin EnderbyThis is a patch to the assembler frontend to detect...
2010-02-25 Dan GohmanTeach the constant folder about union types.
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-24 Jakob Stoklund OlesenCreate a stack frame on ARM when
2010-02-24 Bob WilsonCheck for comparisons of +/- zero when optimizing less...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-24 Jim GrosbachLowerCall() should always do getCopyFromReg() to refere...
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-24 Jakob Stoklund OlesenDIV8r must define %AX since X86DAGToDAGISel::Select...
2010-02-23 Jakob Stoklund OlesenRemember to handle sub-registers when moving imp-defs...
2010-02-23 Jakob Stoklund OlesenKeep track of phi join registers explicitly in LiveVari...
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Devang Patelnew test case for r96974.
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 Dan GohmanDon't do (X != Y) ? X : Y -> X for floating-point...
2010-02-23 Dan GohmanRemove the code which constant-folded ptrtoint(inttoptr...
2010-02-23 Richard OsborneLower BR_JT on the XCore to a jump into a series of...
2010-02-23 Daniel Dunbartests: Don't make a missing llvm-gcc dir a fatal error.
2010-02-23 Daniel DunbarSwitch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
2010-02-23 Daniel DunbarFix a thinko in the lit.cfg.
2010-02-23 Mikhail GlushenkovUpdate the test suite.
2010-02-23 Daniel DunbarInline and eliminate LLVMG{CC,XX}WITHPATH.
2010-02-23 Daniel DunbarEliminate llvmgcc_version testing variable.
2010-02-23 Daniel DunbarKill unused llvmgccmajvers testing variable.
2010-02-23 Dan GohmanConvert this test to FileCheck and add a testcase for...
2010-02-22 Evan ChengThese should not have been committed.
2010-02-22 Chris Lattnerno need to run llvm-as here.
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
2010-02-22 Dan GohmanAdd a test for canonicalizing ConstantExpr operands.
2010-02-22 Dan GohmanCanonicalize ConstantInts to the right operand of commu...
2010-02-22 Dan GohmanActually enable the -enable-unsafe-fp-math tests.
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Daniel DunbarLLVMC/MultiplePluginPriorities.td: Generally XFAIL...
next