summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAge
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Allow a target to create a null streamer.Rafael Espindola2014-06-20
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* [ARM] [MC] Refactor the constant pool classesWeiming Zhao2014-06-18
* MC: correct IMAGE_REL_ARM_MOV32T relocation emissionSaleem Abdulrasool2014-05-21
* ARMEB: Additional test files for ARM fixupsChristian Pirker2014-05-20
* Fix some dyslexia in an assert messageJonathan Roelofs2014-05-15
* ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...Christian Pirker2014-05-13
* Revert "ARMEB: Fix byte order of EH frame unwinding instructions"Rafael Espindola2014-05-13
* ARMEB: Fix byte order of EH frame unwinding instructionsChristian Pirker2014-05-13
* ARM: support FK_SecRel_2 relocations on WoASaleem Abdulrasool2014-05-08
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* Allow using normal .eh_frame based unwinding on ARM. Use the sameJoerg Sonnenberger2014-05-07
* ARM: For thumb fixups store halfwords high first and low secondChristian Pirker2014-05-06
* MC: support FK_SecRel_4 for Windows on ARMSaleem Abdulrasool2014-05-04
* Fix pr19645.Rafael Espindola2014-05-03
* Don't force symbols to be globals in .thumb_set.Rafael Espindola2014-05-01
* Parse and create GOT_PREL relocations.Joerg Sonnenberger2014-04-29
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-29
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Add emitThumbSet to the arm target streamer.Rafael Espindola2014-04-27
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-27
* ARM: MSVC does not support = defaultSaleem Abdulrasool2014-04-27
* Add WoA object file emission supportSaleem Abdulrasool2014-04-27
* ARM: Support SingleParameterDotFile on WoASaleem Abdulrasool2014-04-27
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Change the ARM assembler to require a :lower16: or :upper16 on non-constantKevin Enderby2014-04-18
* ARM MC: 80 columnSaleem Abdulrasool2014-04-09
* ARM MC: sort source files in CMakeListsSaleem Abdulrasool2014-04-09
* ARM: update subtarget information for Windows on ARMSaleem Abdulrasool2014-04-02
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-01
* ARM: change parameter names of the ELFARMAsmBackend constructorChristian Pirker2014-03-31
* Recommitted fix for PR18931, with extended tests set.Stepan Dyatkovskiy2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Add const.Rafael Espindola2014-03-28
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86...Stepan Dyatkovskiy2014-03-27
* Fix for pr18931: Crash using integrated assembler with immediate arithmeticStepan Dyatkovskiy2014-03-27
* Prune includes in ARM target.Craig Topper2014-03-22
* This reverts commit r203762, "ARM: support emission of complex SO expressions".Jiangning Liu2014-03-21
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)Hans Wennborg2014-03-13
* ARM: ignore unused variable to fix -Wunused-variable buildsSaleem Abdulrasool2014-03-13