| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The CMake build was still using it because I forgot to s/CLANG/LLVM/ in
the tablegen() call. The Makefile build is already using llvm-tblgen.
llvm-svn: 184192
|
|
|
|
| |
llvm-svn: 169245
|
|
|
|
|
|
| |
Add locations in a number of places, where they are available for free.
llvm-svn: 166691
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Each option has a set of prefixes. When matching an argument such as
-funroll-loops. First the leading - is removed as it is a prefix. Then
a lower_bound search for "funroll-loops" is done against the option table by
option name. From there each option prefix + option name combination is tested
against the argument.
This allows us to support Microsoft style options where both / and - are valid
prefixes. It also simplifies the cases we already have where options come in
both - and -- forms. Almost every option for gnu-ld happens to have this form.
llvm-svn: 166444
|
|
|
|
| |
llvm-svn: 165649
|
|
|
|
| |
llvm-svn: 163325
|
|
|
|
|
|
|
|
| |
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
|