| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix loop condition so that we don't decrement off the beginning of the | Alkis Evlogimenos | 2004-09-20 | 1 | -5/+5 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 49 | -142/+134 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -10/+19 |
* | Finegrainify namespacification | Chris Lattner | 2004-09-20 | 1 | -7/+4 |
* | Prototype more accurately | Chris Lattner | 2004-09-20 | 1 | -1/+1 |
* | Prototype these functions more accurately | Chris Lattner | 2004-09-20 | 12 | -13/+15 |
* | Put in a #error in the event that we don't have an mmap that can map a file | Reid Spencer | 2004-09-20 | 1 | -0/+1 |
* | Make isSafeToLoadUnconditionally a bit smarter, implementing PR362 and | Chris Lattner | 2004-09-19 | 1 | -6/+28 |
* | Fix a nasty iterator invalidation problem I introduced yesterday. This | Chris Lattner | 2004-09-19 | 1 | -5/+5 |
* | Remove a whole bunch of horrible hacky code that was used to promote allocas | Chris Lattner | 2004-09-19 | 1 | -145/+7 |
* | Make instruction combining a bit more aggressive in the face of volatile | Chris Lattner | 2004-09-19 | 1 | -3/+60 |
* | Minor correction to Signals implementation. | Reid Spencer | 2004-09-19 | 2 | -28/+48 |
* | Add comment | Chris Lattner | 2004-09-19 | 1 | -1/+1 |
* | Fix the inliner to always delete any edges from the external call node to | Chris Lattner | 2004-09-18 | 1 | -8/+7 |
* | Add CallGraphNode::removeAnyCallEdgeTo method | Chris Lattner | 2004-09-18 | 1 | -0/+12 |
* | Use the /dev/zero device as the device on which the pages are mapped. | Reid Spencer | 2004-09-18 | 1 | -1/+7 |
* | Porting of Unix implementation to Win32. | Reid Spencer | 2004-09-18 | 2 | -96/+380 |
* | Get rid of file descriptor leak in create_file. | Reid Spencer | 2004-09-18 | 2 | -2/+6 |
* | Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates | Chris Lattner | 2004-09-18 | 1 | -39/+33 |
* | Make sure to remove the Select instruction as well | Chris Lattner | 2004-09-18 | 1 | -0/+1 |
* | When changing a function, make sure to update the CallGraphNode for the | Chris Lattner | 2004-09-18 | 1 | -0/+1 |
* | Implement new changeFunction method, nuke a never implemented one. | Chris Lattner | 2004-09-18 | 1 | -8/+14 |
* | Fix typo in comment | Chris Lattner | 2004-09-17 | 1 | -1/+1 |
* | Make sure critical sections are entered before trying to leave them. | Reid Spencer | 2004-09-17 | 2 | -2/+24 |
* | Allow "bc" as suffix for bytecode files. | Reid Spencer | 2004-09-16 | 2 | -0/+16 |
* | Implement the signals interface for Win32. | Reid Spencer | 2004-09-16 | 2 | -12/+366 |
* | Add a newline | Chris Lattner | 2004-09-15 | 1 | -0/+1 |
* | Convert code to compile with vc7.1. | Reid Spencer | 2004-09-15 | 16 | -58/+74 |
* | Add some assertions | Chris Lattner | 2004-09-15 | 1 | -2/+3 |
* | Patches to make this file actually compile under windows. | Reid Spencer | 2004-09-15 | 6 | -56/+988 |
* | Initial version of the SysConfig abstraction for Win32. | Reid Spencer | 2004-09-15 | 1 | -0/+29 |
* | First version of a common header file for Win32 implementations. | Reid Spencer | 2004-09-15 | 1 | -0/+33 |
* | Initial implementation of the Process abstraction for Win32. | Reid Spencer | 2004-09-15 | 2 | -0/+92 |
* | Fix the interface to ReleaseRWX to take MemoryBlock& not Memory& | Reid Spencer | 2004-09-15 | 2 | -2/+2 |
* | Fix a bug in the previous checkin that broke 255.vortex | Chris Lattner | 2004-09-15 | 1 | -1/+1 |
* | When creating constant arrays check that the initializer vector is the | Alkis Evlogimenos | 2004-09-15 | 1 | -0/+2 |
* | Fit long lines into 80 cols via creative space elimination | Misha Brukman | 2004-09-15 | 1 | -4/+4 |
* | Wrap long line | Misha Brukman | 2004-09-15 | 1 | -1/+2 |
* | Targets are independent of each other, so compile them in parallel | Misha Brukman | 2004-09-15 | 1 | -1/+1 |
* | Make sure to update alias analysis information as we transform the function. | Chris Lattner | 2004-09-15 | 1 | -21/+57 |
* | If given an AliasSetTracker object to update, update it. | Chris Lattner | 2004-09-15 | 1 | -20/+81 |
* | Implement an AliasSetTracker::copyValue method | Chris Lattner | 2004-09-14 | 1 | -3/+30 |
* | Remove a long-dead pass. Actually, this pass was never used at all. | Chris Lattner | 2004-09-14 | 1 | -182/+0 |
* | Fix a compilation error. | Reid Spencer | 2004-09-14 | 1 | -1/+1 |
* | Okay, the list of link-time passes wasn't such a hot idea. Its prone to | Reid Spencer | 2004-09-14 | 4 | -38/+1 |
* | Don't print newlines between passes in the pass list. | Chris Lattner | 2004-09-14 | 1 | -8/+8 |
* | Don't print newlines between each library in the deplibs list. | Chris Lattner | 2004-09-14 | 1 | -6/+6 |
* | Revamp the Register class, and allow the use of the RegisterGroup class to | Chris Lattner | 2004-09-14 | 5 | -121/+153 |
* | Implement the GetLibraryPath function. | Reid Spencer | 2004-09-14 | 2 | -0/+90 |
* | Add support for the link-time pass list to Modules. | Reid Spencer | 2004-09-13 | 4 | -1/+37 |