summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAge
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* XOP encoding bits and logic.Jan Sjödin2011-12-12
* Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola2011-12-10
* Src2 and src3 were accidentally swapped for the FMA4 rr patterns. Undo this a...Jan Sjödin2011-12-08
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-29
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-25
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-12
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Add X86 RORX instructionCraig Topper2011-10-23
* Remove NaClModeDavid Meyer2011-10-18
* Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ...Craig Topper2011-10-17
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-16
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-16
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-16
* Add X86 feature detection support for BMI instructions. Added new cpuid funct...Craig Topper2011-10-16
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-15
* Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles.Eli Friedman2011-10-13
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-04
* Tidy up a bit more, fix tab and remove trailing whitespacesBruno Cardoso Lopes2011-09-20
* Tidy up code!Bruno Cardoso Lopes2011-09-20
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certainNick Lewycky2011-09-05
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Re-write part of VEX encoding logic, to be more easy to read! Also fixBruno Cardoso Lopes2011-08-19
* Fix PR10677. Initial patch and idea by Peter Cooper but I've changed theBruno Cardoso Lopes2011-08-19
* Silence unused variable warnings in release builds.Chandler Carruth2011-08-05
* Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu...Jason W Kim2011-08-05
* Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim2011-08-04
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Explicitly declare a library dependency of LLVM*Desc toOscar Fuentes2011-07-28
* Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.Evan Cheng2011-07-27
* Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin2011-07-27
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-26
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Unbreak the build.Oscar Fuentes2011-07-25
* More refactoring.Evan Cheng2011-07-25
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-25
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-23
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Remove an unnecessary header from this file. I don't think this headerChandler Carruth2011-07-15