Remove arm_apcscc from the test files. It is the default and doing this
[oota-llvm.git] / test /
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.
2010-06-04 Dale JohannesenRemove tail call. A tail call version will follow.
2010-06-03 Dale JohannesenRemove tail call to preserve this test. A tail
2010-06-03 Dale JohannesenMake this test not use tail calls. A tail call
2010-06-03 Dan GohmanFix SimplifyDemandedBits' AssertZext logic to demand...
2010-06-03 Bob WilsonRevert 105308.
2010-06-03 Bill WendlingMachine sink could potentially sink instructions into...
2010-06-03 Eric ChristopherOne underscore, not two.
2010-06-03 Eli FriedmanImplement expansion in type legalization for add/sub...
2010-06-02 Evan ChengEnable machine cse of instructions which define physica...
2010-06-01 Devang PatelDwarfWrite is now smart enough to drop debug value...
2010-06-01 Devang PatelKeep track of incoming debug value of unused argument.
2010-06-01 Dan GohmanFill in missing support for ISD::FEXP, ISD::FPOWI,...
2010-06-01 Kalle RaiskilaFix handling of 'load' nodes.
2010-05-31 Bill WendlingDebreak test for non-Darwin.
2010-05-31 Duncan SandsFix PR7272: when inlining through a callsite with byval...
2010-05-31 Eric ChristopherAdd a test for the llvm-gcc commit in r90200.
2010-05-31 Chris Lattnerfix PR6623: when optimizing for size, don't inline...
2010-05-31 Chris Lattnerupgrade and filecheckize this test.
2010-05-31 Nick LewyckyThe memcpy intrinsic only takes i8* for %src and %dst...
2010-05-29 Evan ChengRemove schedule-livein-copies. It's not being used.
2010-05-29 Evan ChengFix PR7193: if sibling call address can take a register...
2010-05-28 Evan ChengFix some latency computation bugs: if the use is not...
2010-05-28 Dan GohmanAdd lint checks for function attributes.
2010-05-28 Kevin EnderbyMC/X86: Add alias for movzx.
2010-05-28 Kevin EnderbyMC/X86: Add alias for fwait.
2010-05-28 Kevin EnderbyFix the use of x86 control and debug registers so that...
2010-05-28 Dale JohannesenAdd missing space; works for me.
2010-05-28 Dan GohmanFix lint's memcpy and memmove checks, and its basic...
2010-05-28 Jakob Stoklund OlesenFix more tests that depended on the default register...
2010-05-28 Dan GohmanDetect self-referential values.
2010-05-28 Dan GohmanRemove this va_arg test, which is no longer applicable.
2010-05-28 Stuart HastingsRevert 104841, 104842, 104876 due to buildbot failures...
2010-05-28 Dan GohmanEli pointed out that va_arg instruction result values...
next