aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-118-54/+42
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-1012-16/+282
* Fix unused variable error.Jyotsna Verma2013-05-101-2/+1
* Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma2013-05-104-707/+81
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-108-703/+170
* Fix the R600 build.Rafael Espindola2013-05-102-3/+2
* [ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier2013-05-102-6/+9
* Remove unused argument.Rafael Espindola2013-05-1023-33/+27
* Remove unused function.Rafael Espindola2013-05-102-11/+0
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-102-27/+284
* R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard2013-05-105-1217/+12
* R600: Expand SUB for v2i32/v4i32Tom Stellard2013-05-101-0/+2
* R600: Expand MUL for v4i32/v2i32Tom Stellard2013-05-101-0/+2
* R600: Expand SRA for v4i32/v2i32Tom Stellard2013-05-101-0/+2
* R600: Expand vselect for v4i32 and v2i32Tom Stellard2013-05-101-0/+3
* [x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier2013-05-091-1/+3
* Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling2013-05-091-0/+6
* Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma2013-05-093-593/+46
* Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma2013-05-091-535/+5
* Simplify the code a bit.Bill Wendling2013-05-091-19/+10
* [XCore] Fix handling of functions where only the LR is spilled.Richard Osborne2013-05-091-27/+30
* [mips] Add instruction selection pattern for (seteq $LHS, 0).Akira Hatanaka2013-05-081-0/+2
* Remove unused isLegalAddressImmediate() method.Roman Divacky2013-05-082-21/+0
* [PowerPC] Fix regression in generating @ha/@l relocsUlrich Weigand2013-05-081-1/+10
* Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.Bill Schmidt2013-05-081-4/+4
* For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...Stepan Dyatkovskiy2013-05-081-1/+1
* PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel2013-05-081-18/+11
* Corrected Atom latencies for SSE SQRT instructions.Preston Gurd2013-05-073-19/+36
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-077-2/+199
* Cleanup PPCInstrInfo::optimizeCompareInstrHal Finkel2013-05-071-14/+10
* Reverting r181331.Jyotsna Verma2013-05-076-196/+3
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-076-3/+196
* Hexagon: Set accessSize and addrMode on all load/store instructions.Jyotsna Verma2013-05-074-68/+125
* Re-enable AVX detection on x64 platforms.Michael Kuperstein2013-05-071-1/+2
* [SystemZ] Fix InitMCCodeGenInfo callRichard Sandiford2013-05-071-2/+2
* R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcodeTom Stellard2013-05-062-1/+14
* R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemaskTom Stellard2013-05-061-1/+1
* R600/SI: Add intrinsic for texture image loadingTom Stellard2013-05-063-10/+46
* R600/SI: Add pattern for uint_to_fpTom Stellard2013-05-061-1/+3
* R600/SI: Add patterns for integer maxima / minimaTom Stellard2013-05-061-4/+12
* R600/SI: Add pattern for AMDGPU.trunc intrinsicTom Stellard2013-05-061-1/+3
* Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek2013-05-066-17/+79
* Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek2013-05-061-29/+34
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-066-407/+307
* Make references to HexagonTargetMachine "const".Krzysztof Parzyszek2013-05-066-25/+26
* R600: Remove dead code from the CodeEmitter v2Tom Stellard2013-05-063-400/+64
* R600: Emit config values in register / value pairsTom Stellard2013-05-062-3/+55
* R600: Stop emitting the instruction type byte before each instructionTom Stellard2013-05-061-33/+2
* R600: Emit ISA for CALL_FS_* instructionsTom Stellard2013-05-061-1/+0
* [SystemZ] Add back endUlrich Weigand2013-05-0662-1/+10763