search for: quasiparticle

Displaying 2 results from an estimated 2 matches for "quasiparticle".

2014 Jun 19
2
[LLVMdev] [PATCH] triples for baremetal
Eric, Attached are patches for llvm and clang that implement this. I've made 'none' a component that must be added explicitly (i.e. don't turn arm-eabi into arm--none-eabi, but rather turn it into arm--unknown-eabi) to try to reduce surprises. It also keeps the normalization logic a bit simpler than it would otherwise have to be. SPIR triples were one place where I was
2014 Jun 23
4
[LLVMdev] [cfe-dev] [PATCH] triples for baremetal
...[cfe-dev] [PATCH] triples for baremetal > Date: Thu, 19 Jun 2014 07:43:44 -0600 > From: Jonathan Roelofs <jonathan at codesourcery.com> > To: Eric Christopher <echristo at gmail.com> > CC: Clang Commits <cfe-commits at cs.uiuc.edu>, Phoebe Buckheister > <llvm at quasiparticle.net>, "cfe-dev at cs.uiuc.edu" <cfe-dev at cs.uiuc.edu>, > "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> > > Eric, > > Attached are patches for llvm and clang that implement this. > > I've made 'none' a component that must be a...