index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Age
Commit message (
Expand
)
Author
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-01-29
Explain why this is here.
Bill Wendling
2009-01-29
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
Move the code that starts printing the Select_* functions
Dan Gohman
2009-01-28
Typo.
Mikhail Glushenkov
2009-01-28
Add three new option properties.
Mikhail Glushenkov
2009-01-22
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2009-01-22
Make tblgen more portable, allowing it to build with ICC.
Chris Lattner
2009-01-21
Change the hook API back to prevent memory leaks.
Mikhail Glushenkov
2009-01-21
Allow hooks with arguments.
Mikhail Glushenkov
2009-01-16
Avoid triggering an assertion failure when an instruction pattern
Dan Gohman
2009-01-16
Add support for instructions with multiple ComplexPatterns, by
Dan Gohman
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
make tblgen autogenerate the nocapture intrinsics for
Chris Lattner
2009-01-12
add scaffolding to emit argument attributes. No functionality
Chris Lattner
2009-01-12
make tblgen emit the entire Intrinsic::getAttributes method,
Chris Lattner
2009-01-12
add nocapture attribute to llvm.mem* intrinsics and have tblgen
Chris Lattner
2009-01-07
Improve support for type-generic vector intrinsics by teaching TableGen how
Bob Wilson
2009-01-05
Delete an unused variable and simplify the code.
Dan Gohman
2009-01-05
Handle iAny and fAny types in TreePatternNode::UpdateNodeType.
Bob Wilson
2009-01-05
Fix spelling in some comments.
Bob Wilson
2008-12-19
Use dyn_cast intead of isa + cast in the generated DAGISel code. This
Dan Gohman
2008-12-18
Added support for vector widening.
Mon P Wang
2008-12-18
Fix typo in error message.
Mikhail Glushenkov
2008-12-17
Some enhancements for the 'case' expression.
Mikhail Glushenkov
2008-12-11
Put Edge* classes into anonymous namespace.
Mikhail Glushenkov
2008-12-07
Make 'extern' an option property.
Mikhail Glushenkov
2008-12-07
Better error message.
Mikhail Glushenkov
2008-12-07
Re-apply Cedric's changes.
Mikhail Glushenkov
2008-12-07
Try to guess when the auto-generated cl::Sink option should be marked 'extern'.
Mikhail Glushenkov
2008-12-07
Add a (progn)-like construct for (actions). Implemented as a DAG list.
Mikhail Glushenkov
2008-12-07
Use (actions) instead of option properties, support external options.
Mikhail Glushenkov
2008-12-05
The use of the construct:
Cedric Venet
2008-12-03
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
Dan Gohman
2008-12-03
Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
Dan Gohman
2008-12-03
Add a sanity-check to tablegen to catch the case where isSimpleLoad
Dan Gohman
2008-11-28
Support multiple compilation graph definitions. Not terribly useful, but make...
Mikhail Glushenkov
2008-11-28
Add 'hidden' and 'really_hidden' option properties.
Mikhail Glushenkov
2008-11-27
On x86 favors folding short immediate into some arithmetic operations (e.g. a...
Evan Cheng
2008-11-26
Small fix: the error message was incorrect in some cases.
Mikhail Glushenkov
2008-11-17
Support dependencies between plugins by priority-sorting.
Mikhail Glushenkov
2008-11-17
Filter ToolPropertiesList to exclude all Tools not mentioned in the compilati...
Mikhail Glushenkov
2008-11-17
Add a layer of indirection to make plugins more flexible.
Mikhail Glushenkov
2008-11-13
Fix to record comparator to make it work for return values > 1.
Bill Wendling
2008-11-13
Put comma in correct place for call to StructType::get
Bill Wendling
2008-11-13
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
2008-11-12
Check the return value of std::getenv.
Mikhail Glushenkov
2008-11-12
Add a bit of lazy evaluation to PopulateCompilationGraph().
Mikhail Glushenkov
2008-11-12
Some cosmetic changes.
Mikhail Glushenkov
2008-11-08
Allow $CALL and $ENV in command names. Fixes #3025.
Mikhail Glushenkov
[next]