1. d538e24 Changes for building Clang and others using LLVM as an external library. by Oscar Fuentes · 14 years ago
  2. 76422f3 cmake/*: Add svn:eol-style=native and fix CRLF. by NAKAMURA Takumi · 14 years ago
  3. 254f35c Platform tests for `sys/uio.h' header and `writev' function. by Oscar Fuentes · 14 years ago
  4. 78e2074 Adds some platform checks to cmake/config-ix.cmake and fixes checking by Oscar Fuentes · 14 years ago
  5. d73e575 Don't show -pedantic, -W and -Wall on the output of by Oscar Fuentes · 14 years ago
  6. 5969379 Handles libffi on the CMake build. by Oscar Fuentes · 14 years ago
  7. 3c00a83 Add some platform checks. Also fix a typo on a Makefile. by Oscar Fuentes · 14 years ago
  8. 111fd9c Make config.h.cmake similar to config.h.in by Oscar Fuentes · 14 years ago
  9. 006bfeb Add some platform tests. by Oscar Fuentes · 14 years ago
  10. 60b5312 Platform tests for argz_* functions. by Oscar Fuentes · 14 years ago
  11. 19823b1 Add to the CMake build some options and platform tests supported by by Oscar Fuentes · 14 years ago
  12. 927d8ae Made llvm_replace_compiler_option more robust. Use it on llvm_process_sources. by Oscar Fuentes · 14 years ago
  13. 2c5e0b8 Rewrite handling of LLVM_ENABLE_PIC. It was being processed after by Oscar Fuentes · 14 years ago
  14. 53bf3ee Don't use -O3 on Mingw, as people report it as unreliable. Use -O2 instead. by Oscar Fuentes · 14 years ago
  15. 5b30f0a TableGen.cmake: sometimes the .td file is not in the current directory by Oscar Fuentes · 14 years ago
  16. 0895db0 LLVMProcessSources: add .def files along with .h files to targets for by Oscar Fuentes · 14 years ago
  17. 449d4e1 Propagate to parent scope changes made to CMAKE_CXX_FLAGS. by Oscar Fuentes · 14 years ago
  18. 023c633 CMake (MSVC): cmake automatically adds the /EHsc and /GR compiler by Oscar Fuentes · 14 years ago
  19. 7110428 Fixes file extension for loadable modules on OS X. by Oscar Fuentes · 14 years ago
  20. ec33e8d Update cmake library dependencies. by Oscar Fuentes · 14 years ago
  21. 59b4127 Reverting commit to LLVMLibDeps that was inadvertently done in 121649. by Wesley Peck · 14 years ago
  22. a7c7b9d The ADD and ADDK (and all variants) instructions where flip-flopped in the MBlaze backend. This bug fix makes 64-bit math work on the MBlaze backend. by Wesley Peck · 14 years ago
  23. 51c06bf Add dependency to "make check". by NAKAMURA Takumi · 14 years ago
  24. b361452 Disable C++ exception handling on MSVC. by Francois Pichet · 14 years ago
  25. a785a6b Disable RTTI on Windows. by Francois Pichet · 14 years ago
  26. db04b39 Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. by Michael J. Spencer · 14 years ago
  27. e93e10a Update library dependencies changed in the System -> Support merge. by Michael J. Spencer · 14 years ago
  28. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  29. 4b04713 Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests. by Wesley Peck · 14 years ago
  30. 78786f9 Updated library dependencies. by Oscar Fuentes · 14 years ago
  31. 7eee9ab Revert inadvertant checkin of CMake libdeps. by Jim Grosbach · 14 years ago
  32. 7911916 ARM conditional mov encoding fix. by Jim Grosbach · 14 years ago
  33. 6098168 Updated CMake library dependencies. by Oscar Fuentes · 14 years ago
  34. 41400da 1. Finishing MBlaze MC asm parser test cases by Wesley Peck · 14 years ago
  35. 0a67d92 Adding working version of assembly parser for the MBlaze backend by Wesley Peck · 14 years ago
  36. a060383 Adding disassembler to the MicroBlaze backend. by Wesley Peck · 14 years ago
  37. 01a575e Loadable modules are not supported on Cygwin. PR 6655. by Oscar Fuentes · 14 years ago
  38. fd7c230 Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN. by Michael J. Spencer · 14 years ago
  39. 8c0cd08 Avoid stalled file dependency when tablegenning. by Oscar Fuentes · 14 years ago
  40. c54ca79 Don't try to guess svn version when current path is a symlink. by Oscar Fuentes · 14 years ago
  41. 8a116e0 Teach CMake to only touch tablegen-generated files if anything actually changed. by Oscar Fuentes · 14 years ago
  42. 523579e Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what it actually means. by Michael J. Spencer · 14 years ago
  43. 5e0b2bf Support: Add Endian.h by Michael J. Spencer · 14 years ago
  44. 4da992a Adding initial AsmParser implementation for the MBlaze backend. It is by Wesley Peck · 14 years ago
  45. 4e9141f Recommit 116986 with capitalization typo fixed. by Wesley Peck · 14 years ago
  46. 60e7127 Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it by Wesley Peck · 14 years ago
  47. 13a9490 Major update of the MicroBlaze backend. The new features are: by Wesley Peck · 14 years ago
  48. f0c55a9 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 14 years ago
  49. 00a9618 When building shared libraries, link to required system libraries. by Oscar Fuentes · 14 years ago
  50. 72731a6 GetTargetTriple.cmake: detect MinGW 64 bits. by Oscar Fuentes · 14 years ago
  51. 60cb528 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  52. 1cade33 CMake: Fix warning in gtest. by Michael J. Spencer · 14 years ago
  53. e862228 Update LLVMLibDeps by Jim Grosbach · 14 years ago
  54. 858a19b Update library dependencies. by Oscar Fuentes · 14 years ago
  55. 38e0b46 Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by LLVMConfig. by Oscar Fuentes · 14 years ago
  56. 44258d1 Simplified LLVMConfig. by Oscar Fuentes · 14 years ago
  57. c577c27 Use the canonical library name for library PIC16Passes. by Oscar Fuentes · 14 years ago
  58. 4dbb2db Added library LLVMPIC16passes to CMake build. by Oscar Fuentes · 14 years ago
  59. b2c70cf Added PTX target to the CMake build. by Oscar Fuentes · 14 years ago
  60. 2af470f Removed remnant target library dependencies from LLVMLibDeps.cmake by Oscar Fuentes · 14 years ago
  61. 8eb6294 Updated LLVMLibDeps.cmake by Oscar Fuentes · 14 years ago
  62. 066de85 Reverting "CMake: Don't include tools, unittets, or examples as by Oscar Fuentes · 14 years ago
  63. 4b794c9 CMake: Don't include tools, unittets, or examples as available targets by Michael J. Spencer · 14 years ago
  64. c8417d7 Fix whitespace. by Michael J. Spencer · 14 years ago
  65. c141acc cmake: test for the presence of fenv.h by Oscar Fuentes · 14 years ago
  66. 11f51ca Updated LLVMLibDeps.cmake by Oscar Fuentes · 14 years ago
  67. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  68. 1c4e934 CMake: Fix mingw32 build. by Michael J. Spencer · 14 years ago
  69. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  70. 3df9c6b CMake: Use the svn revision information from git-svn if available. by Michael J. Spencer · 14 years ago
  71. e1967a7 Fix cmake build without native target selected. by Oscar Fuentes · 14 years ago
  72. 753f326 Fix LLVM target initialization to deal with sociopathic outside projects by Eric Christopher · 14 years ago
  73. 83944b7 Attempt to remove the MSIL backend from CMake as well based on Chris's r112375. by Chandler Carruth · 14 years ago
  74. 4d2d099 Updated CMake library dependencies. Removed unnecessary component name by Oscar Fuentes · 14 years ago
  75. 91e0d7d Updated LLVMLibDeps.cmake by Oscar Fuentes · 14 years ago
  76. a1f60b8 Updated the GenLibDeps -> LLVMLibDeps.cmake transformation example. by Oscar Fuentes · 14 years ago
  77. e1fadb1 CMake: corrections on LLVM.cmake external services. by Oscar Fuentes · 14 years ago
  78. ca3469e Update cmake library dependencies. by Oscar Fuentes · 14 years ago
  79. 8150d8d CMake: llvm_map_components_to_libraries now returns system libs too. by Oscar Fuentes · 14 years ago
  80. 6252e98 CMake: system for providing llvm-config-like features to the user. by Oscar Fuentes · 14 years ago
  81. 652eb50 CMake: set configure macro LLVM_PREFIX by Oscar Fuentes · 14 years ago
  82. 118eb57 CMake: configure header llvm-config.h by Oscar Fuentes · 14 years ago
  83. 59d5145 When building from git, add ref-id to PACKAGE_VERSION by Oscar Fuentes · 14 years ago
  84. 02a8f76 New system for choosing CRT type on MSVC. by Oscar Fuentes · 14 years ago
  85. efb59d2 CMake: Change somme target library names: by Oscar Fuentes · 14 years ago
  86. ee99317 CMake: add version control info to PACKAGE_VERSION, if available. by Oscar Fuentes · 14 years ago
  87. b1247c3 build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" by Daniel Dunbar · 14 years ago
  88. 5510e5e Improve discrimination of unknown libraries from ignored targets on LLVMConfig. by Oscar Fuentes · 14 years ago
  89. 9ac47c5 explicit_map_components_to_libraries now does not complain when there by Oscar Fuentes · 14 years ago
  90. 8766b12 Updated LLVMLibDeps.cmake. by Oscar Fuentes · 14 years ago
  91. ee56c42 Prefix `next' iterator operation with `llvm::'. by Oscar Fuentes · 14 years ago
  92. ec4c02d Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, by Nick Lewycky · 14 years ago
  93. ba6fc63 Allow absolute paths in LLVM_TARGET_DEFINITIONS for CMake's TableGen rule by Douglas Gregor · 14 years ago
  94. f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 15 years ago
  95. ea5c2ba Update CMake LibDeps by Daniel Dunbar · 15 years ago
  96. 8ee15c1 Update CMake LibDeps by Daniel Dunbar · 15 years ago
  97. f1c3a86 Fix CMake build for InstCombine changes by Douglas Gregor · 15 years ago
  98. b310839 CMake: Update lib deps. by Daniel Dunbar · 15 years ago
  99. 8ed9f51 Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit by Sean Callanan · 15 years ago
  100. c595e6c CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SOURCE_COMPILES. by Oscar Fuentes · 15 years ago