index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
TGParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a crash on:
Chris Lattner
2010-10-31
1
-1
/
+2
*
fix the !eq operator in tblgen to return a bit instead of an int.
Chris Lattner
2010-10-31
1
-1
/
+1
*
Remove -llvmc-temp-hack from tblgen.
Mikhail Glushenkov
2010-10-23
1
-17
/
+1
*
Trailing whitespace.
Mikhail Glushenkov
2010-10-23
1
-6
/
+6
*
Generalize tblgen's dag parsing logic to handle arbitrary expressions
Chris Lattner
2010-10-06
1
-5
/
+18
*
cleanups
Chris Lattner
2010-10-06
1
-9
/
+10
*
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
Chris Lattner
2010-10-06
1
-35
/
+9
*
allow !strconcat to take more than two operands to eliminate
Chris Lattner
2010-10-05
1
-23
/
+34
*
enhance tblgen to support anonymous defm's, use this to
Chris Lattner
2010-10-05
1
-18
/
+31
*
Fix a subtle multiclass bug: when using class inheritance on
Bruno Cardoso Lopes
2010-06-22
1
-4
/
+4
*
Teach tablegen how to inherit from classes in 'defm' definitions.
Bruno Cardoso Lopes
2010-06-18
1
-0
/
+50
*
Teach tablegen to allow "let" expressions inside multiclasses,
Bruno Cardoso Lopes
2010-06-10
1
-47
/
+38
*
Teach tablegen to support 'defm' inside multiclasses.
Bruno Cardoso Lopes
2010-06-05
1
-9
/
+41
*
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2010-01-05
1
-0
/
+7
*
Fix whitespace.
Bob Wilson
2009-11-22
1
-195
/
+184
*
This void is implicit in C++.
Dan Gohman
2009-08-12
1
-1
/
+1
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-6
/
+4
*
Improve TableGen error reporting.
David Greene
2009-06-29
1
-1
/
+5
*
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-21
1
-20
/
+20
*
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2009-06-09
1
-16
/
+0
*
Add a !patsubst operator. Use on string types.
David Greene
2009-06-08
1
-0
/
+9
*
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
2009-06-08
1
-25
/
+140
*
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
2009-06-08
1
-0
/
+7
*
Implement !if, analogous to $(if) in GNU make.
David Greene
2009-05-14
1
-0
/
+24
*
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
David Greene
2009-05-14
1
-1
/
+74
*
Implement a !foreach operator analogous to GNU make's $(foreach).
David Greene
2009-05-14
1
-14
/
+14
*
Implement a !subst operation simmilar to $(subst) in GNU make to do
David Greene
2009-05-14
1
-72
/
+72
*
Implement !cast.
David Greene
2009-05-14
1
-31
/
+31
*
Operation Enhancements
David Greene
2009-05-14
1
-126
/
+241
*
Allow multiclass def names to contain "#NAME"" where TableGen replaces
David Greene
2009-05-05
1
-3
/
+12
*
Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass
Bob Wilson
2009-04-30
1
-8
/
+8
*
Remove unnecessary "class" keywords.
Bob Wilson
2009-04-30
1
-1
/
+1
*
Fix trailing whitespace and 80-col. violations in recent TableGen changes.
Bob Wilson
2009-04-28
1
-27
/
+34
*
Fix multiclass inheritance to limit value resolution to new defs added
David Greene
2009-04-24
1
-20
/
+59
*
Make BinOps typed and require a type specifier for !nameconcat. This
David Greene
2009-04-23
1
-9
/
+72
*
Allow defm to inherit from multiple multiclasses.
David Greene
2009-04-22
1
-68
/
+76
*
Implement !nameconcat to concatenate strings and look up the resulting
David Greene
2009-04-22
1
-21
/
+47
*
Implement multiclass inheritance.
David Greene
2009-04-22
1
-2
/
+171
*
fix a few spelling errors and typos
Jim Grosbach
2009-03-26
1
-1
/
+1
*
Add support to tablegen for naming the nodes themselves, not just the operands,
Nate Begeman
2009-03-19
1
-1
/
+13
*
give each Record a location.
Chris Lattner
2009-03-13
1
-6
/
+6
*
make "locations" a class instead of a typedef.
Chris Lattner
2009-03-13
1
-20
/
+20
*
implement support for C-style string literal concatenation in td files.
Chris Lattner
2009-03-11
1
-2
/
+14
*
Unbreak the build on win32.
Cedric Venet
2009-02-14
1
-1
/
+1
*
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-10-17
1
-3
/
+3
*
produce an error on invalid input instead of asserting:
Chris Lattner
2008-04-10
1
-0
/
+5
*
Fix a crash on code like: let x = 1 {x
Chris Lattner
2008-01-10
1
-1
/
+4
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add TGParser files to VStudio project files. Removed generated files section...
Chuck Rose III
2007-11-26
1
-0
/
+2
*
resolve the last fixme's in the new tblgen parser.
Chris Lattner
2007-11-22
1
-6
/
+4
[next]