Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
de444af6bb9a8a7bb95e2a274d8fa8697e8f4e3f
/
utils
/
TableGen
/
TGParser.cpp
de444af
Implement multiclass inheritance.
by David Greene
· 16 years ago
da4231f
fix a few spelling errors and typos
by Jim Grosbach
· 16 years ago
7cee817
Add support to tablegen for naming the nodes themselves, not just the operands,
by Nate Begeman
· 16 years ago
7b9ffe4
give each Record a location.
by Chris Lattner
· 16 years ago
1c8ae59
make "locations" a class instead of a typedef.
by Chris Lattner
· 16 years ago
d7a50cf
implement support for C-style string literal concatenation in td files.
by Chris Lattner
· 16 years ago
aff9c27
Unbreak the build on win32. Cleanup some warning.
by Cedric Venet
· 16 years ago
63f9720
Fun x86 encoding tricks: when adding an immediate value of 128,
by Dan Gohman
· 17 years ago
3dc2e96
produce an error on invalid input instead of asserting:
by Chris Lattner
· 17 years ago
811281e
Fix a crash on code like: let x = 1 {x
by Chris Lattner
· 18 years ago
3060910
remove attributions from utils.
by Chris Lattner
· 18 years ago
aa91792
Add TGParser files to VStudio project files. Removed generated files section from TableGen project file as it is no longer needed. #Include <algorithm> directly from TGParser.cpp so it can see std::reverse.
by Chuck Rose III
· 18 years ago
5d81486
resolve the last fixme's in the new tblgen parser.
by Chris Lattner
· 18 years ago
f460165
Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser.
by Chris Lattner
· 18 years ago