summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-271-1/+1
* [X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and DetectFamilyModel functio...Craig Topper2015-03-251-137/+0
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-17/+1
* two or more, use a for.Rafael Espindola2015-03-181-51/+32
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-5/+3
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-4/+4
* We require MSVC 1800 as our minimum, so these checks can safely go away; NFC....Aaron Ballman2015-02-161-12/+7
* Revert "ADT: correctly report isMSVCEnvironment for windows itanium"Reid Kleckner2014-11-171-1/+1
* ADT: correctly report isMSVCEnvironment for windows itaniumSaleem Abdulrasool2014-11-171-1/+1
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-6/+3
* [x32] Emit callq for CALLpcrel32Pavel Chupin2014-09-091-1/+1
* MC: fix MCAsmInfo usage for windows-itaniumSaleem Abdulrasool2014-07-171-1/+2
* Move X86RegisterInfo away from using the TargetMachine and onlyEric Christopher2014-06-101-7/+6
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-271-1/+1
* X86: convert object streamer selection to a switchSaleem Abdulrasool2014-04-251-5/+8
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-3/+3
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-7/+6
* X86: Nuke one more CPU autodetect blurb.Jim Grosbach2014-04-141-7/+1
* Correct OS conditionals following r204977 and r204978.Yaron Keren2014-03-311-5/+3
* Support: split object format out of environmentSaleem Abdulrasool2014-03-061-2/+2
* X86: 80-columnSaleem Abdulrasool2014-03-041-1/+2
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-0/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-201-1/+4
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-061-2/+2
* [x86] Add basic support for .code16Craig Topper2014-01-061-2/+2
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-101-1/+1
* 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
OpenPOWER on IntegriCloud