Age | Commit message (Expand) | Author |
2004-09-20 | Fixed to actually work correctly and be the basis for other tools by | Reid Spencer |
2004-09-20 | Fix loop condition so that we don't decrement off the beginning of the | Alkis Evlogimenos |
2004-09-20 | Don't count .lo files :) | Chris Lattner |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-20 | Finegrainify namespacification | Chris Lattner |
2004-09-20 | Prototype more accurately | Chris Lattner |
2004-09-20 | Prototype these functions more accurately | Chris Lattner |
2004-09-20 | Do not prototype any of these passes as returning Pass*. Instead, be specific | Chris Lattner |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-20 | Adjust to API changes | Chris Lattner |
2004-09-20 | Put in a #error in the event that we don't have an mmap that can map a file | Reid Spencer |
2004-09-20 | Fix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R that caused problems | Reid Spencer |
2004-09-20 | Correct the use AC_RUN_IFELSE to ensure it builds programs correctly by | Reid Spencer |
2004-09-20 | Allow the suffix for shared libraries to be obtained correctly so we can | Reid Spencer |
2004-09-20 | The problem with depending on the internal implementation of third party | Reid Spencer |
2004-09-20 | libtool's name is now back to mklib. | Reid Spencer |
2004-09-20 | Change to support creation of "mklib" instead of "libtool" in builddir. | Reid Spencer |
2004-09-20 | Update the script to generate mklib instead of libtool. | Reid Spencer |
2004-09-19 | Adjust the libtool macros so that libtool's name is "mklib". Also, tidy up | Reid Spencer |
2004-09-19 | Various minor cleanups and replacement of obsoleted macro names. | Reid Spencer |
2004-09-19 | Numerous fixes to convert ~ into ; that (probably) occurred during data | Reid Spencer |
2004-09-19 | The lexicon doc is more of a user guide than programming dox | Chris Lattner |
2004-09-19 | Bring the script out of the dark ages and into modern autoconfness. | Reid Spencer |
2004-09-19 | Make the "Warning" notice a LOT more prominent. | Reid Spencer |
2004-09-19 | Add in version dependency checks on all the tools we depend on. This is | Reid Spencer |
2004-09-19 | Add our own version of libtool.m4 instead of relying on the installed one. | Reid Spencer |
2004-09-19 | better code | Chris Lattner |
2004-09-19 | Make isSafeToLoadUnconditionally a bit smarter, implementing PR362 and | Chris Lattner |
2004-09-19 | New testcase for PR362: Icky code generated for std::min/std::max | Chris Lattner |
2004-09-19 | Fix a nasty iterator invalidation problem I introduced yesterday. This | Chris Lattner |
2004-09-19 | Remove a whole bunch of horrible hacky code that was used to promote allocas | Chris Lattner |
2004-09-19 | Instcombine now helps out with these | Chris Lattner |
2004-09-19 | Make instruction combining a bit more aggressive in the face of volatile | Chris Lattner |
2004-09-19 | Add two new testcases that instcombine should handle | Chris Lattner |
2004-09-19 | Minor correction to Signals implementation. | Reid Spencer |
2004-09-19 | Add comment | Chris Lattner |
2004-09-18 | Fix the inliner to always delete any edges from the external call node to | Chris Lattner |
2004-09-18 | Add CallGraphNode::removeAnyCallEdgeTo method | Chris Lattner |
2004-09-18 | Use the /dev/zero device as the device on which the pages are mapped. | Reid Spencer |
2004-09-18 | Porting of Unix implementation to Win32. | Reid Spencer |
2004-09-18 | Get rid of file descriptor leak in create_file. | Reid Spencer |
2004-09-18 | Misha implemented the ModuleProvider interface back in 9/18/2003. | Chris Lattner |
2004-09-18 | Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and | Chris Lattner |
2004-09-18 | Make this HTML 4.01 strict | Chris Lattner |
2004-09-18 | Don't include libtool "object" files | Chris Lattner |
2004-09-18 | Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates | Chris Lattner |
2004-09-18 | Make sure to remove the Select instruction as well | Chris Lattner |
2004-09-18 | When changing a function, make sure to update the CallGraphNode for the | Chris Lattner |
2004-09-18 | Implement new changeFunction method, nuke a never implemented one. | Chris Lattner |