aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-5/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-206/+32
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+7
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-8/+6
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-23/+19
* Update to LLVM 3.5a.Stephen Hines2014-04-241-12/+15
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-4/+5
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-0/+16
* Remove the MachineMove class.Rafael Espindola2013-05-131-7/+9
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-191-1/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Add register encoding support in X86 backendMichael Liao2012-10-041-113/+1
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-021-1/+5
* Use constants for all return values in switch. Allows clang to optimize it in...Craig Topper2012-10-011-3/+8
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-2/+3
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-2/+3
* Minimal changes for LLVM to compile under VS11.Michael J. Spencer2012-03-011-0/+4
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-0/+1
* PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.Evan Cheng2012-01-301-1/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+14
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-291-2/+4
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-2/+3
* Remove NaClModeDavid Meyer2011-10-181-4/+0
* Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ...Craig Topper2011-10-171-16/+10
* Add X86 feature detection support for BMI instructions. Added new cpuid funct...Craig Topper2011-10-161-0/+68
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-1/+2
* Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certainNick Lewycky2011-09-051-2/+9
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-231-0/+12
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-261-9/+9
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-8/+8
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-251-0/+18
* More refactoring.Evan Cheng2011-07-251-0/+36
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-231-2/+2
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-29/+23
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-2/+10
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+47
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-6/+24
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-3/+140
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-3/+3
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-13/+36
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-1/+0
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+1
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-6/+8
* Revert earlier unnecessary hack. Make sure we correctly force on 64bit and c...Eli Friedman2011-07-081-1/+1
* Default 64-bit target features and SSE2 on when a triple specifies x86-64. C...Eli Friedman2011-07-081-27/+1