Age | Commit message (Expand) | Author |
2012-02-14 | Unswap swap operands, partially reducing confusion. | Lang Hames |
2012-02-13 | Don't reserve the R0 and R1 registers here. We don't use these registers, and | Bill Wendling |
2012-02-13 | Make operands for VSWP read-modify-write. | Lang Hames |
2012-02-11 | Make the EDis tables const. | Benjamin Kramer |
2012-02-10 | Revert r150222, as the clang driver now handles this properly. | Jim Grosbach |
2012-02-10 | Make valgrind happy. | Jason W Kim |
2012-02-10 | ARM on darwin, v6 implies the presence of VFP for the assembler. | Jim Grosbach |
2012-02-09 | Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE... | James Molloy |
2012-02-08 | Codegen pass definition cleanup. No functionality. | Andrew Trick |
2012-02-08 | [fast-isel] Add support for SUBs with non-legal types. | Chad Rosier |
2012-02-08 | [fast-isel] Add support for ORs with non-legal types. | Chad Rosier |
2012-02-07 | [fast-isel] Add support for indirect branches. | Chad Rosier |
2012-02-07 | Do not fold ADD / SUB into load / store (to form pre-indexed, post-indexed | Evan Cheng |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-02-06 | [fast-isel] Add support for ADDs with non-legal types. | Chad Rosier |
2012-02-06 | Enable streaming of bitcode | Derek Schuff |
2012-02-05 | DefinesPredicate should only look for def operands. Patch by Ludwig Meier. | Evan Cheng |
2012-02-05 | Persuade GCC that there is nothing worth warning about here (there isn't). | Duncan Sands |
2012-02-04 | TargetPassConfig: confine the MC configuration to TargetMachine. | Andrew Trick |
2012-02-03 | [fast-isel] Add support for URem. | Chad Rosier |
2012-02-03 | [fast-isel] Rename isZExt to isSigned. No functional change intended. | Chad Rosier |
2012-02-03 | [fast-isel] Add support for UDIV. | Chad Rosier |
2012-02-03 | [fast-isel] Add support for FPToUI. Also add test cases for FPToSI. | Chad Rosier |
2012-02-03 | [fast-isel] Add support for selecting UIToFP. | Chad Rosier |
2012-02-03 | Added TargetPassConfig. The first little step toward configuring codegen passes. | Andrew Trick |
2012-02-02 | Add pseudo-registers for pairs, triples, and quads of D registers. | Jakob Stoklund Olesen |
2012-02-01 | Move ARM subreg index compositions to the SubRegIndex itself. | Jakob Stoklund Olesen |
2012-01-31 | Tidy up. One more return type mismatch fix. | Jim Grosbach |
2012-01-31 | Refactor loop for better readability. | Jim Grosbach |
2012-01-31 | Add explanatory comment. | Jim Grosbach |
2012-01-29 | Cleanups for EABI standard functions | Anton Korobeynikov |
2012-01-29 | Use base AAPCS for varargs functions even for AAPCS-VFP CC | Anton Korobeynikov |
2012-01-28 | Add a note about a potential optimization for clz/ctz patterns for ARM | Bob Wilson |
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 | Tidy up. Fix mismatched return types for error handling. | Jim Grosbach |
2012-01-26 | Add support for the R_ARM_TARGET1 relocation, which should be given to reloca... | James Molloy |
2012-01-25 | Properly emit ctors / dtors with priorities into desired sections | Anton Korobeynikov |
2012-01-25 | ARM assemly parsing and validation of IT instruction. | Jim Grosbach |
2012-01-25 | NEON VLD4(all lanes) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | Tidy up. Rename VLD4DUP patterns for consistency. | Jim Grosbach |
2012-01-24 | NEON VLD3(all lanes) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | NEON VST4(one lane) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | Widen the instruction encoder that TblGen emits to a 64 bits, which should ac... | Owen Anderson |
2012-01-24 | NEON VLD4(one lane) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | NEON Two-operand assembly aliases for VSRA. | Jim Grosbach |
2012-01-24 | NEON Two-operand assembly aliases for VSLI. | Jim Grosbach |
2012-01-24 | NEON Two-operand assembly aliases for VSRI. | Jim Grosbach |
2012-01-24 | NEON add correct predicates for some asm aliases. | Jim Grosbach |