aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-234-23/+30
* Massive refactoring of NEON instructions. Separate opcode from data size spec...Evan Cheng2009-11-232-858/+1012
* move fconst[sd] to UAL. <rdar://7414913>Jim Grosbach2009-11-232-4/+4
* Partially revert r84730 by removing N2VDup from ARMInstrFormats.td and modifyingJohnny Chen2009-11-232-37/+21
* fold immediate of a + Const into the user as a subtract if it can fit as a ne...Jim Grosbach2009-11-232-6/+37
* Revert r84572 by removing N3VImm from ARMInstrFormats.td now that we can specifyJohnny Chen2009-11-232-24/+10
* Partially revert r89377 by removing NLdStLN class definition fromJohnny Chen2009-11-232-45/+34
* Make it clear that the index bit(s) of Vector Get Lane and Vector Set LaneJohnny Chen2009-11-231-8/+8
* Minor itinerary fixes for FP instructions.David Goodwin2009-11-231-13/+13
* Move default FrameReg val to getFrameIndexReference(). Otherwise, debug info ...Jim Grosbach2009-11-221-1/+2
* Generate more correct debug info for frame indices.Jim Grosbach2009-11-222-35/+53
* Minor optimization: when doing eq/ne comparions and RHS is a constant - swap ...Anton Korobeynikov2009-11-221-0/+8
* Drop unsupported imm operandsAnton Korobeynikov2009-11-221-31/+0
* Use 2-byte alignment for functions. 4 bytes are clear overkill here.Anton Korobeynikov2009-11-221-1/+1
* Use semicolon as assembler comment stringAnton Korobeynikov2009-11-221-0/+1
* Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach2009-11-211-4/+1
* Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach2009-11-211-1/+4
* Add predicate operand to NEON instructions. Fix lots (but not all) 80 col vio...Evan Cheng2009-11-216-297/+414
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-219-11/+0
* Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov2009-11-211-0/+27
* Fix a thinko that caused spurious @GOTOFFs.Dan Gohman2009-11-201-2/+2
* Update for new getBlockAddress signature.Dan Gohman2009-11-201-2/+2
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-208-17/+58
* Recommitting PALIGNR shift width fixes.Sean Callanan2009-11-201-8/+8
* Remove an incorrect overaggressive optimizationDale Johannesen2009-11-201-5/+3
* Reverting PALIGNR fix until I figure out how thisSean Callanan2009-11-201-8/+8
* Fixed PALIGNR to take 8-bit rotations in all cases.Sean Callanan2009-11-201-8/+8
* Remat VLDRD from constpool. Clean up some instruction property specifications.Evan Cheng2009-11-204-9/+10
* The verify() call of CPEIsInRange() isn't right for the assertion check ofJim Grosbach2009-11-201-2/+5
* Remove verifySizes() since it's not adding much value.Jim Grosbach2009-11-201-36/+0
* Also CSE non-pic load from constant pools.Evan Cheng2009-11-201-1/+4
* Fix codegen of conditional move of immediates. We were not making use of the ...Evan Cheng2009-11-201-65/+127
* Update comment to reflect instruction.Eric Christopher2009-11-201-1/+1
* When placing constant islands and adjusting for alignment padding, inlineJim Grosbach2009-11-191-7/+66
* Refactor cmov selection code out to a separate function. No functionality cha...Evan Cheng2009-11-191-116/+122
* Reverting the EH table patches.Bill Wendling2009-11-191-2/+2
* Added NLdStLN which is similar to NLdSt with the exception that op7_4 is notJohnny Chen2009-11-192-76/+169
* fix typoJim Grosbach2009-11-191-1/+1
* Fix a typo in a comment.Dan Gohman2009-11-191-1/+1
* 80 col violation.Evan Cheng2009-11-191-1/+2
* More consistent thumb1 asm printing.Evan Cheng2009-11-194-11/+27
* Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.Evan Cheng2009-11-191-8/+26
* Eliminate more * 4 in Thumb1 asm printing for consistency sake.Evan Cheng2009-11-191-4/+4
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-194-2/+166
* Only use small sections for non linux targets!Bruno Cardoso Lopes2009-11-191-0/+7
* The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EHBill Wendling2009-11-191-1/+1
* Add XCore support for indirectbr / blockaddress.Richard Osborne2009-11-184-1/+23
* Attempt #2:Bill Wendling2009-11-181-1/+1
* Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov2009-11-181-0/+27
* Add ARMv6 itineraries.David Goodwin2009-11-183-13/+201