aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2013-05-14This is the first of three patches which creates stubs used forReed Kotler
2013-05-14StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka
2013-05-13PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt
2013-05-13[mips] Add option -mno-ldc1-sdc1.Akira Hatanaka
2013-05-13Correctly preserve the input chain for potential tailcall nodes whoseLang Hames
2013-05-13Fix PR15950 A bug in DAG Combiner about undef maskHao Liu
2013-05-11Add -mtriple=mipsel-linux-gnu to the test so that the compiler doesReed Kotler
2013-05-10Checkin in of first of several patches to finish implementation ofReed Kotler
2013-05-10Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma
2013-05-10DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer
2013-05-10R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard
2013-05-10R600: Expand SUB for v2i32/v4i32Tom Stellard
2013-05-10R600: Expand MUL for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand SRA for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand vselect for v4i32 and v2i32Tom Stellard
2013-05-09Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson
2013-05-09Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling
2013-05-09Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma
2013-05-09[XCore] Fix handling of functions where only the LR is spilled.Richard Osborne
2013-05-08[mips] Add instruction selection pattern for (seteq $LHS, 0).Akira Hatanaka
2013-05-08Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.Bill Schmidt
2013-05-08R600/SI: Add lit tests for llvm.SI.imageload and llvm.SI.resinfo intrinsicsMichel Danzer
2013-05-08PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel
2013-05-08Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky
2013-05-08DAGCombiner: Simplify inverted bit testsDavid Majnemer
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Reverting r181331.Jyotsna Verma
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-06Reduce attributes.Bill Wendling
2013-05-06R600: Emit config values in register / value pairsTom Stellard
2013-05-06R600: Stop emitting the instruction type byte before each instructionTom Stellard
2013-05-06R600: Emit ISA for CALL_FS_* instructionsTom Stellard
2013-05-06[SystemZ] Add CodeGen test casesUlrich Weigand
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-05Test case for r181160 and r181161. rdar://13782395Evan Cheng
2013-05-05For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy
2013-05-05Remove a recently redundant transform from X86ISelLowering.David Majnemer
2013-05-04AArch64: support literal pool access in large memory model.Tim Northover
2013-05-04AArch64: support large code model for jump-tablesTim Northover
2013-05-04AArch64: implement support for blockaddress in large code modelTim Northover
2013-05-04AArch64: implement large code model access to global variables.Tim Northover
2013-05-03Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler
2013-05-03[mips] Split the DSP control register and define one register for each field ofAkira Hatanaka
2013-05-03R600: Expand vector or, shl, srl, and xor nodesTom Stellard
2013-05-03R600: Add pattern for SHA-256 Ma functionTom Stellard
2013-05-02[mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka
2013-05-02R600: Signed literals are 64bits wideVincent Lejeune
2013-05-02R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune
2013-05-02R600: Add a test to check that use_kill is emittedVincent Lejeune