1. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  2. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago
  3. b8ebca8 build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. by Daniel Dunbar · 13 years ago
  4. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  5. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  6. 81fd0ba Actually finish switching to the new system for Target sublibrary by Chandler Carruth · 13 years ago
  7. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  8. 87c06d6 add support for the sparcv9-*-* target triple to turn on by Chris Lattner · 15 years ago
  9. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  10. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  11. d5f02f6 Normalize target registration code. by Daniel Dunbar · 15 years ago
  12. 8977d08 Factor commonality in triple match routines into helper template for registering by Daniel Dunbar · 15 years ago
  13. fa27ff2 Kill Target specific ModuleMatchQuality stuff. by Daniel Dunbar · 15 years ago
  14. d6fd377 Simplify JIT target selection. by Daniel Dunbar · 15 years ago
  15. b384c85 Add dependencies from TargetInfo onto .td generation. by Daniel Dunbar · 15 years ago
  16. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 15 years ago
  17. c984df8 Add TargetInfo libraries for all targets. by Daniel Dunbar · 15 years ago