aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Add an option to always emit realignment code for a particular module.Eric Christopher2010-08-051-1/+34
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-0531-36/+36
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-051-9/+3
* Support very basic (doesn't include ABI support in the front-end, varags, ......Bruno Cardoso Lopes2010-08-052-4/+30
* Handle the memory barrier pseudo that goes to nothing for the JIT.Eric Christopher2010-08-051-1/+7
* Set hasSideEffects on the 64-bit no-sse memory barrier.Eric Christopher2010-08-051-1/+1
* For local variables in functions with a frame pointer, use FP as a baseJim Grosbach2010-08-052-18/+39
* Fix indentation.Bob Wilson2010-08-051-6/+6
* Add an ARM RSCrr instruction for disassembly only.Bob Wilson2010-08-051-0/+8
* Be a little bit more specific about target for the memory barrierEric Christopher2010-08-052-2/+4
* Handle the pseudo in MCInstLower.Eric Christopher2010-08-051-0/+6
* Add an ARM RSBrr instruction for disassembly only.Bob Wilson2010-08-051-1/+9
* Silence a GCC warning about && and || without explicit parentheses. ThisChandler Carruth2010-08-051-3/+3
* ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson2010-08-052-24/+18
* Make x86-64 membarriers work without sse and clean up some of theEric Christopher2010-08-043-4/+14
* and back in. false alarm on the tests from another unrelated local change.Jim Grosbach2010-08-041-2/+7
* PR7814: Truncates cannot be ignored for signed comparisons.Eli Friedman2010-08-041-1/+2
* Implement target specific getDebugValueLocation().Devang Patel2010-08-041-0/+13
* oops. revert for a moment to clean up tests first.Jim Grosbach2010-08-041-7/+2
* Reserve a stack slot if the function adjusts the stack but doesn'tJim Grosbach2010-08-041-2/+7
* Implement target specific getDebugValueLocation().Devang Patel2010-08-041-0/+14
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-043-10/+31
* Remove switch for disabling ARM tail calls. TheyDale Johannesen2010-08-041-9/+0
* Add DEBUG message.Devang Patel2010-08-041-0/+4
* Enable COFF writer on mingw32 and cygwin.Benjamin Kramer2010-08-041-0/+2
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-043-2/+12
* Print an error message when someone tries -integrated-as on an unsupported ta...Benjamin Kramer2010-08-041-1/+7
* by Alexander Herz:Gabor Greif2010-08-041-0/+7
* Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABABob Wilson2010-08-041-0/+16
* fix a win64 encoding problem, patch by Cameron Esfahani!Chris Lattner2010-08-031-1/+1
* Add support for getting & setting the FPSCR application register on ARM when ...Nate Begeman2010-08-034-20/+39
* CMake: Change somme target library names:Oscar Fuentes2010-08-032-2/+2
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-022-0/+9
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-024-69/+81
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-024-6/+49
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-021-3/+3
* PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman2010-08-011-2/+2
* Silence some -Asserts uninitialized variable warnings.Daniel Dunbar2010-07-311-2/+2
* MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.Michael J. Spencer2010-07-311-1/+0
* Move newlines before inline jumptables from the asm strings in .td files toBob Wilson2010-07-314-9/+9
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-311-1/+1
* Add support for disassembling VMVN (immediate) instructions. PR7747.Bob Wilson2010-07-311-0/+4
* Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif...Evan Cheng2010-07-301-0/+11
* Add a check in the ARM disassembler for NEON instructions that wouldBob Wilson2010-07-301-5/+9
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-301-2/+2
* Add the __TEXT,__StaticInit section to the list of sections emitted at theBob Wilson2010-07-301-0/+6
* Support all 128-bit AVX vector intrinsics. Most part of them I alreadyBruno Cardoso Lopes2010-07-303-232/+240
* Fix typo!Bruno Cardoso Lopes2010-07-301-8/+8
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-306-331/+465
* Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics.Nate Begeman2010-07-292-0/+6