search for: correlatedexpr

Displaying 16 results from an estimated 16 matches for "correlatedexpr".

Did you mean: correlatedexprs
2008 Jan 27
2
[LLVMdev] RFC: CEE Pass
Hi all, Pursuant to http://llvm.org/bugs/show_bug.cgi?id=1769 , I'm going to remove the CEE pass, which includes the Transforms/Scalar/ CorrelatedExprs.cpp file. If anyone has any objections to removing this pass and/or file, please speak now. Thanks! -bw
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
...ion.LLC.fwdtwice : XPASS Regression.LLC.negintconst : XPASS Regression.LLC.sched : XPASS Regression.LLC.select : XPASS Regression.LLC.spillccr : XPASS Regression.Transforms.CorrelatedExprs.2002-10-03-PHIPropogate: XPASS Regression.Transforms.CorrelatedExprs.whet : XPASS Regression.Transforms.IndVarsSimplify.2003-09-23-NotAtTop: XPASS Regression.Transforms.Inline.alloca_test : XPASS Regression.Transforms.LICM.2003-08-04-TrappingInstHoist: XPASS Regression.Trans...
2008 Jan 27
0
[LLVMdev] RFC: CEE Pass
On Jan 26, 2008, at 9:49 PM, Bill Wendling wrote: > Hi all, > > Pursuant to http://llvm.org/bugs/show_bug.cgi?id=1769 , I'm going to > remove the CEE pass, which includes the Transforms/Scalar/ > CorrelatedExprs.cpp file. If anyone has any objections to removing > this pass and/or file, please speak now. Go for it, thanks! -Chris
2005 Mar 10
2
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...s all dependant projects to fail as well). I'm not exactly sure what causes the error, I'll try to investigate tomorrow (unless someone can figure out what it is by then). Below is the output from VS: ------ Build started: Project: Transforms, Configuration: Debug Win32 ------ Compiling... CorrelatedExprs.cpp c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(196) : error C2679: binary '<' : no operator found which takes a right-hand operand of type '`anonymous-namespace'::Relation' (or there is no acceptable conversion) c:\Program Files\Microsoft Visual S...
2004 Jun 20
0
[LLVMdev] llvm test results for FreeBSD platform
Thanks Vladimir. That's great! Glad you got it working. BTW, the failures you're seeing have been experienced by Chris and I as well. Chris is diligently working on making the LLVM processing more consistent so he track down the problem. A week ago or so, these tests passed at 100%. Reid. On Sun, 2004-06-20 at 15:50, Vladimir Merzliakov wrote: > In attached file. > > Vladimir
2004 Jun 20
2
[LLVMdev] llvm test results for FreeBSD platform
In attached file. Vladimir -------------- next part -------------- A non-text attachment was scrubbed... Name: test2004_06_20.log Type: application/octet-stream Size: 88488 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040620/98042f01/attachment.obj>
2005 Mar 10
0
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...fail as well). I'm not exactly sure >what causes the error, I'll try to investigate tomorrow (unless >someone can figure out what it is by then). Below is the output from >VS: > >------ Build started: Project: Transforms, Configuration: Debug Win32 ------ >Compiling... >CorrelatedExprs.cpp >c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(196) : >error C2679: binary '<' : no operator found which takes a right-hand >operand of type '`anonymous-namespace'::Relation' (or there is no >acceptable conversion) > c:\Program File...
2004 Jun 21
0
[LLVMdev] llvm test results for FreeBSD platform
...S > > Regression.LLC.negintconst : XPASS > > Regression.LLC.sched : XPASS > > Regression.LLC.select : XPASS > > Regression.LLC.spillccr : XPASS > > Regression.Transforms.CorrelatedExprs.2002-10-03-PHIPropogate: XPASS > > Regression.Transforms.CorrelatedExprs.whet : XPASS > > Regression.Transforms.IndVarsSimplify.2003-09-23-NotAtTop: XPASS > > Regression.Transforms.Inline.alloca_test : XPASS > > Regression.Transforms.LICM.2003-08-04-Trapping...
2006 Jan 26
0
[LLVMdev] VS2005 patches
...an explicit conversion of the lower bound value. 2) to provide another operator< that provides the necessary comparision for _DEBUG_LT to work 3) change code that looks for a lower bound of a different type to look for a lower bound of the same type as the iterators I used 1) in CorrelatedExprs I used 2) in LiveInterval, X86FloatingPoint I used 3) in SubTargetFeature - In addition to this, I include a patch to the X86JITInfo so it will compile with the X64 platform and patches to the current project files to build the X86GenSubTarget.inc file with TableGen. -------------- next part --...
2004 May 25
1
[LLVMdev] ATTENTION: SymbolTable Change!!
...03-14-ValueToLarge : FAIL , expected PASS Script: /proj/work/llvm/build/test/tmp/tr2002-03-14-ValueToLarge.ll/testscript.2002-03-14-ValueToLarge.ll Output: /proj/work/llvm/build/test/tmp/tr2002-03-14-ValueToLarge.ll/testscript.2002-03-14-ValueToLarge.ll.out Regression.Transforms.CorrelatedExprs.nullpointer: XPASS Regression.Transforms.InstCombine.load : FAIL , expected PASS Script: /proj/work/llvm/build/test/tmp/trload.ll/testscript.load.ll Output: /proj/work/llvm/build/test/tmp/trload.ll/testscript.load.ll.out Regression.Transforms.InstCombine.phi : FAI...
2007 Sep 22
2
[LLVMdev] LLVM 2.1 Pre-release Version 2 Online
LLVMers, The LLVM 2.1 pre-release version2 is now available: http://llvm.org/prereleases/2.1/version2/ You can help test this pre-release by doing one of the following: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source.
2008 Feb 27
4
[LLVMdev] llvm/test: suffix or operands invalid for `push'
...me/jo/Delta/llvm/test/Transforms/CodeExtractor/dg.exp ... Running /home/jo/Delta/llvm/test/Transforms/CondProp/dg.exp ... Running /home/jo/Delta/llvm/test/Transforms/ConstProp/dg.exp ... Running /home/jo/Delta/llvm/test/Transforms/ConstantMerge/dg.exp ... Running /home/jo/Delta/llvm/test/Transforms/CorrelatedExprs/dg.exp ... Running /home/jo/Delta/llvm/test/Transforms/DeadArgElim/dg.exp ... Running /home/jo/Delta/llvm/test/Transforms/DeadStoreElimination/dg.exp ... Running /home/jo/Delta/llvm/test/Transforms/DecomposeMultiDimRefs/dg.exp ... Running /home/jo/Delta/llvm/test/Transforms/GCSE/dg.exp ... Running...
2006 Apr 13
3
[LLVMdev] Re: Creating Release 1.7 Branch at 1:00pm PDT
Here's what's left on Linux (GCC 4.1.0), after all updates that went into the branch: Running /proj/llvm/build/../llvm/test/Regression/CFrontend/dg.exp ... FAIL: /proj/llvm/build/../llvm/test/Regression/CFrontend/2004-02-12- LargeAggregateCopy.c.tr: gccas: /proj/llvm/build/../llvm/lib/VMCore/Function.cpp:266: unsigned int llvm::Function::getIntrinsicID() const: Assertion `0 &&
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...tivePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp"> > </File> > <File > RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp"> > </File> > <File > RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp"> > </File> > <File > RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp"> > </File> > <File > RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"> > </File> > &lt...
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers, The 2.1 pre-release (version 1) is available for testing: http://llvm.org/prereleases/2.1/version1/ I'm looking for members of the LLVM community to test the 2.1 release. There are 2 ways you can help: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download
2007 Oct 10
1
[LLVMdev] make check fails on latest SVN version
...ansforms/CodeExtractor/dg.exp ... Running /home/edwin/llvm-svn/llvm/test/Transforms/CondProp/dg.exp ... Running /home/edwin/llvm-svn/llvm/test/Transforms/ConstProp/dg.exp ... Running /home/edwin/llvm-svn/llvm/test/Transforms/ConstantMerge/dg.exp ... Running /home/edwin/llvm-svn/llvm/test/Transforms/CorrelatedExprs/dg.exp ... Running /home/edwin/llvm-svn/llvm/test/Transforms/DeadArgElim/dg.exp ... Running /home/edwin/llvm-svn/llvm/test/Transforms/DeadStoreElimination/dg.exp ... Running /home/edwin/llvm-svn/llvm/test/Transforms/DecomposeMultiDimRefs/dg.exp ... Running /home/edwin/llvm-svn/llvm/test/Transforms...