- Sep 10, 2010
-
-
Michael J. Spencer authored
llvm-svn: 113632
-
- Sep 08, 2010
-
-
Michael J. Spencer authored
llvm-svn: 113405
-
- Aug 30, 2010
-
-
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 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
-
- 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 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 10, 2009
-
-
Douglas Gregor authored
llvm-svn: 86684
-
Oscar Fuentes authored
llvm-svn: 86656
-
- Nov 08, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86419
-
- Nov 02, 2009
-
-
Oscar Fuentes authored
directory. This is useful in case someone who works with the config&make build system forgot to add a file to its CMakeLists.txt. Instead of obtaining undefined references at link time, cmake will complain at configure time on the first build after a svn update. llvm-svn: 85817
-
- Oct 24, 2009
-
-
Daniel Dunbar authored
llvm-svn: 85013
-
- Oct 20, 2009
-
-
Oscar Fuentes authored
llvm-svn: 84564
-
- Sep 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 82097
-