aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/CMakeLists.txt
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-04-25This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-08Pad Short Functions for Intel AtomPreston Gurd
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
2013-01-05Revert revision 171524. Original message:Nadav Rotem
2013-01-04The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-10-28Remove TargetELFWriterInfo.Rafael Espindola
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-09-28Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen
2011-08-23Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes
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
2011-07-25More refactoring.Evan Cheng
2011-07-15Major update to CMake build to reflect changes in r135219 in theChandler Carruth
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Rename TargetDesc to MCTargetDescEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-01-10Update CMake stuffAnton Korobeynikov
2011-01-02A workaround for a bug in cmake 2.8.3 diagnosed on PR 8885.Oscar Fuentes
2010-12-31Add to the list of cmake files the object file, not the asm file. ThisOscar Fuentes
2010-12-20X86/MC/Mach-O: Split out createX86MachObjectWriter().Daniel Dunbar
2010-11-16Fix assembling X86CompilationCallback_Win64.asm on VS 10.Oscar Fuentes
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov
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-08-09CMake: eliminated unnecessary target_link_libraries.Oscar Fuentes
2010-07-22Attempt to fix linking issues with CMake. Please review other CMake users,Chandler Carruth
2010-07-20Update CMake files.Daniel Dunbar
2010-07-16Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen
2010-05-13CMake: fixes 64 bit Visual Studio IDE build. Fixes bug 4936.Oscar Fuentes
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman
2010-04-13Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor
2010-03-25Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen
2010-03-23Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...Jakob Stoklund Olesen
2010-03-23Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen
2010-03-15MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar
2010-02-21MC/X86: Add stub AsmBackend.Daniel Dunbar