Simplify handling of --noexecstack by using getNonexecutableStackSection.
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86MCTargetDesc.cpp
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-09-09 Pavel Chupin[x32] Emit callq for CALLpcrel32
2014-07-17 Saleem AbdulrasoolMC: fix MCAsmInfo usage for windows-itanium
2014-06-10 Eric ChristopherMove X86RegisterInfo away from using the TargetMachine...
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2014-04-25 Saleem AbdulrasoolX86: convert object streamer selection to a switch
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-14 Jim GrosbachX86: Nuke one more CPU autodetect blurb.
2014-03-31 Yaron KerenCorrect OS conditionals following r204977 and r204978.
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-04 Saleem AbdulrasoolX86: 80-column
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-06 Craig Topper[x86] Add basic support for .code16
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-04 Michael LiaoAdd register encoding support in X86 backend
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-10-01 Craig TopperUse constants for all return values in switch. Allows...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-01 Michael J. SpencerMinimal changes for LLVM to compile under VS11.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-30 Evan ChengPR11834: Use macros which are defined on Windows. Patch...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-11-29 Michael J. SpencerMC/X86/COFF: Allow quotes in names when targeting MS...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-10-18 David MeyerRemove NaClMode
2011-10-17 Craig TopperDon't use inline assembly in 64-bit Visual Studio....
2011-10-16 Craig TopperAdd X86 feature detection support for BMI instructions...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-05 Nick LewyckyAdd a new MC bit for NaCl (Native Client) mode. NaCl...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengMore refactoring.
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Eli FriedmanRevert earlier unnecessary hack. Make sure we correctl...
2011-07-08 Eli FriedmanDefault 64-bit target features and SSE2 on when a tripl...
2011-07-08 Evan ChengFor non-x86 host, used generic as CPU name.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-06 Evan ChengRename files for consistency.