| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add codegen support for NEON vst4lane intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-09 | 3 | -14/+81 | 
| | | | | | llvm-svn: 83600 | ||||
| * | Add codegen support for NEON vst3lane intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-08 | 3 | -13/+77 | 
| | | | | | llvm-svn: 83598 | ||||
| * | Add codegen support for NEON vst2lane intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-08 | 3 | -13/+75 | 
| | | | | | llvm-svn: 83596 | ||||
| * | Add codegen support for NEON vld4lane intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-08 | 3 | -19/+105 | 
| | | | | | | | Also fix some copy-and-paste errors in previous changes. llvm-svn: 83590 | ||||
| * | Add codegen support for NEON vld3lane intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-08 | 3 | -20/+99 | 
| | | | | | llvm-svn: 83585 | ||||
| * | Use lower16 / upper16 imm modifiers to asmprint 32-bit imms splitted via ↵ | Anton Korobeynikov | 2009-10-08 | 1 | -3/+4 | 
| | | | | | | | movt/movw pair. llvm-svn: 83572 | ||||
| * | Add codegen support for NEON vld2lane intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-08 | 3 | -12/+85 | 
| | | | | | llvm-svn: 83568 | ||||
| * | Clean up some unnecessary initializations. | Bob Wilson | 2009-10-08 | 1 | -2/+2 | 
| | | | | | llvm-svn: 83566 | ||||
| * | Clean up a comment (indentation was wrong). | Bob Wilson | 2009-10-08 | 1 | -1/+2 | 
| | | | | | llvm-svn: 83565 | ||||
| * | Add missing names for the XCore specific LADD and LSUB nodes. | Richard Osborne | 2009-10-08 | 1 | -0/+2 | 
| | | | | | llvm-svn: 83556 | ||||
| * | Add some peepholes for signed comparisons using ashr X, X, 32. | Richard Osborne | 2009-10-08 | 1 | -0/+16 | 
| | | | | | llvm-svn: 83549 | ||||
| * | Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors. | Bob Wilson | 2009-10-08 | 3 | -0/+6 | 
| | | | | | llvm-svn: 83526 | ||||
| * | Cleanup up unused R3LiveIn tracking. | Jim Grosbach | 2009-10-08 | 2 | -19/+2 | 
| | | | | | llvm-svn: 83522 | ||||
| * | Re-enable register scavenging in Thumb1 by default. | Jim Grosbach | 2009-10-08 | 2 | -64/+10 | 
| | | | | | llvm-svn: 83521 | ||||
| * | Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors. | Bob Wilson | 2009-10-08 | 3 | -0/+6 | 
| | | | | | llvm-svn: 83518 | ||||
| * | Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors. | Bob Wilson | 2009-10-08 | 3 | -0/+5 | 
| | | | | | llvm-svn: 83513 | ||||
| * | Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors. | Bob Wilson | 2009-10-07 | 3 | -0/+6 | 
| | | | | | llvm-svn: 83508 | ||||
| * | Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors. | Bob Wilson | 2009-10-07 | 3 | -0/+6 | 
| | | | | | llvm-svn: 83506 | ||||
| * | Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors. | Bob Wilson | 2009-10-07 | 3 | -0/+5 | 
| | | | | | llvm-svn: 83502 | ||||
| * | reverting thumb1 scavenging default due to test failure while I figure out ↵ | Jim Grosbach | 2009-10-07 | 2 | -9/+64 | 
| | | | | | | | what's up. llvm-svn: 83501 | ||||
| * | Fix handling of x86 'R' constraint. | Dale Johannesen | 2009-10-07 | 1 | -1/+8 | 
| | | | | | llvm-svn: 83499 | ||||
| * | Enable thumb1 register scavenging by default. | Jim Grosbach | 2009-10-07 | 2 | -64/+9 | 
| | | | | | llvm-svn: 83494 | ||||
| * | Add some instruction encoding bits for NEON load/store instructions. | Bob Wilson | 2009-10-07 | 2 | -140/+165 | 
| | | | | | llvm-svn: 83490 | ||||
| * | Add codegen support for NEON vst4 intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-07 | 3 | -9/+94 | 
| | | | | | llvm-svn: 83486 | ||||
| * | Add codegen support for NEON vst3 intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-07 | 3 | -9/+88 | 
| | | | | | llvm-svn: 83484 | ||||
| * | Add codegen support for NEON vst2 intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-07 | 3 | -7/+47 | 
| | | | | | llvm-svn: 83482 | ||||
| * | Add codegen support for NEON vld4 intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-07 | 3 | -7/+83 | 
| | | | | | llvm-svn: 83479 | ||||
| * | Add another bit of the ARM target assembler to llvm-mc to parse registers | Kevin Enderby | 2009-10-07 | 1 | -3/+17 | 
| | | | | | | | | | with writeback, things like "sp!", etc. Also added some more stuff to the temporarily hacked methods ARMAsmParser::MatchRegisterName and ARMAsmParser::MatchInstruction to allow more parser testing. llvm-svn: 83477 | ||||
| * | Replace TargetInstrInfo::isInvariantLoad and its target-specific | Dan Gohman | 2009-10-07 | 6 | -90/+0 | 
| | | | | | | | | | | implementations with a new MachineInstr::isInvariantLoad, which uses MachineMemOperands and is target-independent. This brings MachineLICM and other functionality to targets which previously lacked an isInvariantLoad implementation. llvm-svn: 83475 | ||||
| * | Add codegen support for NEON vld3 intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-07 | 3 | -13/+92 | 
| | | | | | llvm-svn: 83471 | ||||
| * | Rearrange code for selecting vld2 intrinsics. No functionality change. | Bob Wilson | 2009-10-07 | 1 | -9/+14 | 
| | | | | | | | This is just to be more consistent with the forthcoming code for vld3/4. llvm-svn: 83470 | ||||
| * | Add register-reuse to frame-index register scavenging. When a target uses | Jim Grosbach | 2009-10-07 | 26 | -75/+123 | 
| | | | | | | | | | | | | | | | | | | | | | a virtual register to eliminate a frame index, it can return that register and the constant stored there to PEI to track. When scavenging to allocate for those registers, PEI then tracks the last-used register and value, and if it is still available and matches the value for the next index, reuses the existing value rather and removes the re-materialization instructions. Fancier tracking and adjustment of scavenger allocations to keep more values live for longer is possible, but not yet implemented and would likely be better done via a different, less special-purpose, approach to the problem. eliminateFrameIndex() is modified so the target implementations can return the registers they wish to be tracked for reuse. ARM Thumb1 implements and utilizes the new mechanism. All other targets are simply modified to adjust for the changed eliminateFrameIndex() prototype. llvm-svn: 83467 | ||||
| * | Add PseudoSourceValues for constpool stuff on ELF (Darwin should use ↵ | Anton Korobeynikov | 2009-10-07 | 2 | -12/+34 | 
| | | | | | | | | | something similar) and register spills. llvm-svn: 83435 | ||||
| * | Added bits of the ARM target assembler to llvm-mc to parse some load instruction | Kevin Enderby | 2009-10-06 | 1 | -1/+404 | 
| | | | | | | | | operands. Some parsing of arm memory operands for preindexing and postindexing forms including with register controled shifts. This is a work in progress. llvm-svn: 83424 | ||||
| * | Add codegen support for NEON vld2 operations on quad registers. | Bob Wilson | 2009-10-06 | 4 | -1/+62 | 
| | | | | | llvm-svn: 83422 | ||||
| * | Use copyRegToReg hook to copy registers. | Bob Wilson | 2009-10-06 | 1 | -6/+4 | 
| | | | | | llvm-svn: 83421 | ||||
| * | Fix a comment typo. | Bob Wilson | 2009-10-06 | 1 | -1/+1 | 
| | | | | | | | Patch by Johnny Chen. llvm-svn: 83407 | ||||
| * | Instead of printing unnecessary basic block labels as labels in | Dan Gohman | 2009-10-06 | 12 | -37/+4 | 
| | | | | | | | | | | | verbose-asm mode, print comments instead. This eliminates a non-comment difference between verbose-asm mode and non-verbose-asm mode. Also, factor out the relevant code out of all the targets and into target-independent code. llvm-svn: 83392 | ||||
| * | Remove xs1b predicate since it is no longer needed to differentiate betweem | Richard Osborne | 2009-10-06 | 4 | -33/+5 | 
| | | | | | | | xs1a and xs1b. llvm-svn: 83383 | ||||
| * | Remove xs1a subtarget. xs1a is a preproduction device used in | Richard Osborne | 2009-10-06 | 7 | -98/+45 | 
| | | | | | | | | early development boards which is no longer supported in the XMOS toolchain. llvm-svn: 83381 | ||||
| * | Default to the xs1b subtarget | Richard Osborne | 2009-10-06 | 1 | -1/+1 | 
| | | | | | llvm-svn: 83380 | ||||
| * | Update processDebugLoc() so that it can be used to process debug info before ↵ | Devang Patel | 2009-10-06 | 16 | -22/+39 | 
| | | | | | | | and after printing an instruction. llvm-svn: 83363 | ||||
| * | In Thumb1, the register scavenger is not always able to use an emergency | Jim Grosbach | 2009-10-05 | 3 | -3/+36 | 
| | | | | | | | | | spill slot. When frame references are via the frame pointer, they will be negative, but Thumb1 load/store instructions only allow positive immediate offsets. Instead, Thumb1 will spill to R12. llvm-svn: 83336 | ||||
| * | Remove explicit enum integer values. They don't appear to be needed, and | Dan Gohman | 2009-10-05 | 2 | -22/+22 | 
| | | | | | | | they make it less convenient to add new entries. llvm-svn: 83308 | ||||
| * | Add RIP to GR64_NOREX. This fixed a MachineVerifier error when RIP | Dan Gohman | 2009-10-05 | 1 | -5/+5 | 
| | | | | | | | is used in an operand which requires GR64_NOREX. llvm-svn: 83307 | ||||
| * | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner | 2009-10-05 | 2 | -7/+7 | 
| | | | | | | | | | the new predicates I added) instead of going through a context and doing a pointer comparison. Besides being cheaper, this allows a smart compiler to turn the if sequence into a switch. llvm-svn: 83297 | ||||
| * | Add a comment to describe letters used in multiclass name suffixes. | Bob Wilson | 2009-10-03 | 1 | -0/+6 | 
| | | | | | llvm-svn: 83257 | ||||
| * | Fix encoding problem for VMLS instruction. | Bob Wilson | 2009-10-03 | 1 | -1/+1 | 
| | | | | | | | Thanks to Johnny Chen for pointing this out! llvm-svn: 83256 | ||||
| * | getFunctionAlignment should return log2 alignment. | Evan Cheng | 2009-10-02 | 2 | -3/+4 | 
| | | | | | llvm-svn: 83242 | ||||
| * | Forgot about ARM::tPUSH. It also has a new writeback operand. | Evan Cheng | 2009-10-02 | 1 | -0/+1 | 
| | | | | | llvm-svn: 83237 | ||||

