Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
[oota-llvm.git] / lib / Target / X86 / CMakeLists.txt
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid KlecknerRe-land "[WinEH] Add an EH registration and state inser...
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid Kleckner[WinEH] Add an EH registration and state insertion...
2015-02-26 Reid KlecknerPass /nologo to ml64 for quieter builds
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Michael KupersteinRevert r227728 due to bad line endings.
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2014-09-17 Robin Morisset[X86] Use the generic AtomicExpandPass instead of X86At...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-01 Tim NorthoverX86: expand atomics in IR instead of as MachineInstrs.
2014-05-04 Saleem AbdulrasoolX86: remove X86COFFMachineModuleInfo
2014-02-16 Rafael EspindolaRemove dead code, we already require cmake 2.8.8.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...
2013-01-08 Preston GurdPad Short Functions for Intel Atom
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Nadav RotemRevert revision 171524. Original message:
2013-01-04 Preston GurdThe current Intel Atom microarchitecture has a feature...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-09-28 Jakob Stoklund OlesenRename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
2011-08-23 Bruno Cardoso LopesIntroduce a pass to insert vzeroupper instructions...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Evan ChengMore refactoring.
2011-07-15 Chandler CarruthMajor update to CMake build to reflect changes in r1352...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengRename TargetDesc to MCTargetDesc
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2011-01-02 Oscar FuentesA workaround for a bug in cmake 2.8.3 diagnosed on...
2010-12-31 Oscar FuentesAdd to the list of cmake files the object file, not...
2010-12-20 Daniel DunbarX86/MC/Mach-O: Split out createX86MachObjectWriter().
2010-11-16 Oscar FuentesFix assembling X86CompilationCallback_Win64.asm on...
2010-11-15 Anton KorobeynikovAttempt to unbreak cmake-based builds
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-09 Oscar FuentesCMake: eliminated unnecessary target_link_libraries.
2010-07-22 Chandler CarruthAttempt to fix linking issues with CMake. Please review...
2010-07-20 Daniel DunbarUpdate CMake files.
2010-07-16 Jakob Stoklund OlesenRemove the X86::FP_REG_KILL pseudo-instruction and...
2010-05-13 Oscar FuentesCMake: fixes 64 bit Visual Studio IDE build. Fixes...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2010-04-13 Douglas GregorUnbreak CMake build by improving the EnhancedDisassembl...
2010-03-25 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-23 Jakob Stoklund OlesenRevert "Add a late SSEDomainFix pass that twiddles...
2010-03-23 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-02-21 Daniel DunbarMC/X86: Add stub AsmBackend.
2010-02-08 Chris Lattneradd an x86 implementation of MCTargetExpr for
2010-02-03 Chris Lattnerstub out a new X86 encoder, which can be tried with
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-09-20 Chris Lattnersplit random COFF asmprinter state out to X86COFFMachin...
2009-09-16 Shantonu Senfix cmake build
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-14 Oscar FuentesCMake: Corrected variable check.
2009-08-12 Oscar FuentesCMake: Added asm file to x86_64 MSVC build.
2009-07-17 Daniel DunbarStart generating AsmMatcher.inc for X86.
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2008-11-12 Dan GohmanMove the code that inserts X87 FP_REG_KILL instructions...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Oscar FuentesInitial support for the CMake build system.