AsmMatcher custom operand parser failure enhancements.
[oota-llvm.git] / test / CodeGen /
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.
2011-01-11 Jakob Stoklund OlesenEnable LiveDebugVariables by default.
2011-01-11 Venkatraman Govind... SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC
2011-01-11 Eric ChristopherEven if we don't have 7 bytes of stack space we may...
2011-01-10 Dale JohannesenFix PR 8916 (qv for analysis), at least the immediate...
2011-01-08 Evan ChengRecognize inline asm 'rev /bin/bash, ' as a bswap intri...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Devang PatelSpeculatively revert r123032.
2011-01-07 Bob WilsonLower some BUILD_VECTORS using VEXT+shuffle.
2011-01-07 Devang PatelAppropriately truncate debug info range in dwarf output.
2011-01-07 Evan ChengRevert r122955. It seems using movups to lower memcpy...
2011-01-07 Benjamin KramerTry to unbreak the arm buildbot.
2011-01-07 Bob WilsonAdd testcases for PR8411 (vget_low and vget_high implem...
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2011-01-06 Duncan SandsFix the other problem reported in PR8582. Testcase...
2011-01-06 Duncan SandsAdd a testcase for PR8582, which mysteriously fixed...
2011-01-06 Bob WilsonPR8921: LDM/POP do not support interworking prior to...
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2011-01-06 Evan ChengRevert r122936. I'll re-implement the change.
2011-01-06 Bill WendlingFix test to coincide with r122934 change from PR8919.
2011-01-06 Evan Chengr105228 reduced the memcpy / memset inline limit to...
next