aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-151-0/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-12/+2
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+12
* CMake: eliminated unnecessary target_link_libraries.Oscar Fuentes2010-08-091-1/+0
* Attempt to fix linking issues with CMake. Please review other CMake users,Chandler Carruth2010-07-221-1/+1
* Update CMake files.Daniel Dunbar2010-07-201-3/+5
* Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen2010-07-161-1/+0
* CMake: fixes 64 bit Visual Studio IDE build. Fixes bug 4936.Oscar Fuentes2010-05-131-1/+6
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+1
* Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor2010-04-131-0/+1
* Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen2010-03-251-0/+1
* Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...Jakob Stoklund Olesen2010-03-231-1/+0
* Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen2010-03-231-0/+1
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-151-1/+0
* MC/X86: Add stub AsmBackend.Daniel Dunbar2010-02-211-0/+1
* add an x86 implementation of MCTargetExpr forChris Lattner2010-02-081-0/+1
* stub out a new X86 encoder, which can be tried withChris Lattner2010-02-031-0/+1
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+1
* split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.Chris Lattner2009-09-201-0/+1
* fix cmake buildShantonu Sen2009-09-161-0/+1
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-311-1/+1
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-221-1/+1
* CMake: Corrected variable check.Oscar Fuentes2009-08-141-1/+1
* CMake: Added asm file to x86_64 MSVC build.Oscar Fuentes2009-08-121-1/+8
* Start generating AsmMatcher.inc for X86.Daniel Dunbar2009-07-171-0/+1
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-021-0/+2
* Move the code that inserts X87 FP_REG_KILL instructions from aDan Gohman2008-11-121-0/+1
* CMake: Builds all targets.Oscar Fuentes2008-09-261-42/+13
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-221-1/+2
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+56