Remove isTwoAddress from SystemZ.
[oota-llvm.git] / test /
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...
2010-06-12 Daniel Dunbartests: Make macho-dump.bat actually work.
2010-06-12 Daniel Dunbartests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE...
2010-06-12 Bruno Cardoso LopesMore AVX: {ADD,SUB,MUL,DIV}{PD,PS}rm
2010-06-12 Bruno Cardoso LopesMore AVX: {ADD,SUB,MUL,DIV}{PD,PS}rr
2010-06-11 Bruno Cardoso LopesMore AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)
2010-06-11 Daniel Dunbartests: Add wrapper script for calling macho-dump on...
2010-06-11 Bob WilsonAdd a missing bitcast. This code used to only handle...
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-10 Bruno Cardoso LopesTeach tablegen to allow "let" expressions inside multic...
2010-06-09 Bill WendlingTestcase for r105741.
2010-06-09 Jakob Stoklund OlesenMark physregs defined by inline asm as implicit.
2010-06-09 Daniel DunbarWorkaround SCEV non-determinism on this test, for now...
2010-06-09 Kalle RaiskilaFix SPU to cope with vector insertelement to an undef...
2010-06-09 Kalle RaiskilaHandle loading from/storing to undef pointers on SPU...
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-08 Rafael EspindolaAdd more virtual memory to lit. The python in x86-64...
2010-06-07 Stuart HastingsTweak test for debug/metadata change, update to FileChe...
2010-06-07 Dan GohmanFix this test to work under lit.
2010-06-07 Dan GohmanRun dead type elimination after dead argument elimination.
2010-06-07 Dan GohmanMake bugpoint dead-argument-hacking actually work,...
2010-06-07 Dan GohmanOptimize ScalarEvolution's SCEVComplexityCompare predic...
2010-06-05 Kenneth UildriksPartial specialization was not checking the callsite...
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-06-05 Bruno Cardoso LopesTeach tablegen to support 'defm' inside multiclasses.
2010-06-05 Stuart HastingsRevert 105492 & 105493 due to a testcase regression...
2010-06-05 Dan GohmanLSR needs to remember inserted instructions even in...
2010-06-04 Devang Pateltest case for r105504.
2010-06-04 Evan ChengRe-apply 105308 with fix.
2010-06-04 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-04 Devang PatelCopy location info for current function argument from...
2010-06-04 Dale JohannesenMore tail call removal.
2010-06-04 Dan GohmanFix normalization and de-normalization of non-affine...
2010-06-04 Mon P WangFixed a bug during widening where we would avoid legali...
2010-06-04 Dale JohannesenRemove more tail calls.
2010-06-04 Dale JohannesenRemove a tail call, and move some CHECKs to the
2010-06-04 Dan GohmanThis test doesn't need the ssp attribute.
next