summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Avoid triggering an assertion failure when an instruction patternDan Gohman2009-01-16
* Add support for instructions with multiple ComplexPatterns, byDan Gohman2009-01-16
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* make tblgen autogenerate the nocapture intrinsics for Chris Lattner2009-01-12
* add scaffolding to emit argument attributes. No functionality Chris Lattner2009-01-12
* make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner2009-01-12
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-12
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-07
* Delete an unused variable and simplify the code.Dan Gohman2009-01-05
* Handle iAny and fAny types in TreePatternNode::UpdateNodeType.Bob Wilson2009-01-05
* Fix spelling in some comments.Bob Wilson2009-01-05
* Use dyn_cast intead of isa + cast in the generated DAGISel code. ThisDan Gohman2008-12-19
* Added support for vector widening.Mon P Wang2008-12-18
* Fix typo in error message.Mikhail Glushenkov2008-12-18
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-17
* Put Edge* classes into anonymous namespace.Mikhail Glushenkov2008-12-11
* Make 'extern' an option property.Mikhail Glushenkov2008-12-07
* Better error message.Mikhail Glushenkov2008-12-07
* Re-apply Cedric's changes.Mikhail Glushenkov2008-12-07
* Try to guess when the auto-generated cl::Sink option should be marked 'extern'.Mikhail Glushenkov2008-12-07
* Add a (progn)-like construct for (actions). Implemented as a DAG list.Mikhail Glushenkov2008-12-07
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-07
* The use of the construct:Cedric Venet2008-12-05
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-03
* Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman2008-12-03
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-03
* Support multiple compilation graph definitions. Not terribly useful, but make...Mikhail Glushenkov2008-11-28
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-28
* On x86 favors folding short immediate into some arithmetic operations (e.g. a...Evan Cheng2008-11-27
* Small fix: the error message was incorrect in some cases.Mikhail Glushenkov2008-11-26
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-17
* Filter ToolPropertiesList to exclude all Tools not mentioned in the compilati...Mikhail Glushenkov2008-11-17
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-17
* Fix to record comparator to make it work for return values > 1.Bill Wendling2008-11-13
* Put comma in correct place for call to StructType::getBill Wendling2008-11-13
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-13
* Check the return value of std::getenv.Mikhail Glushenkov2008-11-12
* Add a bit of lazy evaluation to PopulateCompilationGraph().Mikhail Glushenkov2008-11-12
* Some cosmetic changes.Mikhail Glushenkov2008-11-12
* Allow $CALL and $ENV in command names. Fixes #3025.Mikhail Glushenkov2008-11-08
* Properly escape dashes in TableGen's LLVMC2 emitter.Anton Korobeynikov2008-11-08
* Make tablegen print out a nice error message for a const char*Dan Gohman2008-11-07
* Use an assert to check that SelectCode isn't called onDan Gohman2008-11-05
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-05
* Give tablegen's Type a destructor, to suppress spuriousDan Gohman2008-11-04
* Add some asserts to verify MVT invariant assumptions.Dan Gohman2008-11-04
* Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman2008-11-03
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-27
* Remove tabs from my previous commit.Cedric Venet2008-10-27
* Remove redundant word in tblgen error message.Matthijs Kooijman2008-10-27