aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-06R600/SI: Add intrinsic for texture image loadingTom Stellard
2013-05-06R600/SI: Add pattern for uint_to_fpTom Stellard
2013-05-06R600/SI: Add patterns for integer maxima / minimaTom Stellard
2013-05-06R600/SI: Add pattern for AMDGPU.trunc intrinsicTom Stellard
2013-05-06Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek
2013-05-06Implemented public interface for modifying registered (not positional or sink...Andrew Trick
2013-05-06Support command line option categories.Andrew Trick
2013-05-06Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek
2013-05-06InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer
2013-05-06Hoist boundary condition out of loop header.Eric Christopher
2013-05-06Untabify.Eric Christopher
2013-05-06Reduce attributes.Bill Wendling
2013-05-06Split Alignment out of the Section Characteristics.Rafael Espindola
2013-05-06Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma
2013-05-06Test results verified using FileCheck rather than grep | countJean-Luc Duprat
2013-05-06Make references to HexagonTargetMachine "const".Krzysztof Parzyszek
2013-05-06Remove some redundant includes in llvm-mc.cpp.Rafael Espindola
2013-05-06Rotate multi-exit loops even if the latch was simplified.Andrew Trick
2013-05-06R600: Remove dead code from the CodeEmitter v2Tom Stellard
2013-05-06R600: Emit config values in register / value pairsTom Stellard
2013-05-06Remove unnecessary instance variable and rework logic accordingly.Eric Christopher
2013-05-06Grammar.Eric Christopher
2013-05-06R600: Stop emitting the instruction type byte before each instructionTom Stellard
2013-05-06Don't emit .dwo sections unless they exist.Eric Christopher
2013-05-06R600: Emit ISA for CALL_FS_* instructionsTom Stellard
2013-05-06[SystemZ] Update non-pic DWARF encodingsUlrich Weigand
2013-05-06PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella
2013-05-06Fix add4.ll test cmdline so that it passesJean-Luc Duprat
2013-05-06Provide InstCombines for the following 3 cases:Jean-Luc Duprat
2013-05-06AArch64: use MCJIT by default and enable related tests.Tim Northover
2013-05-06[SystemZ] Add to --enable-targets=allUlrich Weigand
2013-05-06[SystemZ] Add configure bitsUlrich Weigand
2013-05-06[SystemZ] Set up JIT/MCJIT test casesUlrich Weigand
2013-05-06[SystemZ] Add MC test casesUlrich Weigand
2013-05-06[SystemZ] Add DebugInfo test casesUlrich Weigand
2013-05-06[SystemZ] Add CodeGen test casesUlrich Weigand
2013-05-06[SystemZ] Add back endUlrich Weigand
2013-05-06[SystemZ] Define DWARF encodingUlrich Weigand
2013-05-06Simplify JIT unit test #ifdefsUlrich Weigand
2013-05-06Free the exception object. Should fix the vg bots.Rafael Espindola
2013-05-06[PowerPC] Fix memory corruption in AsmParserUlrich Weigand
2013-05-06Fix formatting. Patch by o11c.Duncan Sands
2013-05-06Fix slightly too aggressive conact_vector optimization.Michael Kuperstein
2013-05-06Add a testcase that checks that we generate functions with frameBill Wendling
2013-05-06XFAIL for cygwin.Rafael Espindola
2013-05-06Update the comment to mention that we use TTI.Nadav Rotem
2013-05-06Revert r164763 because it introduces new shuffles.Nadav Rotem
2013-05-06Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault
2013-05-06Fix const merging when an alias of a const is llvm.used.Rafael Espindola
2013-05-05This should also fail on ARM.Rafael Espindola