Generate correct Sparc32 ABI compliant code for functions that return a struct.
[oota-llvm.git] / test / CodeGen /
2011-02-21 Venkatraman Govind... Generate correct Sparc32 ABI compliant code for functio...
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2011-02-20 Nick LewyckyMake RecursivelyDeleteDeadPHINode delete a phi node...
2011-02-20 Nadav RotemFix 9267; Add vector zext support.
2011-02-19 Devang PatelDIE numbers do not add any value in this test.
2011-02-18 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-18 Bill WendlingReapply r114997 now that the buildbots have been updated.
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-16 Eric ChristopherThe change for PR9190 wasn't quite right. We need to...
2011-02-16 Eric ChristopherAdd testcase for PR9190.
2011-02-15 Devang PatelIgnore DBG_VALUE machine instructions while constructin...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-14 Bob WilsonPR9139: Specify ARM/Darwin triple for vector-DAGCombine...
2011-02-14 Chris Lattnerfix PR9210 by implementing some type legalization logic for
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2011-02-13 Chris Lattnerwhen legalizing extremely wide shifts, make sure that
2011-02-13 Chris Lattnerfix visitShift to properly zero extend the shift amount...
2011-02-12 Venkatraman Govind... Prevent IMPLICIT_DEF/KILL to become a delay filler...
2011-02-12 Nadav RotemA fix for 9165.
2011-02-11 Nate BegemanImplement sdiv & udiv for <4 x i16> and <8 x i8> NEON...
2011-02-11 Daniel DunbarDisable this test for now...
2011-02-11 Evan ChengFix buggy fcopysign lowering.
2011-02-10 Bruno Cardoso LopesAdd mips o32 tests again with the hope that the buildbo...
2011-02-10 Bruno Cardoso LopesRemove the test to silence the buildbot, will check...
2011-02-10 Bruno Cardoso LopesFix a lot of o32 CC issues and add a bunch of tests...
2011-02-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2011-02-10 Evan ChengAfter 3-addressifying a two-address instruction, update...
2011-02-09 Richard OsborneAdd intrinsic for setc instruction on the XCore.
2011-02-08 Andrew TrickPostRA antidependence breaker unit test for PR8986.
2011-02-08 Andrew TrickPostRA antidependence breaker unit test for rdar:/...
2011-02-07 Evan ChengFix an obvious typo which caused an isel assertion...
2011-02-07 Devang PatelReduce test case, smaller is better.
2011-02-07 Bob WilsonAdd codegen support for using post-increment NEON load...
2011-02-07 Jason W KimRework some .ARM.attribute work for improved gcc compat...
2011-02-05 NAKAMURA TakumiTarget/X86: Tweak allocating shadow area (aka home...
2011-02-05 Bob WilsonMove a test that ended up in the wrong place.
2011-02-04 Devang PatelMerge .debug_loc entries whenever possible to reduce...
2011-02-04 Nick LewyckyMark that the return is using EAX so that we don't...
2011-02-04 Devang PatelDebugLoc associated with a machine instruction is used...
2011-02-03 Richard OsborneAdd XCore intrinsics for resource instructions.
2011-02-03 Rafael EspindolaAdd -march to fix the bots.
2011-02-03 Rafael EspindolaFix PR9127 by reversing the operands even if they have...
2011-02-02 Richard OsborneAdd support for trampolines on the XCore.
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-31 Richard OsborneFix bug where ReduceLoadWidth was creating illegal...
2011-01-30 Benjamin KramerTeach DAGCombine to fold fold (sra (trunc (sr x, c1...
2011-01-29 Evan ChengRe-apply r124518 with fix. Watch out for invalidated...
2011-01-29 Evan ChengRevert r124518. It broke Linux self-host.
2011-01-29 Evan ChengRe-commit r124462 with fixes. Tail recursion elim will...
2011-01-28 Evan ChengRevert r124462. There are a few big regressions that...
2011-01-28 Rafael EspindolaAdd a triple.
2011-01-28 Rafael EspindolaPrint the visibility of declarations.
2011-01-28 Evan Cheng- Stop simplifycfg from duplicating "ret" instructions...
2011-01-27 Eric ChristopherAdd a testcase for my last checkin.
2011-01-26 NAKAMURA TakumiTarget/X86: Tweak win64's tailcall.
2011-01-26 NAKAMURA TakumiFix whitespace.
2011-01-25 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-25 Evan ChengDon't merge restore with tail call instruction.
2011-01-24 Devang PatelSpeculatively revert r124138.
2011-01-24 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-24 Chris Lattnerfix a missing shuffle pattern, PR9009. Patch by Artiom...
2011-01-22 Venkatraman Govind... Pass sret arguments through the stack instead of throug...
2011-01-22 Venkatraman Govind... Added ICC, FCC as uses of movcc instruction to generate...
2011-01-21 Venkatraman Govind... Sparc backend:
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-21 Venkatraman Govind... Implement support for byval arguments in Sparc backend.
2011-01-21 Andrew TrickEnable support for precise scheduling of the instructio...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-20 Evan ChengDon't be overly aggressive with CSE of "ldr constantpoo...
2011-01-20 Kalle RaiskilaAllow sign-extending of i8 and i16 to i128 on SPU.
2011-01-20 Eric ChristopherExpand invalid return values for umulo and smulo. Handl...
2011-01-20 Evan ChengAdd test.
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-20 Venkatraman Govind... Sparc backend: Implements a delay slot filler that...
2011-01-20 Eric ChristopherIf we can, lower the multiply part of a umulo/smulo...
2011-01-20 Devang PatelFix debug info for merged global.
2011-01-18 Chris Lattnerfix rdar://8878965, a regression I introduced with...
2011-01-18 Bruno Cardoso LopesAdd support for mips32 madd and msub instructions....
2011-01-17 Benjamin KramerFix an off-by-one error in ctpop combining.
2011-01-17 Benjamin KramerAdd a DAGCombine to turn (ctpop x) u< 2 into (x & x...
2011-01-17 Kalle RaiskilaDon't crash SPU BE with memory accesses with big alignmnet.
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-16 Rafael EspindolaUpdate tests.
2011-01-16 Chris Lattnerfix PR8514, a bug where the "heroic" transformation...
2011-01-16 Evan ChengSpill R4 if it's going to be used to restore SP from FP.
2011-01-16 Venkatraman Govind... Implement AnalyzeBranch in Sparc Backend.
2011-01-16 Chris Lattnerfix PR8981, a crash trying to form a conditional inc...
2011-01-16 Chris Lattnerreapply my fix for PR8961 with a tweak to properly...
2011-01-14 Chris Lattnerrevert my fastisel patch again which apparently still...
2011-01-14 Chris Lattnerreapply r123414 now that the botz are calmed down and...
2011-01-14 Chris Lattnerr123414 broke llvm-gcc bootstrap apparently, revert
2011-01-14 Chris Lattnerfix PR8961 - a fast isel miscompilation where we'd...
2011-01-13 Eric ChristopherExperiment with changing the default 32-bit linux stack...
2011-01-12 Jakob Stoklund OlesenTry again enabling LiveDebugVariables.
2011-01-12 Venkatraman Govind... Implement RETURNADDR and FRAMEADDR lowering in SPARC...
2011-01-12 Venkatraman Govind... Fix SPARC backend call instruction so that arguments...
2011-01-11 Jakob Stoklund OlesenThe world is not ready for LiveDebugVariables yet.
next