summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Revert my previous patch. Since there are some major changes that went in to...Owen Anderson2006-08-25
* Specify that indvars actually preserve LCSSA. This has been done for a whil...Owen Anderson2006-08-25
* For PR797:Reid Spencer2006-08-24
* When replacing value numbers, make sure to compactify the value # space.Chris Lattner2006-08-24
* We compile this into:Chris Lattner2006-08-24
* Owen implemented this.Chris Lattner2006-08-24
* Take advantage of the recent improvements to the liveintervals set (trackingChris Lattner2006-08-24
* Remove a character to avoid line exceeding 80 cols.Reid Spencer2006-08-24
* Implement unrolling of multiblock loops. This significantly improves theOwen Anderson2006-08-24
* For PR797:Reid Spencer2006-08-24
* add the "eq" condition codeRafael Espindola2006-08-24
* create a generic bcond instruction that has a conditional code argumentRafael Espindola2006-08-24
* initial support for branchesRafael Espindola2006-08-24
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* Turn off exception handling for this library. It no longer throws norReid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* Make the ProgramName variable a std::string so we can eliminate the pathReid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* Update for changes in Path class interface for exception removal.Reid Spencer2006-08-22
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-22
* Improve the LiveInterval class to keep track of which machine instructionChris Lattner2006-08-22
* Fix another occurrence of inverted logic on the result of MappedFile::mapReid Spencer2006-08-22
* Inverse the error check logic for the MappedFile::map() call. It returnsReid Spencer2006-08-22
* Don't throw needlessly. Failure of gettimeofday is *very* unlinkely soReid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* add a README.txtRafael Espindola2006-08-22
* Make an error message a little more intelligible.Reid Spencer2006-08-22
* Print physreg names symbolically in dumpsChris Lattner2006-08-21
* Print debug info as:Chris Lattner2006-08-21
* initial support for selectRafael Espindola2006-08-21
* Adding C++ member support.Jim Laskey2006-08-21
* Adding new Dwarf constants.Jim Laskey2006-08-21
* Fix PR861Chris Lattner2006-08-21
* Fix PR885Chris Lattner2006-08-21
* add the and instructionRafael Espindola2006-08-21
* Added a check so that if we have two machine instructions in this formBill Wendling2006-08-21
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21