Add includes to get ptrdiff_t. This is needed by gcc-4.6 which has
[oota-llvm.git] / test /
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...
2010-05-28 Dan GohmanTeach lint how to look through simple store+load pairs...
2010-05-28 Dan GohmanTeach instcombine to promote alloca array sizes.
2010-05-28 Dan GohmanAdd a testcase for getelementptr index promotion.
2010-05-28 Dan GohmanAdd a lint check for returning the address of stack...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-27 Jakob Stoklund OlesenAdd a -regalloc=default option that chooses a register...
2010-05-27 Evan Chengllvm can't correctly support 'H', 'Q' and 'R' modifiers...
2010-05-27 Kevin EnderbyMC/X86: Add aliases for Jcc variants.
2010-05-27 Devang PatelDo not drop location info for inlined function args.
2010-05-27 Stuart HastingsAdjust test case for lexical block pruning. Follow...
2010-05-27 Devang PatelLet's try one more time to match patterns.
2010-05-27 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2010-05-27 Devang PatelTemp. labels number may not match for all configurations.
2010-05-27 Devang Patelinlined function's arguments need a label to mark the...
2010-05-27 Stuart HastingsSupport for nested functions/classes in debug output...
2010-05-27 Gabor Greifrename test to represent meaningful date
2010-05-27 Bob WilsonAdd a test for llvm-gcc svn r104726.
2010-05-27 Eric ChristopherAdd a quick test of relocations.
2010-05-26 Devang PatelSimplify. Eliminate unneeded debug_loc entry.
2010-05-26 Dan GohmanReinstate checking of stackrestore, with checking for...
2010-05-26 Dan GohmanImplement checking of the tail keyword.
2010-05-26 Devang PatelUpdate debug info when live-in reg is copied into a...
2010-05-26 Kevin EnderbyFix the x86 move to/from segment register instructions.
2010-05-26 Dale JohannesenTestcase for 104624/104619/PR7191/8023512.
2010-05-25 Devang PatelFirst cut at supporting .debug_loc section.
2010-05-25 Benjamin KramerProperly promote operands when optimizing a single...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-25 Kevin EnderbyChanged the encoding of X86 floating point stack operat...
2010-05-25 Dale JohannesenRemoving test; Chris thinks it's better to have the
2010-05-25 Daniel DunbarMC/X86: Add a hack to allow recognizing 'cmpltps' and...
2010-05-25 Dale JohannesenFix another variant of PR 7191. Also add a testcase
2010-05-25 Daniel DunbarMC/X86: Define explicit immediate forms of cmp{ss,sd...
2010-05-25 Kevin EnderbyThe BT64ri8 record in X86Instr64bit.td was missing...
2010-05-25 Eric ChristopherMake sure aeskeygenassist uses an unsigned immediate...
2010-05-24 Dan GohmanFix an mmx movd encoding.
2010-05-24 Kevin EnderbyMC/X86: Add aliases for CMOVcc variants.
2010-05-24 Bob WilsonThumb2 RSBS instructions were being printed without...
2010-05-24 Evan ChengLR is in GPR, not tGPR even in Thumb1 mode.
next