search for: mcloggingstreamer

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

2010 Sep 26
2
[LLVMdev] MCLoggingStreamer enhancements
Hi guys, Attached is a set of patches that adds detailed argument information to the output of the MCLoggingStreamer that may be enabled when outputting an object file from llc or llvm-mc. It is broken into three pieces. The first patch allows a MCSection to report a name to be used for diagnostic purposes. The second patch updates MCLoggingStreamer to enhance its output. This third patch enhances the output for...
2010 Oct 06
0
[LLVMdev] MCLoggingStreamer enhancements
On Sun, Sep 26, 2010 at 4:02 PM, Nathan Jeffords <blunted2night at gmail.com> wrote: > Hi guys, > Attached is a set of patches that adds detailed argument information to the > output of the MCLoggingStreamer that may be enabled when outputting an > object file from llc or llvm-mc. It is broken into three pieces. > The first patch allows a MCSection to report a name to be used for > diagnostic purposes. I'm not sure if it may be a better idea to just make getSectionName virtual in the base...
2010 Oct 08
2
[LLVMdev] MCLoggingStreamer enhancements
...1:53 PM, Michael Spencer <bigcheesegs at gmail.com>wrote: > On Sun, Sep 26, 2010 at 4:02 PM, Nathan Jeffords > <blunted2night at gmail.com> wrote: > > Hi guys, > > Attached is a set of patches that adds detailed argument information to > the > > output of the MCLoggingStreamer that may be enabled when outputting an > > object file from llc or llvm-mc. It is broken into three pieces. > > The first patch allows a MCSection to report a name to be used for > > diagnostic purposes. > > I'm not sure if it may be a better idea to just make getSection...
2010 Oct 08
0
[LLVMdev] MCLoggingStreamer enhancements
...gmail.com> > wrote: >> >> On Sun, Sep 26, 2010 at 4:02 PM, Nathan Jeffords >> <blunted2night at gmail.com> wrote: >> > Hi guys, >> > Attached is a set of patches that adds detailed argument information to >> > the >> > output of the MCLoggingStreamer that may be enabled when outputting an >> > object file from llc or llvm-mc. It is broken into three pieces. >> > The first patch allows a MCSection to report a name to be used for >> > diagnostic purposes. >> >> I'm not sure if it may be a better idea to...
2010 Oct 08
1
[LLVMdev] MCLoggingStreamer enhancements
> > > I use git exclusively. It makes keeping track of separate patch sets > trivial. Just make a branch for each patch set, and have as many > commits in each branch as you desire. To upstream them just do "git > svn rebase". You can also merge in other branches. To export patches > you can just use format-patch which will make a .patch file for each > commit in