summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-27
* Remove a dead class.Chris Lattner2006-08-27
* Minor code cleanupsChris Lattner2006-08-27
* eliminate only use of FilteredPassNameParserChris Lattner2006-08-27
* Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2006-08-27
* Move this test from Codegen/PowerPC to CodeGen/Generic. It fails on ia64,Chris Lattner2006-08-27
* Use compiler.h instead of hand rolling our own macroChris Lattner2006-08-27
* add directive to disable inliningChris 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
* New place to put compiler-specific functionality. This replaces Visibility.h,Chris Lattner2006-08-27
* Do not use getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng2006-08-27
* Do not emit getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng2006-08-27
* Eliminate SelectNodeTo() and getTargetNode() variants which take more thanEvan Cheng2006-08-27
* make optional pointer really optionalChris Lattner2006-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
* Minor getCopyToReg() call change.Evan Cheng2006-08-26
* Improved codegen due to Chris' live interval joining changes.Evan Cheng2006-08-26
* Select() no longer require Result operand by reference.Evan Cheng2006-08-26
* Remove dead code.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
* A bit more clean up.Evan Cheng2006-08-26
* - Clean up tablegen dag isel generator code.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
* Doh! Commit the change that turns ON -fno-exceptions.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
* test case for varargs functionsRafael Espindola2006-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
* Fix a race condition in the makefile that broke grawp's tester last night.Chris Lattner2006-08-25
* Bring Xcode project up to date.Jim Laskey2006-08-25
* Get closer to handling globals correctly. We now generally get them in theNate Begeman2006-08-25