[X86] Mark the AAD and AAM aliases as not valid in 64-bit mode.
[oota-llvm.git] / lib / Target / Sparc /
2015-10-09 James Y KnightFix assert when emitting llvm.pow.f86.
2015-10-05 Rafael EspindolaFix pr24486.
2015-10-04 Joerg Sonnenberger[SPARCv9] Add support for the rdpr/wrpr instructions.
2015-10-01 Joerg SonnenbergerFix relocation used for GOT references in non-PIC mode...
2015-09-17 Joerg Sonnenberger[SPARC] Add mulscc.
2015-09-16 Joerg Sonnenberger[SPARC] Both GNU and Solaris as support eq as condition...
2015-09-16 Joerg Sonnenberger[SPARC] Recognize st/stx operations with %fsr argument...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Daniel SandersFix namespace indentation and missing blank lines befor...
2015-09-10 James Y Knight[SPARC] Switch to the Machine Scheduler.
2015-09-10 James Y KnightRevert "[SPARC] Switch to the Machine Scheduler."
2015-09-10 James Y Knight[SPARC] Switch to the Machine Scheduler.
2015-08-26 James Y Knight[SPARC] Fix stupid oversight in stack realignment support.
2015-08-21 James Y Knight[Sparc] Support user-specified stack object overalignment.
2015-08-21 NAKAMURA TakumiSparcAsmParser.cpp: Appease msc x86.
2015-08-20 Douglas Katzman[Sparc]: correct the 'set' synthetic instruction
2015-08-19 Douglas Katzman[Sparc]: asm-only support for the ldstub instruction.
2015-08-19 Douglas Katzman[SPARC] Enable writing to floating-point-state register.
2015-08-19 James Y Knight[Sparc] Rename LoadASR and StoreASR from r245360 to...
2015-08-19 James Y Knight[SPARC] Fix BooleanContents, so that select of a trunc...
2015-08-19 Joerg SonnenbergerMap %fprs to %asr6 in the Sparc assembler parser.
2015-08-18 Joerg SonnenbergerLoad/store instructions for floating points with addres...
2015-08-17 Douglas Katzman[SPARC]: recognize '.' as the start of an assembler...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-10 Joerg SonnenbergerAdd lduw and lwua aliases for SPARCv9.
2015-08-10 Joerg SonnenbergerLoad/store for float registers from/to alternate space.
2015-08-10 Joerg SonnenbergerAdd support for the signx instrution alias of SPARCv9.
2015-08-10 James Y Knight[Sparc] Implement i64 load/store support for 32-bit...
2015-08-06 Douglas Katzman[SPARC] Don't compare arch name as a string, use the...
2015-08-05 James Y Knight[Sparc] Fix disassembly of popc instruction.
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetLowering
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-08 James Y Knight[SPARC] Cleanup handling of the Y/ASR registers.
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-06 James Y Knight[Sparc] Add more instruction aliases.
2015-07-06 James Y Knight[Sparc] Add support for flush instruction.
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-07-01 James Y Knight[Sparc] Rearrange SparcInstrInfo, no change.
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 James Y Knight[SPARC] Repair GOT references to internal symbols.
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-04 Benjamin KramerReplace custom fixed endian to raw_ostream emission...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-02 Rafael EspindolaMerge MCELF.h into MCSymbolELF.h.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-18 James Y KnightSparc: support the "set" synthetic instruction.
2015-05-18 James Y KnightSparc: Support PSR, TBR, WIM read/write instructions.
2015-05-18 James Y KnightSparc: Add the "alternate address space" load/store...
2015-05-18 James Y KnightAdd support for the Sparc implementation-defined "ASR...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-05-01 James Y Knight[Sparc] Repair fixups in little endian mode.
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
2015-04-29 Douglas KatzmanMake Sparc assembler accept parenthesized constant...
2015-04-29 James Y KnightSparc: Prefer reg+reg address encoding when only one...
2015-04-28 James Y KnightSparc: Add alternate aliases for conditional branch...
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
next