Correct some load / store instruction itinerary mistakes:
[oota-llvm.git] / test /
2010-10-09 Evan ChengCorrect some load / store instruction itinerary mistakes:
2010-10-09 Bill WendlingSimplify test and move into a generic "crash" ll file.
2010-10-09 Bill WendlingCheck to make sure that the iterator isn't at the begin...
2010-10-08 Jim GrosbachImplement a few more binary encoding bits. Still very...
2010-10-08 Rafael EspindolaCall InitSections in llc and clang so that the binaries...
2010-10-08 Cameron EsfahaniRecommit 116056, now with the missing file...
2010-10-08 Andrew Trickreverting 116056: win64_params.ll may need to be condit...
2010-10-08 Cameron EsfahaniSmall patch to restore home register stack space alloca...
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-10-08 Chris Lattnertestcase that goes with r116053
2010-10-08 Chris Lattnerrename test
2010-10-08 Chris Lattnermerge tests
2010-10-08 Chris Lattnerfilecheckize.
2010-10-08 Chris Lattnerreapply: Use the new TB_NOT_REVERSABLE flag instead...
2010-10-08 Michael J. SpencerFix Formatting.
2010-10-08 Michael J. SpencerMC-COFF: Fix Simple and Complex type. Fixes PR8320.
2010-10-08 Daniel DunbarRevert "reimplement the second half of the or/add optim...
2010-10-08 Chris Lattnerreimplement the second half of the or/add optimization...
2010-10-08 Jim GrosbachAdd test file for simple ARM binary encodings with MC
2010-10-08 Michael J. SpencerMC-COFF: Add test for my last commit.
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-10-07 Chris Lattnerconvert cmp to use a multipattern
2010-10-07 Evan ChengCanonicalize X86ISD::MOVDDUP nodes to v2f64 to make...
2010-10-07 Michael J. SpencerMC-COFF: Fix symbol aliases. Fixes PR8251.
2010-10-07 Michael J. Spencertest: Fix binary stdin issues with coff-dump on Windows.
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-06 Rafael EspindolaGet binding and visibility info from the the alias...
2010-10-06 Rafael EspindolaIf a symbol is global, reloc against it even if it...
2010-10-06 Rafael EspindolaMake sure weak symbols are listed after the local ones.
2010-10-06 Rafael EspindolaCorrectly handle GOTPCREL relocations.
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-06 Chris LattnerGeneralize tblgen's dag parsing logic to handle arbitra...
2010-10-06 Chris Lattnerrename add some comments.
2010-10-06 Chris Lattnerfilecheckize
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-10-05 Rafael EspindolaUse a relocation against the symbol if it is a PLT...
2010-10-05 Chris Lattnerenhance tblgen to support anonymous defm's, use this to
2010-10-05 Rafael EspindolaImplement more alias cases.
2010-10-05 Bill WendlingPSHUFW is in SSE, not SSSE3.
2010-10-05 Chris LattnerReplace a gross hack (the MOV64ri_alt instruction)...
2010-10-05 Rafael EspindolaDon't crash in a strange .size directive.
2010-10-05 Michael J. SpencerMC-COFF: Fix (PR8278) temporary symbol relocations.
2010-10-05 Rafael EspindolaAdd support for a fill value in the .zero directive.
2010-10-05 Rafael EspindolaImplement a simple alias case and refactor the code...
2010-10-05 Michael J. Spencertest/COFF: Fix symbol indexes and names. Update tests...
2010-10-05 Michael J. Spencertest/COFF: Remove temp file usage.
2010-10-05 Michael J. Spencertest/coff-dump: Support reading from stdin.
2010-10-05 Michael J. SpencerCleanup Whitespace.
2010-10-05 Owen AndersonUse a more efficient lowering of uint64_t --> float...
2010-10-05 Rafael EspindolaProduce a undefined reference to _GLOBAL_OFFSET_TABLE_...
2010-10-05 Rafael EspindolaTests that now pass.
2010-10-05 NAKAMURA Takumitest/CodeGen/X86/atomic_op.ll: Rename @main to @func...
2010-10-05 Sean CallananAdded a testcase for the ENTER instruction.
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-04 Rafael EspindolaImplement ELF::R_X86_64_GOTPCREL.
2010-10-04 Rafael EspindolaProduce a R_X86_64_PLT32 when needed.
2010-10-04 Rafael EspindolaProduce a R_X86_64_GOT32 when needed.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-10-04 Rafael EspindolaInclude the section address in the computation of the...
2010-10-04 Rafael EspindolaCorrectly compute the relocation when it is not in...
2010-10-03 Anton Korobeynikovva_args support for Win64.
2010-10-03 Anton KorobeynikovProperly emit stack probe on win64 (for non-mingw targets).
2010-10-03 Eli FriedmanAdd 3DNowA instructions.
2010-10-03 Chris Lattnerunbreak buildbot
2010-10-03 Chris Lattnerthe immediate field of pshufw is actually an 8-bit...
2010-10-03 Chris Lattneradd support for the prefetch/prefetchw instructions...
2010-10-03 Chris Lattnerwhat the heck, add support for the rest of the 3dNow...
2010-10-03 Chris LattnerImplement support for the bizarre 3DNow! encoding ...
2010-10-03 Bill WendlingAdd test to make sure that the MMX intrinsic calls...
2010-10-03 Bill WendlingAuto-upgrade tests for the new MMX intrinsic calls.
2010-10-03 Rafael EspindolaImplement a very basic PIC case.
2010-10-02 Chris Lattnerfix a regression introduced in r115243, in which the...
2010-10-02 Chris Lattneractually, move the elf tests into the existing elf...
2010-10-02 Chris Lattnerconsolidate ELF tests into asmparser tests.
2010-10-02 Chris Lattnermove ARM MC tests up one level.
2010-10-01 Bill WendlingNeed to specify SSE4 for machines which don't have...
2010-10-01 Owen AndersonNow that the profitable bits of EnableFullLoadPRE have...
2010-10-01 Devang PatelFix code gen crash reported in PR 8235. We still lose...
2010-10-01 Bill WendlingWe must check for something.
2010-10-01 Bill WendlingDisable tests until I can figure out why they're failin...
2010-10-01 Bill WendlingTry adding an mtriple.
2010-10-01 Kalle RaiskilaZap some redundant 'ori $?, $?, 0' from SPU.
2010-10-01 Bill WendlingFileCheck-ize this test.
2010-10-01 Bill WendlingFileCheck-ize this test.
2010-10-01 Chris Lattnerfix PR8267 - Instcombine shouldn't optimizer away volat...
2010-10-01 Chris Lattnerupgrade this test.
2010-10-01 Chris Lattnerfix rdar://8494845 + PR8244 - a miscompile exposed...
2010-10-01 Dale JohannesenOne more +sse2.
2010-10-01 Chris Lattnermove X86 subdir up a level
2010-10-01 Dale JohannesenMark all these as needing SSE2. Should fix PPC and
2010-10-01 Dale JohannesenDisable these tests for now; it's not obvious why they...
2010-10-01 Dale JohannesenMake test not sensitive to register choice.
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-30 NAKAMURA Takumitest/CodeGen/X86/sibcall.ll: Add explicit triplets...
2010-09-30 Owen AndersonWe do want to allow LoadPRE to perform LICM-like transf...
2010-09-30 Jakob Stoklund OlesenTry again to disable critical edge splitting in CodeGen...
2010-09-30 Rafael EspindolaFactor some logic into ShouldRelocOnSymbol. This simpli...
2010-09-30 Jakob Stoklund OlesenWhen isel is emitting instructions for an x86 target...
2010-09-30 Chris Lattnermore cleanups.
2010-09-30 Chris Lattnermerge and clean up tests.
next