aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2012-08-24Missed tLEApcrelJT.Jakob Stoklund Olesen
2012-08-24Explicitly mark LEApcrel pseudos with hasSideEffects.Jakob Stoklund Olesen
2012-08-24Fix call instruction operands in ARMFastISel.Jakob Stoklund Olesen
2012-08-24Mark X86::RET and RETI instructions as variadic.Jakob Stoklund Olesen
2012-08-24Disable Mips' delay slot filler when optimization level is O0.Akira Hatanaka
2012-08-24In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if itsAkira Hatanaka
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
2012-08-24Fix load/store SDNode flags.Jakob Stoklund Olesen
2012-08-24Add missing SDNPSideEffect flags.Jakob Stoklund Olesen
2012-08-24Remove more mayLoad workarounds.Jakob Stoklund Olesen
2012-08-24Custom lower FMA intrinsics to target specific nodes and remove the patterns.Craig Topper
2012-08-24Fix undefined behavior (negation of INT_MIN) in ARM backend.Richard Smith
2012-08-24Remove some spurious mayLoad = 0 flags.Jakob Stoklund Olesen
2012-08-24Add missing SDNP properties on the flushw node.Jakob Stoklund Olesen
2012-08-24X86MemBarrier has unmodeled side effects.Jakob Stoklund Olesen
2012-08-23Preserve operand flags in convertToThreeAddress() by copying operands.Jakob Stoklund Olesen
2012-08-23Favor FMA3 over FMA4 if both are enabled.Craig Topper
2012-08-23Use a switch statement instead of a bunch of if-else checks and pull out the ...Craig Topper
2012-08-23Remove unused private field to silence build warning.Craig Topper
2012-08-23Make function loadImmediate a member of MipsSEInstrInfo and change it to returnAkira Hatanaka
2012-08-22Add a member of type Mips16InstrInfo/MipsSEInstrInfo to classAkira Hatanaka
2012-08-22[ms-inline asm] Avoid a false positive assertionChad Rosier
2012-08-22Reduce duplicated hash map lookups.Benjamin Kramer
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-08-22Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper
2012-08-22Mark a function as static since it doesn't use anything in the class.Craig Topper
2012-08-22Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka
2012-08-22Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter
2012-08-21Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier
2012-08-21Fix unaligned memory accesses when performing relocations in X86 JIT. There'sRichard Smith
2012-08-21[ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier
2012-08-21[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier
2012-08-21Fix up indentation and remove a couple else's after returns.Craig Topper
2012-08-21Use uint16_t for tables of opcodes.Craig Topper
2012-08-21Fix up indentation. No functional change.Craig Topper
2012-08-21Add a couple llvm_unreachables. Add a message to several others.Craig Topper
2012-08-21Replace a break with llvm_unreachable in the default case of a nested switch....Craig Topper
2012-08-21Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...Craig Topper
2012-08-21Merge FMA3 instructions with and without patterns into single classes using n...Craig Topper
2012-08-21Add a missing def flag.Jakob Stoklund Olesen
2012-08-20Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.Jakob Stoklund Olesen
2012-08-20fix HexagonSubtarget parsing of -mv flagSebastian Pop
2012-08-20fix a case where all operands of BUILD_VECTOR are undefinedMichael Liao
2012-08-20Fix coding style violations in 162135 and 162136.Akira Hatanaka
2012-08-20Remove FMA3 intrinsic instructions in favor of patterns.Craig Topper
2012-08-20Use correct intrinsic for 256-bit VFMSUBADDPS.Craig Topper
2012-08-19Remove trailing white space and tab characters. No functional change.Craig Topper
2012-08-19When unsafe math is used, we can use commutative FMAX and FMIN. In some casesNadav Rotem
2012-08-19Fabs folding is implemented.Benjamin Kramer