aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-241-1/+1
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-241-2/+5
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-231-5/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-203-5/+2
* Silence warnings about mixing enums.Benjamin Kramer2012-01-191-3/+2
* Thumb2 relaxation for tADR to t2ADR.Jim Grosbach2012-01-191-0/+2
* Add comment and fix range check in condition.Jim Grosbach2012-01-191-1/+3
* Thumb2 alternate syntax for LDR(literal) and friends.Jim Grosbach2012-01-181-0/+1
* Thumb2 relaxation for LDR(literal).Jim Grosbach2012-01-181-9/+20
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-11/+11
* Thumb2 load/store fixups don't set the thumb bit.Jim Grosbach2012-01-181-4/+8
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-181-0/+15
* Move default case for covered enum outside of switch.Richard Smith2012-01-101-1/+1
* Fix a -Wreturn-type warning in g++.Richard Smith2012-01-101-0/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-102-3/+0
* Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola2011-12-221-8/+1
* Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola2011-12-221-7/+6
* Hopefully fix the cmake build.Rafael Espindola2011-12-221-0/+1
* Fix name in comments.Rafael Espindola2011-12-221-1/+1
* Unbreak cmake build after r147115.Richard Smith2011-12-221-0/+1
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-223-2/+291
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-7/+8
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-2/+10
* ARM assembly parsing and encoding support for LDRD(label).Jim Grosbach2011-12-193-3/+32
* ARM NEON relax parse time diagnostics for alignment specifiers.Jim Grosbach2011-12-191-4/+4
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Nuke inadvertant debugging commit.Jim Grosbach2011-12-071-3/+0
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-071-0/+3
* Tidy up value checking.Jim Grosbach2011-12-061-1/+2
* Fix ARM handling of tBcc branch relaxation.Jim Grosbach2011-12-061-3/+5
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-061-0/+16
* Simple branch relaxation for Thumb2 Bcc instructions.Jim Grosbach2011-12-051-3/+24
* ARM encoder method needs the physical register number, not the enum.Jim Grosbach2011-12-021-1/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-7/+0
* Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach2011-11-291-1/+8
* Generalize the fixup info for ARM mode.Jim Grosbach2011-11-161-2/+2
* Fix encoding of NOP used for padding in ARM mode .align.Jim Grosbach2011-11-161-1/+1
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-2/+3
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-121-1/+1
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* ARM VLD/VST assembly parsing for symbolic address operands.Jim Grosbach2011-11-011-1/+1
* Remove NaClModeDavid Meyer2011-10-181-8/+0
* Tidy up. 80 columns.Jim Grosbach2011-10-031-1/+1
* Correct for my over-eager delete finger.Jim Grosbach2011-09-301-0/+1
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-301-2/+5
* ARM Fixup valus for movt/movw are for the whole value.Jim Grosbach2011-09-301-7/+0
* ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.Jim Grosbach2011-09-301-0/+86
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-281-4/+7
* Unbreak CMake build.Ted Kremenek2011-09-271-1/+1
* ARMv7a has the PKH instructions.Jim Grosbach2011-09-141-2/+2