| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Make sure all print statements are compatible with Python 2 and Python3 using
the `from __future__ import print_function` statement.
Differential Revision: https://reviews.llvm.org/D56249
llvm-svn: 350307
|
|
|
|
|
|
|
|
| |
This allows pyflakes catching more errors in the script.
Differential Revision: http://reviews.llvm.org/D3334
llvm-svn: 207012
|
|
|
|
| |
llvm-svn: 188424
|
|
|
|
|
|
|
| |
- These libraries are only reported by llvm-config when run from a development
tree.
llvm-svn: 156838
|
|
|
|
| |
llvm-svn: 156837
|
|
|
|
|
|
|
|
|
|
|
|
| |
optional library support to the llvm-build tool:
- Add new command line parameter to llvm-build: “--enable-optional-libraries”
- Add handing of new llvm-build library type “OptionalLibrary”
- Update Cmake and automake build systems to pass correct flags to llvm-build
based on configuration
Patch by Dan Malea!
llvm-svn: 156319
|
|
|
|
|
|
| |
autodiscovery.
llvm-svn: 146437
|
|
|
|
|
|
| |
components, it is generated.
llvm-svn: 146435
|
|
|
|
|
|
| |
--write-llvmbuild.
llvm-svn: 146434
|
|
|
|
|
|
| |
dependency information.
llvm-svn: 145328
|
|
|
|
|
|
| |
printer, assembly parser, or disassembler.
llvm-svn: 144344
|
|
|
|
|
|
|
|
|
|
| |
handle defining the "magic" target related components (like native,
nativecodegen, and engine).
- We still require these components to be in the project (currently in
lib/Target) so that we have a place to document them and hopefully make it
more obvious that they are "magic".
llvm-svn: 144253
|
|
|
|
|
|
| |
- Gives us a place to hang target specific metadata (like whether the target has a JIT).
llvm-svn: 144250
|
|
|
|
|
|
| |
dependency table used by llvm-config.
llvm-svn: 143628
|
|
|
|
|
|
| |
- Useful for migrating or auto-upgrading the format schema.
llvm-svn: 143626
|
|
|
|
| |
llvm-svn: 143624
|
|
|
|
|
|
|
|
| |
topological ordering among them (as well as validating that there are no cycles).
- Currently we require that all references between components (except the parent relation) fit into a DAG -- this could be relaxed later if it ever proves to be useful.
llvm-svn: 143623
|
|
|
|
|
|
| |
differentiate between strings and lists.
llvm-svn: 143622
|
|
llvm-svn: 143621
|