search for: targetinstritinerari

Displaying 6 results from an estimated 6 matches for "targetinstritinerari".

Did you mean: targetinstritineraries
2009 Aug 18
1
[LLVMdev] ARMSchedule.td MipsSchedule.td etc.
...e existing model is very limited in what types of micro-architectures can be described. I've been extending it to enable scheduling of multi-issue targets, targets with overlapping FU usage, and targets that use and define registers in multiple pipeline stages. See /include/llvm/Target/TargetInstrItineraries.h for some information. The CortexA8Itineraries description in ARMScheduleV7.td is where I am using these new features to model the Cortex-A8. All of this is a work in progress... I suppose when I finish I will write up something describing the new Itinerary model and how to use it... D...
2009 Aug 18
0
[LLVMdev] ARMSchedule.td MipsSchedule.td etc.
Actually after some digging I managed to answer these questions for myself. I am guessing that this information is used by the Schedule* classes in CodeGen. --- On Mon, 8/17/09, Carter Cheng <carter_cheng at yahoo.com> wrote: > From: Carter Cheng <carter_cheng at yahoo.com> > Subject: [LLVMdev] ARMSchedule.td MipsSchedule.td etc. > To: llvmdev at cs.uiuc.edu > Date:
2009 Aug 17
2
[LLVMdev] ARMSchedule.td MipsSchedule.td etc.
I apologize if this has been asked before but which classes utilize the information in these files? I am asking since I am trying to extend the MIPS backend to 64bit among other things. Thanks in advance, Carter.
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...get/TargetELFWriterInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/Target/TargetFrameInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/Target/TargetInstrDesc.h -- Installing: /usr/local/llvm-2.8/include/llvm/Target/TargetInstrInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/Target/TargetInstrItineraries.h -- Installing: /usr/local/llvm-2.8/include/llvm/Target/TargetIntrinsicInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/Target/TargetJITInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/Target/TargetLowering.h -- Installing: /usr/local/llvm-2.8/include/llvm/Target/TargetLoweringObject...
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams <space.ship.traveller at gmail.com> wrote: > Hi, > > I might just be doing something stupid, but when I do > > $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. > $ sudo make install > > I don't get the expected headers in >        /usr/local/llvm-2.8/include/llvm > > It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi, I might just be doing something stupid, but when I do $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. $ sudo make install I don't get the expected headers in /usr/local/llvm-2.8/include/llvm It is simply an empty directory. What am I doing wrong? This is on Mac OS X, CMake 2.8+ Kind regards, Samuel