summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix potential miscompilations: InstCombine/2004-09-20-BadLoadCombine*.llxChris Lattner2004-09-20
* Fix loop condition so that we don't decrement off the beginning of theAlkis Evlogimenos2004-09-20
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Finegrainify namespacificationChris Lattner2004-09-20
* Prototype more accuratelyChris Lattner2004-09-20
* Prototype these functions more accuratelyChris Lattner2004-09-20
* Put in a #error in the event that we don't have an mmap that can map a fileReid Spencer2004-09-20
* Make isSafeToLoadUnconditionally a bit smarter, implementing PR362 andChris Lattner2004-09-19
* Fix a nasty iterator invalidation problem I introduced yesterday. ThisChris Lattner2004-09-19
* Remove a whole bunch of horrible hacky code that was used to promote allocasChris Lattner2004-09-19
* Make instruction combining a bit more aggressive in the face of volatileChris Lattner2004-09-19
* Minor correction to Signals implementation.Reid Spencer2004-09-19
* Add commentChris Lattner2004-09-19
* Fix the inliner to always delete any edges from the external call node toChris Lattner2004-09-18
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-18
* Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer2004-09-18
* Porting of Unix implementation to Win32.Reid Spencer2004-09-18
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-18
* Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminatesChris Lattner2004-09-18
* Make sure to remove the Select instruction as wellChris Lattner2004-09-18
* When changing a function, make sure to update the CallGraphNode for theChris Lattner2004-09-18
* Implement new changeFunction method, nuke a never implemented one.Chris Lattner2004-09-18
* Fix typo in commentChris Lattner2004-09-17
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-17
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-16
* Implement the signals interface for Win32.Reid Spencer2004-09-16
* Add a newlineChris Lattner2004-09-15
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Add some assertionsChris Lattner2004-09-15
* Patches to make this file actually compile under windows.Reid Spencer2004-09-15
* Initial version of the SysConfig abstraction for Win32.Reid Spencer2004-09-15
* First version of a common header file for Win32 implementations.Reid Spencer2004-09-15
* Initial implementation of the Process abstraction for Win32.Reid Spencer2004-09-15
* Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&Reid Spencer2004-09-15
* Fix a bug in the previous checkin that broke 255.vortexChris Lattner2004-09-15
* When creating constant arrays check that the initializer vector is theAlkis Evlogimenos2004-09-15
* Fit long lines into 80 cols via creative space eliminationMisha Brukman2004-09-15
* Wrap long lineMisha Brukman2004-09-15
* Targets are independent of each other, so compile them in parallelMisha Brukman2004-09-15
* Make sure to update alias analysis information as we transform the function.Chris Lattner2004-09-15
* If given an AliasSetTracker object to update, update it.Chris Lattner2004-09-15
* Implement an AliasSetTracker::copyValue methodChris Lattner2004-09-14
* Remove a long-dead pass. Actually, this pass was never used at all.Chris Lattner2004-09-14
* Fix a compilation error.Reid Spencer2004-09-14
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-14
* Don't print newlines between passes in the pass list.Chris Lattner2004-09-14
* Don't print newlines between each library in the deplibs list.Chris Lattner2004-09-14
* Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner2004-09-14
* Implement the GetLibraryPath function.Reid Spencer2004-09-14