| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Restlyize to match other targets, fixes cmake build to boot. | Mike Stump | 2009-08-04 | 2 | -2/+7 | |
| | | | | | llvm-svn: 78105 | |||||
| * | Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet. | Evan Cheng | 2009-08-04 | 3 | -8/+13 | |
| | | | | | llvm-svn: 78104 | |||||
| * | remove a random reference to subtarget. Even without this, we | Chris Lattner | 2009-08-04 | 1 | -2/+0 | |
| | | | | | | | | still get "intel syntax" instructions from llc with -x86-asm-syntax=intel llvm-svn: 78103 | |||||
| * | Add NEON single-precision FP support for fabs and fneg. | David Goodwin | 2009-08-04 | 3 | -6/+22 | |
| | | | | | llvm-svn: 78101 | |||||
| * | rip out SectionEndDirectiveSuffix support, only uses by | Chris Lattner | 2009-08-04 | 2 | -2/+0 | |
| | | | | | | | | the masm backend. If anyone cares about masm in the future, we'll have semantic sections it can hang off of. llvm-svn: 78096 | |||||
| * | Most flags are reserved registers on Blackfin. | Jakob Stoklund Olesen | 2009-08-04 | 1 | -0/+11 | |
| | | | | | | | The only exception is CC. llvm-svn: 78089 | |||||
| * | In thumb mode, r7 is used as frame register. This fixes pr4681. | Evan Cheng | 2009-08-04 | 1 | -0/+11 | |
| | | | | | llvm-svn: 78086 | |||||
| * | Match common pattern for FNMAC. Add NEON SP support. | David Goodwin | 2009-08-04 | 2 | -0/+6 | |
| | | | | | llvm-svn: 78085 | |||||
| * | Legalize i64 store operations generated by inst-combine. | Sanjiv Gupta | 2009-08-04 | 1 | -2/+20 | |
| | | | | | llvm-svn: 78082 | |||||
| * | Initial support for single-precision FP using NEON. Added "neonfp" attribute ↵ | David Goodwin | 2009-08-04 | 7 | -16/+69 | |
| | | | | | | | to enable. Added patterns for some binary FP operations. llvm-svn: 78081 | |||||
| * | Avoid compiler warning (in -Asserts mode) | Daniel Dunbar | 2009-08-04 | 1 | -2/+2 | |
| | | | | | llvm-svn: 78070 | |||||
| * | enhance codegen to put 16-bit character strings into the | Chris Lattner | 2009-08-04 | 1 | -17/+15 | |
| | | | | | | | __TEXT,__ustring section on darwin. llvm-svn: 78068 | |||||
| * | fix a fixme: don't create an explicit "CStringSection" for ELF, | Chris Lattner | 2009-08-04 | 1 | -9/+4 | |
| | | | | | | | it is just being used as a prefix, so forward substitute it directly. llvm-svn: 78067 | |||||
| * | Add support emiting for 2/4 byte mergable strings to the ".rodata.str*" | Chris Lattner | 2009-08-04 | 1 | -12/+39 | |
| | | | | | | | section on ELF targets. llvm-svn: 78066 | |||||
| * | Ooops, I was too fast to commit the wrong fix :( | Anton Korobeynikov | 2009-08-04 | 1 | -2/+2 | |
| | | | | | llvm-svn: 78060 | |||||
| * | Fix a typo - this unbreaks llvm-gcc build on arm | Anton Korobeynikov | 2009-08-04 | 1 | -2/+2 | |
| | | | | | llvm-svn: 78059 | |||||
| * | Thumb2 does not have ib (increment before) and da (decrement after) forms of ↵ | Evan Cheng | 2009-08-04 | 1 | -4/+10 | |
| | | | | | | | ldm / stm. llvm-svn: 78057 | |||||
| * | make MergeableCString be a SectionKind "abstract class", and | Chris Lattner | 2009-08-04 | 3 | -13/+37 | |
| | | | | | | | | | add new concrete versions for 1/2/4-byte mergable strings. These are not actually created yet. llvm-svn: 78055 | |||||
| * | No really, it's unused. | Daniel Dunbar | 2009-08-04 | 1 | -2/+1 | |
| | | | | | llvm-svn: 78047 | |||||
| * | Remove now unused Module argument to createTargetMachine. | Daniel Dunbar | 2009-08-04 | 5 | -16/+9 | |
| | | | | | llvm-svn: 78043 | |||||
| * | Remove ARM specific getInlineAsmLength. We'll rely on the simpler (and ↵ | Evan Cheng | 2009-08-04 | 2 | -163/+0 | |
| | | | | | | | faster) generic algorithm for now. If more accurate computation is needed, we'll rely on the disassembler. llvm-svn: 78032 | |||||
| * | Load / store multiple pass fixes for Thumb2. Not enabled yet. | Evan Cheng | 2009-08-04 | 2 | -77/+88 | |
| | | | | | llvm-svn: 78031 | |||||
| * | Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. ↵ | Evan Cheng | 2009-08-04 | 1 | -2/+9 | |
| | | | | | | | This is a bit of pre-mature optimization. 8-bit variant makes it likely it will be narrowed to a 16-bit instruction. llvm-svn: 78030 | |||||
| * | Lower Neon VLD* intrinsics to custom DAG nodes, and manually allocate the | Bob Wilson | 2009-08-04 | 3 | -1/+74 | |
| | | | | | | | results to fixed registers. llvm-svn: 78025 | |||||
| * | Minor cleanup. No functional changes intended. | Bob Wilson | 2009-08-04 | 1 | -6/+5 | |
| | | | | | llvm-svn: 78024 | |||||
| * | Update CMake files. | Ted Kremenek | 2009-08-03 | 2 | -0/+2 | |
| | | | | | llvm-svn: 78020 | |||||
| * | remove an unneeded section switch. | Chris Lattner | 2009-08-03 | 1 | -1/+0 | |
| | | | | | llvm-svn: 78014 | |||||
| * | switch ppc to using SwitchToSection instead of textual section stuff. | Chris Lattner | 2009-08-03 | 1 | -14/+43 | |
| | | | | | llvm-svn: 78013 | |||||
| * | use TLOF to compute the section for a function instead of | Chris Lattner | 2009-08-03 | 1 | -5/+4 | |
| | | | | | | | replicating the logic manually. llvm-svn: 78011 | |||||
| * | convert macho stub emission to use SwitchToSection instead of | Chris Lattner | 2009-08-03 | 1 | -34/+50 | |
| | | | | | | | textual sections. llvm-svn: 78007 | |||||
| * | hoist some common code out of a switch | Chris Lattner | 2009-08-03 | 1 | -3/+2 | |
| | | | | | llvm-svn: 78006 | |||||
| * | this really shouldn't switch sections without telling the asmprinter, but | Chris Lattner | 2009-08-03 | 1 | -1/+1 | |
| | | | | | | | hey it uses .previous, so it should work :) llvm-svn: 78004 | |||||
| * | Eliminate textual section switching from the x86 backend, one | Chris Lattner | 2009-08-03 | 2 | -12/+33 | |
| | | | | | | | more step towards "semantics sections" llvm-svn: 78002 | |||||
| * | Lower CONCAT_VECTOR during legalization instead of matching it during isel. | Bob Wilson | 2009-08-03 | 2 | -26/+19 | |
| | | | | | | | Add a testcase. llvm-svn: 77992 | |||||
| * | Minor stylistic cleanups in the Blackfin target. | Jakob Stoklund Olesen | 2009-08-03 | 3 | -42/+46 | |
| | | | | | | | Thanks Chris. llvm-svn: 77987 | |||||
| * | remove a dead switch directive, replace it with some | Chris Lattner | 2009-08-03 | 1 | -1/+2 | |
| | | | | | | | code that I will be using shortly. llvm-svn: 77983 | |||||
| * | Remove neverHasSideEffects on MMX_MOVD64rrv164 since it has a matching pattern. | Evan Cheng | 2009-08-03 | 1 | -2/+1 | |
| | | | | | llvm-svn: 77978 | |||||
| * | eliminate textual section switching from intel asm printer. | Chris Lattner | 2009-08-03 | 1 | -15/+15 | |
| | | | | | | | | This will cause it to enter the ".text" section instead of "_text" but masm is already broken. llvm-svn: 77977 | |||||
| * | Change C, CBE, MSIL to not provide target data via getTargetData(). | Daniel Dunbar | 2009-08-03 | 3 | -3/+3 | |
| | | | | | | | | - The theory is these should never actually be called, since these boil down to passes which can access the target data via the standard mechanism. llvm-svn: 77975 | |||||
| * | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors ↵ | Benjamin Kramer | 2009-08-03 | 1 | -1/+1 | |
| | | | | | | | like "LLVM ERROR: llvm: error:" or "LLVM ERROR: ERROR:". llvm-svn: 77971 | |||||
| * | Unbreak win64 compilation callback. | Anton Korobeynikov | 2009-08-03 | 1 | -13/+14 | |
| | | | | | | | | | Since we're generating stubs by hands we don't follow the ABI and don't create a register spill area. Don't use this area in compilation callback! llvm-svn: 77968 | |||||
| * | Create proper frame index for FP | Anton Korobeynikov | 2009-08-03 | 1 | -1/+3 | |
| | | | | | llvm-svn: 77966 | |||||
| * | Perform bitconvert to proper type | Anton Korobeynikov | 2009-08-03 | 1 | -2/+1 | |
| | | | | | llvm-svn: 77965 | |||||
| * | Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore ↵ | Anton Korobeynikov | 2009-08-03 | 2 | -15/+27 | |
| | | | | | | | fixes here and there (mostly __m64). llvm-svn: 77964 | |||||
| * | Cleanup Darwin MMX calling conv stuff - make the stuff more generic. This ↵ | Anton Korobeynikov | 2009-08-03 | 2 | -62/+36 | |
| | | | | | | | also fixes a subtle bug, when 6th v1i64 argument passed wrongly. llvm-svn: 77963 | |||||
| * | Unbreak Win64 CC. Step one: honour register save area, fix some alignment ↵ | Anton Korobeynikov | 2009-08-03 | 7 | -54/+96 | |
| | | | | | | | and provide a different set of call-clobberred registers. llvm-svn: 77962 | |||||
| * | Use movd instead of movq | Rafael Espindola | 2009-08-03 | 1 | -2/+5 | |
| | | | | | llvm-svn: 77956 | |||||
| * | Remove now unused arguments from TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-08-03 | 1 | -5/+1 | |
| | | | | | llvm-svn: 77950 | |||||
| * | These are done. | Evan Cheng | 2009-08-03 | 1 | -8/+0 | |
| | | | | | llvm-svn: 77949 | |||||
| * | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 1 | -6/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not just a matter of passing in the target triple from the module; currently backends are making decisions based on the build and host architecture. The goal is to migrate to making these decisions based off of the triple (in conjunction with the feature string). Thus most clients pass in the target triple, or the host triple if that is empty. This has one important change in the way behavior of the JIT and llc. For the JIT, it was previously selecting the Target based on the host (naturally), but it was setting the target machine features based on the triple from the module. Now it is setting the target machine features based on the triple of the host. For LLC, -march was previously only used to select the target, the target machine features were initialized from the module's triple (which may have been empty). Now the target triple is taken from the module, or the host's triple is used if that is empty. Then the triple is adjusted to match -march. The take away is that -march for llc is now used in conjunction with the host triple to initialize the subtarget. If users want more deterministic behavior from llc, they should use -mtriple, or set the triple in the input module. llvm-svn: 77946 | |||||

