Age | Commit message (Expand) | Author |
2013-07-16 | Fixing make check errors... | Eli Bendersky |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-05-29 | Apply LLVM upstream: r181801 - Fix ARM FastISel tests, as a first step to ena... | JF Bastien |
2013-05-10 | LLVM: Add ELF Note section to NaCl object files identifying them as such to gold | Derek Schuff |
2013-04-26 | ARM: Fix encoding of hint instruction for Thumb. | Quentin Colombet |
2013-04-17 | Fix treatment of ARM unallocated hint instructions. | Quentin Colombet |
2013-04-15 | ARM: Add VACLT and VACLE assembly aliases. | Jim Grosbach |
2013-04-12 | ARM: Correct printing of pre-indexed operands. | Quentin Colombet |
2013-04-12 | Replace coff-/elf-dump with llvm-readobj | Nico Rieck |
2013-04-10 | ARM: Make "SMC" instructions conditional on new TrustZone architecture feature. | Tim Northover |
2013-03-19 | Fix pr13145 - Naming a function like a register name confuses the asm parser. | Chad Rosier |
2013-02-27 | ARM: permit full range of valid ADR immediates. | Tim Northover |
2013-02-23 | ARM: Convenience aliases for 'srs*' instructions. | Jim Grosbach |
2013-02-22 | Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc... | Kristof Beyls |
2013-02-15 | If bundle alignment is enabled, do not add data to a fragment with instructions | Derek Schuff |
2013-02-14 | The ARM NEON vector compare instructions take three arguments. However, the | Joel Jones |
2013-02-14 | Make ARMAsmParser accept the correct alignment specifier syntax in instructions. | Kristof Beyls |
2013-01-30 | Add a special ARM trap encoding for NaCl. | Eli Bendersky |
2013-01-30 | This patch implements runtime ARM specific | Jack Carter |
2013-01-30 | This patch reworks how llvm targets set | Jack Carter |
2013-01-07 | Add some additional tests for the .bundle_lock align_to_end feature that didn't | Eli Bendersky |
2013-01-07 | Add the align_to_end option to .bundle_lock in the MC implementation of aligned | Eli Bendersky |
2012-12-20 | Tests for the aligned bundling support added in r170718 | Eli Bendersky |
2012-12-14 | Make sure the alternate PC+imm syntax of LDR instruction with a small | Kevin Enderby |
2012-12-11 | revert the test change | Hao Liu |
2012-12-11 | A newbie try a test commit | Hao Liu |
2012-12-07 | Added Mapping Symbols for ARM ELF | Tim Northover |
2012-11-10 | Convert an improper CodeGen test to a MC test. | Evan Cheng |
2012-10-30 | ARM: Better disassembly for pc-relative LDR. | Jim Grosbach |
2012-10-29 | Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target | Kevin Enderby |
2012-10-10 | Test case for r165480. | Craig Topper |
2012-09-25 | ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. | Jim Grosbach |
2012-09-22 | Fix edge cases of ARM shift operands in arith instructions. | Tim Northover |
2012-09-22 | Fix the handling of edge cases in ARM shifted operands. | Tim Northover |
2012-08-02 | Support fpv4 for ARM Cortex-M4. | Jiangning Liu |
2012-08-02 | Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ... | Jiangning Liu |
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-10 | Fix instruction description of VMOV (between two ARM core registers and two s... | Richard Barton |
2012-07-09 | Revert r159938 (and r159945) to appease the buildbots. | Chad Rosier |
2012-07-09 | Fix instruction description of VMOV (between two ARM core registers and two s... | Richard Barton |
2012-07-09 | Prevent ARM assembler from losing a right shift by #32 applied to a register | Richard Barton |
2012-07-09 | Teach the assembler to use the narrow thumb encodings of various three-regist... | Richard Barton |
2012-06-27 | Teach assembler to handle capitalised operation values for DSB instructions | Richard Barton |
2012-06-22 | ARM: Add a better diagnostic for some out of range immediates. | Jim Grosbach |
2012-06-19 | Have ARM ELF use correct reloc for "b" instr. | Jan Wen Voung |
2012-06-18 | ARM: Define generic HINT instruction. | Jim Grosbach |
2012-06-15 | Fix the encoding of the armv7m (MClass) for MSR registers other than aspr, | Kevin Enderby |
2012-06-14 | Replace assertion failure for badly formatted CPS instrution with error message. | Richard Barton |
2012-05-18 | Refactor data-in-code annotations. | Jim Grosbach |