| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Add corresponding enum in LangOptions.
llvm-svn: 50387
|
| |
|
|
|
|
|
| |
when processing a constraint we don't understand. This allows the frontend
to gracefully fail.
llvm-svn: 50213
|
| |
|
|
| |
llvm-svn: 50085
|
| |
|
|
| |
llvm-svn: 50055
|
| |
|
|
| |
llvm-svn: 50049
|
| |
|
|
| |
llvm-svn: 49909
|
| |
|
|
| |
llvm-svn: 49899
|
| |
|
|
|
|
| |
of errors.
llvm-svn: 49686
|
| |
|
|
|
|
|
|
| |
the files of different SourceLocations. These methods correctly handle the
case where a file may have multiple FileIDs due to it being large enough
to be spread across several chunks.
llvm-svn: 49682
|
| |
|
|
|
|
| |
is the one attached to the Diagnostic object.
llvm-svn: 49677
|
| |
|
|
| |
llvm-svn: 49256
|
| |
|
|
| |
llvm-svn: 49177
|
| |
|
|
| |
llvm-svn: 49042
|
| |
|
|
| |
llvm-svn: 49033
|
| |
|
|
|
|
|
| |
The new MemoryBuffer doesn't "leak" file descriptors and handles the
small file case efficiently.
llvm-svn: 49032
|
| |
|
|
|
|
|
|
|
|
| |
4->12 pages).
This is a temporary solution to avoid running out of file descriptors (which defaults to 256).
Need to benchmark to understand the speed benefit. If the benefit is small, the simple solution is to avoid memory mapping files. If the benefit is significant, more thought is necessary.
llvm-svn: 48991
|
| |
|
|
|
|
|
| |
an optional DiagnosticClient argument that differs from the client stored
internally in the Diagnostic object.
llvm-svn: 48986
|
|
|
lib dir and move all the libraries into it. This follows the main
llvm tree, and allows the libraries to be built in parallel. The
top level now enforces that all the libs are built before Driver,
but we don't care what order the libs are built in. This speeds
up parallel builds, particularly incremental ones.
llvm-svn: 48402
|