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
/
lib
/
TableGen
/
TGParser.cpp
Age
Commit message (
Expand
)
Author
2013-03-24
Allow TableGen DAG arguments to be just a name.
Jakob Stoklund Olesen
2013-02-26
[TableGen] Fix ICE on MSVC 2012 Release builds.
Michael J. Spencer
2013-01-25
Add an addition operator to TableGen
Hal Finkel
2013-01-10
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-09
tblgen: use an early return to reduce indentation.
Sean Silva
2013-01-09
tblgen: Factor out common code.
Sean Silva
2013-01-09
Inline this into its only caller.
Sean Silva
2013-01-09
tblgen: Reuse function that is 2 lines above.
Sean Silva
2013-01-09
fix copy-paste-o
Sean Silva
2013-01-09
docs: Bring TableGen syntax a bit closer to reality.
Sean Silva
2013-01-07
Revert r171140. We don't actually need to support #NAME. Because NAME by itse...
Craig Topper
2012-12-27
Update tablegen parser to allow defm names to start with #NAME.
Craig Topper
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-10
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-09
tblgen: Remove pointless method call.
Sean Silva
2012-10-05
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-09-06
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-08-22
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-02
TableGen: Allow use of #NAME# outside of 'def' names.
Jim Grosbach
2012-05-24
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
2012-05-24
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
2012-05-24
Simplify TGParser::ProcessForEachDefs.
Jakob Stoklund Olesen
2012-02-22
Add Foreach Loop
David Greene
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-28
Fix Record Name Reference
David Greene
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
TblGen diagnostic for mismatched template instantiation.
Jim Grosbach
2012-01-13
Delete CodeInit and CodeRecTy from TableGen.
Jakob Stoklund Olesen
2012-01-13
Use uniqued StringInit pointers for lookups.
Jakob Stoklund Olesen
2011-12-02
Check for error after InstantiateMultclassDef.
Jim Grosbach
2011-10-19
Implement Paste
David Greene
2011-10-19
Process NAME
David Greene
2011-10-19
Process Defm Prefix as Init
David Greene
2011-10-19
Parse Def ID as Value
David Greene
2011-10-19
Don't Parse Object Body as a Name
David Greene
2011-10-19
Use Parse Mode
David Greene
2011-10-19
Make ID Parsing More Flexible
David Greene
2011-10-19
Add NAME Member
David Greene
2011-10-19
Fix Name Access
David Greene
2011-10-19
Fix Name Access
David Greene
2011-10-19
Fix Name Access
David Greene
2011-10-19
Fix Name Access
David Greene
2011-10-19
Make Template Arg Names Inits
David Greene
2011-10-19
Let SetValue Take and Init Name
David Greene
2011-10-07
Remove Multidefs
David Greene
2011-10-05
Prefix Template Arg Names with Multiclass Name
David Greene
2011-10-05
Process Multidefs
David Greene
2011-10-05
Parser Multidef Support
David Greene
[next]