summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Make instruction combining a bit more aggressive in the face of volatileChris Lattner2004-09-191-3/+60
* Minor correction to Signals implementation.Reid Spencer2004-09-191-14/+24
* Add commentChris Lattner2004-09-191-1/+1
* Fix the inliner to always delete any edges from the external call node toChris Lattner2004-09-181-8/+7
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-181-0/+12
* Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer2004-09-181-1/+7
* Porting of Unix implementation to Win32.Reid Spencer2004-09-181-48/+190
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-181-1/+3
* Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminatesChris Lattner2004-09-181-39/+33
* Make sure to remove the Select instruction as wellChris Lattner2004-09-181-0/+1
* When changing a function, make sure to update the CallGraphNode for theChris Lattner2004-09-181-0/+1
* Implement new changeFunction method, nuke a never implemented one.Chris Lattner2004-09-181-8/+14
* Fix typo in commentChris Lattner2004-09-171-1/+1
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-171-1/+12
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-161-0/+8
* Implement the signals interface for Win32.Reid Spencer2004-09-161-6/+183
* Add a newlineChris Lattner2004-09-151-0/+1
* Convert code to compile with vc7.1.Reid Spencer2004-09-1516-58/+74
* Add some assertionsChris Lattner2004-09-151-2/+3
* Patches to make this file actually compile under windows.Reid Spencer2004-09-153-28/+494
* Initial version of the SysConfig abstraction for Win32.Reid Spencer2004-09-151-0/+29
* First version of a common header file for Win32 implementations.Reid Spencer2004-09-151-0/+33
* Initial implementation of the Process abstraction for Win32.Reid Spencer2004-09-151-0/+46
* Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&Reid Spencer2004-09-152-2/+2
* Fix a bug in the previous checkin that broke 255.vortexChris Lattner2004-09-151-1/+1
* When creating constant arrays check that the initializer vector is theAlkis Evlogimenos2004-09-151-0/+2
* Fit long lines into 80 cols via creative space eliminationMisha Brukman2004-09-151-4/+4
* Wrap long lineMisha Brukman2004-09-151-1/+2
* Targets are independent of each other, so compile them in parallelMisha Brukman2004-09-151-1/+1
* Make sure to update alias analysis information as we transform the function.Chris Lattner2004-09-151-21/+57
* If given an AliasSetTracker object to update, update it.Chris Lattner2004-09-151-20/+81
* Implement an AliasSetTracker::copyValue methodChris Lattner2004-09-141-3/+30
* Remove a long-dead pass. Actually, this pass was never used at all.Chris Lattner2004-09-141-182/+0
* Fix a compilation error.Reid Spencer2004-09-141-1/+1
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-144-38/+1
* Don't print newlines between passes in the pass list.Chris Lattner2004-09-141-8/+8
* Don't print newlines between each library in the deplibs list.Chris Lattner2004-09-141-6/+6
* Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner2004-09-145-121/+153
* Implement the GetLibraryPath function.Reid Spencer2004-09-141-0/+45
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-134-1/+37
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-139-64/+73
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-131-15/+16
* Changes to make this work with Jason's patch. I checked this by hand, butChris Lattner2004-09-131-48/+50
* Fix filename: Printer.cpp has become X86AsmPrinter.cppMisha Brukman2004-09-121-1/+1
* Unbreak doxygen, according to Reid.Misha Brukman2004-09-121-2/+4
* Fix code spacing/alignmentMisha Brukman2004-09-121-6/+4
* Fix typo: sterror -> strerrorReid Spencer2004-09-115-5/+5
* Correct the dynamic lib suffix on Darwin.Reid Spencer2004-09-111-1/+1
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-1126-10/+717
* Provide a generic Unix implementation of the Memory concept.Reid Spencer2004-09-111-0/+20
OpenPOWER on IntegriCloud