summaryrefslogtreecommitdiff
path: root/lib/Target/X86/CMakeLists.txt
Commit message (Expand)AuthorAge
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-25
* Pad Short Functions for Intel AtomPreston Gurd2013-01-08
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-04
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* 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