- Aug 03, 2010
-
-
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
-
- Sep 14, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81758
-
- Sep 04, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80985
-
- Aug 31, 2009
-
-
Oscar Fuentes authored
llvm-svn: 80531
-
- Aug 24, 2009
-
-
Oscar Fuentes authored
llvm-svn: 79876
-
- Aug 22, 2009
-
-
Douglas Gregor authored
llvm-svn: 79732
-
- Aug 19, 2009
-
-
Duncan Sands authored
Xerxes Rånby. llvm-svn: 79419
-
- Aug 17, 2009
-
-
Oscar Fuentes authored
llvm-svn: 79223
-
Oscar Fuentes authored
name. Updated LLVM_LINK_COMPONENTS of Kaleidoscope. llvm-svn: 79219
-
- Aug 16, 2009
-
-
Oscar Fuentes authored
CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config under mingw without msys. llvm-svn: 79202
-
Benjamin Kramer authored
llvm-svn: 79186
-
Oscar Fuentes authored
failure with VS 9.0, nmake and cmake 2.6.4. The buildbot output does not show the patch level of cmake, it just says 2.6. Sadly, parallel builds are broken due to recent changes on LLVM Target libraries and its auxiliaries (TargetInfo, AsmPrinter, AsmParser). I have a patch for stablishing the correct dependencies, but cmake is buggy and generates makefiles that can't handle them. llvm-svn: 79180
-
Oscar Fuentes authored
parallel builds. llvm-svn: 79177
-
- Aug 15, 2009
-
-
Benjamin Kramer authored
llvm-svn: 79144
-