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
/
test
/
TableGen
Age
Commit message (
Expand
)
Author
2010-07-11
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-06-23
Fix a tblgen bug.
Bruno Cardoso Lopes
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-17
For a tablegen expression such as !if(a,b,c), let 'a'
Bruno Cardoso Lopes
2010-06-16
let the '!eq' expression support 'int' and 'bit' types
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-03-27
XFAIL a new tblgen test for memory leak checking.
Jeffrey Yasskin
2010-03-25
Fix evil TableGen bug in template parameters with defaults.
Jakob Stoklund Olesen
2010-03-20
Add support for XFAILing valgrind runs with memory leak checking independently
Jeffrey Yasskin
2010-01-05
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2009-12-21
Fix a bug in !subst where TableGen would go and resubstitute text it had
David Greene
2009-11-22
Fix pr5470. Tablegen handles template arguments by temporarily setting their
Bob Wilson
2009-06-29
Add some tests of advanced TableGen list functionality.
David Greene
2009-06-09
Remove empty test (my DejaGNU doesn't like this)
Daniel Dunbar
2009-06-09
Remove empty file.
Bill Wendling
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
Add a more robust !if test.
David Greene
2009-06-08
Fix DejaGNU run line to escape special characters.
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
Fix tests to not upset DejaGNU.
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-08
Use .td for tablegen files, not .ll.
Dan Gohman
2009-05-05
Allow multiclass def names to contain "#NAME"" where TableGen replaces
David Greene
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-13
add support for a few simple escape characters in tblgen strings.
Chris Lattner
2009-03-11
implement support for C-style string literal concatenation in td files.
Chris Lattner
2008-10-17
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-06-10
For all RUN lines starting with "not", redirect stderr to /dev/null so tests
Matthijs Kooijman
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319: Upgrade to new test harness
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2006-10-11
add test for mdef in a let
Chris Lattner
2006-09-18
new testcase
Chris Lattner
2006-09-01
Make this harder
Chris Lattner
2006-09-01
simple multiclass example
Chris Lattner
[next]