index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
FileParser.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite the tblgen parser in a recursive descent style, eliminating the bison...
Chris Lattner
2007-11-22
1
-806
/
+0
*
Added \!con(a,b) syntax to concatnate two dag fragments.
Evan Cheng
2007-05-15
1
-1
/
+3
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-1
/
+2
*
Add support for let expressions around an mdef. This implements a new part
Chris Lattner
2006-10-11
1
-2
/
+10
*
Bugfix: this allows multiclasses to have default arguments.
Chris Lattner
2006-10-07
1
-1
/
+2
*
Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won't
Chris Lattner
2006-09-01
1
-0
/
+1
*
fix an assertion with multidefs. Def inside of multiclasses don't need to
Chris Lattner
2006-09-01
1
-1
/
+5
*
Add often-requested support for defining "multiclasses" which can be instanti...
Chris Lattner
2006-09-01
1
-38
/
+200
*
Generalize the previous binary operator support and add a string concatenation
Chris Lattner
2006-03-31
1
-16
/
+6
*
Implement Regression/TableGen/DagDefSubst.ll
Chris Lattner
2006-03-30
1
-25
/
+24
*
implement test/Regression/TableGen/DagIntSubst.ll
Chris Lattner
2006-01-31
1
-1
/
+1
*
Refactor this a bit to move ParsingTemplateArgs to only apply to classes,
Chris Lattner
2005-09-30
1
-11
/
+25
*
Generate a parse error instead of a checked exception if template args are
Chris Lattner
2005-09-30
1
-14
/
+10
*
Refactor the grammar a bit to implement TableGen/ForwardRef.td
Chris Lattner
2005-09-30
1
-28
/
+38
*
Rearrange two rules, which apparently makes some versions of bison happier.
Chris Lattner
2005-09-12
1
-15
/
+15
*
Add support for automatically created anonymous definitions.
Chris Lattner
2005-09-08
1
-1
/
+30
*
Tabs to spaces.
Chris Lattner
2005-09-08
1
-12
/
+12
*
Major change to tblgen: instead of resolving values every time a class is
Chris Lattner
2005-04-19
1
-20
/
+31
*
Add initial lexer and parser support for shifting values. Every use of this
Chris Lattner
2005-04-19
1
-0
/
+19
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add initial support for list slices. This currently allows you to do stuff
Chris Lattner
2004-07-26
1
-16
/
+44
*
Do not remove an active template argument even if the superclass had one of the
Chris Lattner
2004-02-28
1
-1
/
+2
*
Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crash
Chris Lattner
2004-02-28
1
-3
/
+9
*
exit(1) instead of abort()'ing on error
Chris Lattner
2004-02-13
1
-23
/
+23
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-10
/
+17
*
Added LLVM copyright notice.
John Criswell
2003-10-21
1
-0
/
+7
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-1
/
+1
*
Move support/tools/* back into utils
Chris Lattner
2003-10-05
1
-0
/
+510