| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This patch doesn't actually use this serialization for anything,
but follow-ups will move the current handling of various standard
types over to this.
|
|
|
|
|
|
|
|
|
|
|
|
| |
the tblgen AST node hierarchies.
Not totally NFC because both of the emitters now emit in a different
order. The type-nodes emitter now visits nodes in hierarchy order,
which means we could use range checks in classof if we had any types
that would benefit from that; currently we do not. The AST-nodes
emitter now uses a multimap keyed by the name of the record; previously
it was using `Record*`, which of couse isn't stable across processes
and may have led to non-reproducible builds in some circumstances.
|
| |
|
|
|
|
|
| |
This is useful for the property databases we want to add for abstract
serialization, since root classes can have interesting properties.
|
|
|
|
|
|
| |
redeclaration checking. NFC.
llvm-svn: 373406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to reflect the new license.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351636
|
|
|
|
| |
llvm-svn: 288614
|
|
|
|
| |
llvm-svn: 208163
|
|
|
|
|
|
| |
file contents being autogenerated
llvm-svn: 173979
|
|
|
|
|
|
|
|
| |
Get rid of a bunch of header files. TableGen output should be unaffected.
Patch by Sean Silva!
llvm-svn: 158388
|
|
the build systems to use clang-tblgen.
llvm-svn: 141291
|