summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
Commit message (Expand)AuthorAge
* Allow a target to create a null streamer.Rafael Espindola2014-06-20
* Add WoA object file emission supportSaleem Abdulrasool2014-04-27
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* ARM MC: 80 columnSaleem 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
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-04
* ARM MC: Fix the initial DWARF CFI unwind info at the start of a functionMark Seaborn2014-01-27
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Clean up an inconsistency in v7s feature default.Evan Cheng2014-01-09
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* Correctly handle the degenerated triple "thumb".Rafael Espindola2013-12-18
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-14
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* [ARM] Improve build attributes emission.Amara Emerson2013-10-07
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-03
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-17
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-10
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Remove duplicate includes.Roman Divacky2012-12-21
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add LLVM support for Swift.Bob Wilson2012-09-29
* - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2Evan Cheng2012-04-27
* If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng2012-04-26
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* ARM don't use MCRelaxAll, as it's not safe on ARM.Jim Grosbach2012-03-08
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Revert r150222, as the clang driver now handles this properly.Jim Grosbach2012-02-10
* ARM on darwin, v6 implies the presence of VFP for the assembler.Jim Grosbach2012-02-10
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Remove NaClModeDavid Meyer2011-10-18
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-30