summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Bug fix. Flag operand number may be calculated incorrectly.Evan Cheng2006-01-19
* Use pattern information to determine whether the use expects thisEvan Cheng2006-01-19
* Prevent unnecessary CopyToReg when the same HW register appears in two spotsEvan Cheng2006-01-19
* fix a broken commentChris Lattner2006-01-17
* Regenerated the Lex and Yacc output files on Linux. It seems that ourJohn Criswell2006-01-17
* Emit a type matching check for ComplexPatterns.Evan Cheng2006-01-17
* Type inferencing bugEvan Cheng2006-01-15
* Allow transformation from GlobalAddress to TargetGlobalAddress andEvan Cheng2006-01-12
* GlobalAddress -> TargetGlobalAddress; ExternalSymbol -> TargetExternalSymbolEvan Cheng2006-01-12
* Some minor fixes.Evan Cheng2006-01-11
* Always select target registers to themselvesChris Lattner2006-01-11
* Emit an error instead of an assertion if trying to do bogus things in result ...Chris Lattner2006-01-11
* Added support for the extractelement operation.Robert Bocchino2006-01-10
* * Remove instruction fields hasInFlag / hasOutFlag and added SNDPInFlag andEvan Cheng2006-01-09
* Pattern complexity calculation fix.Evan Cheng2006-01-06
* Tweak pattern complexity calc.Evan Cheng2006-01-06
* Bug fix wrt chain operand.Evan Cheng2006-01-06
* Replace fix with one less disruptive to the original code.Jeff Cohen2006-01-04
* Tblgen was generating syntactically illegal C++ code like:Jeff Cohen2006-01-04
* Remove obsolete comment, make things look a bit nicerChris Lattner2006-01-04
* reduce stack usage of the recursive SelectCode function by out-lining eachChris Lattner2006-01-04
* Remove my previous ugly hack that tries to reduce the stack space usageChris Lattner2006-01-03
* HP-UX DVDs are crunchy and good to eatDuraid Madina2005-12-30
* almost got the HP-UX tester up.. :)Duraid Madina2005-12-30
* Add support for generating v4i32 altivec codeNate Begeman2005-12-30
* This gets most of the backends building with HP HappyC++.Duraid Madina2005-12-27
* Added field noResults to Instruction.Evan Cheng2005-12-26
* more standards-compliance stuffDuraid Madina2005-12-26
* support targetexternalsymAndrew Lenharth2005-12-24
* * Support for hasInFlag and hasOutFlag (on instructions). Remove nameless FLAGEvan Cheng2005-12-23
* silence some bogus gcc warningsChris Lattner2005-12-22
* Attempt to fix a crash on WIN32.Evan Cheng2005-12-22
* * Added support for FLAG - a special nameless flag register. Can be used asEvan Cheng2005-12-22
* Allows instructions which no explicit operands. e.g. X86 RET which has butEvan Cheng2005-12-21
* Eliminate some GCC warnings from the generated codeChris Lattner2005-12-21
* Fix the semantic of Requires<[cond]> to mean if (!cond) goto PXXFail;Evan Cheng2005-12-20
* This ugly patch works around a GCC bug where it is compiling SelectCode toChris Lattner2005-12-20
* Now support instructions with implicit write to non-flag registers.Evan Cheng2005-12-20
* Added a break that I meant to include originally, for efficiency. BasicallyPatrick Meredith2005-12-20
* Lefted out a fix in the previous check in.Evan Cheng2005-12-20
* Fix another bug related to chain / flag.Evan Cheng2005-12-19
* Fixes for a number of bugs: save flag results in CodeGenMap, folded chainsEvan Cheng2005-12-19
* This is a script to extract nodes and edges associated with those nodesPatrick Meredith2005-12-19
* Handle basic block nodesChris Lattner2005-12-18
* More fixes for Selection of copyto/fromreg with a flagChris Lattner2005-12-18
* Select copytoreg and copyfromreg nodes that have flag operands correctly.Chris Lattner2005-12-18
* Support for read / write from explicit registers with FlagVT type.Evan Cheng2005-12-17
* Added support to specify predicates.Evan Cheng2005-12-14
* Skip over srcvalue nodes when generating ISEL code.Evan Cheng2005-12-14
* Bug fix: CodeGenMap[N] = ... -> CodeGenMap[N.getValue(0)] = ...Evan Cheng2005-12-12