aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Mips assembler: .set reorder supportJack Carter2013-04-251-0/+13
* Make function documentation conform to llvm standards.Preston Gurd2013-04-251-30/+32
* ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2013-04-251-0/+68
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-257-0/+270
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-251-2/+15
* [mips] Add definitions of micromips load and store instructions.Akira Hatanaka2013-04-254-17/+43
* [mips] Add definitions of micromips shift instructions.Akira Hatanaka2013-04-254-12/+62
* R600: Initialize BooleanVectorContentsTom Stellard2013-04-241-0/+1
* R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard2013-04-241-1/+1
* Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma2013-04-232-176/+149
* Hexagon: Define relations for GP-relative instructions.Jyotsna Verma2013-04-231-15/+17
* Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin2013-04-231-3/+6
* Lowercase "is" boolean variable prefix for consistency within function, no fu...Stephen Lin2013-04-231-12/+12
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-235-108/+80
* Change commentary for PowerPC Boolean vector contents.Bill Schmidt2013-04-231-1/+2
* [mips] Compare splat value with element size instead of calling isUIntN.Akira Hatanaka2013-04-231-2/+2
* DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson2013-04-231-1/+1
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-235-16/+25
* R600: Add CF_ENDVincent Lejeune2013-04-233-44/+77
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-232-321/+55
* AArch64: remove unnecessary check that RS is validTim Northover2013-04-231-2/+3
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-2/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-222-0/+48
* [ms-inline asm] Removed this unnecessary check. In the current implementation,Chad Rosier2013-04-221-1/+1
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-221-13/+18
* Fix unused variable warning.Chad Rosier2013-04-221-1/+1
* 80 columns.Akira Hatanaka2013-04-223-6/+9
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-222-10/+12
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-221-61/+55
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-221-34/+23
* No really, don't store anything to this since it's unconditionallyEric Christopher2013-04-221-1/+1
* Remove variable store that is never read.Eric Christopher2013-04-221-1/+1
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-223-2/+8
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-211-3/+3
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-211-0/+47
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-211-2/+1
* ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover2013-04-213-37/+106
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-201-31/+57
* ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover2013-04-201-1/+1
* AArch64: remove useless commentTim Northover2013-04-201-2/+0
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-203-13/+0
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-2011-113/+1
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-203-17/+20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-205-6/+48
* Test commitStephen Lin2013-04-201-1/+1
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-194-6/+101
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-192-14/+10
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-1913-123/+95
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-191-16/+40
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-191-1/+6