aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc
AgeCommit message (Expand)Author
2011-10-16Add X86 feature detection support for BMI instructions. Added new cpuid funct...Craig Topper
2011-10-15Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper
2011-10-13Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles.Eli Friedman
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-09-20Tidy up a bit more, fix tab and remove trailing whitespacesBruno Cardoso Lopes
2011-09-20Tidy up code!Bruno Cardoso Lopes
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-09-05Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certainNick Lewycky
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-23Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng
2011-08-19Re-write part of VEX encoding logic, to be more easy to read! Also fixBruno Cardoso Lopes
2011-08-19Fix PR10677. Initial patch and idea by Peter Cooper but I've changed theBruno Cardoso Lopes
2011-08-05Silence unused variable warnings in release builds.Chandler Carruth
2011-08-05Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu...Jason W Kim
2011-08-04Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-28Explicitly declare a library dependency of LLVM*Desc toOscar Fuentes
2011-07-27Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.Evan Cheng
2011-07-27Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin
2011-07-26Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-25Unbreak the build.Oscar Fuentes
2011-07-25More refactoring.Evan Cheng
2011-07-25Refactor X86 target to separate MC code from Target code.Evan Cheng
2011-07-23createXXXMCCodeGenInfo should be static.Evan Cheng
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-15Remove an unnecessary header from this file. I don't think this headerChandler Carruth
2011-07-15Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng
2011-07-15Major update to CMake build to reflect changes in r135219 in theChandler Carruth
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-08Revert earlier unnecessary hack. Make sure we correctly force on 64bit and c...Eli Friedman
2011-07-08Default 64-bit target features and SSE2 on when a triple specifies x86-64. C...Eli Friedman
2011-07-08For non-x86 host, used generic as CPU name.Evan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-07-07Add Mode64Bit feature and sink it down to MC layer.Evan Cheng
2011-07-07Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng
2011-07-06Rename files for consistency.Evan Cheng
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-07-01Add MCSubtargetInfo target registry stuff.Evan Cheng
2011-06-28Add MCInstrInfo registeration machinery.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng