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
/
Record.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2010-01-05
1
-0
/
+10
*
Fix a bug in !subst where TableGen would go and resubstitute text it had
David Greene
2009-12-21
1
-1
/
+3
*
Delete some dead and non-obvious code.
Dan Gohman
2009-11-24
1
-49
/
+0
*
Fix whitespace.
Bob Wilson
2009-11-22
1
-56
/
+51
*
Fix pr5470. Tablegen handles template arguments by temporarily setting their
Bob Wilson
2009-11-22
1
-8
/
+20
*
Fix some spelling in comments.
Bob Wilson
2009-11-21
1
-3
/
+3
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
convert some stuff to StringRef to avoid temporary std::strings.
Chris Lattner
2009-09-18
1
-30
/
+30
*
Fix non-determinism in DAGISel emitter.
Daniel Dunbar
2009-08-23
1
-0
/
+2
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-20
/
+19
*
Remove commented code.
David Greene
2009-06-29
1
-15
/
+0
*
Implement !cast<string>.
David Greene
2009-06-29
1
-36
/
+81
*
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2009-06-09
1
-98
/
+0
*
Add a !patsubst operator. Use on string types.
David Greene
2009-06-08
1
-0
/
+65
*
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
2009-06-08
1
-8
/
+84
*
Make !if short-circuit when possible.
David Greene
2009-06-08
1
-1
/
+17
*
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
2009-06-08
1
-0
/
+33
*
Fix warning.
Nick Lewycky
2009-05-15
1
-1
/
+1
*
Implement !if, analogous to $(if) in GNU make.
David Greene
2009-05-14
1
-0
/
+14
*
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
David Greene
2009-05-14
1
-0
/
+38
*
Implement a !foreach operator analogous to GNU make's $(foreach).
David Greene
2009-05-14
1
-138
/
+142
*
Implement a !subst operation simmilar to $(subst) in GNU make to do
David Greene
2009-05-14
1
-221
/
+212
*
Implement !cast.
David Greene
2009-05-14
1
-81
/
+81
*
Operation Enhancements
David Greene
2009-05-14
1
-26
/
+348
*
Fix PR4207.
David Greene
2009-05-14
1
-2
/
+6
*
Fix multiclass inheritance to limit value resolution to new defs added
David Greene
2009-04-24
1
-0
/
+14
*
Make BinOps typed and require a type specifier for !nameconcat. This
David Greene
2009-04-23
1
-7
/
+71
*
Implement !nameconcat to concatenate strings and look up the resulting
David Greene
2009-04-22
1
-3
/
+41
*
Add support to tablegen for naming the nodes themselves, not just the operands,
Nate Begeman
2009-03-19
1
-2
/
+4
*
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-10-17
1
-12
/
+12
*
Remove some debug output from tblgen. This fixes a test.
Matthijs Kooijman
2008-06-10
1
-2
/
+0
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
change the Init print methods to return strings, and implement
Chris Lattner
2007-11-22
1
-31
/
+39
*
eliminate a bunch of print methods that are duplicate with the getAsString() ...
Chris Lattner
2007-11-22
1
-8
/
+0
*
Add the ability to convert a tblgen type to a string.
Chris Lattner
2007-11-20
1
-0
/
+12
*
Add convenient helper to obtain list of ints
Anton Korobeynikov
2007-11-11
1
-0
/
+19
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
1
-2
/
+12
*
Added \!con(a,b) syntax to concatnate two dag fragments.
Evan Cheng
2007-05-15
1
-0
/
+35
*
reapply
Chris Lattner
2007-02-27
1
-0
/
+7
*
Backing out
Evan Cheng
2007-02-27
1
-7
/
+0
*
initial support for calling convention generation, still unfinished.
Chris Lattner
2007-02-27
1
-0
/
+7
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-6
/
+7
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+1
*
Generalize the previous binary operator support and add a string concatenation
Chris Lattner
2006-03-31
1
-15
/
+69
*
Implement Regression/TableGen/DagDefSubst.ll
Chris Lattner
2006-03-30
1
-3
/
+5
*
Fix bugs identified by VC++.
Jeff Cohen
2006-02-18
1
-2
/
+2
*
implement test/Regression/TableGen/DagIntSubst.ll
Chris Lattner
2006-01-31
1
-0
/
+11
*
more standards-compliance stuff
Duraid Madina
2005-12-26
1
-0
/
+2
*
Fix some copy and paste typos.
Nate Begeman
2005-11-30
1
-2
/
+2
*
Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately
Chris Lattner
2005-10-28
1
-3
/
+3
[next]