- Jul 19, 2011
-
-
Evan Cheng authored
(including compilation, assembly). Move relocation model Reloc::Model from TargetMachine to MCCodeGenInfo so it's accessible even without TargetMachine. llvm-svn: 135468
-
- Jul 15, 2011
-
-
Evan Cheng authored
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. llvm-svn: 135219
-
- Jul 02, 2011
-
-
Douglas Gregor authored
llvm-svn: 134282
-
- Jun 17, 2011
-
-
Daniel Dunbar authored
llvm-svn: 133207
-
- Jun 12, 2011
-
-
Benjamin Kramer authored
Only 163 days late! llvm-svn: 132895
-
- May 23, 2011
-
-
Duncan Sands authored
llvm-svn: 131903
-
- May 13, 2011
-
-
Peter Collingbourne authored
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
-
- May 01, 2011
-
-
NAKAMURA Takumi authored
Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl 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
-
- Apr 15, 2011
-
-
Chris Lattner authored
Luis Felipe Strano Moraes! llvm-svn: 129558
-
- Mar 14, 2011
-
-
Jan Sjödin authored
function. llvm-svn: 127626
-
- Mar 09, 2011
-
-
Jan Sjödin authored
llvm-svn: 127341
-
- Mar 08, 2011
-
-
Bill Wendling authored
llvm-svn: 127213
-
- Feb 09, 2011
-
-
NAKAMURA Takumi authored
AC_CHECK_FUNCS seeks a symbol only in libs. We should check the declaration in string.h. FIXME: I have never seen mingw(s) have strerror_s() (not _strerror_s()). FIXME: Autoconf/CMake may seek strerror_s() with the definition MINGW_HAS_SECURE_API in future. llvm-svn: 125172
-
- Feb 05, 2011
-
-
NAKAMURA Takumi authored
config.h.* have conditions whether each symbol is defined or not. Autoconf and CMake may check symbols in libgcc.a for JIT on Mingw. llvm-svn: 124950
-
- Feb 03, 2011
-
-
Daniel Dunbar authored
llvm-svn: 124770
-
- Dec 29, 2010
-
-
NAKAMURA Takumi authored
autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming. Cygwin has stdc++.dll in it's distribution, and we can assume distro's stdc++.dll might be available. llvm-svn: 122622
-
NAKAMURA Takumi authored
This would be needed to build pthread*.dll-free distribution on recent MinGW-MSYS distros. llvm-svn: 122621
-
- Dec 10, 2010
-
-
Eric Christopher authored
variable for args you want to default pass to gzip. Patch based on one by asau@inbox.ru. Fixes PR8758. llvm-svn: 121449
-
- Dec 08, 2010
-
-
Eric Christopher authored
llvm-svn: 121227
-
- Dec 07, 2010
-
-
Eric Christopher authored
succeed. Also make the testcase clearer as to what we're doing and emit a checking notification to the log. llvm-svn: 121101
-
- Dec 03, 2010
-
-
Eric Christopher authored
Try to fix building on the wayback machine. llvm-svn: 120801
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Nov 25, 2010
-
-
Duncan Sands authored
LLVMGCC_DISABLEOPT_FLAGS, one with CC in it, the other with GCC. Rename LLVMGCC_DISABLEOPT_FLAGS to LLVMCC_DISABLEOPT_FLAGS. llvm-svn: 120151
-
Duncan Sands authored
--with-llvmgcc="gcc-4.5 -fplugin=dragonegg.so" llvm-svn: 120149
-
- Nov 14, 2010
-
-
Chris Lattner authored
looking for lib/Target/*AsmPrinter.cpp. Fix llvm-config to handle targets that don't have an explicit AsmPrinter library. llvm-svn: 119057
-
Chris Lattner authored
and the Alpha backend isn't MCized yet. Approved by Andrew. llvm-svn: 119051
-
- Nov 12, 2010
-
-
Rafael Espindola authored
llvm-svn: 118918
-
- Nov 10, 2010
-
-
Tobias Grosser authored
Store the flags needed to disable optimizations and to emit LLVM-IR depending on the version of llvm-gcc used. llvm-svn: 118684
-
- Oct 30, 2010
-
-
Tobias Grosser authored
Update the cmake and autoconf build system to compile polly as a shared library if it is checked out into tools/polly. In case polly is not checked out, nothing changes. This models the way clang can be added to llvm if checked out to tools/clang. Also rebuild configure. Patch contributed by ether. llvm-svn: 117755
-
- Oct 19, 2010
-
-
Chandler Carruth authored
strange packaging environments. The primary result of this is to expose a (normally empty) CLANG_RESOURCE_DIR string in the autoconf and CMake builds. This will in turn be used by a subsequent commit to Clang. Regenerated configure and config.h.in thanks to Nick. =D llvm-svn: 116802
-
- Oct 12, 2010
-
-
Eric Christopher authored
Made necessary edits to configure.ac and regenerated. llvm-svn: 116291
-
- Oct 11, 2010
-
-
Chris Lattner authored
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116190
-
- Oct 02, 2010
-
-
Jim Grosbach authored
been MC-ized for assembly printing. MSP430 is mostly so, but still has the asm printer and lowering code in the printer subdir for the moment. llvm-svn: 115360
-
- Sep 27, 2010
-
-
Dan Gohman authored
llvm-svn: 114832
-
- Sep 17, 2010
-
-
Dan Gohman authored
llvm-svn: 114197
-
- Sep 07, 2010
-
-
Nick Lewycky authored
llvm-svn: 113236
-
- Sep 06, 2010
-
-
Eric Christopher authored
llvm-svn: 113160
-
- Aug 30, 2010
-
-
Eric Christopher authored
that like to randomly define things like "X86", regenerate autoconf bits and update cmake. Fixes PR7852. Patch by Xerxes Rånby! llvm-svn: 112499
-
- Aug 28, 2010
-
-
Chris Lattner authored
and hasn't kept up with ToT. Approved by Anton. llvm-svn: 112375
-
- Aug 25, 2010
-
-
Eric Christopher authored
llvm-svn: 112042
-