search for: _amdil7xxdeviceimpl_h_

Displaying 4 results from an estimated 4 matches for "_amdil7xxdeviceimpl_h_".

2012 Nov 29
0
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
...or class name inside the comment. Please also don't duplicate the comment in .cpp file. Old code is written that way, but current coding style advises not to duplicate. This link may be helpful: <http://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments>. +#ifndef _AMDIL7XXDEVICEIMPL_H_ +#define _AMDIL7XXDEVICEIMPL_H_ Identifiers starting with underscore and a capital letter are reserved. + CFGTraits::insertCondBranchBefore(branchInstrPos, + CFGTraits::getBranchNzeroOpcode(oldOpcode), + passRep, +»······»····...
2012 Nov 29
3
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
...gt; Please also don't duplicate the comment in .cpp file. Old code is > written that way, but current coding style advises not to duplicate. > > This link may be helpful: > <http://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments>. > > +#ifndef _AMDIL7XXDEVICEIMPL_H_ > +#define _AMDIL7XXDEVICEIMPL_H_ > > Identifiers starting with underscore and a capital letter are reserved. > > + CFGTraits::insertCondBranchBefore(branchInstrPos, > + CFGTraits::getBranchNzeroOpcode(oldOpcode), > +...
2012 Nov 26
5
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
On Sat, Nov 17, 2012 at 10:56:26PM +0100, Benjamin Kramer wrote: > > On 01.11.2012, at 14:44, Tom Stellard <tom at stellard.net> wrote: > > > Moving this thread to llvmdev. > > > > On Tue, Oct 30, 2012 at 11:09:34PM -0700, Chris Lattner wrote: > >> On Oct 30, 2012, at 11:35 AM, Tom Stellard <tom at stellard.net> wrote: > >>>> Hi
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...-------===// > +// This file will define the interface that each generation needs to > +// implement in order to correctly answer queries on the capabilities of the > +// specific hardware. > +//===----------------------------------------------------------------------===// > +#ifndef _AMDIL7XXDEVICEIMPL_H_ > +#define _AMDIL7XXDEVICEIMPL_H_ > +#include "AMDILDevice.h" > +#include "AMDILSubtarget.h" > + > +namespace llvm { > +class AMDILSubtarget; > + > +//===----------------------------------------------------------------------===// > +// 7XX generation o...