[tablegen] A couple of changes to ClangDiagnosticEmmitter.
[oota-llvm.git] / test /
2011-05-25 Charles DavisAdd tests for .seh_savereg and .seh_savexmm parsing...
2011-05-25 Cameron ZwarichMake tTAILJMPr/tTAILJMPrND emit a tBX without a precedi...
2011-05-25 Andrew Trickindvars: fixed IV cloning in -disable-iv-rewrite mode...
2011-05-25 Charles DavisAdd a test for .seh_pushframe parsing. Fix the bug...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-25 Akira HatanakaFix lowering of DYNAMIC_STACKALLOC nodes.
2011-05-25 Charles DavisAdd a test for the .seh_handler directive. Fix problems...
2011-05-25 Bruno Cardoso LopesFix PR9762
2011-05-24 Eric ChristopherImplement the arm 'L' asm modifier.
2011-05-24 Eric ChristopherImplement the immediate part of the 'B' modifier.
2011-05-24 Eric ChristopherAdd support for the arm 'y' asm modifier.
2011-05-24 Akira HatanakaTest case for r132003.
2011-05-24 Charles DavisTest basic SEH directive-parsing functionality. Fix...
2011-05-24 Akira HatanakaFix test case.
2011-05-24 Akira HatanakaRevision 131986 test case.
2011-05-24 Cameron ZwarichFix "make check" in Release by removing debug-only...
2011-05-24 Dan GohmanMake DecomposeGEPExpression check SimplifyInstruction...
2011-05-24 Cameron ZwarichMake LoadAndStorePromoter preserve debug info and creat...
2011-05-24 Rafael EspindolaFix the defaults for .eh_frame. We were marking it...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2011-05-24 Andrew TrickFileCheck-ize a couple of IV unit tests.
2011-05-24 Andrew TrickTest case for r130799 - indvars: Added canExpandBackEdg...
2011-05-23 Akira HatanakaAdd pattern for double-to-integer conversion. Patch...
2011-05-23 Dan GohmanWhen checking for signed multiplication overflow, watch...
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-23 Devang PatelTest case for r131908.
2011-05-23 Devang PatelWhile replacing all uses of a SDValue with another...
2011-05-23 Chris Lattnerfix a really nasty basicaa mod/ref calculation bug...
2011-05-23 Cameron ZwarichFix <rdar://problem/9476260> by having tail calls alway...
2011-05-23 Chris LattnerTransform any logical shift of a power of two into...
2011-05-23 Chris LattnerTeach valuetracking that byval arguments with a specifi...
2011-05-22 Chris Lattneradd test from PR9164
2011-05-22 Chris Lattnertestcase for PR9378
2011-05-22 Chris Lattnerimplement PR9315, constant folding exp2 in terms of...
2011-05-22 Renato GolinRTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
2011-05-22 Chris LattnerCarve out a place in instcombine to put transformations...
2011-05-22 Johnny ChenFix Bug 9386 - ARM disassembler failed to disassemble...
2011-05-22 Chris LattnerFix PR9815: I was trying to get out of "generating...
2011-05-22 Frits van BommelAdd a parameter to ConstantFoldTerminator() that caller...
2011-05-22 Chris LattnerI missed a checking with my GVN change.
2011-05-22 Chris Lattnerfix PR9856, an incorrectly conservative assertion:...
2011-05-22 Chris Lattnerfix PR9841 by having GVN not process dead loads. This was
2011-05-22 Chris Lattnerremove a trivial test, make some other tests less trivial.
2011-05-22 Chris Lattnermake this test less trivial.
2011-05-22 Nick LewyckyCommit test change, forgotten as part of r131838.
2011-05-22 Nick LewyckyTeach the inliner to emit llvm.lifetime.start/end,...
2011-05-22 Nick LewyckyFix grammar in test.
2011-05-21 Duncan SandsRevert commit 131781, to see if it fixes the x86-64...
2011-05-21 Benjamin KramerImplement mulo x, 2 -> addo x, x in DAGCombiner.
2011-05-21 Benjamin KramerMerge and FileCheckize test cases.
2011-05-21 Benjamin KramerRevert "InstCombine: Turn mul.with.overflow(X, 2) into...
2011-05-21 Benjamin KramerInstCombine: Turn mul.with.overflow(X, 2) into the...
2011-05-21 Dan GohmanWhen BasicAA can determine that two pointers have the...
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-20 Rafael Espindolaadds some attributes to attribute section when cpu...
2011-05-20 Rafael Espindolafixes target address tBL and tBLX and sets relocation...
2011-05-20 Stuart HastingsRe-commit 131641 with fixes; de-pseudoize MOVSX16rr8...
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-05-20 Chad RosierFixed regression due to commit 131709, which disables...
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-20 Cameron ZwarichFix PR9960 by teaching SimpleRegisterCoalescing::Adjust...
2011-05-20 Akira HatanakaFix bug in which nodes that write to argument registers...
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-05-19 Eli FriedmanAdd fast-isel support for zeroext and signext ret instr...
2011-05-19 Rafael EspindolaLooks like OS X assemblers (including MC) don't like
2011-05-19 Eric ChristopherOddly people want to use the 'r' constraint for fp...
2011-05-19 Eli FriedmanFix up this test to use explicit triples (Win64 passes...
2011-05-19 Jason W KimThis fixes one divergence between LLVM and binutils...
2011-05-19 Rafael EspindolaADD64ri32 sign extends its argument, so we need to...
2011-05-19 Akira HatanakaAlign i64 arguments to 64 bit boundaries.
2011-05-19 Evan Chengcrc32 with 64-bit output zeros upper 32-bits. rdar...
2011-05-19 Stuart HastingsMove test to Transforms/InstCombine.
2011-05-19 Rafael EspindolaAdd test for PR9946.
2011-05-18 Eli FriedmanMore instcombine cleanup, towards improving debug line...
2011-05-18 Tanya LattnerHandle perfect shuffle case that generates a vrev for...
2011-05-18 Dan GohmanWhen forming an ICmpZero LSRUse, normalize the non...
2011-05-18 Johnny ChenDisassembly of tBcc was wrongly adding 4 to the SignExt...
2011-05-18 Chad RosierEnables vararg functions that pass all arguments via...
2011-05-18 Eli FriedmanMore instcombine cleanup aimed towards improving debug...
2011-05-18 Stuart HastingsAn imminent fix to the x86_64 byval logic will expose...
2011-05-18 Eli FriedmanForce a triple on a couple of tests; we don't support...
2011-05-18 Stuart HastingsMerge pmovzx test case into existing file.
2011-05-18 Justin HolewinskiPTX: add flag to disable mad/fma selection
2011-05-18 Duncan SandsTighten up checking of the validity of casts. (1)...
2011-05-18 Tanya LattnerIn r131488 I misunderstood how VREV works. It splits...
2011-05-18 Eli FriedmanStart trying to make InstCombine preserve more debug...
2011-05-18 Eli FriedmanMake some of the fast-isel tests actually test fast...
2011-05-17 Stuart HastingsX86 pmovsx/pmovzx ignore the upper half of their inputs.
2011-05-17 Tanya Lattnervrev is incorrectly defined in the perfect shuffle...
2011-05-17 Galina KistanovaMove test for appropriate directory.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Stuart HastingsDrop lli, revise test.
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanFix test.
2011-05-17 Evan ChengAdd target triple so test doesn't fail on Windows machines.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-16 Eli FriedmanRemove dead code. Fix associated test to use FileCheck.
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
next