aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen
Commit message (Expand)AuthorAgeFilesLines
...
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-032-0/+24
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-111-2/+1
* Fix a tblgen bug.Bruno Cardoso Lopes2010-06-231-0/+24
* Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes2010-06-221-0/+2
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-181-0/+36
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-171-0/+11
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-161-0/+11
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-101-0/+29
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-051-0/+25
* XFAIL a new tblgen test for memory leak checking.Jeffrey Yasskin2010-03-271-0/+1
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-251-0/+43
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-2035-1/+35
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-051-0/+13
* Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene2009-12-211-0/+15
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-221-0/+10
* Add some tests of advanced TableGen list functionality.David Greene2009-06-292-0/+19
* Remove empty test (my DejaGNU doesn't like this)Daniel Dunbar2009-06-091-0/+0
* Remove empty file.Bill Wendling2009-06-091-0/+0
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-092-26/+0
* Add a !patsubst operator. Use on string types.David Greene2009-06-081-0/+15
* Add a more robust !if test.David Greene2009-06-081-2/+2
* Fix DejaGNU run line to escape special characters.David Greene2009-06-081-2/+2
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-081-0/+87
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-081-0/+11
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-141-0/+20
* Fix tests to not upset DejaGNU.David Greene2009-05-142-3/+3
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-141-0/+21
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-142-0/+128
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-141-0/+29
* Implement !cast.David Greene2009-05-141-0/+90
* Use .td for tablegen files, not .ll.Dan Gohman2009-05-082-0/+0
* Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene2009-05-051-0/+12
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-241-9/+41
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-231-3/+17
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-221-0/+32
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-221-0/+76
* Implement multiclass inheritance.David Greene2009-04-221-0/+32
* add support for a few simple escape characters in tblgen strings.Chris Lattner2009-03-131-0/+5
* implement support for C-style string literal concatenation in td files.Chris Lattner2009-03-111-0/+3
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-1/+1
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-102-2/+2
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-162-3/+3
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-154-6/+5
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* add test for mdef in a letChris Lattner2006-10-111-1/+8
* new testcaseChris Lattner2006-09-181-0/+5
* Make this harderChris Lattner2006-09-011-0/+2