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
/
TGParser.cpp
Age
Commit message (
Expand
)
Author
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-09-19
Better Error Reporting
David Greene
2011-08-10
Make Record Name an Init
David Greene
2011-07-29
Unconstify Inits
David Greene
2011-07-29
[AVX] Create Inits Via Factory Method
David Greene
2011-07-29
[AVX] Constify Inits
David Greene
2011-07-29
[AVX] Remove Mutating Members from Inits
David Greene
2011-07-18
Intern all RecTy subclass instances to avoid duplicates.
Jakob Stoklund Olesen
2011-07-11
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
Use get(0 Instead of Create()
David Greene
2011-07-11
[AVX] Make Inits Foldable
David Greene
2011-03-11
Add missing 'return on failure'. Previously we'd crash after emitting
Jim Grosbach
2011-01-07
Rename lisp-like functions as suggested by Gabor Greif as loooong time
David Greene
2010-12-15
various cleanups to tblgen, patch by Garrison Venn!
Chris Lattner
2010-12-13
Add support for using the `!if' operator when initializing variables:
Bill Wendling
2010-12-13
eliminate the Records global variable, patch by Garrison Venn!
Chris Lattner
2010-10-31
fix a crash on:
Chris Lattner
2010-10-31
fix the !eq operator in tblgen to return a bit instead of an int.
Chris Lattner
2010-10-23
Remove -llvmc-temp-hack from tblgen.
Mikhail Glushenkov
2010-10-23
Trailing whitespace.
Mikhail Glushenkov
2010-10-06
Generalize tblgen's dag parsing logic to handle arbitrary expressions
Chris Lattner
2010-10-06
cleanups
Chris Lattner
2010-10-06
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
Chris Lattner
2010-10-05
allow !strconcat to take more than two operands to eliminate
Chris Lattner
2010-10-05
enhance tblgen to support anonymous defm's, use this to
Chris Lattner
2010-06-22
Fix a subtle multiclass bug: when using class inheritance on
Bruno Cardoso Lopes
2010-06-18
Teach tablegen how to inherit from classes in 'defm' definitions.
Bruno Cardoso Lopes
2010-06-10
Teach tablegen to allow "let" expressions inside multiclasses,
Bruno Cardoso Lopes
2010-06-05
Teach tablegen to support 'defm' inside multiclasses.
Bruno Cardoso Lopes
2010-01-05
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2009-11-22
Fix whitespace.
Bob Wilson
2009-08-12
This void is implicit in C++.
Dan Gohman
2009-07-03
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-06-29
Improve TableGen error reporting.
David Greene
2009-06-21
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-09
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2009-06-08
Add a !patsubst operator. Use on string types.
David Greene
2009-06-08
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
2009-06-08
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
2009-05-14
Implement !if, analogous to $(if) in GNU make.
David Greene
2009-05-14
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
David Greene
2009-05-14
Implement a !foreach operator analogous to GNU make's $(foreach).
David Greene
2009-05-14
Implement a !subst operation simmilar to $(subst) in GNU make to do
David Greene
2009-05-14
Implement !cast.
David Greene
2009-05-14
Operation Enhancements
David Greene
2009-05-05
Allow multiclass def names to contain "#NAME"" where TableGen replaces
David Greene
2009-04-30
Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass
Bob Wilson
2009-04-30
Remove unnecessary "class" keywords.
Bob Wilson
2009-04-28
Fix trailing whitespace and 80-col. violations in recent TableGen changes.
Bob Wilson
2009-04-24
Fix multiclass inheritance to limit value resolution to new defs added
David Greene
[next]