aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* For PR797:Reid Spencer2006-08-233-19/+30
* For PR797:Reid Spencer2006-08-221-5/+10
* For PR797:Reid Spencer2006-08-221-9/+18
* Update for changes in Path class interface for exception removal.Reid Spencer2006-08-221-16/+6
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-23/+30
* Improve the LiveInterval class to keep track of which machine instructionChris Lattner2006-08-222-17/+40
* Fix another occurrence of inverted logic on the result of MappedFile::mapReid Spencer2006-08-221-1/+1
* Inverse the error check logic for the MappedFile::map() call. It returnsReid Spencer2006-08-222-2/+2
* Don't throw needlessly. Failure of gettimeofday is *very* unlinkely soReid Spencer2006-08-221-2/+7
* For PR797:Reid Spencer2006-08-221-8/+16
* For PR797:Reid Spencer2006-08-222-118/+119
* For PR797:Reid Spencer2006-08-224-12/+38
* For PR797:Reid Spencer2006-08-222-7/+17
* For PR797:Reid Spencer2006-08-221-10/+15
* For PR797:Reid Spencer2006-08-221-8/+13
* add a README.txtRafael Espindola2006-08-221-0/+9
* Make an error message a little more intelligible.Reid Spencer2006-08-221-1/+1
* Print physreg names symbolically in dumpsChris Lattner2006-08-211-2/+3
* Print debug info as:Chris Lattner2006-08-211-2/+5
* initial support for selectRafael Espindola2006-08-213-1/+42
* Adding C++ member support.Jim Laskey2006-08-212-62/+152
* Adding new Dwarf constants.Jim Laskey2006-08-211-0/+1
* Fix PR861Chris Lattner2006-08-211-0/+1
* Fix PR885Chris Lattner2006-08-212-7/+6
* add the and instructionRafael Espindola2006-08-211-0/+4
* Added a check so that if we have two machine instructions in this formBill Wendling2006-08-211-10/+30
* For PR797:Reid Spencer2006-08-211-8/+10
* For PR797:Reid Spencer2006-08-214-54/+126
* For PR797:Reid Spencer2006-08-213-3/+5
* call computeRegisterPropertiesRafael Espindola2006-08-201-0/+6
* regenerateChris Lattner2006-08-184-3844/+2881
* trivial optimizationChris Lattner2006-08-181-1/+4
* Add a comment about the mechanisms used to rid AsmParser of exceptions.Reid Spencer2006-08-184-214/+244
* For PR797:Reid Spencer2006-08-181-1/+0
* Fix a grammaro in a comment.Reid Spencer2006-08-181-1/+1
* For PR797:Reid Spencer2006-08-189-3256/+4729
* Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner2006-08-179-35/+35
* Revert this patch, the front-end has been fixed to make it unneccesary.Chris Lattner2006-08-171-15/+0
* 'g' is handled by the front-end.Chris Lattner2006-08-171-4/+0
* Fix handling of 'g'. Closes 883Andrew Lenharth2006-08-171-0/+4
* add a "load effective address"Rafael Espindola2006-08-174-10/+30
* Add the 'c' constraint as needed by the linux kernelAndrew Lenharth2006-08-171-2/+7
* Add support for S and D constraints, as needed to compile the linux kernel.Andrew Lenharth2006-08-171-0/+10
* switch the SUnit pred/succ sets from being std::sets to being smallvectors.Chris Lattner2006-08-173-78/+82
* Doh. Incorrectly inverted condition. Also add a isOnlyUse check to match tabl...Evan Cheng2006-08-161-1/+2
* minor changes.Chris Lattner2006-08-162-22/+24
* Use the appropriate typedefChris Lattner2006-08-161-2/+1
* Declare the callee saved regsRafael Espindola2006-08-166-14/+60
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-164-53/+36
* RET_FLAG has an optional input flag, but it does not produce a flag result.Evan Cheng2006-08-161-8/+2