Next step on the getting-rid-of-static-ctors train: begin adding per-library
[oota-llvm.git] / test /
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.
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerrename test
2010-09-30 Chris Lattnergeneralize test.
2010-09-30 Chris Lattnerrename test.
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerpreemptively add the rest of the non-n fpstack instruct...
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerfix this to not be completely broken.
2010-09-30 Chris Lattnerupdate, unxfail, fix bogus encodings.
2010-09-30 Chris Lattnerupdate and unxfail
2010-09-30 Chris Lattnerunxfail this by fixing syntactic differences.
2010-09-30 Chris Lattnerimplement support for finit, PR8258
2010-09-30 Chris Lattneradd support for fstcw, PR8259
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-09-30 Rafael EspindolaAdd another test that now passes.
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-30 Jan Wen VoungHave ELFAsmParser.cpp use the already parsed "Size...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-30 Benjamin KramerAdd constant folding for strspn and strcspn to Simplify...
2010-09-29 Benjamin KramerAdd strpbrk folding to SimplifyLibCalls.
2010-09-29 Benjamin KramerSimplify the loop in StrChrOptimizer. FileCheckize...
2010-09-29 Benjamin KramerTeach SimplifyLibCalls how to optimize strrchr.
next