2011-04-03 |
Oscar Fuentes | Fix typos on LLVM.cmake. Export LLVM_ON_UNIX & LLVM_ON_... |
tree | commitdiff |
2011-04-02 |
Oscar Fuentes | Handle changing of LLVM_ENABLE_FFI. |
tree | commitdiff |
2011-04-01 |
Oscar Fuentes | Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure... |
tree | commitdiff |
2011-03-29 |
Matt Beaumont-Gay | Revert accidental change to LLVMLibDeps.cmake |
tree | commitdiff |
2011-03-29 |
Matt Beaumont-Gay | Quiet a gcc warning about changed name lookup rules |
tree | commitdiff |
2011-03-29 |
Oscar Fuentes | Fixed the build of Clang's unit tests on MinGW. Also... |
tree | commitdiff |
2011-03-23 |
Oscar Fuentes | Supports building with a list of targets that does... |
tree | commitdiff |
2011-03-22 |
Oscar Fuentes | Updated library dependencies. |
tree | commitdiff |
2011-03-21 |
Oscar Fuentes | Build the new RuntimeDyld library. |
tree | commitdiff |
2011-03-21 |
Oscar Fuentes | Removed workaround for unspecified build problem on... |
tree | commitdiff |
2011-03-19 |
Oscar Fuentes | Update CMake library dependencies. |
tree | commitdiff |
2011-03-15 |
Oscar Fuentes | is_llvm_target_library: recognize libraries without... |
tree | commitdiff |
2011-03-12 |
Oscar Fuentes | Whe we build a shared library, add its list of used... |
tree | commitdiff |
2011-03-09 |
Oscar Fuentes | Process some link components that map to other expandab... |
tree | commitdiff |
2011-03-08 |
Oscar Fuentes | Remove remnant of my experimentation with CMake. |
tree | commitdiff |
2011-03-02 |
Oscar Fuentes | Support for parallel compilation (/MP) when using the... |
tree | commitdiff |
2011-03-01 |
Talin | Added missing va_end(). |
tree | commitdiff |
2011-02-27 |
Tobias Grosser | cmake: Add xdot.py support as it already exists in... |
tree | commitdiff |
2011-02-23 |
Oscar Fuentes | Export TARGET_TRIPLE on LLVM.cmake. It is necessary... |
tree | commitdiff |
2011-02-22 |
Oscar Fuentes | CMake: remove unnecessary variable. |
tree | commitdiff |
2011-02-21 |
NAKAMURA Takumi | CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/Handl... |
tree | commitdiff |
2011-02-21 |
NAKAMURA Takumi | CMake: Fix breakage on clang standalone build. |
tree | commitdiff |
2011-02-20 |
Oscar Fuentes | Put targets on folders, if the IDE supports the feature. |
tree | commitdiff |
2011-02-20 |
Oscar Fuentes | Use explicit add_subdirectory's for LLVM target sublibr... |
tree | commitdiff |
2011-02-19 |
Jeffrey Yasskin | Add the PARSE_ARGUMENTS CMake macro to LLVM so I can... |
tree | commitdiff |
2011-02-18 |
Oscar Fuentes | Move library stuff out of the toplevel CMakeLists.txt... |
tree | commitdiff |
2011-02-17 |
Oscar Fuentes | New library: LLVMX86Utils. |
tree | commitdiff |
2011-02-10 |
NAKAMURA Takumi | CMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts... |
tree | commitdiff |
2011-02-09 |
NAKAMURA Takumi | CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can... |
tree | commitdiff |
2011-02-09 |
NAKAMURA Takumi | lib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC... |
tree | commitdiff |
2011-02-07 |
Oscar Fuentes | Install only *.cmake files. Don't install .svn directory. |
tree | commitdiff |
2011-02-06 |
Oscar Fuentes | Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes... |
tree | commitdiff |
2011-02-05 |
Oscar Fuentes | Moved more stuff to HandleLLVMOptions.cmake |
tree | commitdiff |
2011-02-05 |
NAKAMURA Takumi | Windows/DynamicLibrary.inc: Split explicit symbols... |
tree | commitdiff |
2011-02-04 |
Oscar Fuentes | LLVM_ON_WIN32 is not defined on config-ix.cmake. Use... |
tree | commitdiff |
2011-02-04 |
Oscar Fuentes | Add the tablegenned files to the `clean' target. |
tree | commitdiff |
2011-02-03 |
Oscar Fuentes | Changes for building Clang and others using LLVM as... |
tree | commitdiff |
2011-02-03 |
NAKAMURA Takumi | cmake/*: Add svn:eol-style=native and fix CRLF. |
tree | commitdiff |
2011-02-03 |
Oscar Fuentes | Platform tests for `sys/uio.h' header and `writev'... |
tree | commitdiff |
2011-01-31 |
Oscar Fuentes | Adds some platform checks to cmake/config-ix.cmake... |
tree | commitdiff |
2011-01-27 |
Oscar Fuentes | Don't show -pedantic, -W and -Wall on the output of |
tree | commitdiff |
2011-01-21 |
Oscar Fuentes | Handles libffi on the CMake build. |
tree | commitdiff |
2011-01-17 |
Oscar Fuentes | Add some platform checks. Also fix a typo on a Makefile. |
tree | commitdiff |
2011-01-15 |
Oscar Fuentes | Make config.h.cmake similar to config.h.in |
tree | commitdiff |
2011-01-13 |
Oscar Fuentes | Add some platform tests. |
tree | commitdiff |
2011-01-13 |
Oscar Fuentes | Platform tests for argz_* functions. |
tree | commitdiff |
2011-01-11 |
Oscar Fuentes | Add to the CMake build some options and platform tests... |
tree | commitdiff |
2011-01-11 |
Oscar Fuentes | Made llvm_replace_compiler_option more robust. Use... |
tree | commitdiff |
2011-01-09 |
Oscar Fuentes | Rewrite handling of LLVM_ENABLE_PIC. It was being proce... |
tree | commitdiff |
2011-01-07 |
Oscar Fuentes | Don't use -O3 on Mingw, as people report it as unreliab... |
tree | commitdiff |
2011-01-03 |
Oscar Fuentes | TableGen.cmake: sometimes the .td file is not in the... |
tree | commitdiff |
2011-01-03 |
Oscar Fuentes | LLVMProcessSources: add .def files along with .h files... |
tree | commitdiff |
2011-01-02 |
Oscar Fuentes | Propagate to parent scope changes made to CMAKE_CXX_FLAGS. |
tree | commitdiff |
2010-12-31 |
Oscar Fuentes | CMake (MSVC): cmake automatically adds the /EHsc and... |
tree | commitdiff |
2010-12-22 |
Oscar Fuentes | Fixes file extension for loadable modules on OS X. |
tree | commitdiff |
2010-12-20 |
Oscar Fuentes | Update cmake library dependencies. |
tree | commitdiff |
2010-12-12 |
Wesley Peck | Reverting commit to LLVMLibDeps that was inadvertently... |
tree | commitdiff |
2010-12-12 |
Wesley Peck | The ADD and ADDK (and all variants) instructions where... |
tree | commitdiff |
2010-12-10 |
NAKAMURA Takumi | Add dependency to "make check". |
tree | commitdiff |
2010-12-04 |
Francois Pichet | Disable C++ exception handling on MSVC. |
tree | commitdiff |
2010-12-04 |
Francois Pichet | Disable RTTI on Windows. |
tree | commitdiff |
2010-12-03 |
Michael J. Spencer | Support/FileSystem: Fix MinGW build. It doesn't have... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Update library dependencies changed in the System ... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-21 |
Wesley Peck | Implement ELF object file writing support for the MBlaz... |
tree | commitdiff |
2010-11-18 |
Oscar Fuentes | Updated library dependencies. |
tree | commitdiff |
2010-11-16 |
Jim Grosbach | Revert inadvertant checkin of CMake libdeps. |
tree | commitdiff |
2010-11-16 |
Jim Grosbach | ARM conditional mov encoding fix. |
tree | commitdiff |
2010-11-14 |
Oscar Fuentes | Updated CMake library dependencies. |
tree | commitdiff |
2010-11-12 |
Wesley Peck | 1. Finishing MBlaze MC asm parser test cases |
tree | commitdiff |
2010-11-08 |
Wesley Peck | Adding working version of assembly parser for the MBlaz... |
tree | commitdiff |
2010-10-27 |
Wesley Peck | Adding disassembler to the MicroBlaze backend. |
tree | commitdiff |
2010-10-22 |
Oscar Fuentes | Loadable modules are not supported on Cygwin. PR 6655. |
tree | commitdiff |
2010-10-22 |
Michael J. Spencer | Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN. |
tree | commitdiff |
2010-10-22 |
Oscar Fuentes | Avoid stalled file dependency when tablegenning. |
tree | commitdiff |
2010-10-22 |
Oscar Fuentes | Don't try to guess svn version when current path is... |
tree | commitdiff |
2010-10-22 |
Oscar Fuentes | Teach CMake to only touch tablegen-generated files... |
tree | commitdiff |
2010-10-22 |
Michael J. Spencer | Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN... |
tree | commitdiff |
2010-10-21 |
Michael J. Spencer | Support: Add Endian.h |
tree | commitdiff |
2010-10-21 |
Wesley Peck | Adding initial AsmParser implementation for the MBlaze... |
tree | commitdiff |
2010-10-21 |
Wesley Peck | Recommit 116986 with capitalization typo fixed. |
tree | commitdiff |
2010-10-21 |
Wesley Peck | Reverting the commit 116986. It was breaking the build... |
tree | commitdiff |
2010-10-21 |
Wesley Peck | Major update of the MicroBlaze backend. The new feature... |
tree | commitdiff |
2010-10-17 |
Oscar Fuentes | Build with RTTI and exceptions disabled. Only in GCC... |
tree | commitdiff |
2010-10-14 |
Oscar Fuentes | When building shared libraries, link to required system... |
tree | commitdiff |
2010-10-13 |
Oscar Fuentes | GetTargetTriple.cmake: detect MinGW 64 bits. |
tree | commitdiff |
2010-10-11 |
Chris Lattner | Per discussion with Sanjiv, remove the PIC16 target... |
tree | commitdiff |
2010-10-07 |
Michael J. Spencer | CMake: Fix warning in gtest. |
tree | commitdiff |
2010-10-05 |
Jim Grosbach | Update LLVMLibDeps |
tree | commitdiff |
2010-10-02 |
Oscar Fuentes | Update library dependencies. |
tree | commitdiff |
2010-09-29 |
Oscar Fuentes | Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by... |
tree | commitdiff |
2010-09-28 |
Oscar Fuentes | Simplified LLVMConfig. |
tree | commitdiff |
2010-09-28 |
Oscar Fuentes | Use the canonical library name for library PIC16Passes. |
tree | commitdiff |
2010-09-28 |
Oscar Fuentes | Added library LLVMPIC16passes to CMake build. |
tree | commitdiff |
2010-09-28 |
Oscar Fuentes | Added PTX target to the CMake build. |
tree | commitdiff |
2010-09-27 |
Oscar Fuentes | Removed remnant target library dependencies from LLVMLi... |
tree | commitdiff |
2010-09-27 |
Oscar Fuentes | Updated LLVMLibDeps.cmake |
tree | commitdiff |
2010-09-25 |
Oscar Fuentes | Reverting "CMake: Don't include tools, unittets, or... |
tree | commitdiff |
2010-09-24 |
Michael J. Spencer | CMake: Don't include tools, unittets, or examples as... |
tree | commitdiff |
2010-09-24 |
Michael J. Spencer | Fix whitespace. |
tree | commitdiff |
next |