index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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
2009-04-23
Make BinOps typed and require a type specifier for !nameconcat. This
David Greene
2009-04-22
Allow defm to inherit from multiple multiclasses.
David Greene
2009-04-22
Implement !nameconcat to concatenate strings and look up the resulting
David Greene
2009-04-22
Implement multiclass inheritance.
David Greene
2009-03-26
fix a few spelling errors and typos
Jim Grosbach
2009-03-19
Add support to tablegen for naming the nodes themselves, not just the operands,
Nate Begeman
2009-03-13
give each Record a location.
Chris Lattner
2009-03-13
make "locations" a class instead of a typedef.
Chris Lattner
2009-03-11
implement support for C-style string literal concatenation in td files.
Chris Lattner
2009-02-14
Unbreak the build on win32.
Cedric Venet
2008-10-17
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-04-10
produce an error on invalid input instead of asserting:
Chris Lattner
2008-01-10
Fix a crash on code like: let x = 1 {x
Chris Lattner
2007-12-29
remove attributions from utils.
Chris Lattner
2007-11-26
Add TGParser files to VStudio project files. Removed generated files section...
Chuck Rose III
2007-11-22
resolve the last fixme's in the new tblgen parser.
Chris Lattner
2007-11-22
Rewrite the tblgen parser in a recursive descent style, eliminating the bison...
Chris Lattner