aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Don't create a ridiculous EXTRACT_ELEMENT. PR10563.Eli Friedman2011-08-021-3/+1
* Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as w...Owen Anderson2011-08-021-6/+8
* Tidy up. 80 columns.Jim Grosbach2011-08-021-8/+10
* ARM: rename addrmode7 to addr_offset_none.Jim Grosbach2011-08-021-14/+15
* Make this kind of lowering to be supported by 256-bit instructions:Bruno Cardoso Lopes2011-08-021-14/+24
* Remove trailing semicolon.Roman Divacky2011-08-021-1/+1
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-022-2/+71
* Bail from FastISel when we encounter a volatile memset intrinsic. Patch by IvanNick Lewycky2011-08-021-0/+3
* Move imm0_255 to ARMInstrInfo.td with the other immediate predicates.Jim Grosbach2011-08-012-4/+6
* Fix comments.Jim Grosbach2011-08-011-2/+2
* Add v4f64 -> v2f32 fp_round support. Also add a testcase to exerciseBruno Cardoso Lopes2011-08-012-0/+7
* Teach PreprocessISelDAG to be aware of vector types and to not process them.Bruno Cardoso Lopes2011-08-013-6/+11
* Lower CONCAT_VECTORS to use two VINSERTF128 instructions instead ofBruno Cardoso Lopes2011-08-011-5/+48
* Actually finish switching to the new system for Target sublibraryChandler Carruth2011-08-019-9/+9
* Since vectors with all ones can't be created with a 256-bit instruction,Bruno Cardoso Lopes2011-08-011-11/+13
* Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.Evan Cheng2011-08-011-0/+4
* Fix crash with varargs function with no named parameters.Richard Osborne2011-08-011-2/+2
* Update CMake target names for tablegen-generated data in the X86 and ARM targ...Douglas Gregor2011-08-013-3/+3
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-312-1/+8
* Switch another of the old dependencies on implicitly produced syntheticChandler Carruth2011-07-301-1/+1
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-302-11/+1
* Add support for the 'Q' constraint.Eric Christopher2011-07-291-0/+3
* ARM SRS instruction parsing, diassembly and encoding support.Jim Grosbach2011-07-293-25/+52
* ARM CPS mode immediate is 5 bits, not 4.Jim Grosbach2011-07-291-2/+2
* ARM assembly parsing and encoding for RFE instruction.Jim Grosbach2011-07-293-13/+54
* ARM SRS and RFE instructions are not code-gen only.Jim Grosbach2011-07-291-12/+7
* ARM range checking for mode on CPS instruction.Jim Grosbach2011-07-291-2/+2
* Update FIXME.Jim Grosbach2011-07-291-5/+2
* Tweak comment.Jim Grosbach2011-07-291-1/+1
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-291-1/+3
* Fix two tests that I crashed in the previous commits. The mask eltsBruno Cardoso Lopes2011-07-291-5/+17
* Match VPERMIL masks more strictly and update the target specific maskBruno Cardoso Lopes2011-07-291-7/+17
* Add DecodeShuffle shuffle support for VPERMIPD variantesBruno Cardoso Lopes2011-07-294-29/+60
* Add v8i32 and v4i64 vpermil patternsBruno Cardoso Lopes2011-07-291-0/+4
* Fix a bug while generating target specific VPERMIL masks: skipBruno Cardoso Lopes2011-07-291-4/+12
* Enable usage of SSE4 extracts and inserts in their 128-bit AVX forms.Bruno Cardoso Lopes2011-07-291-39/+29
* Cleanup PALIGNR handling and remove the old palign pattern fragment.Bruno Cardoso Lopes2011-07-294-43/+23
* Transfer implicit operands in NEONMoveFixPass.Jakob Stoklund Olesen2011-07-291-10/+20
* Add -verify-arm-pseudo-expand.Jakob Stoklund Olesen2011-07-291-0/+7
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-2957-13/+461
* PLD and PLI are not predicable in ARM mode.Jim Grosbach2011-07-281-0/+1
* ARM assembly parsing and encoding for BLX (immediate).Jim Grosbach2011-07-282-2/+13
* ARM assembly parsing and encoding for BFC and BFI.Jim Grosbach2011-07-282-0/+106
* Add fixme.Jim Grosbach2011-07-281-1/+5
* Update comments.Owen Anderson2011-07-281-18/+10
* Fill in some encoding information for STRD instructions.Owen Anderson2011-07-281-3/+32
* Revert r136295. It broke nightly testers because some parts of codegen weren...Owen Anderson2011-07-283-41/+23
* ARM parsing and encoding for ADR.Jim Grosbach2011-07-281-1/+1
* Explicitly declare a library dependency of LLVM*Desc toOscar Fuentes2011-07-286-0/+12
* Invert the subvector insertion to be more likely to be taken as a COPYBruno Cardoso Lopes2011-07-281-3/+3