summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAge
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* Remove unnecessary classof()'sSean Silva2012-10-11
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* Add LLVM support for Swift.Bob Wilson2012-09-29
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-22
* Tidy up. Whitespace.Jim Grosbach2012-09-21
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Fix Thumb2 fixup kind in the integrated-as.Logan Chien2012-09-01
* Fix undefined behavior (negation of INT_MIN) in ARM backend.Richard Smith2012-08-24
* Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-09
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-30
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-19
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-05
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-03
* ARM: allow vanilla expressions for movw/movt.Jim Grosbach2012-05-01
* 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