summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris 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
* Remove a dead class.Chris Lattner2006-08-27
* add directive to disable inliningChris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris 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
* Eliminate SelectNodeTo() and getTargetNode() variants which take more thanEvan Cheng2006-08-27
* make optional pointer really optionalChris Lattner2006-08-27
* Properly size the string table, and emit symbol table and string tableNate Begeman2006-08-26
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-26
* Completely change the way that joining with physregs is implemented. ThisChris Lattner2006-08-25
* Tidy up.Jim Laskey2006-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
* For PR797:Reid Spencer2006-08-25
* Get closer to handling globals correctly. We now generally get them in theNate Begeman2006-08-25
* For PR797:Reid Spencer2006-08-24
* Take advantage of the recent improvements to the liveintervals set (trackingChris Lattner2006-08-24
* Remove a FIXME. Don't use strlcpy that isn't available on non-BSD platformsReid Spencer2006-08-24
* update some commentsChris Lattner2006-08-24
* Correctly attribute file author & remote tabsNate Begeman2006-08-23
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-23
* For PR797:Reid Spencer2006-08-23
* Fix constructor documentation.Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797: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 some indentation.Reid Spencer2006-08-22
* add resize, move swap out of lineChris Lattner2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* Switch to using smallvector for liveintervals. This speeds up live intervalChris Lattner2006-08-22
* add a bunch more operations, including swap, insert, erase, front(), andChris Lattner2006-08-22
* move LiveInterval state all togetherChris Lattner2006-08-21
* Adding new Dwarf constants.Jim Laskey2006-08-21
* For PR797:Reid Spencer2006-08-21
* Fix the documentation for this file.Reid Spencer2006-08-21
* For PR885:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* vpkuwus didn't work, due to this typoChris Lattner2006-08-18
* For PR797:Reid Spencer2006-08-18
* Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner2006-08-17
* switch the SUnit pred/succ sets from being std::sets to being smallvectors.Chris Lattner2006-08-17
* add an accessorChris Lattner2006-08-16