aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/CMakeLists.txt
AgeCommit message (Expand)Author
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2010-12-29CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ...NAKAMURA Takumi
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-06-05This bug is also present in MSVC10. Requested by Elrood on IRC.Duncan Sands
2010-04-20disable optimizations in this directory for MSVC9. This avoidsChris Lattner
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan
2009-11-25Sketch structure for X86 disassembler.Daniel Dunbar