summaryrefslogtreecommitdiff
path: root/lib/Target/X86/CMakeLists.txt
Commit message (Expand)AuthorAge
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-12
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-04
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen2011-09-28
* Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes2011-08-23
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* More refactoring.Evan Cheng2011-07-25
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-15
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Rename TargetDesc to MCTargetDescEvan Cheng2011-06-24
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-20
* Update CMake stuffAnton Korobeynikov2011-01-10
* A workaround for a bug in cmake 2.8.3 diagnosed on PR 8885.Oscar Fuentes2011-01-02
* Add to the list of cmake files the object file, not the asm file. ThisOscar Fuentes2010-12-31
* X86/MC/Mach-O: Split out createX86MachObjectWriter().Daniel Dunbar2010-12-20
* Fix assembling X86CompilationCallback_Win64.asm on VS 10.Oscar Fuentes2010-11-16
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-15
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* CMake: eliminated unnecessary target_link_libraries.Oscar Fuentes2010-08-09
* Attempt to fix linking issues with CMake. Please review other CMake users,Chandler Carruth2010-07-22
* Update CMake files.Daniel Dunbar2010-07-20
* Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen2010-07-16
* CMake: fixes 64 bit Visual Studio IDE build. Fixes bug 4936.Oscar Fuentes2010-05-13
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-16
* Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor2010-04-13
* Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen2010-03-25
* Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...Jakob Stoklund Olesen2010-03-23
* Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen2010-03-23
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* MC/X86: Add stub AsmBackend.Daniel Dunbar2010-02-21
* add an x86 implementation of MCTargetExpr forChris Lattner2010-02-08
* stub out a new X86 encoder, which can be tried withChris Lattner2010-02-03
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19
* split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.Chris Lattner2009-09-20
* fix cmake buildShantonu Sen2009-09-16
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-31
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* CMake: Corrected variable check.Oscar Fuentes2009-08-14
* CMake: Added asm file to x86_64 MSVC build.Oscar Fuentes2009-08-12
* Start generating AsmMatcher.inc for X86.Daniel Dunbar2009-07-17
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-02
* Move the code that inserts X87 FP_REG_KILL instructions from aDan Gohman2008-11-12
* CMake: Builds all targets.Oscar Fuentes2008-09-26
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-22