| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 147027
|
|
|
|
| |
llvm-svn: 146412
|
|
|
|
| |
llvm-svn: 146084
|
|
|
|
|
|
| |
- Another reapply of r144300, with hopefully one last fix.
llvm-svn: 145623
|
|
|
|
|
|
|
|
| |
Original commit message:
llvm-config: Replace with C++ version (was llvm-config-2).
- Reapply of r144300, with lots of fixes/migration easement in between.
llvm-svn: 145582
|
|
|
|
|
|
| |
- Reapply of r144300, with lots of fixes/migration easement in between.
llvm-svn: 145449
|
|
|
|
|
|
|
|
|
|
|
| |
Some files installed by clang are not relevant for general users and we'd like
to be able to install them to a different location. This adds a new
--with-internal-prefix configure option and a corresponding PROJ_internal_prefix
makefile variable, which defaults to the standard prefix. A tool makefile
can specify that it should be installed to this internal prefix by defining
INTERNAL_TOOL.
llvm-svn: 145234
|
|
|
|
|
|
| |
config.h.cmake: Synchronize to config.h.in.
llvm-svn: 145217
|
|
|
|
|
|
| |
reading files.
llvm-svn: 145061
|
|
|
|
|
|
| |
options to use libc++ as the default c++ library.
llvm-svn: 144413
|
|
|
|
|
|
| |
which didn't appear ready for prime time.
llvm-svn: 144309
|
|
|
|
| |
llvm-svn: 144300
|
|
|
|
| |
llvm-svn: 143501
|
|
|
|
| |
llvm-svn: 143500
|
|
|
|
| |
llvm-svn: 143164
|
|
|
|
|
|
|
| |
version of the install program, which does not have the --strip-program
switch.
llvm-svn: 143009
|
|
|
|
|
|
|
|
| |
to use for stripping final executables.
Patch by Simon Atanasyan!
llvm-svn: 142997
|
|
|
|
|
|
| |
Patch by Dimitry Andric!
llvm-svn: 142995
|
|
|
|
| |
llvm-svn: 142889
|
|
|
|
| |
llvm-svn: 142880
|
|
|
|
| |
llvm-svn: 142878
|
|
|
|
|
|
| |
tools/clang on tools/Makefile.
llvm-svn: 142102
|
|
|
|
| |
llvm-svn: 142044
|
|
|
|
|
|
|
| |
This makes it easier to link against LLVM libs, especially if you are using
_oasis.
llvm-svn: 141992
|
|
|
|
|
|
| |
Many distros provide stdc++.dll recently. --enable-embed-stdcxx might confuse people.
llvm-svn: 141875
|
|
|
|
|
|
|
|
| |
support C89.
We probably didn't support them anyways.
llvm-svn: 140361
|
|
|
|
|
|
| |
script. Only the testsuite project needs to know this information.
llvm-svn: 140220
|
|
|
|
|
|
| |
here anymore and has been migrated to the test-suite project.
llvm-svn: 140216
|
|
|
|
|
|
|
|
| |
The problems that llvmc solved have largely been subsumed with the
tasks that the clang driver can accomplish, but llvmc lacks flexibility
and depends too heavily on the EOL'd llvm-gcc.
llvm-svn: 140093
|
|
|
|
| |
llvm-svn: 140065
|
|
|
|
|
|
| |
Patch by Arrowdodger.
llvm-svn: 140064
|
|
|
|
|
|
|
|
|
|
|
|
| |
of the original check meant that configure was caching the default
CC check and using that instead of the result of AC_PROG_CC in both
configure checks and during compilation.
This wasn't affecting C++ so it was hard to notice.
Regenerate configure.
llvm-svn: 139937
|
|
|
|
|
|
| |
on all platforms.
llvm-svn: 139934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The motivation to do that:
1. Now, llvm would use the stock config.sub. Before that we had an
uncommitted FreeBSD-related patch. Now, it has been upstreamed and
comes back. It means that it would be easier to update these files in
the next time (less magic knowledge)
2. Fix a typo for pseudo-CPUs: 32e[lb] -> [lb]e32, 64e[lb]->[lb]64.
One of these CPUs is used for PNaCl and it was not really convenient
to have a CPU that starts with a digit.
llvm-svn: 138323
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support of NativeClient (*-*-nacl) OS support to LLVM.
It's already supported in autoconf/config.sub.
The motivation for this change is to start upstreaming PNaCl work. The
whole set of patches include llvm backends (i686, x86_64, ARM),
llvm-gcc (probably, would not be upstreamed because it's deprecated)
and clang (the work has been just started, the amount of changes is
going to be low and the most of the work is expected to be done close
to the mainline).
llvm-svn: 138005
|
|
|
|
| |
llvm-svn: 137412
|
|
|
|
|
|
| |
InitializeX86MCInstrInfo, etc. are combined into InitializeX86TargetMC.
llvm-svn: 135812
|
|
|
|
|
|
|
|
| |
Stefanovic. I removed the part that actually emits the instructions cause
I want that to get in better shape first and in incremental steps. This
also makes it easier to review the upcoming parts.
llvm-svn: 135678
|
|
|
|
| |
llvm-svn: 135592
|
|
|
|
|
|
|
| |
(including compilation, assembly). Move relocation model Reloc::Model from
TargetMachine to MCCodeGenInfo so it's accessible even without TargetMachine.
llvm-svn: 135468
|
|
|
|
|
|
| |
MCTargetDesc to prepare for next round of changes.
llvm-svn: 135219
|
|
|
|
| |
llvm-svn: 134282
|
|
|
|
| |
llvm-svn: 133207
|
|
|
|
|
|
| |
Only 163 days late!
llvm-svn: 132895
|
|
|
|
| |
llvm-svn: 131903
|
|
|
|
|
|
|
|
| |
For some reason this was not reverted when r103213 was.
At the same time, add an optional rule for clang's doxygen.cfg.
llvm-svn: 131279
|
|
|
|
|
|
|
|
|
| |
instead of the versions of individual libraries.
autoconf: Add checking ELM_Callback decl for mingw32 and mingw-w64.
cmake/config-ix.cmake: Add checking ELM_Callback decl for win32.
llvm-svn: 130657
|
|
|
|
|
|
| |
Luis Felipe Strano Moraes!
llvm-svn: 129558
|
|
|
|
|
|
| |
function.
llvm-svn: 127626
|
|
|
|
| |
llvm-svn: 127341
|