| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 4 | -111/+168 |
* | Use abs64 instead abs; some platforms don't have a 64-bit abs overload. Notic... | Benjamin Kramer | 2009-08-09 | 1 | -1/+1 |
* | Add support to convert 32-bit instructions to 16-bit non-two-address ones. | Evan Cheng | 2009-08-09 | 1 | -35/+96 |
* | llvm-mc/AsmParser: Implement user defined super classes. | Daniel Dunbar | 2009-08-09 | 2 | -2/+27 |
* | Extend comment on ParserMatchClass .td field, and add some missing | Daniel Dunbar | 2009-08-09 | 2 | -0/+4 |
* | llvm-mc/AsmParser: Define match classes in the .td file. | Daniel Dunbar | 2009-08-09 | 1 | -0/+3 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 4 | -53/+63 |
* | Use subclassing to print lane-like immediates (w/o hash) eliminating | Anton Korobeynikov | 2009-08-08 | 5 | -32/+37 |
* | add a note about dead zero extends. | Chris Lattner | 2009-08-08 | 1 | -0/+49 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 6 | -106/+10 |
* | Add crc32 instruction and intrinsics. Add a new class of prefix | Eric Christopher | 2009-08-08 | 5 | -0/+93 |
* | Add support for READCYCLECOUNTER in Blackfin back-end. | Jakob Stoklund Olesen | 2009-08-08 | 3 | -0/+35 |
* | add new PIC16Section class, this time hopefully not breaking the build :) | Chris Lattner | 2009-08-08 | 3 | -2/+40 |
* | llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. | Daniel Dunbar | 2009-08-08 | 1 | -2/+6 |
* | Revert r78501, it doesn't build. | Daniel Dunbar | 2009-08-08 | 2 | -37/+1 |
* | make PIC16 create its own custom MCSection. | Chris Lattner | 2009-08-08 | 2 | -1/+37 |
* | make target-specific TLOF impls (except PIC16) create target-specific | Chris Lattner | 2009-08-08 | 1 | -3/+3 |
* | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner | 2009-08-08 | 4 | -30/+27 |
* | give pic16 a target-specific section creation name too | Chris Lattner | 2009-08-08 | 2 | -35/+33 |
* | now that getOrCreateSection is all object-file specific, | Chris Lattner | 2009-08-08 | 3 | -152/+133 |
* | sink getOrCreateSection down into all the object file implementations, | Chris Lattner | 2009-08-08 | 3 | -8/+34 |
* | Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions,... | Bruno Cardoso Lopes | 2009-08-08 | 1 | -2/+2 |
* | Update CMake | Daniel Dunbar | 2009-08-08 | 1 | -0/+1 |
* | Add insert_elt / extract_elt patterns for v4f32 stuff. | Anton Korobeynikov | 2009-08-08 | 1 | -19/+30 |
* | Lane number should be printed w/o hash | Anton Korobeynikov | 2009-08-08 | 2 | -11/+11 |
* | Use VLDM / VSTM to spill/reload 128-bit Neon registers | Anton Korobeynikov | 2009-08-08 | 5 | -10/+30 |
* | move this fp select into a pattern | Andrew Lenharth | 2009-08-08 | 2 | -22/+9 |
* | llvm-mc/AsmMatcher: Improve match code. | Daniel Dunbar | 2009-08-08 | 1 | -23/+1 |
* | Implement Neon VZIP and VUZP instructions. These are very similar to VTRN, | Bob Wilson | 2009-08-08 | 2 | -16/+70 |
* | Implement Neon VTRN instructions. For now, anyway, these are selected | Bob Wilson | 2009-08-08 | 2 | -0/+48 |
* | Add a skeleton Thumb2 instruction size reduction pass. | Evan Cheng | 2009-08-08 | 2 | -1/+219 |
* | Code refactoring. No functionality change. | Evan Cheng | 2009-08-08 | 4 | -22/+31 |
* | tADDhirr should target GPR, not tGPR. | Evan Cheng | 2009-08-08 | 1 | -1/+1 |
* | I can type. | Evan Cheng | 2009-08-08 | 1 | -1/+1 |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 13 | -14/+14 |
* | don't check the result of printInstruction anymore. | Chris Lattner | 2009-08-08 | 5 | -19/+5 |
* | Do not generate 32-bit call on win64 when imm does not fit | Anton Korobeynikov | 2009-08-07 | 1 | -2/+2 |
* | Make NEON single-precision FP support the default for cortex-a8 (again). | David Goodwin | 2009-08-07 | 1 | -1/+1 |
* | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner | 2009-08-07 | 1 | -2/+0 |
* | Unbreak the stuff | Anton Korobeynikov | 2009-08-07 | 1 | -2/+2 |
* | avoid this libcall with long inline expansion | Andrew Lenharth | 2009-08-07 | 1 | -1/+30 |
* | 2 more vdup.32 cases | Anton Korobeynikov | 2009-08-07 | 2 | -0/+19 |
* | A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR. | Evan Cheng | 2009-08-07 | 1 | -1/+1 |
* | Reformatting of lines. Put multiple DEBUG statements under one DEBUG statement. | Bill Wendling | 2009-08-07 | 1 | -45/+78 |
* | Thumb2 32-bit ldm / stm needs .w suffix if submode is ia. | Evan Cheng | 2009-08-07 | 2 | -3/+7 |
* | llvm-mc/AsmMatcher: Tweaks in response to feedback. | Daniel Dunbar | 2009-08-07 | 1 | -1/+1 |
* | This is done. | Evan Cheng | 2009-08-07 | 1 | -2/+0 |
* | Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode. | Evan Cheng | 2009-08-07 | 2 | -8/+1 |
* | Fix support to use NEON for single precision fp math. | Evan Cheng | 2009-08-07 | 2 | -46/+90 |
* | Minor fixes to avoid using invalid debugloc. | Sanjiv Gupta | 2009-08-07 | 1 | -5/+9 |