Clang: separate the access-control diagnostics from other diagnostics that do not...
[oota-llvm.git] / test /
2011-01-27 Roman DivackyAdd support for specifying register name in cfi-registe...
2011-01-27 Nick LewyckyFix surprising missed optimization in mergefunc where...
2011-01-27 Eric ChristopherAdd a testcase for my last checkin.
2011-01-26 Bruno Cardoso LopesAdd encoding testcases for ARM vcvtr variations
2011-01-26 Bruno Cardoso Lopesfix the encoding and add testcases for ARM nop, yield...
2011-01-26 Duncan SandsFix PR9039, a use-after-free in reassociate. The issue...
2011-01-26 NAKAMURA TakumiTarget/X86: Tweak win64's tailcall.
2011-01-26 NAKAMURA TakumiFix whitespace.
2011-01-25 Rafael EspindolaMove unnamed_addr after the function arguments on Sabre...
2011-01-25 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-25 Duncan SandsIn which I discover that zero+zero is zero, d'oh!
2011-01-25 Duncan SandsTurn off this test - the corresponding instsimplify...
2011-01-25 Duncan SandsAccording to my auto-simplifier the most common missed...
2011-01-25 Nick LewyckyTeach mergefunc how to emit aliases safely again -...
2011-01-25 Evan ChengDon't merge restore with tail call instruction.
2011-01-24 Devang PatelSpeculatively revert r124138.
2011-01-24 Rafael EspindolaJörg Sonnenberger noticed that we were missing this...
2011-01-24 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-24 Duncan SandsTestcase for dragonegg commit 124128.
2011-01-24 Rafael EspindolaHandle strings in section names the same way as gas:
2011-01-24 Dan GohmanAdd another rdar number.
2011-01-24 Chris Lattnerfix a missing shuffle pattern, PR9009. Patch by Artiom...
2011-01-24 Chris Lattnermerge all the "crash tests" into crash.ll
2011-01-24 Chris Lattnerfix PR9017, a bug where we'd assert when promoting...
2011-01-24 Chris Lattnerfix PR9015, a crash linking recursive metadata.
2011-01-24 Chris Lattnerenhance SRoA to promote allocas that are used by PHI...
2011-01-23 Chris LattnerEnhance SRoA to promote allocas that are used by select...
2011-01-23 Nick LewyckySimplify some code with no functionality change. Make...
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Rafael EspindolaAdd support for lowercase variants.
2011-01-23 Chris LattnerEnhance SRoA to be more aggressive about scalarization...
2011-01-23 Chris Lattnerremove an old hack that avoided creating MMX datatypes...
2011-01-23 Nick LewyckyUse value ranges to fold ext(trunc) in SCEV when possible.
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-22 Venkatraman Govind... Pass sret arguments through the stack instead of throug...
2011-01-22 Venkatraman Govind... Added ICC, FCC as uses of movcc instruction to generate...
2011-01-21 Dan GohmanActually check memcpy lengths, instead of just commenti...
2011-01-21 Venkatraman Govind... Sparc backend:
2011-01-21 Owen AndersonJust because we have determined that an (fcmp | fcmp...
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-21 Bruno Cardoso LopesFix the encoding of QADD/SUB, QDADD/SUB. While qadd16...
2011-01-21 Venkatraman Govind... Implement support for byval arguments in Sparc backend.
2011-01-21 Michael J. SpencerRevert "Object: Renable the tests now that none of...
2011-01-21 Andrew TrickEnable support for precise scheduling of the instructio...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-21 Chris Lattnerfix PR9013, an infinite loop in instcombine.
2011-01-21 Michael J. SpencerObject: Renable the tests now that none of the build...
2011-01-21 Nick LewyckyDon't try to pull vector bitcasts that change the numbe...
2011-01-21 Nick LewyckyAdd a constant folding of casts from zero to zero....
2011-01-20 Evan ChengDon't be overly aggressive with CSE of "ldr constantpoo...
2011-01-20 Tobias GrosserImplement requiredTransitive
2011-01-20 Bruno Cardoso LopesAdd testcases for clz encoding
2011-01-20 Bruno Cardoso LopesFix the encoding and parsing of clrex instruction
2011-01-20 Bruno Cardoso LopesAdd cdp/cdp2 instructions for thumb/thumb2
2011-01-20 Devang PatelDisable objdump-trivial-object.test. It is broken on...
2011-01-20 Bruno Cardoso Lopes- Use a more appropriate name for Owen's ARM Parser...
2011-01-20 Bruno Cardoso LopesAdd mcr*2 and mr*c2 support to thumb2 targets
2011-01-20 Bruno Cardoso LopesAdd mcr* and mr*c support to thumb targets
2011-01-20 Michael J. SpencerDisable this test until I can figure out why it's broke...
2011-01-20 Kalle RaiskilaAllow sign-extending of i8 and i16 to i128 on SPU.
2011-01-20 Duncan SandsAt -O123 the early-cse pass is run before instcombine...
2011-01-20 Eric ChristopherExpand invalid return values for umulo and smulo. Handl...
2011-01-20 Evan ChengAdd test.
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-20 Michael J. SpencerObject: Add some tests!
2011-01-20 Venkatraman Govind... Sparc backend: Implements a delay slot filler that...
2011-01-20 Eric ChristopherIf we can, lower the multiply part of a umulo/smulo...
2011-01-20 Devang PatelFix debug info for merged global.
2011-01-19 Nick LewyckySimilarly, analyze truncate through multiply.
2011-01-19 Nick LewyckyAdd a missed SCEV fold that is required to continue...
2011-01-19 Bruno Cardoso LopesFix the encoding of mrrc and mcrr family of instruction...
2011-01-19 Rafael EspindolaAdd unnamed_addr when we can show that address of a...
2011-01-19 Nick LewyckyAdd a missing SCEV simplification sext(zext x) -->...
2011-01-18 Owen AndersonWhen matching asm operands, always try to match the...
2011-01-18 Bruno Cardoso LopesCreate two new generic classes to represent the followi...
2011-01-18 Bruno Cardoso LopesFix MRS encoding for arm and thumb.
2011-01-18 Bruno Cardoso LopesFix the encoding of t2ISB by using the right class...
2011-01-18 Dan GohmanTeach BasicAA to return PartialAlias in cases where...
2011-01-18 Bruno Cardoso LopesFollow the current hack set and enable the correct...
2011-01-18 Chris Lattnerfix rdar://8878965, a regression I introduced with...
2011-01-18 Bruno Cardoso LopesAdd support for parsing and encoding ARM's official...
2011-01-18 Bruno Cardoso LopesAdd support for mips32 madd and msub instructions....
2011-01-18 Duncan SandsFor completeness, generalize the (X + Y) - Y -> X trans...
2011-01-18 Duncan SandsSimplify (X<<1)-X into X. According to my auto-simplie...
2011-01-18 Daniel DunbarMcARM: Start marking T2 address operands as such, for...
2011-01-17 Benjamin KramerFix an off-by-one error in ctpop combining.
2011-01-17 Devang PatelUpdate tests to accomodate unnamed_addr introduction.
2011-01-17 Benjamin KramerAdd a DAGCombine to turn (ctpop x) u< 2 into (x & x...
2011-01-17 Kalle RaiskilaDon't crash SPU BE with memory accesses with big alignmnet.
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-16 Nick LewyckyTest for lazy value info's ability to prove the absense...
2011-01-16 Michael J. SpencerMake everyone happy this time.
2011-01-16 Anders CarlssonTeach DAE to look for functions whose arguments are...
2011-01-16 Michael J. SpencerTry and fix this test. For some reason llvm-ar thinks...
2011-01-16 Rafael EspindolaUpdate tests.
2011-01-16 Rafael EspindolaDon't merge two constants if we care about the address...
2011-01-16 Owen AndersonReduce and merge testcases.
2011-01-16 Chris Lattnerfix PR8514, a bug where the "heroic" transformation...
2011-01-16 Chris Lattnerfix PR8932, a case where arg promotion could infinitely...
2011-01-16 Chris Lattnerif an alloca is only ever accessed as a unit, and is...
next