use ArgOperand API
[oota-llvm.git] / test /
2010-06-24 Dan GohmanEliminate the other half of the BRCOND optimization...
2010-06-24 Dan GohmanEliminate the first have of the optimization which...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
2010-06-24 Chris LattnerTeach the x86 mc assembler that %dr6 = %db6, this imple...
2010-06-24 Dan GohmanOptimize the "bit test" code path for switch lowering...
2010-06-24 Jakob Stoklund OlesenRevert "Replace a big gob of old coalescer logic with...
2010-06-24 Bruno Cardoso LopesAdd AVX CMP{SS,SD}{rr,rm} instructions and encoding...
2010-06-24 Jakob Stoklund OlesenReplace a big gob of old coalescer logic with the new...
2010-06-23 Bill WendlingWe are missing opportunites to use ldm. Take code like...
2010-06-23 Bruno Cardoso LopesAdd AVX MOVMSK{PS,PD}rr instructions
2010-06-23 Bruno Cardoso LopesAdd tests for different AVX cmp opcodes, also teach...
2010-06-23 Bruno Cardoso LopesAdd AVX SHUF{PS,PD}{rr,rm} instructions
2010-06-23 Nico WeberAdd support for the x86 instructions "pusha" and "popa".
2010-06-23 Bruno Cardoso LopesFix a tblgen bug.
2010-06-23 Dale JohannesenReinstate correct test, remove the real invalidated...
2010-06-23 Dale JohannesenRemove tests invalidated by previous checkin.
2010-06-23 Bill WendlingMorphNodeTo doesn't preserve the memory operands. Becau...
2010-06-23 Daniel Dunbartests: Tweak lit.cfg to fix breakage with out-of-dir...
2010-06-23 Daniel DunbarRevert r106263, "Fold the ShrinkDemandedOps pass into...
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-23 Stuart HastingsLess incorrect handling of zero-length bitfields. ...
2010-06-22 Bruno Cardoso LopesAdd AVX compare packed instructions
2010-06-22 Dan GohmanLoosen up this test so that it doesn't depend as much...
2010-06-22 Dan GohmanFix OptimizeMax to handle an odd case where one of...
2010-06-22 Bruno Cardoso LopesReapply support for AVX unpack and interleave instructi...
2010-06-22 Bruno Cardoso LopesAdd AVX MOV{SS,SD}{rr,rm} instructions
2010-06-22 Bob WilsonThumb1 functions using @llvm.returnaddress were not...
2010-06-22 Eric ChristopherMove a 64-bit test to the 64-bit file. Fixes an llvm...
2010-06-22 Dale JohannesenAdd SSE so these actually pass on non-X86 hosts.
2010-06-22 Bruno Cardoso LopesFix a subtle multiclass bug: when using class inheritan...
2010-06-22 Bill WendlingCorresponding test changes for r106564.
2010-06-22 Mon P WangMove v-binop-widen tests to X86 since they don't work...
2010-06-22 Jakob Stoklund OlesenRemove the SimpleJoin optimization from SimpleRegisterC...
2010-06-22 Dan GohmanAllow "exhaustive" trip count evaluation on phi nodes...
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2010-06-21 Dan GohmanTeach two-address lowering how to unfold a load to...
2010-06-21 Evan ChengFix PR7421: bug in kill transferring logic. It was...
2010-06-21 Dan GohmanMake this test more robust in case LLVM ever decides...
2010-06-21 Dale JohannesenAdd missing FileCheck call.
2010-06-21 Devang Pateltest case for r106438.
2010-06-21 Dale JohannesenFix PR 7433. Silly typo in non-Darwin ARM tail call
2010-06-21 Eric ChristopherAdd some codegen patterns for x86_64-linux-gnu tls...
2010-06-21 Kalle RaiskilaAdd the check to the testcase of r106419.
2010-06-21 Kalle RaiskilaMark the SPU 'lr' instruction to never have side effects.
2010-06-21 Kalle RaiskilaFix the lowering of VECTOR_SHUFFLE on SPU to handle...
2010-06-21 Kalle RaiskilaFix lowering of VECTOR_SHUFFLE on SPU. Old algorithm
2010-06-20 Evan ChengFix a crash caused by dereference of MBB.end(). rdar...
2010-06-19 Dan GohmanInclude the use kind along with the expression in the...
2010-06-19 Dan GohmanFix ScalarEvolution's "exhaustive" trip count evaluatio...
2010-06-19 Bruno Cardoso LopesRefactor aliased packed logical instructions, also add
2010-06-19 Evan ChengDisable sibcall optimization for Thumb1 for now since...
2010-06-19 Bruno Cardoso LopesShrink down code and add for free AVX {MIN,MAX}P{S...
2010-06-19 Chris Lattnerfix rdar://7873482 by teaching the instruction encoder...
2010-06-18 Evan ChengMove ARM if-conversion before post-ra scheduling.
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-18 Jakob Stoklund OlesenTwoAddressInstructionPass::CoalesceExtSubRegs can inser...
2010-06-18 Evan ChengFix an inverted condition.
2010-06-18 Jakob Stoklund OlesenWhen using ADDri to get the address of a stack object...
2010-06-18 Dan GohmanRevert r106304 (105548 and friends), which are the...
2010-06-18 Bruno Cardoso LopesTeach tablegen how to inherit from classes in 'defm...
2010-06-18 Dan GohmanReapply 105540, 105542, and 105548, and revert r105732.
2010-06-18 Dale JohannesenEnable tail calls on ARM by default, with some
2010-06-18 Jakob Stoklund OlesenTreat the ARM inline asm {cc} constraint as a physreg...
2010-06-18 Dan GohmanDon't write a file named "&1".
2010-06-18 Dan GohmanDisable indvars on loops when LoopSimplify form is...
2010-06-18 Dan GohmanDon't maintain a set of deleted nodes; instead, use...
2010-06-18 Bruno Cardoso LopesAdd {mix,max}{ss,sd}{rr,rm} AVX forms.
2010-06-18 Dan GohmanFold the ShrinkDemandedOps pass into the regular DAGCom...
2010-06-18 Dan GohmanMake this test less fragile.
2010-06-17 Dale JohannesenTestcase for llvm-gcc 106225.
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-06-17 Bruno Cardoso LopesFor a tablegen expression such as !if(a,b,c), let 'a'
2010-06-16 Bruno Cardoso Lopeslet the '!eq' expression support 'int' and 'bit' types
2010-06-16 Jakob Stoklund OlesenAllow a register to be redefined multiple times in...
2010-06-16 Jim Grosbachmodify so the test doesn't drop an output file in the...
2010-06-16 Devang PatelBe specific. Use FileCheck.
2010-06-16 Rafael EspindolaMake sure that simplify libcalls does not replace a...
2010-06-16 Devang PatelThis requires more investigation. Unblock buildbots...
2010-06-16 Devang PatelUpdate test to explicitly capture llc output.
2010-06-16 Benjamin Kramersimplify-libcalls: fold strncmp(x, y, 1) -> memcmp...
2010-06-16 Evan ChengMake post-ra scheduling, anti-dep breaking, and registe...
2010-06-15 Bill WendlingCreate a more targeted fix for not sinking instructions...
2010-06-15 Rafael EspindolaUpdate test to match recent llvm-gcc change.
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-06-15 Benjamin Kramersimplify-libcalls: fold strstr(a, b) == a -> strncmp...
2010-06-15 Rafael EspindolaSet the mtriple in some tests so that they use AAPCS.
2010-06-15 Mon P WangFixed vector widening of binary instructions that can...
2010-06-15 Chris Lattnerfix fastisel to handle GS and FS relative pointers...
2010-06-15 Rafael EspindolaRemove the arm_aapcscc marker from the tests. It is...
2010-06-15 Jakob Stoklund OlesenAvoid processing early clobbers twice in RegAllocFast.
2010-06-15 Jakob Stoklund OlesenAdd CoalescerPair helper class.
2010-06-15 Bob WilsonGeneralize the pre-coalescing of extract_subregs feedin...
2010-06-14 Chris Lattnerapparently lots of dupes.
2010-06-14 Chris Lattnerfix a nasty bug where we were not treating available_ex...
2010-06-14 Chris Lattnerremove old test.
2010-06-14 Chris Lattnerrename test
2010-06-14 Chris Lattnerjump threading can't split a critical edge from an...
2010-06-14 Stuart HastingsTest case for Radar 8004649.
2010-06-13 Benjamin KramerTest case for r105914.
2010-06-12 Daniel Dunbartests: Run macho-dump with binary unbuffered streams...
next