summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAge
...
* ARM: Diagnostics for out of range fixups.Jim Grosbach2012-04-30
* - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2Evan Cheng2012-04-27
* ARM: Thumb ldr(literal) base address alignment is 32-bits.Jim Grosbach2012-04-26
* If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng2012-04-26
* Unify internal representation of ARM instructions with a register right-shift...Richard Barton2012-04-25
* ARM 'adr' fixups don't need the interworking addend tweaking.Jim Grosbach2012-04-12
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* ARM fix encoding fixup resolution for ldrd and friends.Jim Grosbach2012-03-30
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-30
* Prune some includesCraig Topper2012-03-27
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-27
* Prune some includes and forward declarations.Craig Topper2012-03-26
* ARM non-scattered MachO relocations for movw/movt.Jim Grosbach2012-03-20
* ARM branch relaxation for unconditional t1 branches.Jim Grosbach2012-03-19
* ARM don't use MCRelaxAll, as it's not safe on ARM.Jim Grosbach2012-03-08
* ARM more NEON VLD/VST composite physical register refactoring.Jim Grosbach2012-03-06
* ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach2012-03-05
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* comment fixJia Liu2012-02-24
* 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
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-28
* Better user diagnostics for more ARM MachO relocation errors.Jim Grosbach2012-01-27
* Keep source information, if available, around for ARM Fixups.Jim Grosbach2012-01-26
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-24
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-24
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-23
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Silence warnings about mixing enums.Benjamin Kramer2012-01-19
* Thumb2 relaxation for tADR to t2ADR.Jim Grosbach2012-01-19
* Add comment and fix range check in condition.Jim Grosbach2012-01-19
* Thumb2 alternate syntax for LDR(literal) and friends.Jim Grosbach2012-01-18
* Thumb2 relaxation for LDR(literal).Jim Grosbach2012-01-18
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Thumb2 load/store fixups don't set the thumb bit.Jim Grosbach2012-01-18
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-18
* Move default case for covered enum outside of switch.Richard Smith2012-01-10
* Fix a -Wreturn-type warning in g++.Richard Smith2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola2011-12-22
* Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola2011-12-22
* Hopefully fix the cmake build.Rafael Espindola2011-12-22
* Fix name in comments.Rafael Espindola2011-12-22
* Unbreak cmake build after r147115.Richard Smith2011-12-22
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-22