aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2006-05-12Noop instructionEvan Cheng
2006-05-12Unused instructionEvan Cheng
2006-05-11Also add super- register classes info.Evan Cheng
2006-05-10Watch out for the following case:Evan Cheng
2006-05-10Fix a load folding bug. It is exposed by a multi- resulting instructionsEvan Cheng
2006-05-09Add sub-register class information.Evan Cheng
2006-05-03Set isStore of instructions with ISD::TRUNCSTORE root node.Evan Cheng
2006-05-01Put instruction names into the first non TargetInstrInfo namespace found.Chris Lattner
2006-05-01instructions can be in different namespaces. Make sure to use the rightChris Lattner
2006-05-01FormatingEvan Cheng
2006-05-01Mark instructions whose pattern is (store ...) isStore.Evan Cheng
2006-04-28Remove the temporary option: -no-isel-fold-inflightEvan Cheng
2006-04-28When isel'ing a node, mark its operands "InFlight" before selecting them. TheseEvan Cheng
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2006-04-20Don't fill in fields that no longer exist.Chris Lattner
2006-04-19Rename AddedCost to AddedComplexity.Evan Cheng
2006-04-19Allow "let AddedCost = n in" to increase pattern complexity.Evan Cheng
2006-04-13Add missing things to the distribution.Reid Spencer
2006-04-10Fix a typo: Instr* -> Intr*Chris Lattner
2006-04-06Infer element types for shuffle masksChris Lattner
2006-04-06rename a method, to avoid confusion with llvm intrinsics.Chris Lattner
2006-04-02Adjust the Intrinsics.gen interface a little bitChris Lattner
2006-03-31regenerateChris Lattner
2006-03-31Generalize the previous binary operator support and add a string concatenationChris Lattner
2006-03-31Allow bits init values to be used in patterns, turn them into ints.Chris Lattner
2006-03-31Final bugfix for PR724. GCC won't inline varargs functions, so use one toChris Lattner
2006-03-31When emitting code for the verifier, instead of emitting each case statementChris Lattner
2006-03-30regenerateChris Lattner
2006-03-30Implement Regression/TableGen/DagDefSubst.llChris Lattner
2006-03-28Don't sort the names before outputing the intrinsic name table. It causes aEvan Cheng
2006-03-28Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va...Chris Lattner
2006-03-28Only compute intrinsic valuetypes when in a target .td file.Chris Lattner
2006-03-28revert this, it breaks things.Chris Lattner
2006-03-27Add support for decoding iPTR to the right pointer type.Chris Lattner
2006-03-27Print error messages like this:Chris Lattner
2006-03-25Add a missing check which cause an invalid .td file to crash tblgenChris Lattner
2006-03-25When failing selection for an intrinsic, print this:Chris Lattner
2006-03-24Change approach so that we get codegen for free for intrinsics. With this,Chris Lattner
2006-03-24fix 80 column violationsChris Lattner
2006-03-24Parse intrinsics correctly and perform type propagation. This doesn't currentlyChris Lattner
2006-03-24Add dwarf register numbering to register data.Jim Laskey
2006-03-24Make sure to initialize the TheDef field!Chris Lattner
2006-03-24Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner
2006-03-24extract some more information from the intrinsic tableChris Lattner
2006-03-23Add new generated files to be ignored.Reid Spencer
2006-03-23Allow result node to be a simple leaf node. This enable bitconvert patternsEvan Cheng
2006-03-21Don't forget to promote xform function to an explicit node for def : Pat<>Evan Cheng
2006-03-21minor code simplificationChris Lattner
2006-03-20The node wrapped in PatLeaf<> should be treated as a leaf even if it isn'tEvan Cheng
2006-03-20It should be ok for a xform output type to be different from input type.Evan Cheng