| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add MCInstBuilder, a utility class to simplify MCInst creation similar to ↵ | Benjamin Kramer | 2012-11-26 | 3 | -486/+373 | |
| | | | | | | | | | MachineInstrBuilder. Simplify some repetitive code with it. No functionality change. llvm-svn: 168587 | |||||
| * | PPC: Reinstate the fatal error when trying to emit a macho file. | Benjamin Kramer | 2012-11-24 | 1 | -1/+3 | |
| | | | | | llvm-svn: 168543 | |||||
| * | ARM: Share applyFixup between ELF and Darwin. | Benjamin Kramer | 2012-11-24 | 1 | -63/+46 | |
| | | | | | | | The implementations already diverged a bit, merge them back together. llvm-svn: 168542 | |||||
| * | PPC: MCize most of the darwin PIC emission. | Benjamin Kramer | 2012-11-24 | 1 | -35/+92 | |
| | | | | | | | | The last remaining bit is "bcl 20, 31, AnonSymbol", which I couldn't find the instruction definition for. Only whitespace changes in assembly output. llvm-svn: 168541 | |||||
| * | PPC: Share applyFixup between ELF and Darwin. | Benjamin Kramer | 2012-11-24 | 1 | -18/+14 | |
| | | | | | llvm-svn: 168540 | |||||
| * | PPC: Simplify code with Twines. | Benjamin Kramer | 2012-11-24 | 1 | -6/+3 | |
| | | | | | | | No functionality change. llvm-svn: 168539 | |||||
| * | Update call to the new syntax. | Bill Wendling | 2012-11-23 | 1 | -1/+1 | |
| | | | | | llvm-svn: 168512 | |||||
| * | Add more functions to the target library information. | Meador Inge | 2012-11-22 | 1 | -0/+47 | |
| | | | | | | | | | I discovered a few more missing functions while migrating optimizations from the simplify-libcalls pass to the instcombine (I already added some in r167659). llvm-svn: 168501 | |||||
| * | Mips direct object xgot support | Jack Carter | 2012-11-21 | 4 | -1/+45 | |
| | | | | | | | | | | | | | | | This patch provides support for the MIPS relocations: *) R_MIPS_GOT_HI16 *) R_MIPS_GOT_LO16 *) R_MIPS_CALL_HI16 *) R_MIPS_CALL_LO16 These are used for large GOT instruction sequences. Contributer: Jack Carter llvm-svn: 168471 | |||||
| * | [mips] Generate big GOT code. | Akira Hatanaka | 2012-11-21 | 5 | -3/+25 | |
| | | | | | llvm-svn: 168460 | |||||
| * | [mips] Simplify lowering functions in MipsISelLowering.cpp by using the helper | Akira Hatanaka | 2012-11-21 | 1 | -148/+32 | |
| | | | | | | | functions added in r168456. llvm-svn: 168458 | |||||
| * | [mips] Add helper functions that create nodes for computing address. | Akira Hatanaka | 2012-11-21 | 1 | -0/+65 | |
| | | | | | llvm-svn: 168456 | |||||
| * | [mips] Add command line option "-mxgot". | Akira Hatanaka | 2012-11-21 | 1 | -0/+4 | |
| | | | | | llvm-svn: 168455 | |||||
| * | [mips] When a node which loads from a GOT is created, pass a MachinePointerInfo | Akira Hatanaka | 2012-11-21 | 1 | -4/+6 | |
| | | | | | | | referring to a GOT entry. llvm-svn: 168453 | |||||
| * | Add new predicates for the immediate operands. | Jyotsna Verma | 2012-11-21 | 1 | -4/+121 | |
| | | | | | llvm-svn: 168451 | |||||
| * | [mips] Add target operand flag enums for big GOT relocations. | Akira Hatanaka | 2012-11-21 | 1 | -1/+7 | |
| | | | | | llvm-svn: 168450 | |||||
| * | Use one common 'let' expression to set PrintMethod for all immediate operands. | Jyotsna Verma | 2012-11-21 | 1 | -209/+53 | |
| | | | | | llvm-svn: 168449 | |||||
| * | Add support for varargs functions for msp430. | Anton Korobeynikov | 2012-11-21 | 3 | -2/+36 | |
| | | | | | | | Patch by Job Noorman! llvm-svn: 168440 | |||||
| * | Add support for byval args. Patch by Job Noorman! | Anton Korobeynikov | 2012-11-21 | 2 | -17/+46 | |
| | | | | | llvm-svn: 168439 | |||||
| * | Finish the renaming. | Rafael Espindola | 2012-11-21 | 2 | -2/+2 | |
| | | | | | llvm-svn: 168437 | |||||
| * | Renamed HexagonImmediates.td -> HexagonOperands.td. | Jyotsna Verma | 2012-11-21 | 2 | -1/+1 | |
| | | | | | llvm-svn: 168434 | |||||
| * | Fix execution domain for packed FMA4 instructions. | Craig Topper | 2012-11-21 | 2 | -28/+30 | |
| | | | | | llvm-svn: 168417 | |||||
| * | Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so ↵ | Craig Topper | 2012-11-21 | 1 | -6/+6 | |
| | | | | | | | that llvm.muladd can be converted to ISD::FMA for fp_contract. llvm-svn: 168413 | |||||
| * | Make calcLiveInMask method static. | Jakub Staszak | 2012-11-21 | 1 | -1/+1 | |
| | | | | | llvm-svn: 168409 | |||||
| * | Make isScratchReg and isFPCopy methods static. | Jakub Staszak | 2012-11-21 | 1 | -2/+2 | |
| | | | | | llvm-svn: 168407 | |||||
| * | Add obvious constantness. | Jakub Staszak | 2012-11-20 | 1 | -3/+3 | |
| | | | | | llvm-svn: 168396 | |||||
| * | Removing some unused instruction definitions from the Hexagon backend. | Jyotsna Verma | 2012-11-20 | 2 | -92/+0 | |
| | | | | | llvm-svn: 168388 | |||||
| * | Intel OCL built-ins calling conventions now support MacOS 32-bit. | Elena Demikhovsky | 2012-11-20 | 1 | -23/+24 | |
| | | | | | llvm-svn: 168359 | |||||
| * | Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete ↵ | Eli Friedman | 2012-11-17 | 1 | -0/+1 | |
| | | | | | | | Couperus. llvm-svn: 168240 | |||||
| * | Initial implementation of MipsTargetLowering::isLegalAddressingMode. | Akira Hatanaka | 2012-11-17 | 2 | -0/+22 | |
| | | | | | llvm-svn: 168230 | |||||
| * | Rename methods like PairSRegs() to createSRegpairNode() to meet our coding | Weiming Zhao | 2012-11-17 | 1 | -40/+34 | |
| | | | | | | | style requirement. llvm-svn: 168229 | |||||
| * | Remove hard coded registers in ARM ldrexd and strexd instructions | Weiming Zhao | 2012-11-16 | 6 | -62/+185 | |
| | | | | | | | | | | This patch replaces the hard coded GPR pair [R0, R1] of Intrinsic:arm_ldrexd and [R2, R3] of Intrinsic:arm_strexd with even/odd GPRPair reg class. Similar to the lowering of atomic_64 operation. llvm-svn: 168207 | |||||
| * | Make sure FABS on v2f32 and v4f32 is legal on ARM NEON | Anton Korobeynikov | 2012-11-16 | 2 | -7/+9 | |
| | | | | | | | This fixes PR14359 llvm-svn: 168200 | |||||
| * | Fix handling of aliases to functions. | Richard Osborne | 2012-11-16 | 1 | -13/+9 | |
| | | | | | | | An alias to a function should use pc relative addressing. llvm-svn: 168199 | |||||
| * | [NVPTX] Order global variables in def-use order before emiting them in the ↵ | Justin Holewinski | 2012-11-16 | 1 | -3/+67 | |
| | | | | | | | final assembly llvm-svn: 168198 | |||||
| * | Using const cast to alleviate a warning. | Joe Abbey | 2012-11-16 | 1 | -1/+2 | |
| | | | | | | | A PR is being filed to address some code issues here. llvm-svn: 168185 | |||||
| * | Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. | Duncan Sands | 2012-11-16 | 3 | -5/+63 | |
| | | | | | llvm-svn: 168166 | |||||
| * | Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ↵ | Craig Topper | 2012-11-16 | 2 | -0/+68 | |
| | | | | | | | vector types. llvm-svn: 168141 | |||||
| * | [mips] Fix delay slot filler so that instructions with register operand $1 are | Akira Hatanaka | 2012-11-16 | 1 | -17/+34 | |
| | | | | | | | allowed in branch delay slot. llvm-svn: 168131 | |||||
| * | Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing | Eli Friedman | 2012-11-15 | 1 | -0/+2 | |
| | | | | | | | | | case to vector legalization so this actually works. Patch by Pete Couperus. Fixes PR12540. llvm-svn: 168107 | |||||
| * | [mips] Add predicate HasFPIdx for floating-point indexed load instruction | Akira Hatanaka | 2012-11-15 | 6 | -11/+16 | |
| | | | | | | | support and use it in place of HasMips32r2Or64. llvm-svn: 168089 | |||||
| * | PowerPC: Lowering floor intrinsic for Altivec | Adhemerval Zanella | 2012-11-15 | 2 | -0/+14 | |
| | | | | | | | | | This patch lowers the llvm.floor, llvm.ceil, llvm.trunc, and llvm.nearbyint to Altivec instruction when using 4 single-precision float vectors. llvm-svn: 168086 | |||||
| * | Add assertions in MipsLongBranch which check the size of basic blocks. | Akira Hatanaka | 2012-11-15 | 1 | -1/+7 | |
| | | | | | llvm-svn: 168078 | |||||
| * | Return 0 instead of false. | Jakub Staszak | 2012-11-15 | 1 | -3/+3 | |
| | | | | | llvm-svn: 168076 | |||||
| * | Simplify code. | Jakub Staszak | 2012-11-15 | 1 | -1/+1 | |
| | | | | | llvm-svn: 168064 | |||||
| * | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko | 2012-11-15 | 3 | -3/+3 | |
| | | | | | llvm-svn: 168049 | |||||
| * | Revert changing FNEG of v4f32 to Expand. It's legal. | Craig Topper | 2012-11-15 | 1 | -1/+0 | |
| | | | | | llvm-svn: 168030 | |||||
| * | Make FNEG and FABS of v4f32 Expand. | Craig Topper | 2012-11-15 | 1 | -0/+2 | |
| | | | | | llvm-svn: 168029 | |||||
| * | Make a bunch of floating point operations on vectors Expand so that ↵ | Craig Topper | 2012-11-15 | 1 | -6/+10 | |
| | | | | | | | instruction selection won't fail. llvm-svn: 168028 | |||||
| * | Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics. | Craig Topper | 2012-11-15 | 3 | -1/+13 | |
| | | | | | llvm-svn: 168025 | |||||

