ARM: support PIC on Windows on ARM
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc /
2014-05-08 Saleem AbdulrasoolARM: support FK_SecRel_2 relocations on WoA
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-05-06 Christian PirkerARM: For thumb fixups store halfwords high first and...
2014-05-04 Saleem AbdulrasoolMC: support FK_SecRel_4 for Windows on ARM
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-01 Rafael EspindolaDon't force symbols to be globals in .thumb_set.
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Rafael EspindolaAvoid using MCSymbolData on the asm streamer.
2014-04-27 Saleem AbdulrasoolARM: MSVC does not support = default
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-27 Saleem AbdulrasoolARM: Support SingleParameterDotFile on WoA
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-09 Saleem AbdulrasoolARM MC: 80 column
2014-04-09 Saleem AbdulrasoolARM MC: sort source files in CMakeLists
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-03-31 Christian PirkerARM: change parameter names of the ELFARMAsmBackend...
2014-03-29 Stepan DyatkovskiyRecommitted fix for PR18931, with extended tests set.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const.
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Stepan DyatkovskiyRejected r204899 and r204900 due to remaining test...
2014-03-27 Stepan DyatkovskiyFix for pr18931: Crash using integrated assembler with...
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-21 Jiangning LiuThis reverts commit r203762, "ARM: support emission...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-03-13 Saleem AbdulrasoolARM: ignore unused variable to fix -Wunused-variable...
2014-03-13 Saleem AbdulrasoolARM: support emission of complex SO expressions
2014-03-12 Hans WennborgAdd comment pointing to the binutils bugzilla entry
2014-03-12 Hans Wennborg[ARM] Use DWARF register numbers for CFI directives...
2014-03-10 Craig TopperDe-virtualize a method since it doesn't override anythi...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
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 Renato GolinRemove -arm-disable-ehabi option
2014-02-06 Rafael EspindolaJust returning false is the default.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-05 Logan ChienARM: Resolve thumb_bl fixup in same MCFragment.
2014-02-04 Rafael EspindolaUse the default values.
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-01-30 Saleem AbdulrasoolARM IAS: support .object_arch
2014-01-30 Saleem AbdulrasoolARM IAS: support .movsp
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-30 Saleem AbdulrasoolARM: support TLS descriptor relocations
2014-01-30 Saleem AbdulrasoolARM: support tlscall relocations
2014-01-29 Renato GolinEnable EHABI by default
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-27 Mark SeabornARM MC: Fix the initial DWARF CFI unwind info at the...
2014-01-26 Saleem AbdulrasoolMC: whitespace
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 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2014-01-22 Greg FitzgeraldFix inline assembly that switches between ARM and Thumb...
2014-01-21 Saleem AbdulrasoolARM IAS: add support for .unwind_raw directive
2014-01-21 Saleem AbdulrasoolARM IAS: support .personalityindex
2014-01-20 Kai NackeARM: add tlsldo relocation
2014-01-19 Saleem AbdulrasoolARM ELF: ensure that the tag types are corrected
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
2014-01-15 Bob WilsonRemove support for armv7f slice. <rdar://problem/12478440>
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-11 Saleem AbdulrasoolARM IAS: support emitting constant values in target...
2014-01-10 Artyom SkrobovMust not produce Tag_CPU_arch_profile for pre-ARMv7...
2014-01-10 Kevin EnderbyFix a bug with the ARM thumb2 CBNZ and CBNZ instruction...
2014-01-09 Evan ChengClean up an inconsistency in v7s feature default.
2014-01-07 Logan Chien[arm] Fix an incorrect comment in ARMUnwindOpAsm.h.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Saleem AbdulrasoolARM Streamer: print out tag names
2014-01-07 Saleem AbdulrasoolARM IAS: improve .eabi_attribute handling
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-06 Saleem AbdulrasoolARM: move ARMUnwindOp.h into Support
2014-01-02 Logan Chien[arm] Add softvfp to supported FPU names.
2013-12-26 Joerg SonnenbergerRecognize armv7a and friends as aliases for armv7-a...
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-18 Rafael EspindolaCorrectly handle the degenerated triple "thumb".
2013-12-18 Logan Chien[arm] Rename Tag_VFP_arch to Tag_FP_arch.
2013-12-13 Kevin EnderbyFixed a bug in getARMFixupKindMachOInfo() where three...
2013-12-11 Logan Chien[arm] Implement ARM .arch directive.
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
next