1. dfc1470 Fix pr18235. by Rafael Espindola · 12 years ago
  2. 8bc9bfa Prune redundant dependencies in LLVMBuild.txt. by NAKAMURA Takumi · 12 years ago
  3. 413518f [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() sets them. by NAKAMURA Takumi · 12 years ago
  4. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  5. 27a7489 LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 14 years ago
  6. 539d0a8 build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 14 years ago
  7. 52823cc build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. by Daniel Dunbar · 14 years ago
  8. bf9bba4 build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 14 years ago
  9. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  10. 9d7feab Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 14 years ago
  11. 6099cf1 Move CBackend and CppBackend MC initialization to TargetInfo. by Evan Cheng · 14 years ago
  12. 823aed1 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 16 years ago
  13. 7ba0661 Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 16 years ago
  14. bc981d8 Kill Target specific ModuleMatchQuality stuff. by Daniel Dunbar · 16 years ago
  15. 691a478 Simplify JIT target selection. by Daniel Dunbar · 16 years ago
  16. f03e78f Add some missing includes. by Daniel Dunbar · 16 years ago
  17. 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  18. 56e2947 Add TargetInfo libraries for all targets. by Daniel Dunbar · 16 years ago