- Sep 08, 2010
-
-
Michael J. Spencer authored
llvm-svn: 113405
-
- Sep 03, 2010
-
-
Oscar Fuentes authored
The cmake (+ MSVC) build is broken if you don't select your native target. e.g. 'cmake -D LLVM_TARGETS_TO_BUILD="MyNonNativeTarget" .' This is because cmake currently sets the LLVM_NATIVE_* definitions regardless of whether the native target is selected (causing build errors). Patch by Mike Gist! llvm-svn: 112946
-
- 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
-
Chandler Carruth authored
llvm-svn: 112464
-
- Aug 26, 2010
-
-
Oscar Fuentes authored
from llvm-link/CMakeLists.txt llvm-svn: 112153
-
- Aug 16, 2010
-
-
Oscar Fuentes authored
llvm-svn: 111112
-
- Aug 15, 2010
-
-
Oscar Fuentes authored
llvm-svn: 111104
-
- Aug 11, 2010
-
-
Oscar Fuentes authored
llvm-svn: 110763
-
- Aug 09, 2010
-
-
Oscar Fuentes authored
llvm-svn: 110594
-
Oscar Fuentes authored
llvm-svn: 110563
-
Oscar Fuentes authored
The user can use a cmake function for obtaining the LLVM libraries corresponding to a list of LLVM components. llvm-svn: 110560
-
- Aug 08, 2010
-
-
Oscar Fuentes authored
llvm-svn: 110536
-
Oscar Fuentes authored
This is the cmake equivalent of r110532, which fixed bug #7809. llvm-svn: 110535
-
- Aug 05, 2010
-
-
Oscar Fuentes authored
llvm-svn: 110301
-
Oscar Fuentes authored
Is setted on a per build type basis. This is useful for generators that comprise several build types, i.e. VC++ solutions. llvm-svn: 110296
-
- Aug 03, 2010
-
-
Oscar Fuentes authored
XCore->XCoreGen PIC16->PIC16CodeGen After updating your working copy, the first build will fail because it is using the old library dependencies. Start the build again and it will work fine. llvm-svn: 110127
-
Oscar Fuentes authored
Adds "svn" or "git", depending on the VCS used. If svn, adds the revision number as well. llvm-svn: 110121
-
Daniel Dunbar authored
appended. llvm-svn: 110109
-
- Aug 02, 2010
-
-
Oscar Fuentes authored
LLVMConfig. llvm-svn: 110065
-
Oscar Fuentes authored
is a dependence on an LLVM target that is not included on the build. When LLVM_TARGETS_TO_BUILD didn't include all the targets, the function emitted an error like "Library LLVMArmParser not found in list of llvm libraries." llvm-svn: 110060
-
Oscar Fuentes authored
llvm-svn: 110055
-
Oscar Fuentes authored
Fixes potential ambiguity problems on VS 2010. Patch by nobled! llvm-svn: 110029
-
- Jun 23, 2010
-
-
Nick Lewycky authored
Haiku like Linux provides <regex.h>, so use it. Patch by Paul Davey! llvm-svn: 106620
-
- Jun 17, 2010
-
-
Douglas Gregor authored
llvm-svn: 106219
-
- Mar 15, 2010
-
-
Jeffrey Yasskin authored
to re-instrument the code. We depend on the system valgrind.h to avoid adding a new license. llvm-svn: 98529
-
- Jan 22, 2010
-
-
Daniel Dunbar authored
llvm-svn: 94185
-
- Jan 05, 2010
-
-
Daniel Dunbar authored
llvm-svn: 92540
-
- Jan 04, 2010
-
-
Douglas Gregor authored
llvm-svn: 92519
-
- Dec 19, 2009
-
-
Daniel Dunbar authored
llvm-svn: 91786
-
Sean Callanan authored
incarnations), integrated into the MC framework. The disassembler is table-driven, using a custom TableGen backend to generate hierarchical tables optimized for fast decode. The disassembler consumes MemoryObjects and produces arrays of MCInsts, adhering to the abstract base class MCDisassembler (llvm/MC/MCDisassembler.h). The disassembler is documented in detail in - lib/Target/X86/Disassembler/X86Disassembler.cpp (disassembler runtime) - utils/TableGen/DisassemblerEmitter.cpp (table emitter) You can test the disassembler by running llvm-mc -disassemble for i386 or x86_64 targets. Please let me know if you encounter any problems with it. llvm-svn: 91749
-
- Dec 06, 2009
-
-
Oscar Fuentes authored
llvm-svn: 90685
-
Oscar Fuentes authored
Patch by Michael Beck! llvm-svn: 90683
-
- Dec 01, 2009
-
-
Oscar Fuentes authored
llvm-svn: 90169
-
- Nov 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89841
-
- Nov 23, 2009
-
-
Oscar Fuentes authored
llvm-svn: 89637
-
Oscar Fuentes authored
llvm-svn: 89636
-
Oscar Fuentes authored
LLVM_BUILD_TOOLS or LLVM_BUILD_EXAMPLES are OFF. llvm-svn: 89635
-
- Nov 20, 2009
-
-
Oscar Fuentes authored
Patch by Tobias Grosser! llvm-svn: 89406
-
- Nov 12, 2009
-
-
Oscar Fuentes authored
functions like floorf, ceilf, ... Add test for detecting nearbyintf. This change was prompted by test/Transforms/SimplifyLibCalls/floor.ll llvm-svn: 86954
-
- Nov 10, 2009
-
-
Douglas Gregor authored
llvm-svn: 86684
-