summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Fit to 80 colsChris Lattner2006-08-27
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* We no longer care whether something is an opt vs analysis pass, only whetherChris Lattner2006-08-27
* Minor code cleanupsChris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* typo fixChris Lattner2006-08-27
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-27
* Do not use getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng2006-08-27
* Eliminate SelectNodeTo() and getTargetNode() variants which take more thanEvan Cheng2006-08-27
* Fix target matching weights, so that ppc-darwin modules are codegen with theChris Lattner2006-08-26
* Properly size the string table, and emit symbol table and string tableNate Begeman2006-08-26
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-26
* Select() no longer require Result operand by reference.Evan Cheng2006-08-26
* Simplifications to liveinterval analysis, no functionality change.Chris Lattner2006-08-26
* Match tblgen changes.Evan Cheng2006-08-26
* Match tblgen changes; clean up.Evan Cheng2006-08-26
* Give a good error message when we try to jit inline asm.Chris Lattner2006-08-26
* Completely change the way that joining with physregs is implemented. ThisChris Lattner2006-08-25
* Add a comment.Evan Cheng2006-08-25
* Tidy up.Jim Laskey2006-08-25
* Fix a crash related to updating Phi nodes in the original header block. This...Owen Anderson2006-08-25
* Add an assertion to check that we're really preserving LCSSA.Owen Anderson2006-08-25
* Encode pc-relative conditional branch offset as pc+(num of bytes / 4). TheEvan Cheng2006-08-25
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-25
* Consolidate callee saved register information so that it can me used by debugJim Laskey2006-08-25
* Fix some comments.Jim Laskey2006-08-25
* Allow for register numbers > 31.Jim Laskey2006-08-25
* use @ for commentsRafael Espindola2006-08-25
* For PR797:Reid Spencer2006-08-25
* Reapply the indvars patch, since nothing blew up last night.Owen Anderson2006-08-25
* Get closer to handling globals correctly. We now generally get them in theNate Begeman2006-08-25
* 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