search for: evancheng

Displaying 5 results from an estimated 5 matches for "evancheng".

2006 May 23
3
[LLVMdev] HEAD broken?
...identifier is reported only once for each function it appears in.) /home/ghost/Work/llvm-cvs/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1107: error: ` FiniteOnlyFPMath' undeclared (first use this function) This is result of revision of 1.248 of SelectionDAGISel.cpp, comitted by 'evancheng'.
2012 Aug 22
1
[LLVMdev] buildbot failure in LLVM on clang-native-mingw64-win7
...dslave for this Build: sschiffli1 > > Build Reason: scheduler > Build Source Stamp: [branch trunk] 162350 > Blamelist: aaronballman,ahatanak,alexfh,anithab,asl,baldrick,bwilson,chandlerc,chapuni,criswell,ctopper,d0k,dblaikie,ddunbar,delesley,dgregor,djasper,dyatkovskiy,echristo,efriedma,evancheng,fjahanian,gps,gribozavr,grosbach,grosser,hanm,hans,hliao,jacksprat,jaykang10,jrose,jush,kcc,klimek,kremenek,matthewbg,mcrosier,mspencer,nadav,nicholas,panzer,pranavb,rafael,rdivacky,resistor,rjmccall,rsmith,rtrieu,spop,spyffe,stoklund,tbrethou,tnorthover,victorm,void,zaks > > BUILD FAILED: fa...
2011 Nov 16
0
[LLVMdev] LLVM 3.0 release notes ARM Target
what do you mean by "more optimal instructions" ? -omer On Wed, Nov 16, 2011 at 1:28 AM, Joe Abbey <jabbey at arxan.com> wrote: > I've done a first pass over the past 6 months of changes and some notable > things stood out: > > * The ARM backend has reworked Set Jump Long Jump EH Lowering. > * The ARM backend includes improved support for Cortex-M > *
2007 Dec 12
2
[LLVMdev] Bogus X86-64 Patterns
...ese patterns, meaning the instructions will move 32 bits rather than 64 bits. Bad things happen. A little sleuthing uncovered this: $ svn log -r32609 ~/svn/test/official.llvm/llvm/lib/Target/X86/X86InstrX86-64.td ------------------------------------------------------------------------ r32609 | evancheng | 2006-12-15 13:58:58 -0600 (Fri, 15 Dec 2006) | 2 lines Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias for i64 <-> XMM moves. ------------------------------------------------------------------------ $ svn diff -r32608:32609 ~/svn/test/official.llvm/llvm/...
2011 Nov 16
4
[LLVMdev] LLVM 3.0 release notes ARM Target
I've done a first pass over the past 6 months of changes and some notable things stood out: * The ARM backend has reworked Set Jump Long Jump EH Lowering. * The ARM backend includes improved support for Cortex-M * The ARM backend adds parsing and encoding ARM/Thumb/Thumb2 assembly There are also many many code generation improvements which select more optimal instructions. Those seemed