Make a bunch of static arrays const.
[oota-llvm.git] / lib / Target / Sparc / MCTargetDesc /
2015-10-05 Rafael EspindolaFix pr24486.
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-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
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-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-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
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-01 James Y Knight[Sparc] Repair fixups in little endian mode.
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
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-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the Sparc...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-14 Brad SmithUse the integrated assembler by default on SPARC.
2015-01-05 Duncan P. N. Exon... Revert "Use the integrated assembler by default on...
2015-01-05 Brad SmithUse the integrated assembler by default on 32-bit Power...
2014-11-29 Simon PilgrimTarget triple OS detection tidyup. NFC
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-07-10 Brad SmithUse the integrated assembler by default on OpenBSD.
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const to a method I missed in the previous commit.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-02 Venkatraman Govind... [SparcV9] Adds support for branch on integer register...
2014-03-02 Venkatraman Govind... [Sparc] Add support for parsing fcmp with %fcc registers.
2014-03-01 Venkatraman Govind... [SparcV9] Add support for parsing branch instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing sparcv9 instructions...
2014-03-01 Venkatraman Govind... [Sparc] Implement writeNopData. Emit actual NOP instruc...
2014-03-01 Venkatraman Govind... [Sparc] Teach SparcAsmParser to emit correct relocation...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-07 Venkatraman Govind... [Sparc] Emit relocations for Thread Local Storage ...
2014-02-07 Venkatraman Govind... [Sparc] Emit correct relocations for PIC code when...
2014-02-07 Venkatraman Govind... [Sparc] Use SparcMCExpr::VariantKind itself as MachineO...
2014-02-06 Rafael EspindolaJust returning false is the default.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-01 Venkatraman Govind... [Sparc] Set %o7 as the return address register instead...
2014-01-29 Venkatraman Govind... [Sparc] Use %r_disp32 for pc_rel entries in FDE as...
2014-01-29 Venkatraman Govind... [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
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-24 Alp TokerFix known typos
2014-01-24 Venkatraman Govind... [SparcV9] Add support for JIT in Sparc64.
2014-01-08 Venkatraman Govind... [Sparc] Correct the mask for fixup_sparc_br19.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Venkatraman Govind... [Sparc] Add support for parsing sparc asm modifiers...
2014-01-06 Venkatraman Govind... [Sparc] Add ELF Object Writer for Sparc.
2014-01-05 Venkatraman Govind... [Sparc] Add initial implementation of MC Code emitter...
2014-01-04 Venkatraman Govind... [Sparc] Add the initial implementation of an asm parser...
2013-12-26 Venkatraman Govind... [Sparc] Lower and MachineInstr to MC and print assembly...
2013-12-26 Venkatraman Govind... [Sparc] Add target specific MCExpr class to handle...
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-09-26 Venkatraman Govind... [Sparc] Implements exception handling in SPARC with...
2013-09-22 Venkatraman Govind... [Sparc] Add support for TLS in sparc.
2013-08-10 Venkatraman Govind... [Sparc] Enable xword directive in sparcv9.
next