Using _MSC_VER there was wrong, better just use the already existing ifdefs for
[oota-llvm.git] / test / CodeGen /
2009-12-12 Evan ChengDisable r91104 for x86. It causes partial register...
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-11 Dan GohmanChange this to the correct PR number.
2009-12-11 Dan GohmanFix the result type of SELECT nodes lowered from Select...
2009-12-11 Anton KorobeynikovHonour setHasCalls() set from isel.
2009-12-11 Evan ChengTests for 91103 and 91104.
2009-12-10 Evan ChengIt's not safe to coalesce a move where src and dst...
2009-12-09 Evan ChengFix test.
2009-12-09 Evan ChengOptimize splat of a scalar load into a shuffle of a...
2009-12-09 Evan ChengTeach InferPtrAlignment to infer GV+cst alignment and...
2009-12-08 Evan Cheng- Support inline asm 'w' constraint for 128-bit vector...
2009-12-08 Anton KorobeynikovReduce (cmp 0, and_su (foo, bar)) into (bit foo, bar...
2009-12-07 David GreeneUse FileCheck and set nounwind on calls.
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-12-06 Anton KorobeynikovDynamic stack realignment use of sp register as source...
2009-12-05 Bill WendlingTemporarily revert r90502. It was causing the llvm...
2009-12-04 Jakob Stoklund OlesenAlso attempt trivial coalescing for live intervals...
2009-12-03 Nate BegemanDon't pull vector sext through both hands of a logical...
2009-12-03 Bob WilsonRecognize canonical forms of vector shuffles where...
2009-12-02 Bill WendlingRemove unnecessary check.
2009-12-01 Evan ChengFix PR5391: support early clobber physical register...
2009-12-01 Jim Grosbachtest case for IV-Users simplification loop improvement
2009-12-01 Jakob Stoklund OlesenUse CFG connectedness as a secondary sort key when...
2009-12-01 Evan ChengFix PR5614: parts of a physical register def may be...
2009-11-30 Jakob Stoklund OlesenNew virtual registers created for spill intervals shoul...
2009-11-30 Mon P WangAdd test case for r90108
2009-11-27 Duncan SandsWhile this test is testing a problem in the generic...
2009-11-26 Evan ChengTest for 89905.
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-25 Bruno Cardoso LopesSupport PIC loading of constant pool entries
2009-11-24 Dale JohannesenDo not store R31 into the caller's link area on PPC.
2009-11-24 Evan ChengEnable predication of NEON instructions in Thumb2 mode.
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-23 Jim Grosbachmove fconst[sd] to UAL. <rdar://7414913>
2009-11-23 Jim Grosbachupdate test for 89694
2009-11-22 Edward O'CallaghanMiss two, PR5307.
2009-11-22 Edward O'CallaghanConvert Thumb2 tests to FileCheck for PR5307.
2009-11-22 Benjamin KramerTurns out stuff gets allocated to different registers...
2009-11-22 Edward O'CallaghanConvert ARM tests to FileCheck for PR5307.
2009-11-22 Benjamin KramerConvert test to FileCheck.
2009-11-22 Edward O'CallaghanForgot to alter RUN line when converting to FileCheck.
2009-11-22 Edward O'CallaghanFix for bad FileCheck converts in revision 89584.
2009-11-22 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-11-21 Jim GrosbachRevert 89562. We're being sneakier than I was giving...
2009-11-21 Jim GrosbachDarwin requires a frame pointer for all non-leaf functi...
2009-11-21 Jakob Stoklund OlesenDon't leave temporary files in the test directory.
2009-11-21 Dale JohannesenWhen generating a vector the really slow way, via loads
2009-11-20 Evan ChengEnable hoisting load from constant memories.
2009-11-20 Sean CallananRecommitting PALIGNR shift width fixes.
2009-11-20 Dale JohannesenRemove an incorrect overaggressive optimization
2009-11-20 Sean CallananReverting PALIGNR fix until I figure out how this
2009-11-20 Sean CallananFixed PALIGNR to take 8-bit rotations in all cases.
2009-11-20 Evan ChengRemat VLDRD from constpool. Clean up some instruction...
2009-11-20 Duncan SandsFix PR5558, which was caused by a wrong fix for PR3393...
2009-11-20 Dan GohmanFix fast-isel to avoid selecting the return instruction...
2009-11-20 Evan ChengAlso CSE non-pic load from constant pools.
2009-11-20 Evan ChengFix codegen of conditional move of immediates. We were...
2009-11-19 Daniel DunbarUnbreak test, Bruno please check.
2009-11-19 Evan ChengMore consistent thumb1 asm printing.
2009-11-19 Evan ChengShrink ldr / str [sp, imm0-1024] to 16-bit instructions.
2009-11-19 Bruno Cardoso Lopes- Add sugregister logic to handle f64=(f32,f32).
2009-11-19 Bill WendlingTest from Dhrystone to make sure that we're not emittin...
2009-11-18 Bob WilsonFix buildbots.
2009-11-18 Richard OsborneAdd XCore support for indirectbr / blockaddress.
2009-11-18 Bob WilsonTail duplication still needs to iterate. Duplicating...
2009-11-18 Jakob Stoklund OlesenFix PR5300.
2009-11-18 Jakob Stoklund OlesenFix inverted test and add testcase from failing self...
2009-11-17 Jakob Stoklund OlesenRemove fragile test.
2009-11-17 Jim GrosbachEnable arm jumpt table adjustment.
2009-11-17 Anton KorobeynikovForgot to commit test fixes
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default, except when -regall...
2009-11-17 Evan ChengRevert 89021. It's miscompiling llvm-gcc driver driver...
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default
2009-11-17 Evan ChengMOV64rm should be marked isReMaterializable.
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachCleanup. Missed removing these when converting. Oops.
2009-11-16 Dan GohmanFix this test - there don't appear to be any actual...
2009-11-16 Dan GohmanRevert r87049, which was the workaround for the regress...
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Evan Cheng- Check memoperand alignment instead of checking stack...
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Lang HamesAdded a testcase for PR5495.
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jim Grosbachtbb opt off by default
2009-11-16 David GreeneSupport spill comments.
2009-11-16 Evan ChengCheck if subreg index is zero.
2009-11-16 Evan ChengFor some targets, a copy can use a register multiple...
2009-11-16 Evan Chengxfail for now. It has been failing.
2009-11-16 Bruno Cardoso Lopes- Fix a small bug while handling target constant pools...
2009-11-15 Jim GrosbachDetect need for autoalignment of the stack earlier...
2009-11-14 Jim Grosbachremove xfail
2009-11-14 Richard OsborneAdd XCore support for arbitrary-sized aggregate returns.
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-11-14 Evan Cheng- Change TargetInstrInfo::reMaterialize to pass in...
2009-11-14 Evan ChengAdd radar number.
2009-11-14 Evan ChengFix PR5412: Fix an inverted check and another missing...
2009-11-14 Dan GohmanEnable the tail call optimization when the caller retur...
2009-11-14 Evan ChengWhen expanding t2STRDi8 r, r to two stores, add kill...
next