- Mar 20, 2009
-
-
Sebastian Redl authored
- Make type declarations match the struct/class keyword of the definition. - Move AddSignalHandler into the namespace where it belongs. - Correctly call functions from template base. - Some other small changes. With this patch, LLVM and Clang should build properly and with far less noise under VS2008. llvm-svn: 67347
-
- Mar 06, 2009
-
-
Oscar Fuentes authored
Patch by Viktar Zviarovich! llvm-svn: 66230
-
- Jan 28, 2009
-
-
Chris Lattner authored
Patch by Piotr Rak! llvm-svn: 63213
-
- Nov 20, 2008
-
-
Oscar Fuentes authored
llvm-svn: 59739
-
- Nov 19, 2008
-
-
Oscar Fuentes authored
systems. BUILD_32_BITS option renamed to LLVM_BUILD_32_BITS. llvm-svn: 59568
-
Oscar Fuentes authored
llvm-svn: 59565
-
- Nov 15, 2008
-
-
Oscar Fuentes authored
respective asm printers on MSVC. Based on a patch by Scott Graham. llvm-svn: 59379
-
Oscar Fuentes authored
llvm-svn: 59376
-
Oscar Fuentes authored
include/llvm/CMakeLists.txt. Does it with the `tablegen' cmake macro. llvm-svn: 59342
-
- Nov 14, 2008
-
-
Oscar Fuentes authored
consistency. Patch by Kevin Andre! llvm-svn: 59326
-
Oscar Fuentes authored
Studio IDE. CMake would overwrite the makefiles distributed with LLVM. llvm-svn: 59292
-
- Nov 10, 2008
-
-
Oscar Fuentes authored
set LLVM_TABLEGEN. llvm-svn: 58953
-
Oscar Fuentes authored
that specified targets are known. llvm-svn: 58951
-
Oscar Fuentes authored
cross-compiling. llvm-svn: 58950
-
- Nov 09, 2008
-
-
Oscar Fuentes authored
built native tblgen which is passed to cmake in the variable LLVM_TABLEGEN. See http://www.cmake.org/Wiki/CmakeMingw for a quick example on how to cross-compile with CMake. llvm-svn: 58939
-
- Nov 07, 2008
-
-
Richard Osborne authored
llvm-svn: 58843
-
- Nov 04, 2008
-
-
Oscar Fuentes authored
Linux/x86-64. llvm-svn: 58677
-
- Oct 30, 2008
-
-
Cedric Venet authored
!!!!!!!!!! Warning !!!!!!!!!!!!!!! If you already have created a solution with cmake, you will need to manually open to the new one. llvm-svn: 58461
-
Oscar Fuentes authored
llvm-svn: 58435
-
Oscar Fuentes authored
Patch by Jay Foad. llvm-svn: 58434
-
- Oct 29, 2008
-
-
Oscar Fuentes authored
llvm-svn: 58358
-
- Oct 26, 2008
-
-
Oscar Fuentes authored
config.h llvm-svn: 58177
-
- Oct 25, 2008
-
-
Oscar Fuentes authored
llvm-svn: 58134
-
Oscar Fuentes authored
llvm-svn: 58132
-
- Oct 22, 2008
-
-
Oscar Fuentes authored
llvm-svn: 57945
-
- Oct 17, 2008
-
-
Dan Gohman authored
use a SUB instruction instead of an ADD, because -128 can be encoded in an 8-bit signed immediate field, while +128 can't be. This avoids the need for a 32-bit immediate field in this case. A similar optimization applies to 64-bit adds with 0x80000000, with the 32-bit signed immediate field. To support this, teach tablegen how to handle 64-bit constants. llvm-svn: 57663
-
- Sep 26, 2008
-
-
Oscar Fuentes authored
llvm-svn: 56641
-
- Sep 24, 2008
-
-
Oscar Fuentes authored
llvm-svn: 56565
-
- Sep 22, 2008
-
-
Oscar Fuentes authored
llvm-svn: 56453
-
Oscar Fuentes authored
llvm-svn: 56419
-