aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* For PR797:Reid Spencer2006-08-257-34/+27
* Consolidate callee saved register information so that it can me used by debugJim Laskey2006-08-251-20/+21
* Fix some comments.Jim Laskey2006-08-251-1/+4
* Allow for register numbers > 31.Jim Laskey2006-08-251-4/+14
* use @ for commentsRafael Espindola2006-08-253-14/+61
* For PR797:Reid Spencer2006-08-256-124/+153
* Reapply the indvars patch, since nothing blew up last night.Owen Anderson2006-08-251-0/+1
* Get closer to handling globals correctly. We now generally get them in theNate Begeman2006-08-251-5/+70
* Revert my previous patch. Since there are some major changes that went in to...Owen Anderson2006-08-251-3/+0
* Specify that indvars actually preserve LCSSA. This has been done for a whil...Owen Anderson2006-08-251-0/+3
* For PR797:Reid Spencer2006-08-246-114/+130
* When replacing value numbers, make sure to compactify the value # space.Chris Lattner2006-08-241-0/+12
* We compile this into:Chris Lattner2006-08-241-18/+0
* Owen implemented this.Chris Lattner2006-08-241-11/+0
* Take advantage of the recent improvements to the liveintervals set (trackingChris Lattner2006-08-243-221/+330
* Remove a character to avoid line exceeding 80 cols.Reid Spencer2006-08-241-1/+1
* Implement unrolling of multiblock loops. This significantly improves theOwen Anderson2006-08-241-127/+125
* For PR797:Reid Spencer2006-08-241-42/+37
* add the "eq" condition codeRafael Espindola2006-08-243-8/+13
* create a generic bcond instruction that has a conditional code argumentRafael Espindola2006-08-244-8/+34
* initial support for branchesRafael Espindola2006-08-243-3/+30
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-236-44/+518
* For PR797:Reid Spencer2006-08-231-1/+0
* For PR797:Reid Spencer2006-08-231-83/+75
* Turn off exception handling for this library. It no longer throws norReid Spencer2006-08-231-1/+0
* For PR797:Reid Spencer2006-08-233-109/+63
* For PR797:Reid Spencer2006-08-236-45/+38
* Make the ProgramName variable a std::string so we can eliminate the pathReid Spencer2006-08-231-26/+14
* For PR797:Reid Spencer2006-08-232-11/+18
* 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