Age | Commit message (Expand) | Author |
2012-09-10 | Remove redundant semicolons which are null statements. | Dmitri Gribenko |
2012-09-07 | MC: Overhaul handling of .lcomm | Benjamin Kramer |
2012-09-01 | Fix Thumb2 fixup kind in the integrated-as. | Logan Chien |
2012-08-24 | Fix undefined behavior (negation of INT_MIN) in ARM backend. | Richard Smith |
2012-08-09 | Remove getARMRegisterNumbering and replace with calls into | Eric Christopher |
2012-08-02 | Fix #13138, a bug around ARM instruction DSB encoding and decoding issue. | Jiangning Liu |
2012-08-02 | Fix #13241, a bug around shift immediate operand for ARM instruction ADR. | Jiangning Liu |
2012-07-30 | Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp | Kevin Enderby |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-06-19 | Have ARM ELF use correct reloc for "b" instr. | Jan Wen Voung |
2012-05-18 | Refactor data-in-code annotations. | Jim Grosbach |
2012-05-15 | Allow MCCodeEmitter access to the target MCRegisterInfo. | Jim Grosbach |
2012-05-05 | Nuke a few dead remnants of the CBE. | Jim Grosbach |
2012-05-03 | Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits | Kevin Enderby |
2012-05-01 | ARM: allow vanilla expressions for movw/movt. | Jim Grosbach |
2012-04-30 | ARM: Diagnostics for out of range fixups. | Jim Grosbach |
2012-04-27 | - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2 | Evan Cheng |
2012-04-26 | ARM: Thumb ldr(literal) base address alignment is 32-bits. | Jim Grosbach |
2012-04-26 | If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assume | Evan Cheng |
2012-04-25 | Unify internal representation of ARM instructions with a register right-shift... | Richard Barton |
2012-04-12 | ARM 'adr' fixups don't need the interworking addend tweaking. | Jim Grosbach |
2012-04-02 | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper |
2012-03-30 | ARM fix encoding fixup resolution for ldrd and friends. | Jim Grosbach |
2012-03-30 | Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond... | James Molloy |
2012-03-27 | Prune some includes | Craig Topper |
2012-03-27 | Remove unnecessary llvm:: qualifications | Craig Topper |
2012-03-26 | Prune some includes and forward declarations. | Craig Topper |
2012-03-20 | ARM non-scattered MachO relocations for movw/movt. | Jim Grosbach |
2012-03-19 | ARM branch relaxation for unconditional t1 branches. | Jim Grosbach |
2012-03-08 | ARM don't use MCRelaxAll, as it's not safe on ARM. | Jim Grosbach |
2012-03-06 | ARM more NEON VLD/VST composite physical register refactoring. | Jim Grosbach |
2012-03-05 | ARM refactor away a bunch of VLD/VST pseudo instructions. | Jim Grosbach |
2012-03-05 | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach |
2012-02-27 | ARM BL/BLX instruction fixups should use relocations. | Jim Grosbach |
2012-02-24 | comment fix | Jia Liu |
2012-02-19 | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-02-10 | Revert r150222, as the clang driver now handles this properly. | Jim Grosbach |
2012-02-10 | ARM on darwin, v6 implies the presence of VFP for the assembler. | Jim Grosbach |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-01-28 | Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and... | James Molloy |
2012-01-27 | Better user diagnostics for more ARM MachO relocation errors. | Jim Grosbach |
2012-01-26 | Keep source information, if available, around for ARM Fixups. | Jim Grosbach |
2012-01-26 | Add support for the R_ARM_TARGET1 relocation, which should be given to reloca... | James Molloy |
2012-01-24 | Widen the instruction encoder that TblGen emits to a 64 bits, which should ac... | Owen Anderson |
2012-01-24 | Revert r148686 (and r148694, a fix to it) due to a serious layering | Chandler Carruth |
2012-01-23 | An option to selectively enable parts of ARM EHABI support. | Evgeniy Stepanov |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-19 | Silence warnings about mixing enums. | Benjamin Kramer |
2012-01-19 | Thumb2 relaxation for tADR to t2ADR. | Jim Grosbach |