summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add in version dependency checks on all the tools we depend on. This isReid Spencer2004-09-19
* Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer2004-09-19
* better codeChris Lattner2004-09-19
* Make isSafeToLoadUnconditionally a bit smarter, implementing PR362 andChris Lattner2004-09-19
* New testcase for PR362: Icky code generated for std::min/std::maxChris 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
* Instcombine now helps out with theseChris Lattner2004-09-19
* Make instruction combining a bit more aggressive in the face of volatileChris Lattner2004-09-19
* Add two new testcases that instcombine should handleChris 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
* Misha implemented the ModuleProvider interface back in 9/18/2003.Chris Lattner2004-09-18
* Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's andChris Lattner2004-09-18
* Make this HTML 4.01 strictChris Lattner2004-09-18
* Don't include libtool "object" filesChris Lattner2004-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
* Implement new changeFunction method, nuke a never implemented one.Chris Lattner2004-09-18
* Changed the distclean target to handle the new location of config.h.John Criswell2004-09-17
* Fix typo in commentChris Lattner2004-09-17
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-17
* Adjust the license files based on the actual content of llvm and llvm-testReid Spencer2004-09-16
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-16
* Implement the signals interface for Win32.Reid Spencer2004-09-16
* Add dependencies so that project tools are recompiled if LLVM librariesJohn Criswell2004-09-16
* Add a newlineChris Lattner2004-09-15
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Make sure to update the list end when an element is removed from it. ThisChris Lattner2004-09-15
* Add some assertionsChris Lattner2004-09-15
* Stacker compiler library doesn't need to be shared and it can causeReid Spencer2004-09-15
* Attempt to solve the libtool problem on Solaris.Reid Spencer2004-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
* Bug fixedChris Lattner2004-09-15