Add an atomic lowering pass
[oota-llvm.git] / test /
2010-08-03 Peter CollingbourneAdd an atomic lowering pass
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-08-03 Michael J. SpencerRevert "MC: Fix symbol fragment offsets in COFF."
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-08-02 Stuart HastingsDiabolical hack to make a test compatible with clang...
2010-08-02 Dan GohmanAdd a lint check for indirectbr with no successors.
2010-08-02 Stuart HastingsTestcase for r110043. Radar 8246180.
2010-08-02 Kalle RaiskilaMore SPU v2f32 stuff added: insertelement and shuffle.
2010-08-02 Kalle RaiskilaAdd preliminary v2f32 support for SPU. Like with v2i32...
2010-08-02 Owen AndersonRe-apply the infamous r108614, with a fix pointed out...
2010-08-02 Kalle RaiskilaAdd preliminary v2i32 support for SPU backend. As there...
2010-08-02 Daniel DunbarFix comment.
2010-08-02 Daniel Dunbartests: Kill off custom targets which were just there...
2010-08-02 Daniel Dunbartests: Deprecate TestRunner.sh, and have it just invoke...
2010-08-02 Eli FriedmanPR7781: Fix incorrect shifting in PPCTargetLowering...
2010-08-02 Daniel Dunbartests: Make 'lit' the default test tool. You can still...
2010-08-01 Eli FriedmanPR7774: Fix undefined shifts in Alpha backend. As...
2010-07-31 Bob WilsonRevert new AVX intrinsic tests. They are breaking...
2010-07-31 Daniel DunbarSpeculatively revert r108614, "Another attempt at getti...
2010-07-31 Bob WilsonAdd support for disassembling VMVN (immediate) instruct...
2010-07-30 Dale JohannesenPPC doesn't supported VLA with large alignment. This was
2010-07-30 Bruno Cardoso LopesA *bunch* of tests for AVX intrinsics
2010-07-30 Bob WilsonAttempt to fix the llvm-gcc-powerpc-darwin9 buildbot.
2010-07-30 Eli FriedmanFix for bug reported by Evzen Muller on llvm-commits...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-29 Eric ChristopherFix this up per llvm-gcc r109819.
2010-07-29 Benjamin KramerRemove XFAIL, test doesn't leak anymore.
2010-07-29 Dale JohannesenImplement vector constants which are splat of
2010-07-28 Dan GohmanMake GlobalValue alignment consistent with load, store...
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-07-28 Nate BegemanImplement a vectorized algorithm for <16 x i8> << ...
2010-07-27 Stuart HastingsTestcase for r109556. Radar 8198362.
2010-07-27 Nate Begeman~40% faster vector shl <4 x i32> on SSE 4.1 Larger...
2010-07-27 Devang PatelUpdate tests to not rely on input file's absolute path.
2010-07-27 Nate BegemanFix a crash in the dag combiner caused by ConstantFoldB...
2010-07-27 Tobias GrosserMake coff-dump.py executable and add python as executab...
2010-07-27 Michael J. SpencerMake MC use Windows COFF on Windows and add tests.
2010-07-26 Anton KorobeynikovCurrently EH lowering code expects typeinfo to be globa...
2010-07-26 Owen AndersonFix a test with malformed IR. Not sure why this didn...
2010-07-26 Dan GohmanFix SCEVExpander::visitAddRecExpr so that it remembers...
2010-07-26 Dan GohmanAvoid depending on LCSSA implicitly pulling in LoopSimp...
2010-07-24 Bruno Cardoso LopesSupport x86 "eiz" and "riz" pseudo index registers...
2010-07-23 Matt FlemingConsolidate the ELF section directive tests into a...
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-23 Bruno Cardoso LopesMove AVX encoding tests to different files
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Stuart HastingsTest case to insure template function declaration refer...
2010-07-23 Bruno Cardoso LopesAdd AVX version of CLMUL instructions
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...
2010-07-23 Bruno Cardoso LopesAdd complete assembler support for FMA3 instructions...
2010-07-22 Bruno Cardoso LopesAdd remaining AVX instructions (most of them dealing...
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-07-22 Eric ChristopherCustom lower the memory barrier instructions and add...
2010-07-21 Evan ChengMore register pressure aware scheduling work.
2010-07-21 Bruno Cardoso LopesAdd more 256-bit forms for a bunch of regular AVX instr...
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.
2010-07-21 Bruno Cardoso LopesAdd missing AVX convert instructions. Those instruction...
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-21 Rafael EspindolaFix calling convention on ARM if vfp2+ is enabled.
2010-07-21 Bruno Cardoso LopesAdd AVX only vzeroall and vzeroupper instructions
2010-07-21 Eric ChristopherTurn this test on again after the llvm-gcc change in...
2010-07-21 Eric ChristopherUpdate this to use a "valid" alignment.
2010-07-21 Bruno Cardoso LopesAdd new AVX vpermilps, vpermilpd and vperm2f128 instruc...
2010-07-21 Bruno Cardoso LopesAdd new AVX vmaskmov instructions, and also fix the...
2010-07-20 Bruno Cardoso LopesAdd new AVX vextractf128 instructions
2010-07-20 Matt FlemingInclude some tests for the recently committed ELF secti...
2010-07-20 Eric ChristopherTestcase for llvm-gcc commit r108910.
2010-07-20 Bruno Cardoso LopesAdd new AVX instruction vinsertf128
2010-07-20 Dan GohmanFix SCEV denormalization of expressions where the exit...
2010-07-20 Jim Grosbachupdate tests for smarter BIC usage
2010-07-20 Duncan SandsThe same problem was being tracked in PR7652.
2010-07-20 Bruno Cardoso LopesFix PR7174, a couple o Mips fixes:
2010-07-20 Bruno Cardoso LopesFix Mips PR7473. Patch by stetorvs@gmail.com
2010-07-20 Bruno Cardoso Lopesx86_32 tests for vbroadcast
2010-07-20 Bruno Cardoso LopesAdd AVX vbroadcast new instruction
2010-07-19 Bruno Cardoso LopesAdd 256-bit vaddsub, vhadd, vhsub, vblend and vdpp...
2010-07-19 Dan GohmanAfter a custom inserter, in a block which has constant...
2010-07-19 Daniel DunbarX86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit...
2010-07-19 Dale JohannesenTestcase for 108732 (8195660).
2010-07-19 Devang PatelFix PR 7662.
2010-07-19 Owen AndersonTestcase for r108687.
2010-07-19 Owen AndersonRemove r108639 now that it is handled by InstCombine...
2010-07-19 Daniel DunbarX86-64: Mark WINCALL and more tail call instructions...
2010-07-19 Daniel DunbarMC/X86: We now match instructions like "incl %eax"...
2010-07-19 Daniel Dunbartests: Force another triple.
2010-07-18 Daniel Dunbartests: Force triples.
2010-07-18 Daniel DunbarMC/AsmParser: Fix .abort and .secure_log_unique to...
2010-07-18 Daniel DunbarMC/AsmParser: Add macro argument substitution support.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic support for macro instantiation.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic parsing support for .macro...
2010-07-18 Chris Lattnerdaniel doesn't hate me, he hates macpython 2.5, which
2010-07-18 Daniel DunbarMC/AsmParser: Add .macros_{off,on} support, not that...
2010-07-18 Owen AndersonAdd a testcase for r108639.
2010-07-17 Owen AndersonAnother attempt at getting the clang self-host to like...
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-17 Eli FriedmanTest for ELF .size directive.
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Jakob Stoklund OlesenRemove the X86::FP_REG_KILL pseudo-instruction and...
2010-07-16 Benjamin KramerFeed the right output into FileCheck.
next