- May 24, 2012
-
-
Justin Holewinski authored
This back-end was deprecated in favor of the NVPTX back-end. NV_CONTRIB llvm-svn: 157417
-
- May 17, 2012
-
-
Danil Malyshev authored
- Added HOST_ARCH to Makefile.config.in The HOST_ARCH will be used by MCJIT tests filter, because MCJIT supported only x86 and ARM architectures now. llvm-svn: 157015
-
- May 08, 2012
-
-
Daniel Dunbar authored
patch wasn't ready yet. llvm-svn: 156395
-
Daniel Dunbar authored
llvm-svn: 156393
-
Daniel Dunbar authored
llvm-svn: 156390
-
- May 05, 2012
-
-
Daniel Dunbar authored
llvm-svn: 156236
-
- May 04, 2012
-
-
Justin Holewinski authored
This patch adds a new NVPTX back-end to LLVM which supports code generation for NVIDIA PTX 3.0. This back-end will (eventually) replace the current PTX back-end, while maintaining compatibility with it. The new target machines are: nvptx (old ptx32) => 32-bit PTX nvptx64 (old ptx64) => 64-bit PTX The sources are based on the internal NVIDIA NVPTX back-end, and contain more functionality than the current PTX back-end currently provides. NV_CONTRIB llvm-svn: 156196
-
- Apr 30, 2012
-
-
Sebastian Pop authored
Thanks to "Gabor Greif" <ggreif@gmail.com> for reporting this problem. The configure flag should be --with-default-sysroot as documented, and not --with-sysroot. The reason we don't want to define --with-sysroot is that GCC has a configure flag by that name and it has a different semantics. llvm-svn: 155844
-
- Apr 20, 2012
-
-
Benjamin Kramer authored
llvm-svn: 155211
-
- Apr 16, 2012
-
-
Sebastian Pop authored
llvm-svn: 154791
-
- Apr 12, 2012
-
-
Jean-Daniel Dupas authored
llvm-svn: 154587
-
- Apr 05, 2012
-
-
Sylvestre Ledru authored
llvm-svn: 154117
-
Sylvestre Ledru authored
llvm-svn: 154114
-
- Apr 02, 2012
-
-
Eric Christopher authored
Patch by Jeremy Huddleston! llvm-svn: 153862
-
- Mar 26, 2012
-
-
Eric Christopher authored
Patch by Ojab. llvm-svn: 153476
-
Eric Christopher authored
--enable-libcpp to projects/sample. Patch by Dmitri Shubin with additional fixes by me. llvm-svn: 153425
-
- Mar 23, 2012
-
-
Eric Christopher authored
llvm-svn: 153307
-
- Mar 13, 2012
-
-
Eli Bendersky authored
Also refactor the existing OProfile profiling code to reuse the same interfaces with the VTune profiling code. In addition, unit tests for the profiling interfaces were added. This patch was prepared by Andrew Kaylor and Daniel Malea, and reviewed in the llvm-commits list by Jim Grosbach llvm-svn: 152620
-
- Mar 07, 2012
-
-
Benjamin Kramer authored
configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore. llvm-svn: 152234
-
- Mar 02, 2012
-
-
Daniel Dunbar authored
llvm-svn: 151921
-
- Feb 29, 2012
-
-
Rafael Espindola authored
sure we don't use it with compilers that don't support it. llvm-svn: 151665
-
- Feb 28, 2012
-
-
Chandler Carruth authored
Clang builds. The detection logic for compilers that support the warning isn't working. Rafael is going to investigate it, but didn't want people to have to wade through build spam until then. llvm-svn: 151649
-
Charles Davis authored
Mac OS X. Patch by Fabian Groffen, with a slight tweak by me. llvm-svn: 151612
-
Rafael Espindola authored
llvm-svn: 151609
-
- Feb 19, 2012
-
-
NAKAMURA Takumi authored
autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It folded conftest regardress of attributge((noinline)) with >=O1 . llvm-svn: 150920
-
- Feb 13, 2012
-
-
Dylan Noblesmith authored
This is useful for clients that want to maintain compatibility across multiple releases of LLVM. Currently users like Klee and Mesa all have to roll their own 'parse llvm-config --version output and generate defines' solution. Also reuse the new macros so that version information is less redundant/likely to fall out of sync again in the future. llvm-svn: 150405
-
- Feb 04, 2012
-
-
Dylan Noblesmith authored
It was writing generated files to the clang srcdir when '--with-clang-srcdir' was specified. llvm-svn: 149756
-
Dylan Noblesmith authored
Now this works with and without --with-clang-srcdir, with and without an out-of-tree build. llvm-svn: 149749
-
- Feb 03, 2012
-
-
Rafael Espindola authored
that just uses the new toolchain probing logic. This fixes linking with -m32 on 64 bit systems (the /32 dir was not being added to the search). llvm-svn: 149651
-
- Feb 02, 2012
-
-
Eric Christopher authored
llvm-svn: 149576
-
Eric Christopher authored
llvm-svn: 149569
-
Eric Christopher authored
llvm-svn: 149567
-
- Feb 01, 2012
-
-
Dylan Noblesmith authored
The CMake build already generated one. Follows clang r149497. This brings us one step closer to compiling and configuring clang separately from LLVM using the autoconf build, too. (I lack the right version of autoconf et al. to regen, but it was a simple change, so I just updated configure manually.) llvm-svn: 149498
-
- Jan 31, 2012
-
-
Rafael Espindola authored
llvm-svn: 149391
-
- Jan 05, 2012
-
-
Sebastian Pop authored
llvm-svn: 147608
-
- Jan 04, 2012
-
-
Sebastian Pop authored
Get back getHostTriple. For JIT compilation, use the host triple instead of the default target: this fixes some JIT testcases that used to fail when the compiler has been configured as a cross compiler. llvm-svn: 147542
-
- Jan 01, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 147395
-
- Dec 28, 2011
-
-
Rafael Espindola authored
llvm-svn: 147312
-
- Dec 22, 2011
-
-
Benjamin Kramer authored
llvm-svn: 147196
-
Benjamin Kramer authored
Make the -fvisibility-inlines-hidden check more thorough in a hopeless attempt to fix mingw cross-compiles. llvm-svn: 147191
-