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
/
utils
/
TableGen
/
Record.h
Age
Commit message (
Expand
)
Author
2011-01-07
Rename lisp-like functions as suggested by Gabor Greif as loooong time
David Greene
2010-12-15
various cleanups to tblgen, patch by Garrison Venn!
Chris Lattner
2010-12-13
Add support for using the `!if' operator when initializing variables:
Bill Wendling
2010-12-13
eliminate the Records global variable, patch by Garrison Venn!
Chris Lattner
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-10-06
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
Chris Lattner
2010-09-27
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-21
Trailing whitespace, 80-col violations.
Mikhail Glushenkov
2010-09-03
Generalize getFieldType to work on all TypedInits. Add a couple of testcases...
David Greene
2010-05-26
Add StringRef::compare_numeric and use it to sort TableGen register records.
Jakob Stoklund Olesen
2010-04-09
If all the bit positions are not specified; do not decode the instructions.
Johnny Chen
2010-04-05
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-03-25
Teach TableGen to understand X.Y notation in the TSFlagsFields strings.
Jakob Stoklund Olesen
2010-03-25
Fix evil TableGen bug in template parameters with defaults.
Jakob Stoklund Olesen
2010-03-01
Fix PR2590 by making PatternSortingPredicate actually be
Chris Lattner
2010-01-05
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2009-11-24
Delete some dead and non-obvious code.
Dan Gohman
2009-11-22
Fix whitespace.
Bob Wilson
2009-11-21
Fix some spelling in comments.
Bob Wilson
2009-11-21
Avoid a redundant assertion.
Bob Wilson
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-09-18
convert some stuff to StringRef to avoid temporary std::strings.
Chris Lattner
2009-08-23
Fix non-determinism in DAGISel emitter.
Daniel Dunbar
2009-08-12
This void is implicit in C++.
Dan Gohman
2009-07-03
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-06-29
Implement !cast<string>.
David Greene
2009-06-21
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-21
move TGSourceMgr class out of TableGen into libsupport.
Chris Lattner
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
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-15
Add extra parenthesis around || statements to pacify compiler.
Nick Lewycky
2009-05-14
Implement !if, analogous to $(if) in GNU make.
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-14
Operation Enhancements
David Greene
2009-04-30
Change forward declaration of MultiClass to use the "struct" keyword instead
Bob Wilson
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
Implement !nameconcat to concatenate strings and look up the resulting
David Greene
2009-03-19
Add support to tablegen for naming the nodes themselves, not just the operands,
Nate Begeman
2009-03-13
Further constify Record::isSubClassOf.
Ted Kremenek
2009-03-13
add a new TGError class and use it to propagate location info with
Chris Lattner
2009-03-13
give each Record a location.
Chris Lattner
2008-10-22
Unbreak LLVM on the MSVC compiler:
Argyrios Kyrtzidis
2008-10-17
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-09-11
lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted
Jim Grosbach
[next]