similar to: [LLVMdev] list archive URLs changing

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] list archive URLs changing"

2009 May 22
0
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On May 20, 2009, at 9:14 PM, Eli Friedman wrote: > On Wed, May 20, 2009 at 5:26 PM, Eli Friedman > <eli.friedman at gmail.com> wrote: > >> On Wed, May 20, 2009 at 4:55 PM, Dan Gohman <gohman at apple.com> wrote: >> >>> Can you explain why you chose the approach of using a new pass? >>> >>> I pictured removing LegalizeDAG's type
2006 Jul 04
1
Changing default word separator in URLs?
At the moment, if you put a string into parameters in a URL Rails will delimit them using + E.g. The title of a page might be "My Great New Page", Rails maps it nicely onto myapp.com/My+Great+New+Page - and then handles this when used at the destination action. Does anyone know if the + character can be swapped for a hypen -, a plugin or custom function that overrides the Rails
2006 Jul 13
6
creating meaningful urls, (changing default)
Hi, Urls in ruby are as defualt set to :controller/:action/:id How can I change it to somthing like this :controller/:action/:id/#random title# #random title# may be a variable or taken from a field in the database thanks scott -- Posted via http://www.ruby-forum.com/.
2006 Mar 07
0
[LLVMdev] Selectively Disable Inlining for Functions
On Tue, 7 Mar 2006, Vikram S. Adve wrote: > Changing the heuristics directly would have to be a custom change (i.e., > couldn't be checked in). Is there a way for a client pass or tool to > influence the heuristics? If not, does it make sense to add such a > mechanism? To be clear, I'll restate my position here, then follow up with more specifics of such a mechanism to
2017 Jun 14
2
the nsw story, revisited
John, Sanjoy, Nuno, David, Thanks for the tip, below are the relevant posts from the archives. I am suggesting something similar to Dan's third option below (Tue Nov 29 2011 "the nsw story”, Dan Gohman), when hoisting an instruction with ‘nsw’ it looses the ‘nsw’ attribute, but without saying “add-nsw is a fully side-effecting instruction”. This option was back then seen by
2006 Mar 15
0
[LLVMdev] Inline hints for *compiler clients*
On Wed, 15 Mar 2006, Vikram S. Adve wrote: > [I've changed the subject to make this a new thread.] > > While all of this makes sense to me, note that Markus and John were asking > about different situations. Markus was asking about user-written source > code. John was asking about a compiler pass or tool written by a compiler > developer, not a user. > > These
2006 Mar 15
2
[LLVMdev] Inline hints for *compiler clients*
[I've changed the subject to make this a new thread.] While all of this makes sense to me, note that Markus and John were asking about different situations. Markus was asking about user- written source code. John was asking about a compiler pass or tool written by a compiler developer, not a user. These arguments apply to users but not compiler developers. What do you think about
2016 Jul 29
0
Upgrading to MSVC 2015
Probably not. It's very confusing because they are transitioning to a new versioning scheme. The current version if Visual Studio 2015. The next version is Visual Studio 15. The link you posted was for the RTM of 2015, just over a year ago. But 15 is still in Preview. When 15 goes to RTM, then we can revisit the question of making 2015 the minimum required version. On Fri, Jul 29, 2016
2016 Mar 31
0
Upgrading to MSVC 2015
On Thu, Mar 31, 2016 at 2:57 PM, Zachary Turner <zturner at google.com> wrote: > > > On Tue, Mar 29, 2016 at 10:42 AM Aaron Ballman <aaron at aaronballman.com> > wrote: >> >> >> Not everyone can upgrade to the latest version of the toolchain, even >> if it has been released for a while. We did drop MSVC 2012 support >> early, but MSVC 2015 was
2016 Jul 29
0
Upgrading to MSVC 2015
On Fri, Jul 29, 2016 at 1:23 PM, Robinson, Paul via llvm-dev < llvm-dev at lists.llvm.org> wrote: > There are certainly enough people making commits that work with VS2015 but > not VS2013 that the "would it be useful" question is pretty well answered. > I've already brought up the idea on my team, as it's obviously coming and > we need time to coordinate with
2019 Feb 20
0
Changing UID numbers
On 2/16/19 12:14 PM, Bill Gee wrote: > ...After the usermod programs ran, I then did a "find -uid=500" with an exec option to change ownership. Repeat for changing GID. It found a few dozen files that were not in my home directory. > > On the server I ran the two "find" commands against the entire file system. It took about half an hour to run. No surprise there as
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
On 22/2/2023 2:30 ?.?., Aki Tuomi wrote: > Can you please try > > doveadm exec imap -u username_of_the_user > 1 LIST "" "*" > > and see if it is there? Here is the output: # doveadm exec imap -u userx * PREAUTH [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND
2016 Jul 29
2
Upgrading to MSVC 2015
There are certainly enough people making commits that work with VS2015 but not VS2013 that the "would it be useful" question is pretty well answered. I've already brought up the idea on my team, as it's obviously coming and we need time to coordinate with internal consumers of the toolchain. --paulr From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Zachary
2016 Jul 29
2
Upgrading to MSVC 2015
https://www.visualstudio.com/en-us/news/vs2015-vs.aspx Is it time? 2016-03-31 12:03 GMT-07:00 Aaron Ballman via llvm-dev < llvm-dev at lists.llvm.org>: > On Thu, Mar 31, 2016 at 2:57 PM, Zachary Turner <zturner at google.com> > wrote: > > > > > > On Tue, Mar 29, 2016 at 10:42 AM Aaron Ballman <aaron at aaronballman.com> > > wrote: > >>
2002 Jan 24
5
Moving files revisited
I'd like to revisit the topic of moving files from system to system using rsync. I've just updated my patch from its 2.5.0 version to 2.5.1, and I'm curious what people think about getting it integrated into rsync. The patch comes in two parts. The first eliminates a potential hang condition that can happen if the data channel from the receiver to the generator gets clogged up.
2016 Jul 29
0
Upgrading to MSVC 2015
There are not that many people making commits to working around MSVC 2013 as I think are claimed (there are certainly a lot of commits for working around MSVC in general, however). A quick search through the code base shows there are 8 instances where we've worked around MSVC 2013 issues (there may be more that someone worked around in an ad hoc manner and did not mark). We definitely had *a
2011 Oct 02
4
Aggregated attribute changed but _was is changed too. So nothing is update in database.
(Frenchy, sorry =) ) Hi everyone, i''ve got some troubles with aggregated attribute. I created a point and path class which receive postgresql point and path type data. Path object contains an array of point object. I''m currently working on a "hunting" module in web browser based game, and i need a crontab executed every n minutes to move the character on the map.
2016 Jul 29
2
Upgrading to MSVC 2015
FWIW, no objections from me, after all I proposed this 3 months ago :) Probably Aaron Ballman should comment though since the primary objection last time was his. On Fri, Jul 29, 2016 at 2:00 PM Sean Silva <chisophugis at gmail.com> wrote: > On Fri, Jul 29, 2016 at 1:23 PM, Robinson, Paul via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> There are certainly
2003 Feb 05
1
libvorbis on Classic MacOS
Hi all, Those of you uninterested in classic MacOS as a target will probably want to skip this email. I'm revisiting this platform, trying to get music going for the game I'm working on. We're obviously using OggVorbis on the other platforms we support (osx, linux, win32). The problem is that our classic MacOS build is currently under MPW/MrC. I can compile libogg/libvorbis fine
2004 Jan 30
2
Question on setting up asterisk with hunting lines
*My apologies if this message is posted 3 times, I was trying to sent it to the list once before I am a list-member, the second time before I was approved. Can anyone point me to some resources on using hunting lines with Asterisk? Sales support of my telco have no idea what I am trying to do. They asked what pbx system I am using, I was like Aster... never mind =) I am trying to setup