aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a 'control reaches end of non-void function' warning.Evan Cheng2009-02-091-0/+1
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-1/+2
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-051-2/+2
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-057-24/+79
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-0/+1
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-047-79/+24
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-047-24/+79
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-011-1/+1
* Explain why this is here.Bill Wendling2009-01-291-0/+1
* - Add DebugLoc to getTargetNode(). Bill Wendling2009-01-291-0/+3
* Move the code that starts printing the Select_* functionsDan Gohman2009-01-291-3/+3
* Typo.Mikhail Glushenkov2009-01-281-1/+1
* Add three new option properties.Mikhail Glushenkov2009-01-281-32/+116
* Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng2009-01-222-80/+3
* Make tblgen more portable, allowing it to build with ICC.Chris Lattner2009-01-221-2/+2
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-211-1/+1
* Allow hooks with arguments.Mikhail Glushenkov2009-01-211-43/+212
* Avoid triggering an assertion failure when an instruction patternDan Gohman2009-01-161-1/+2
* Add support for instructions with multiple ComplexPatterns, byDan Gohman2009-01-161-7/+7
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* make tblgen autogenerate the nocapture intrinsics for Chris Lattner2009-01-121-7/+22
* add scaffolding to emit argument attributes. No functionality Chris Lattner2009-01-121-2/+31
* make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner2009-01-121-0/+7
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-122-5/+12
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-072-5/+46
* Delete an unused variable and simplify the code.Dan Gohman2009-01-051-10/+7
* Handle iAny and fAny types in TreePatternNode::UpdateNodeType.Bob Wilson2009-01-051-5/+7
* Fix spelling in some comments.Bob Wilson2009-01-052-2/+2
* Use dyn_cast intead of isa + cast in the generated DAGISel code. ThisDan Gohman2008-12-191-7/+13
* Added support for vector widening.Mon P Wang2008-12-181-0/+6
* Fix typo in error message.Mikhail Glushenkov2008-12-181-1/+1
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-171-7/+27
* Put Edge* classes into anonymous namespace.Mikhail Glushenkov2008-12-111-7/+7
* Make 'extern' an option property.Mikhail Glushenkov2008-12-071-38/+19
* Better error message.Mikhail Glushenkov2008-12-071-1/+6
* Re-apply Cedric's changes.Mikhail Glushenkov2008-12-071-24/+24
* Try to guess when the auto-generated cl::Sink option should be marked 'extern'.Mikhail Glushenkov2008-12-071-5/+20
* Add a (progn)-like construct for (actions). Implemented as a DAG list.Mikhail Glushenkov2008-12-071-10/+37
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-071-975/+885
* The use of the construct:Cedric Venet2008-12-051-12/+12
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-033-3/+3
* Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman2008-12-031-9/+0
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-032-1/+10
* Support multiple compilation graph definitions. Not terribly useful, but make...Mikhail Glushenkov2008-11-281-42/+51
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-281-1/+43
* On x86 favors folding short immediate into some arithmetic operations (e.g. a...Evan Cheng2008-11-271-2/+2
* Small fix: the error message was incorrect in some cases.Mikhail Glushenkov2008-11-261-3/+3
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-171-5/+19
* Filter ToolPropertiesList to exclude all Tools not mentioned in the compilati...Mikhail Glushenkov2008-11-171-49/+78
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-171-55/+58