aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass testAkira Hatanaka2012-07-241-1/+1
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-238-44/+287
* Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.Akira Hatanaka2012-07-231-0/+2
* Test revert of test changes.Micah Villmow2012-07-231-1/+0
* Test commit.Micah Villmow2012-07-231-0/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-235-5/+5
* Fix Mips long branch pass.Akira Hatanaka2012-07-212-131/+136
* Add HIGHER and HIGHEST relocations to Mips backend.Akira Hatanaka2012-07-213-1/+8
* Revert accidental commit.Akira Hatanaka2012-07-218-288/+45
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-218-45/+288
* Don't use implicit register operands to calculate L-bit for AVX instructions....Craig Topper2012-07-201-0/+2
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-191-1/+1
* default to use -mv4 when no version of Hexagon has been specifiedSebastian Pop2012-07-191-1/+5
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-191-28/+36
* Remove tabs.Bill Wendling2012-07-191-85/+85
* Remove tabs.Bill Wendling2012-07-191-3/+3
* Remove tabs.Bill Wendling2012-07-1911-47/+47
* Remove tabs.Bill Wendling2012-07-191-9/+9
* X86: remove redundant cmp against zero.Manman Ren2012-07-182-15/+84
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-181-1/+2
* Fix ARMTargetLowering::isLegalAddImmediate to consider thumb encodings.Andrew Trick2012-07-181-4/+11
* whitespaceAndrew Trick2012-07-181-2/+2
* The vbroadcast family of instructions has 'fallback patterns' in case where theNadav Rotem2012-07-181-6/+8
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-181-3/+8
* Remove tab characters.Craig Topper2012-07-181-13/+13
* Fix typo in error message and remove some tab characters.Craig Topper2012-07-181-5/+5
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-183-15/+66
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-181-2/+2
* Clean up Mips16InstrFormats.td and Mips16InstrInfo.td.Akira Hatanaka2012-07-172-93/+117
* Back out r160101 and instead implement a dag combine to recover from instcomb...Evan Cheng2012-07-171-0/+1
* Implement r160312 as target indepedenet dag combine.Evan Cheng2012-07-171-44/+0
* This is another case where instcombine demanded bits optimization createdEvan Cheng2012-07-172-0/+20
* For something likeEvan Cheng2012-07-161-0/+44
* Revert "AMDGPU: Add core backend files for R600/SI codegen v6"Tom Stellard2012-07-16114-28329/+0
* Revert "Build script changes for R600/SI Codegen v6"Tom Stellard2012-07-161-1/+1
* Revert "Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBui...Tom Stellard2012-07-161-2/+2
* Revert "Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add A...Tom Stellard2012-07-162-3/+1
* Revert "Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as cond...Tom Stellard2012-07-161-8/+8
* Revert "Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonre...Tom Stellard2012-07-161-1/+1
* Revert "Target/AMDGPU: Fix includes, or msvc build failed."Tom Stellard2012-07-162-2/+2
* With r160248 in place this code is no longer needed.Chad Rosier2012-07-162-17/+1
* Target/AMDGPU: Fix includes, or msvc build failed.NAKAMURA Takumi2012-07-162-2/+2
* Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonreturn fun...NAKAMURA Takumi2012-07-161-1/+1
* Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as conditional ...NAKAMURA Takumi2012-07-161-8/+8
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-164-1/+57
* Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add AMDGPUCom...NAKAMURA Takumi2012-07-162-1/+3
* Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBuilder.h> ...NAKAMURA Takumi2012-07-161-2/+2
* Build script changes for R600/SI Codegen v6Tom Stellard2012-07-161-1/+1
* AMDGPU: Add core backend files for R600/SI codegen v6Tom Stellard2012-07-16114-0/+28329
* Fix a bug in the 3-address conversion of LEA when one of the operands is anNadav Rotem2012-07-161-0/+7